@charset "UTF-8";
.home .sec.service hgroup::before {
  background-image: url(../images/section/service/img.png);
}

.home .sec.case hgroup::before {
  background-image: url(../images/section/case/img.png);
}

.home .sec.flow hgroup::before {
  background-image: url(../images/section/flow/img.png);
}

.home .sec.reason hgroup::before {
  background-image: url(../images/section/reason/img.png);
}

.home .sec.staff hgroup::before {
  background-image: url(../images/section/staff/img.png);
}

.home .sec.voice hgroup::before {
  background-image: url(../images/section/voice/img.png);
}

.faq .faq_top > :nth-child(1) p::before {
  background-image: url(../images/section/faq/f_1.png);
}
.faq .faq_top > :nth-child(2) p::before {
  background-image: url(../images/section/faq/f_2.png);
}
.faq .faq_top > :nth-child(3) p::before {
  background-image: url(../images/section/faq/f_3.png);
}
.faq .faq_top > :nth-child(4) p::before {
  background-image: url(../images/section/faq/f_4.png);
}
.faq .faq_top > :nth-child(5) p::before {
  background-image: url(../images/section/faq/f_5.png);
}
.faq .faq_top > :nth-child(6) p::before {
  background-image: url(../images/section/faq/f_6.png);
}
.faq .faq_top > :nth-child(7) p::before {
  background-image: url(../images/section/faq/f_7.png);
}

@-webkit-keyframes slide-in {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes slide-in {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes fade-in {
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@-webkit-keyframes fade-slide-up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-slide-up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes zoom-effect {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
@keyframes zoom-effect {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
@-webkit-keyframes bounds {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
@keyframes bounds {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
/**
 * fluid-type (clamp) の「値」を返す関数 (px単位)
 *
 * @param {Number} $min-size - 最小サイズ (px単位)
 * @param {Number} $max-size - 最大サイズ (px単位)
 * @param {Number} $min-vp   - 最小サイズになる画面幅 (px単位)
 * @param {Number} $max-vp   - 最大サイズになる画面幅 (px単位)
 * @return {String}          - "clamp(min, preferred, max)" の文字列
 *
 */
.accordion .accordion-item .accordion-body:not(.child_accordion *) span, .accordion .accordion-item button span {
  --span-mr: 16px;
  --span-size: 34px;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-body:not(.child_accordion *) span, .accordion .accordion-item button span {
    --span-mr: 26px;
    --span-size: 50px;
  }
}
.accordion .accordion-item .accordion-body:not(.child_accordion *) span:first-child, .accordion .accordion-item button span:first-child {
  display: grid;
  font-size: calc(16px + 0.2604166667vw);
  color: var(--icon-color, #fff);
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  border: 1px solid var(--main_color);
  background-color: var(--icon-bg-color, var(--main_color));
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item .accordion-body:not(.child_accordion *) span:first-child, .accordion .accordion-item button span:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
.accordion .accordion-item .accordion-body:not(.child_accordion *) span:last-child, .accordion .accordion-item button span:last-child {
  font-size: 16px;
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item .accordion-body:not(.child_accordion *) span:last-child, .accordion .accordion-item button span:last-child {
    --faq_q_w: 97%;
  }
}

:root {
  --sp-h: 60px;
  --pc-h: 80px;
  --sp-padding: 30px;
  --header-pc-p: 80px;
  --header-sp-p: 10px;
  --w: 1200px;
  --font: "Noto Sans JP", sans-serif;
  --black: #323232;
  --main_color: #E93F0D;
  --main-color: #E93F0D;
  --l_orange: #FCE6D0;
  --l_grey: #ddd;
}

a:is(:not(.wp-element-button)) {
  text-decoration: none !important;
}

:where(figure) {
  margin: 0;
}

p {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  line-height: 1.6;
  font-weight: bold;
}

.breadcrumb-item:not(:last-child)::after {
  content: unset;
}

img {
  max-width: 100%;
}

.inner {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}

.mt_10 {
  margin-top: var(--mt, 5px) !important;
}
@media screen and (min-width: 992px) {
  .mt_10 {
    --mt: 10px;
  }
}

.mb_10 {
  margin-bottom: var(--mb, 5px) !important;
}
@media screen and (min-width: 992px) {
  .mb_10 {
    --mb: 10px;
  }
}

.my_10 {
  margin-block: var(--my, 5px) !important;
}
@media screen and (min-width: 992px) {
  .my_10 {
    --my: 10px;
  }
}

.mt_20 {
  margin-top: var(--mt, 10px) !important;
}
@media screen and (min-width: 992px) {
  .mt_20 {
    --mt: 20px;
  }
}

.mb_20 {
  margin-bottom: var(--mb, 10px) !important;
}
@media screen and (min-width: 992px) {
  .mb_20 {
    --mb: 20px;
  }
}

.my_20 {
  margin-block: var(--my, 10px) !important;
}
@media screen and (min-width: 992px) {
  .my_20 {
    --my: 20px;
  }
}

.mt_30 {
  margin-top: var(--mt, 15px) !important;
}
@media screen and (min-width: 992px) {
  .mt_30 {
    --mt: 30px;
  }
}

.mb_30 {
  margin-bottom: var(--mb, 15px) !important;
}
@media screen and (min-width: 992px) {
  .mb_30 {
    --mb: 30px;
  }
}

.my_30 {
  margin-block: var(--my, 15px) !important;
}
@media screen and (min-width: 992px) {
  .my_30 {
    --my: 30px;
  }
}

.mt_40 {
  margin-top: var(--mt, 20px) !important;
}
@media screen and (min-width: 992px) {
  .mt_40 {
    --mt: 40px;
  }
}

.mb_40 {
  margin-bottom: var(--mb, 20px) !important;
}
@media screen and (min-width: 992px) {
  .mb_40 {
    --mb: 40px;
  }
}

.my_40 {
  margin-block: var(--my, 20px) !important;
}
@media screen and (min-width: 992px) {
  .my_40 {
    --my: 40px;
  }
}

.mt_50 {
  margin-top: var(--mt, 25px) !important;
}
@media screen and (min-width: 992px) {
  .mt_50 {
    --mt: 50px;
  }
}

.mb_50 {
  margin-bottom: var(--mb, 25px) !important;
}
@media screen and (min-width: 992px) {
  .mb_50 {
    --mb: 50px;
  }
}

.my_50 {
  margin-block: var(--my, 25px) !important;
}
@media screen and (min-width: 992px) {
  .my_50 {
    --my: 50px;
  }
}

.mt_60 {
  margin-top: var(--mt, 30px) !important;
}
@media screen and (min-width: 992px) {
  .mt_60 {
    --mt: 60px;
  }
}

.mb_60 {
  margin-bottom: var(--mb, 30px) !important;
}
@media screen and (min-width: 992px) {
  .mb_60 {
    --mb: 60px;
  }
}

.my_60 {
  margin-block: var(--my, 30px) !important;
}
@media screen and (min-width: 992px) {
  .my_60 {
    --my: 60px;
  }
}

.mt_70 {
  margin-top: var(--mt, 35px) !important;
}
@media screen and (min-width: 992px) {
  .mt_70 {
    --mt: 70px;
  }
}

.mb_70 {
  margin-bottom: var(--mb, 35px) !important;
}
@media screen and (min-width: 992px) {
  .mb_70 {
    --mb: 70px;
  }
}

.my_70 {
  margin-block: var(--my, 35px) !important;
}
@media screen and (min-width: 992px) {
  .my_70 {
    --my: 70px;
  }
}

.mt_80 {
  margin-top: var(--mt, 40px) !important;
}
@media screen and (min-width: 992px) {
  .mt_80 {
    --mt: 80px;
  }
}

.mb_80 {
  margin-bottom: var(--mb, 40px) !important;
}
@media screen and (min-width: 992px) {
  .mb_80 {
    --mb: 80px;
  }
}

.my_80 {
  margin-block: var(--my, 40px) !important;
}
@media screen and (min-width: 992px) {
  .my_80 {
    --my: 80px;
  }
}

.mt_90 {
  margin-top: var(--mt, 45px) !important;
}
@media screen and (min-width: 992px) {
  .mt_90 {
    --mt: 90px;
  }
}

.mb_90 {
  margin-bottom: var(--mb, 45px) !important;
}
@media screen and (min-width: 992px) {
  .mb_90 {
    --mb: 90px;
  }
}

.my_90 {
  margin-block: var(--my, 45px) !important;
}
@media screen and (min-width: 992px) {
  .my_90 {
    --my: 90px;
  }
}

.mt_100 {
  margin-top: var(--mt, 50px) !important;
}
@media screen and (min-width: 992px) {
  .mt_100 {
    --mt: 100px;
  }
}

.mb_100 {
  margin-bottom: var(--mb, 50px) !important;
}
@media screen and (min-width: 992px) {
  .mb_100 {
    --mb: 100px;
  }
}

.my_100 {
  margin-block: var(--my, 50px) !important;
}
@media screen and (min-width: 992px) {
  .my_100 {
    --my: 100px;
  }
}

.mt_110 {
  margin-top: var(--mt, 55px) !important;
}
@media screen and (min-width: 992px) {
  .mt_110 {
    --mt: 110px;
  }
}

.mb_110 {
  margin-bottom: var(--mb, 55px) !important;
}
@media screen and (min-width: 992px) {
  .mb_110 {
    --mb: 110px;
  }
}

.my_110 {
  margin-block: var(--my, 55px) !important;
}
@media screen and (min-width: 992px) {
  .my_110 {
    --my: 110px;
  }
}

.mt_120 {
  margin-top: var(--mt, 60px) !important;
}
@media screen and (min-width: 992px) {
  .mt_120 {
    --mt: 120px;
  }
}

.mb_120 {
  margin-bottom: var(--mb, 60px) !important;
}
@media screen and (min-width: 992px) {
  .mb_120 {
    --mb: 120px;
  }
}

.my_120 {
  margin-block: var(--my, 60px) !important;
}
@media screen and (min-width: 992px) {
  .my_120 {
    --my: 120px;
  }
}

.mt_130 {
  margin-top: var(--mt, 65px) !important;
}
@media screen and (min-width: 992px) {
  .mt_130 {
    --mt: 130px;
  }
}

.mb_130 {
  margin-bottom: var(--mb, 65px) !important;
}
@media screen and (min-width: 992px) {
  .mb_130 {
    --mb: 130px;
  }
}

.my_130 {
  margin-block: var(--my, 65px) !important;
}
@media screen and (min-width: 992px) {
  .my_130 {
    --my: 130px;
  }
}

.mt_140 {
  margin-top: var(--mt, 70px) !important;
}
@media screen and (min-width: 992px) {
  .mt_140 {
    --mt: 140px;
  }
}

.mb_140 {
  margin-bottom: var(--mb, 70px) !important;
}
@media screen and (min-width: 992px) {
  .mb_140 {
    --mb: 140px;
  }
}

.my_140 {
  margin-block: var(--my, 70px) !important;
}
@media screen and (min-width: 992px) {
  .my_140 {
    --my: 140px;
  }
}

.mt_150 {
  margin-top: var(--mt, 75px) !important;
}
@media screen and (min-width: 992px) {
  .mt_150 {
    --mt: 150px;
  }
}

.mb_150 {
  margin-bottom: var(--mb, 75px) !important;
}
@media screen and (min-width: 992px) {
  .mb_150 {
    --mb: 150px;
  }
}

.my_150 {
  margin-block: var(--my, 75px) !important;
}
@media screen and (min-width: 992px) {
  .my_150 {
    --my: 150px;
  }
}

.mt_160 {
  margin-top: var(--mt, 80px) !important;
}
@media screen and (min-width: 992px) {
  .mt_160 {
    --mt: 160px;
  }
}

.mb_160 {
  margin-bottom: var(--mb, 80px) !important;
}
@media screen and (min-width: 992px) {
  .mb_160 {
    --mb: 160px;
  }
}

.my_160 {
  margin-block: var(--my, 80px) !important;
}
@media screen and (min-width: 992px) {
  .my_160 {
    --my: 160px;
  }
}

.mt_170 {
  margin-top: var(--mt, 85px) !important;
}
@media screen and (min-width: 992px) {
  .mt_170 {
    --mt: 170px;
  }
}

.mb_170 {
  margin-bottom: var(--mb, 85px) !important;
}
@media screen and (min-width: 992px) {
  .mb_170 {
    --mb: 170px;
  }
}

.my_170 {
  margin-block: var(--my, 85px) !important;
}
@media screen and (min-width: 992px) {
  .my_170 {
    --my: 170px;
  }
}

.mt_180 {
  margin-top: var(--mt, 90px) !important;
}
@media screen and (min-width: 992px) {
  .mt_180 {
    --mt: 180px;
  }
}

.mb_180 {
  margin-bottom: var(--mb, 90px) !important;
}
@media screen and (min-width: 992px) {
  .mb_180 {
    --mb: 180px;
  }
}

.my_180 {
  margin-block: var(--my, 90px) !important;
}
@media screen and (min-width: 992px) {
  .my_180 {
    --my: 180px;
  }
}

.mt_190 {
  margin-top: var(--mt, 95px) !important;
}
@media screen and (min-width: 992px) {
  .mt_190 {
    --mt: 190px;
  }
}

.mb_190 {
  margin-bottom: var(--mb, 95px) !important;
}
@media screen and (min-width: 992px) {
  .mb_190 {
    --mb: 190px;
  }
}

.my_190 {
  margin-block: var(--my, 95px) !important;
}
@media screen and (min-width: 992px) {
  .my_190 {
    --my: 190px;
  }
}

.mt_200 {
  margin-top: var(--mt, 100px) !important;
}
@media screen and (min-width: 992px) {
  .mt_200 {
    --mt: 200px;
  }
}

.mb_200 {
  margin-bottom: var(--mb, 100px) !important;
}
@media screen and (min-width: 992px) {
  .mb_200 {
    --mb: 200px;
  }
}

.my_200 {
  margin-block: var(--my, 100px) !important;
}
@media screen and (min-width: 992px) {
  .my_200 {
    --my: 200px;
  }
}

.grid_x1 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x1 {
    --columns: repeat(1, var(--child-w, 1fr));
  }
}

.grid_x2 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x2 {
    --columns: repeat(2, var(--child-w, 1fr));
  }
}

.grid_x3 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x3 {
    --columns: repeat(3, var(--child-w, 1fr));
  }
}

.grid_x4 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x4 {
    --columns: repeat(4, var(--child-w, 1fr));
  }
}

.grid_x5 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x5 {
    --columns: repeat(5, var(--child-w, 1fr));
  }
}

.box_x1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
@media screen and (min-width: 992px) {
  .box_x1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.box_x2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
@media screen and (min-width: 992px) {
  .box_x2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.box_x3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
@media screen and (min-width: 992px) {
  .box_x3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.box_x4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
@media screen and (min-width: 992px) {
  .box_x4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid_x2 {
  --gap: 20px;
  margin-block: clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px);
}
@media screen and (min-width: 992px) {
  .grid_x2 {
    --columns: 400px 1fr;
    --gap: 30px;
  }
  .grid_x2:is(.c_flow_wrapper *) {
    --columns: 295px 1fr;
    --gap: 20px;
  }
}
.grid_x2.type_job {
  --gap: 20px;
}
@media screen and (min-width: 992px) {
  .grid_x2.type_job {
    --columns: 1fr 1fr;
  }
}

.grid_x3 {
  --gap: 10px;
  margin-block: clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px);
}
.grid_x3:has(.has_pic_txt) {
  margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
@media screen and (min-width: 992px) {
  .grid_x3 {
    --gap: 20px;
  }
}

.r_card {
  border: 2px solid var(--main_color);
  padding: 0 30px 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.r_card .number {
  width: var(--size, 83px);
  height: var(--num-h, 100%);
  aspect-ratio: 1;
  color: white;
  background-color: var(--main_color);
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 576px) {
  .r_card .number {
    --num-h: var(--size, 83px);
  }
}
.r_card .number p {
  text-align: center;
  font-weight: bold;
  display: grid;
  grid-auto-flow: row;
}
.r_card .number p .top {
  font-size: var(--p_top-fs, 11px);
  text-transform: uppercase;
}
.r_card .number p .bottom {
  font-size: var(--p_btm-fs, 25px);
  margin-block: calc((1em - 1lh) / 2);
}
.r_card .text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  flex: 1;
  margin-top: var(--rc_text-mt, -20px);
}
@media screen and (min-width: 992px) {
  .r_card .text {
    --rc_text-mt: 0;
  }
}
.r_card .text b {
  font-size: 24px;
  line-height: 1.375;
  color: var(--main_color);
}
.r_card .text span {
  margin-top: 9px;
  display: inline-block;
  font-size: var(--card_txt_spn-fs, 12px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .r_card .text span {
    --card_txt_spn-fs: 13px;
  }
}
.r_card img {
  margin-top: 20px;
  width: min(520px, 100%);
  height: 100%;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.r_card .number {
  translate: 0 -50%;
}

.voice .v_title {
  font-size: var(--v_h4-fs, 18px);
  font-weight: bold;
  color: var(--main_color);
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .voice .v_title {
    --v_h4-fs: 22px;
  }
}
.voice .v_text {
  font-size: var(--v_p-fs, 15px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .voice .v_text {
    --v_p-fs: 16px;
  }
}

.v_card {
  padding: var(--v-p, 20px);
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 20px;
  -moz-column-gap: 0;
       column-gap: 0;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .v_card {
    --v-p: 30px;
  }
}
.v_card img {
  border-radius: 20px;
  width: min(525px, 100%);
  height: var(--h, 200px);
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .v_card img {
    --h: 300px;
  }
}
.v_card .categories {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.v_card .categories span {
  color: var(--main_color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-block: 5px;
  padding-inline: 10px;
  border: 1px solid;
}
.v_card h4 {
  font-size: var(--v_h4-fs, 18px);
  font-weight: bold;
  color: var(--main_color);
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .v_card h4 {
    --v_h4-fs: 22px;
  }
}
.v_card p {
  font-size: var(--v_p-fs, 15px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .v_card p {
    --v_p-fs: 16px;
  }
}

.news_card {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: var(--news_card-p, 15px);
}
@media screen and (min-width: 768px) {
  .news_card {
    --news_card-p: 30px;
  }
}
.news_card .top {
  display: grid;
  grid-template-columns: var(--news_card-columns, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .news_card .top {
    --news_card-columns: 270px auto;
  }
}
.news_card .top img {
  width: min(270px, 100%);
  height: 162px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  display: block;
  border-radius: 20px;
}
.news_card .top .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: flex-start;
}
.news_card .top .categories > * {
  color: var(--main_color);
  border: 1px solid;
  padding-block: 5px;
  padding-inline: 10px;
  font-size: var(--child-fs, 12px);
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .news_card .top .categories > * {
    --child-fs: 14px;
  }
}
.news_card .top .date {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.news_card .top .title {
  font-size: var(--nc_ttl-fs, 18px);
  line-height: 1.65;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .news_card .top .title {
    --nc_ttl-fs: 20px;
  }
}
.news_card .text {
  margin-top: var(--txt-mt, 15px);
  font-size: var(--txt-fs, 14px);
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .news_card .text {
    --txt-fs: 16px;
    --txt-mt: 20px;
  }
}

.personal_staff {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 30px 0;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.personal_staff figure {
  position: relative;
}
.personal_staff figure figcaption {
  position: absolute;
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.65;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--main_color);
          text-decoration-color: var(--main_color);
  text-decoration-thickness: 28px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -1.1em;
  bottom: -19px;
}
.personal_staff figure figcaption span {
  padding-inline: 10px;
  background-color: var(--main_color);
}
.personal_staff ol {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.personal_staff img {
  border-radius: 20px;
  width: min(250px, 100%);
  height: min(320px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-inline: auto;
}
.personal_staff .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: var(--main_color);
}
.personal_staff .stf_comment {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.personal_staff .hobby {
  margin-top: 15px;
  background-color: var(--l_orange);
  padding: 10px 20px 15px;
  border-radius: 11px;
}
.personal_staff .hobby span {
  color: var(--main_color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.personal_staff .hobby p {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.work_card {
  border-radius: 20px;
  transition: opacity 0.4s linear, scale 0.4s ease;
  display: grid;
  grid-template-rows: 230px auto;
  gap: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.work_card img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px 20px 0 0;
}
.work_card .bottom {
  background-color: white;
  border-radius: 0 0 20px 20px;
  padding: var(--btm-p, 20px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .work_card .bottom {
    --btm-p: 30px;
  }
}
.work_card .bottom .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: flex-start;
}
.work_card .bottom .categories > * {
  color: var(--main_color);
  border: 1px solid;
  padding-block: 5px;
  padding-inline: 10px;
  font-size: var(--child-fs, 12px);
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .work_card .bottom .categories > * {
    --child-fs: 14px;
  }
}
.work_card .bottom .date {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.work_card .bottom .text {
  font-size: var(--btm_txt-fs, 18px);
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .work_card .bottom .text {
    --btm_txt-fs: 22px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper.fvSwiper {
  -webkit-mask-image: url(../images/top/mv_house.png);
          mask-image: url(../images/top/mv_house.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.swiper.fvSwiper .swiper-slide img {
  max-height: var(--ss-mh, 500px);
}
@media screen and (min-width: 992px) {
  .swiper.fvSwiper .swiper-slide img {
    --ss-mh: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper.fvSwiper .swiper-slide img {
    --ss-mh: 860px;
  }
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.slide_wrapper {
  position: relative;
  height: 80vh;
}
.slide_wrapper .slide_main_title {
  font-size: clamp(30px, calc(-23.4482758621px + 5.3879310345vw), 80px);
  line-height: 1.2;
  font-weight: bold;
  color: white;
  position: absolute;
  left: 3%;
  z-index: 2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-block: auto;
  width: 27%;
  inset-block: 0;
  max-height: 500px;
}
@media screen and (min-width: 576px) {
  .slide_wrapper .slide_main_title {
    width: clamp(550px, calc(240px + 31.25vw), 840px);
  }
}
.slide_wrapper .slide_main_title strong {
  display: inline-block;
  color: var(--main-color);
  font-size: 50px;
  background-image: linear-gradient(to bottom, orange, var(--main-color));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (min-width: 992px) {
  .slide_wrapper .slide_main_title strong {
    font-size: clamp(80px, calc(69.3103448276px + 1.0775862069vw), 90px);
  }
}
.slide_wrapper .rts_pagination {
  --swiper-pagination-color: var(--main-color);
  --swiper-pagination-bullet-inactive-color: white;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bottom: clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px);
  --swiper-pagination-bullet-inactive-opacity: 1;
  padding-inline: 2%;
  text-align: initial;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: auto;
  bottom: 5px;
}
.slide_wrapper .slide_buttons {
  position: absolute;
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 5%;
  left: 2%;
}
@media screen and (min-width: 992px) {
  .slide_wrapper .slide_buttons {
    bottom: 8%;
  }
}
.slide_wrapper .slide_buttons > *:nth-child(1) {
  width: 115px;
  position: relative;
}
.slide_wrapper .slide_buttons > *:nth-child(1) > * {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
}
.slide_wrapper .slide_buttons > *:nth-child(1) > * img {
  -o-object-fit: cover;
     object-fit: cover;
}
.slide_wrapper .slide_buttons > *:nth-child(1) > *::after {
  content: unset;
}

.about_slide_wrapper .as_pagination {
  --swiper-pagination-color: var(--main-color);
  --swiper-pagination-bullet-inactive-color: grey;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bottom: -15px;
  text-align: initial;
}
@media screen and (min-width: 992px) {
  .about_slide_wrapper .as_pagination {
    --swiper-pagination-bottom: -30px;
  }
}

.office_slide {
  margin-bottom: clamp(50px, calc(-3.4482758621px + 5.3879310345vw), 100px);
}

.custom-control-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--l_orange);
  height: clamp(60px, calc(38.6206896552px + 2.1551724138vw), 80px);
  width: 85%;
  margin-inline: auto;
  margin-top: -15px;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 992px) {
  .custom-control-bar {
    width: 60%;
    margin-top: -30px;
  }
}

.nav-arrow {
  width: 45px;
  height: 45px;
  background-color: var(--main-color);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: opacity 0.2s;
}

.nav-arrow:hover {
  opacity: 0.8;
}

.slide-title-area {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.slide-title-area p {
  margin: 0;
}

.tab_wrapper .nav {
  display: grid;
  grid-auto-flow: column;
}
.tab_wrapper .nav .nav-item .nav-link {
  width: 100%;
  background-color: lightgray;
  border-radius: 0;
  color: white;
  text-align: center;
  padding-block: var(--tab_nav-py, 15px);
  font-size: var(--tab_nav-py, 14px);
}
@media screen and (min-width: 992px) {
  .tab_wrapper .nav .nav-item .nav-link {
    --tab_nav-fs: 18px;
    --tab_nav-py: 25px;
  }
}
.tab_wrapper .nav .nav-item .nav-link.active {
  background-color: var(--main_color);
}
.tab_wrapper .tab-content {
  padding-block: 20px;
}

.page_sub_title {
  --dt-color: var(--main_color);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--dt-gap, 10px);
}
.page_sub_title::before, .page_sub_title::after {
  content: "";
  width: var(--dots-w, 30px);
  height: 12px;
  display: inline-block;
  background: radial-gradient(circle farthest-side, var(--dt-color, white), var(--dt-color, white), transparent 60%, transparent);
  background-size: 10px;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .page_sub_title::before, .page_sub_title::after {
    width: var(--dots-w, 100px);
  }
}
.page_sub_title::before {
  rotate: 60deg;
  justify-self: end;
}
.page_sub_title::after {
  rotate: -60deg;
  justify-self: start;
}
@media screen and (min-width: 992px) {
  .page_sub_title {
    --dots-w: 70px;
    --dt-gap: 20px;
  }
}
.page_sub_title .wrapper {
  --offset: 10px;
}
@media screen and (min-width: 992px) {
  .page_sub_title .wrapper {
    --offset: 20px;
  }
}
.page_sub_title .wrapper.bb > *::after {
  display: block;
  content: "";
  height: 10px;
  background-color: #FFFF06;
}
.page_sub_title .wrapper.bb_multiline > * {
  background-image: linear-gradient(transparent 80%, var(--yellow));
  padding-bottom: var(--bbm_pb, 0);
}
@media screen and (min-width: 992px) {
  .page_sub_title .wrapper.bb_multiline > * {
    --bbm_pb: 10px;
  }
}
.page_sub_title .wrapper > * {
  color: var(--main_color);
  padding-inline: var(--offset);
  font-size: var(--dt_p-fs, 20px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .page_sub_title .wrapper > * {
    --dt_p-fs: 24px;
  }
}
.page_sub_title .wrapper > * strong {
  padding-inline: 15px 11px;
  font-family: var(--font_en);
  font-size: var(--dt_str-fs, 40px);
  font-weight: bold;
  line-height: 0.5625;
}
@media screen and (min-width: 992px) {
  .page_sub_title .wrapper > * strong {
    --dt_str-fs: 64px;
  }
}
.page_sub_title + .text {
  margin-top: 30px;
  text-align: center;
  line-height: 2;
}

.headings {
  background-color: var(--main_color);
  text-align: center;
  font-size: 18px;
  padding-block: 25px;
  border-radius: 10px;
}

.images_title {
  display: grid;
  grid-template-columns: var(--img_ttl-columns, 100%);
  grid-template-rows: 400px;
}
.images_title > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.images_title .right_logo {
  background-color: var(--main_color);
  display: grid;
  place-content: center;
}
@media screen and (min-width: 992px) {
  .images_title {
    --img_ttl-columns: 70% 30%;
  }
}

.pager {
  margin-top: var(--pager-mt, 40px);
}
@media screen and (min-width: 992px) {
  .pager {
    --pager-mt: 80px;
  }
}

.cdp {
  position: relative;
  text-align: center;
  padding: clamp(10px, 2.6041666667vw, 25px) 0;
  font-size: 0;
  z-index: 6;
  margin-top: clamp(40px, 10.4166666667vw, 85px);
  -webkit-animation: cdp-in 500ms ease both;
          animation: cdp-in 500ms ease both;
  display: var(--cdp-display, grid);
  justify-content: center;
  grid-auto-columns: 20px;
  grid-template-columns: repeat(auto-fit, 42px);
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .cdp {
    --cdp-display: flex;
  }
}
.cdp_i {
  --cdp-size: 50px;
  font-size: var(--cdp-fs, 14px);
  text-decoration: none;
  transition: background-color 550ms ease;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  height: var(--cdp-size);
  min-width: var(--cdp-size);
  border-radius: 50%;
  line-height: 46px;
  padding: 0;
  color: var(--black);
  letter-spacing: 0.03em;
  display: none;
  transform: scale(0.9);
}
.cdp_i.ff:hover {
  background-color: #fff !important;
  color: inherit !important;
}
@media screen and (min-width: 768px) {
  .cdp_i {
    transform: scale(1);
    margin-right: 15px;
    --cdp-fs: 16px;
  }
}
.cdp_i:first-child, .cdp_i:last-child {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23FF7700' d='M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8l-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0'/%3E%3C/svg%3E");
  border: none;
  transition: opacity 0.5s ease;
  background-repeat: no-repeat;
  background-position: center;
}
.cdp_i:first-child:hover, .cdp_i:last-child:hover {
  opacity: 0.5;
}
.cdp_i:last-child {
  background-color: unset;
}
.cdp_i:first-child {
  background-color: unset;
}
.cdp_i:last-child, .cdp_i:nth-child(2), .cdp_i:nth-last-child(2) {
  display: inline-block;
}
.cdp_i:first-child {
  rotate: 180deg;
}
.cdp_i:not(:last-child):hover {
  color: #fff;
  opacity: 0.5;
}
.cdp_i:not(:first-child):hover {
  color: #fff;
  opacity: 0.5;
}
.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

header {
  border-bottom: 2px solid white;
}
@media (max-width: 767px) {
  header:is(.is_child, .scrolled)::after {
    content: initial;
    height: 0;
  }
  header::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 120px;
    left: 0;
  }
}
header:is(.scrolled, .is_child)::before {
  opacity: 1;
}
header::before {
  background-color: white;
}
header .entry_wrapper {
  width: auto;
  position: absolute;
  right: 0;
  top: 56px;
}
@media (width >= 767px) {
  header .entry_wrapper {
    top: 0;
  }
}
@media (width >= 880px) {
  header .entry_wrapper {
    width: min(150px, 100%);
    position: relative;
    top: auto;
    right: auto;
  }
}
header .entry_wrapper a {
  opacity: 1;
  transition: all 0.3s ease;
  padding-block: 10px;
  padding-inline: clamp(8px, calc(0.5172413793px + 0.7543103448vw), 15px);
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  color: white;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  width: 64px;
  height: 64px;
  transition: all 0.3s ease;
  flex-direction: column;
}
header .entry_wrapper a:hover {
  opacity: 0.7;
}
@media (width >= 767px) {
  header .entry_wrapper a {
    width: 80px;
    height: 80px;
  }
}
@media (width >= 880px) {
  header .entry_wrapper a {
    flex-direction: row;
    width: 100%;
    height: auto;
    gap: 0;
    justify-content: space-between;
  }
}
header .entry_wrapper a:is(.scrolled *, .is_child *) {
  background-color: white;
  color: var(--main-color);
  border-color: currentColor;
}
header .entry_wrapper a > * {
  text-transform: uppercase;
  font-weight: bold;
}
header .entry_wrapper a .lb_icon {
  --size: 20px;
  color: white;
  width: var(--size);
  height: var(--size);
  aspect-ratio: 1;
  border: 1px solid;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: color 0.3s ease;
}
header .entry_wrapper a .lb_icon:is(.scrolled *, .is_child *) {
  color: var(--main-color);
}
header .entry_wrapper a .lb_icon::after {
  content: "";
  width: calc(var(--size) * 0.3);
  height: calc(var(--size) * 0.5);
  background-color: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

#sub-page .sp-menu .burger-menu {
  background-color: unset;
}
#sub-page .sp-menu .burger-menu > * {
  width: 65%;
}
#sub-page .sp-menu .burger-menu > *:nth-child(2) {
  display: none;
}

#sub-page header .logo-white {
  display: block;
}
#sub-page header .logo-black {
  display: none;
}
#sub-page header:where(.scrolled, .is_child) .logo-black {
  display: block;
}
#sub-page header:where(.scrolled, .is_child) .logo-white {
  display: none;
}
#sub-page header:where(.scrolled, .is_child) .burger-menu {
  background: transparent;
}
#sub-page header:where(.scrolled, .is_child) .burger-menu span:is(.scrolled *, .is_child *) {
  background-color: black;
}
#sub-page header .header-nav-area .nav-flex li a {
  color: white;
}
#sub-page header .header-nav-area .nav-flex li a:is(.scrolled *, .is_child *) {
  color: black;
}
#sub-page header .header-nav-area .nav-flex li a:is(.scrolled *, .is_child *):hover {
  color: white !important;
}

#sub-page header:not(.scrolled, .is_child) .header-nav-area nav .nav-flex .slide-hover > a::after, #sub-page header:not(.scrolled, .is_child) .header-nav-area nav .nav-flex .slide-hover > p::after {
  background-color: var(--main-color);
}

header:where(.scrolled, .is_child) .header-nav-area nav .nav-flex .slide-hover:hover a:hover {
  color: white;
}

header .header-flex .header-nav-area nav .nav-flex .slide-hover > a::after, header .header-flex .header-nav-area nav .nav-flex .slide-hover > p::after {
  border-bottom: 3px solid var(--main-color);
}

#sub-page header.is_child:not(#_) .header-nav-area nav .nav-flex .slide-hover > a, #sub-page header.is_child .header-nav-area nav .nav-flex .slide-hover > p {
  color: initial;
}
#sub-page header.is_child:not(#_) .header-nav-area nav .nav-flex .slide-hover > a:hover, #sub-page header.is_child .header-nav-area nav .nav-flex .slide-hover > p:hover {
  color: initial;
}
#sub-page header.is_child:not(#_) .header-nav-area nav .nav-flex .slide-hover > a::after, #sub-page header.is_child .header-nav-area nav .nav-flex .slide-hover > p::after {
  background-color: transparent;
}

#sub-page header.is_child:not(#_) .header-nav-area nav .nav-flex .slide-hover:hover .sh_a:hover {
  color: black;
}

footer {
  color: white;
  background-color: var(--black);
  padding-block: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px) 10px;
}
footer .footer_wrapper {
  padding-inline: 2%;
  padding-block: 0 clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px);
}
footer .footer_wrapper > *:nth-child(1) img {
  width: min(200px, 100%);
}
footer .footer_wrapper .f_buttons {
  margin-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  display: flex;
  gap: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  footer .footer_wrapper .f_buttons {
    flex-direction: row;
  }
}
footer .footer_wrapper .f_buttons > *:nth-child(1) {
  --bdr_color: white;
  --bg_color: white;
  --txt_color: var(--main-color);
}
footer .footer_wrapper .f_buttons > *:nth-child(2) {
  background-color: unset;
  background-image: linear-gradient(to bottom, #E8390E, #EA5606);
}
footer .footer_wrapper .f_buttons > a {
  opacity: 1;
  transition: all 0.3s ease;
  padding-block: 10px;
  padding-inline: clamp(8px, calc(0.5172413793px + 0.7543103448vw), 15px);
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  color: var(--txt_color, white);
  border: 1px solid var(--bdr_color, var(--main-color));
  background-color: var(--bg_color, var(--main-color));
  transition: all 0.3s ease;
  border: 0;
  width: 100%;
  padding-block: 12px;
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
}
footer .footer_wrapper .f_buttons > a:hover {
  opacity: 0.7;
}
footer .footer_wrapper .f_buttons > a > * {
  text-transform: uppercase;
  font-weight: var(--fw, bold);
}
footer .footer_wrapper .f_buttons > a .lb_icon {
  color: inherit;
  width: var(--size, 20px);
  height: var(--size, 20px);
  aspect-ratio: 1;
  border: 1px solid;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: color 0.3s ease;
}
footer .footer_wrapper .f_buttons > a .lb_icon::after {
  content: "";
  width: calc(var(--size, 20px) * 0.3);
  height: calc(var(--size, 20px) * 0.5);
  background-color: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  footer .footer_wrapper .f_buttons > a {
    width: min(195px, 100%);
  }
}
footer .footer_wrapper .f_buttons .sns_wrapper {
  display: flex;
  align-items: center;
  gap: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
footer .footer_wrapper .f_buttons .sns_wrapper img {
  width: 35px;
  aspect-ratio: 1;
}
footer .footer_wrapper .f_links {
  margin-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  display: flex;
  gap: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  footer .footer_wrapper .f_links {
    flex-direction: row;
  }
}
footer .footer_wrapper .f_links * {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  text-decoration: underline;
}
footer .footer_wrapper .f_links *[target] {
  display: flex;
  align-items: center;
  gap: 3px;
}
footer .footer_wrapper .f_links *[target]::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="15" height="15" viewBox="0 0 24 24"><path fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F><%2Fsvg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
footer small {
  text-align: center;
  display: block;
  font-size: clamp(10px, calc(7.8620689655px + 0.2155172414vw), 12px);
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after, form > p:is(form > :nth-child(2 of p)) .require, .form_wrapper .check_pp::after, .form_wrapper .form_item > p.any::after, .form_wrapper .form_item > p.require::after {
  --bg: var(--main-color);
  content: "必須";
  display: block;
  padding: 5px 10px;
  line-height: 1;
  background-color: var(--bg, red);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.contact .sec:is(article *) {
  margin-block: var(--sec-mt, 40px) var(--sec-mb, 20px);
}
@media screen and (min-width: 992px) {
  .contact .sec:is(article *) {
    --sec-mt: 80px;
    --sec-mb: 20px;
  }
}
@media screen and (min-width: 992px) {
  .contact .sec .child_sub_title {
    --child_subtitle-mt: 50px;
  }
}
.contact .sec .sec_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.contact .sec .sec_description {
  line-height: 2;
}
.contact .from_tel {
  margin-top: var(--from_tel-mt, 30px);
  border: 1px solid var(--main_color);
  padding-block: var(--from_tel-py, 20px);
}
@media screen and (min-width: 992px) {
  .contact .from_tel {
    --from_tel-mt: 50px;
    --from_tel-py: 30px;
  }
}
.contact .from_tel .from_tel_wrapper {
  color: var(--main-color);
  width: var(--from_tel_wrapper-w, 340px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--from_tel_wrapper-column, 1fr);
  align-items: center;
  gap: var(--from_tel_wrapper-gap, 20px);
}
@media screen and (min-width: 992px) {
  .contact .from_tel .from_tel_wrapper {
    --from_tel_wrapper-column: 310px 1fr;
    --from_tel_wrapper-gap: 50px;
    --from_tel_wrapper-w: min(800px, 100%);
  }
}
.contact .from_tel .from_tel_wrapper > p {
  color: inherit;
  font-size: var(--from-tel-fs, 20px);
  font-weight: 500;
  line-height: 1.8;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .contact .from_tel .from_tel_wrapper > p {
    --from-tel-fs: 24px;
  }
}
.contact .from_tel .from_tel_wrapper > div {
  color: inherit;
}
.contact .from_tel .from_tel_wrapper > div > p:first-child {
  color: var(--main_color);
}
.contact .from_tel .from_tel_wrapper > div > p:first-child a {
  color: inherit;
  font-size: var(--tel-num-fs, 42px);
  font-weight: bold;
  line-height: 1.4464285714;
  position: relative;
  bottom: 5px;
}
@media screen and (min-width: 992px) {
  .contact .from_tel .from_tel_wrapper > div > p:first-child a {
    --tel-num-fs: 55px;
  }
}
.contact .from_tel .from_tel_wrapper > div > p:first-child a::before {
  position: relative;
  top: 4px;
}
.contact .from_tel .from_tel_wrapper > div a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: var(--tel-num-pointer, auto);
}
@media screen and (min-width: 992px) {
  .contact .from_tel .from_tel_wrapper > div a {
    --tel-num-pointer: none;
  }
}
.contact .from_tel .from_tel_wrapper > div a::before {
  content: "";
  display: block;
  width: 55px;
  aspect-ratio: 1;
  background-color: var(--main_color);
  -webkit-mask-image: url(../images/common/contact_tel.png);
          mask-image: url(../images/common/contact_tel.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.contact .from_tel .from_tel_wrapper > div a span {
  color: inherit;
  font-size: var(--tel-num-fs, 42px);
  font-weight: bold;
  line-height: 1.4464285714;
  position: relative;
  bottom: 5px;
}
@media screen and (min-width: 992px) {
  .contact .from_tel .from_tel_wrapper > div a span {
    --tel-num-fs: 55px;
  }
}
.contact .from_tel .from_tel_wrapper > div p {
  color: initial;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: var(--tel-num-bottom-fs, 14px);
}
@media screen and (min-width: 992px) {
  .contact .from_tel .from_tel_wrapper > div p {
    --tel-num-bottom-fs: 16px;
  }
}
.contact .dd_form_top {
  margin-top: var(--from_tel-mt, 30px);
  background-color: #FAFAFA;
  padding-block: var(--from_tel-py, 20px);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top {
    --from_tel-mt: 50px;
    --from_tel-py: 30px;
  }
}
.contact .dd_form_top .dd_form_top_wrapper {
  color: var(--main-color);
  width: var(--from_tel_wrapper-w, 340px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--from_tel_wrapper-column, 1fr);
  align-items: center;
  gap: var(--from_tel_wrapper-gap, 20px);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_top_wrapper {
    --from_tel_wrapper-column: 220px 1fr;
    --from_tel_wrapper-gap: 40px;
    --from_tel_wrapper-w: min(760px, 100%);
    --from_tel_wrapper-child-mt: 30px;
  }
}
.contact .dd_form_top .dd_form_top_wrapper:not(:first-of-type) {
  margin-top: var(--from_tel_wrapper-child-mt, 20px);
}
.contact .dd_form_top .dd_form_top_wrapper img {
  width: min(220px, 100%);
  aspect-ratio: 11/14;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-inline: auto;
}
.contact .dd_form_top .dd_form_top_wrapper > div {
  color: inherit;
}
.contact .dd_form_top .dd_form_top_wrapper > div h3 {
  color: inherit;
  font-size: var(--dd_form-fs, 20px);
  font-weight: 500;
  line-height: 1.8;
  word-break: var(--dd_form-wb, auto);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_top_wrapper > div h3 {
    --dd_form-fs: 24px;
    --dd_form-wb: keep-all;
  }
}
.contact .dd_form_top .dd_form_top_wrapper > div p {
  margin-top: var(--dd_form-bottom-mt, 15px);
  font-weight: 500;
  line-height: 2;
  font-size: var(--dd_form-bottom-fs, 14px);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_top_wrapper > div p {
    --dd_form-bottom-fs: 16px;
    --dd_form-bottom-mt: 20px;
  }
}
.contact .dd_form_top .dd_form_top_wrapper > div a {
  border: 2px solid var(--main-color);
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: var(--main-color);
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: min(350px, 100%);
  height: 60px;
}
.contact .dd_form_top .dd_form_top_wrapper > div a::after {
  --after-w: 11px;
  content: "";
  width: var(--after-w);
  height: var(--after-w);
  aspect-ratio: 1;
  border: solid var(--main-color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: 15px;
  top: 1px;
}
.contact .dd_form_top .dd_form_top_wrapper > div a {
  margin-top: var(--dl_link-mt, 10px);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_top_wrapper > div a {
    --dl_link-mt: 20px;
  }
}
.contact .dd_form_top .dd_form_thnks_wrapper {
  color: var(--main-color);
  width: min(1000px, 100%);
  margin-inline: auto;
  gap: var(--from_tel_wrapper-gap, 20px);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_thnks_wrapper {
    --from_tel_wrapper-gap: 40px;
    --from_tel_wrapper-child-mt: 30px;
  }
}
.contact .dd_form_top .dd_form_thnks_wrapper > div {
  color: inherit;
  text-align: var(--thnx-align, left);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_thnks_wrapper > div {
    --thnx-align: center;
  }
}
.contact .dd_form_top .dd_form_thnks_wrapper > div h3 {
  color: inherit;
  font-size: var(--dd_form-fs, 20px);
  font-weight: 500;
  line-height: 1.8;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_thnks_wrapper > div h3 {
    --dd_form-fs: 24px;
  }
}
.contact .dd_form_top .dd_form_thnks_wrapper > div p {
  margin-top: var(--dd_form-bottom-mt, 15px);
  font-weight: 500;
  line-height: 2;
  font-size: var(--dd_form-bottom-fs, 14px);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_thnks_wrapper > div p {
    --dd_form-bottom-fs: 16px;
    --dd_form-bottom-mt: 20px;
  }
}
.contact .dd_form_top .dd_form_thnks_wrapper > div a {
  border: 2px solid var(--main-color);
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: var(--main-color);
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: min(350px, 100%);
  height: 60px;
}
.contact .dd_form_top .dd_form_thnks_wrapper > div a::after {
  --after-w: 11px;
  content: "";
  width: var(--after-w);
  height: var(--after-w);
  aspect-ratio: 1;
  border: solid var(--main-color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: 15px;
  top: 1px;
}
.contact .dd_form_top .dd_form_thnks_wrapper > div a {
  margin-top: var(--dl_link-mt, 10px);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_thnks_wrapper > div a {
    --dl_link-mt: 20px;
  }
}

input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 20px;
  height: 20px;
}

.form_wrapper {
  margin-block: var(--form_wrapper-mt, 40px);
  padding-bottom: clamp(80px, calc(58.6206896552px + 2.1551724138vw), 100px);
}
@media screen and (min-width: 992px) {
  .form_wrapper {
    --form_wrapper-mt: 60px;
  }
}
.form_wrapper:is(.offcanvas-body *) {
  padding-bottom: 0;
}
.form_wrapper .form_item {
  --left-size: 300px;
  position: relative;
  display: grid;
  grid-template-columns: var(--form_wrapper-column, 1fr);
  margin-bottom: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
@media screen and (min-width: 992px) {
  .form_wrapper .form_item {
    --form_wrapper-column: 1fr;
    --form_item-py: 10px;
    --form_item-px: 30px;
  }
}
.form_wrapper .form_item:has(.require) > :nth-child(2) input:not([type=file]) {
  background-color: white;
}
.form_wrapper .form_item:has(textarea) :is(.require, .any) {
  align-self: start;
  padding-bottom: var(--hs_txa-pb, 15px);
}
@media screen and (min-width: 992px) {
  .form_wrapper .form_item:has(textarea) :is(.require, .any) {
    --hs_txa-pb: 10px;
  }
}
.form_wrapper .form_item > * {
  font-size: 16px;
  font-weight: 500;
  padding-block: var(--form_item-py, 15px);
}
.form_wrapper .form_item > p {
  display: flex;
  align-items: center;
  word-break: keep-all;
}
.form_wrapper .form_item > p.require {
  gap: 10px;
}
.form_wrapper .form_item > p.any {
  gap: 10px;
}
.form_wrapper .form_item > p.any::after {
  --bg: lightgrey;
  content: "任意";
}
.form_wrapper .form_item > p > br {
  display: none;
}
.form_wrapper .form_item :where(input:not([type=file]), textarea) {
  width: 100%;
  padding: 10px;
  border: 1px solid #DEDEDE;
  background-color: white;
}
.form_wrapper .form_item :where(input:not([type=file]), textarea)::-moz-placeholder {
  color: #ccc;
}
.form_wrapper .form_item :where(input:not([type=file]), textarea)::placeholder {
  color: #ccc;
}
.form_wrapper .form_item :where(textarea) {
  width: 100%;
  padding: 10px;
  background-color: white;
}
.form_wrapper .form_item :where(textarea)::-moz-placeholder {
  color: #ccc;
}
.form_wrapper .form_item :where(textarea)::placeholder {
  color: #ccc;
}
.form_wrapper .form_item input[type=file]::-webkit-file-upload-button {
  background-color: #DEDEDE;
  color: var(--grey);
  padding: 5px 10px;
  border-radius: 0;
  border: none;
}
.form_wrapper .form_item input[type=file]::file-selector-button {
  background-color: #DEDEDE;
  color: var(--grey);
  padding: 5px 10px;
  border-radius: 0;
  border: none;
}
.form_wrapper .form_item input[type=file]::-webkit-file-upload-button:hover {
  cursor: pointer;
}
.form_wrapper .form_item input[type=file]::file-selector-button:hover {
  cursor: pointer;
}
.form_wrapper .form_item input[type=file]:hover {
  cursor: pointer;
}
.form_wrapper .form_item .wpcf7-form-control-wrap {
  width: 100%;
}
.form_wrapper .form_item div p:has([data-name=your-last-name], [data-name=your-last-name-kana]) {
  display: flex;
  gap: 10px;
  flex-direction: var(--fx-dir, column);
}
@media screen and (min-width: 992px) {
  .form_wrapper .form_item div p:has([data-name=your-last-name], [data-name=your-last-name-kana]) {
    --fx-dir: row;
  }
}
.form_wrapper .form_item div p:has([data-name=your-address1]) span {
  display: block;
}
.form_wrapper .check_pp {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: var(--check_pp-my, 30px);
}
@media screen and (min-width: 992px) {
  .form_wrapper .check_pp {
    --check_pp-my: 60px;
  }
}
.form_wrapper .check_pp > p {
  display: flex;
  gap: 10px;
  line-height: 1;
}
.form_wrapper .check_pp > p a {
  color: var(--main-color);
  text-decoration: underline;
}
.form_wrapper .check_pp input {
  width: 20px;
  height: 20px;
}
.form_wrapper :is(.submit, .wpcf7-submit) {
  border-radius: 10px;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: var(--grey);
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: inherit;
  height: inherit;
  transition: opacity 0.5s;
  text-align: center;
}
.form_wrapper :is(.submit, .wpcf7-submit):hover {
  opacity: 0.5;
}
.form_wrapper input[type=submit] {
  width: min(300px, 100%);
  height: var(--btn-h, 65px);
  border-radius: 0;
  display: grid;
  grid-template-columns: 1fr 55px;
  align-items: center;
  background-color: var(--main-color);
  text-align: center;
  color: white;
}

.rules_wrapper {
  height: 300px;
  overflow-y: scroll;
}
.rules_wrapper > * {
  padding: 2%;
  background: var(--l_green);
}
.rules_wrapper table {
  --td-bgc: #F4FDF5;
  border: 1px solid;
  background-color: white;
}
.rules_wrapper table.table_a tbody > *:nth-child(1) td {
  background-color: var(--td-bgc);
}
.rules_wrapper table.table_b tbody > * > *:nth-child(1) {
  background-color: var(--td-bgc);
}
.rules_wrapper table :is(tr, td) {
  padding: 2%;
  border: 1px solid;
  font-size: clamp(13px, calc(9.7931034483px + 0.3232758621vw), 16px);
}

form > p {
  margin-inline: auto;
  position: relative;
  font-weight: normal;
}
form > p:is(form > :nth-child(2 of p)) {
  margin-top: 40px;
}
form > p:is(form > :nth-child(2 of p)) .require {
  display: inline-block;
  background-color: var(--main-color);
}
form > p a {
  color: var(--main-color);
  text-decoration: underline;
}
form > p button {
  padding-block: 10px;
  padding-inline: 25px;
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: var(--orange);
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: min(300px, 100%);
  transition: opacity 0.5s ease;
  margin-inline: auto;
}
form > p button:hover {
  opacity: 0.8;
}

.wpcf7-list-item-label {
  font-weight: normal;
}

#popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
#popup #popup_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}
#popup #popup_inner p:has(.wpcf7-spinner) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-block: 20px;
  padding-inline: 20px;
  gap: 5px;
}
#popup #popup_inner p .wpcf7-spinner {
  width: 100%;
}
#popup button {
  --orange: var(--main-color);
  padding-block: 10px;
  padding-inline: 25px;
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: var(--orange);
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: min(300px, 100%);
  transition: opacity 0.5s ease;
}
#popup button:hover {
  opacity: 0.8;
}
#popup input[type=submit] {
  padding-block: 10px;
  padding-inline: 25px;
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: var(--orange);
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: min(300px, 100%);
  transition: opacity 0.5s ease;
}
#popup input[type=submit]:hover {
  opacity: 0.8;
}

.c-formItemContentFiles {
  display: flex;
  align-items: center;
  height: 40px;
}

.c-formItemContentFiles input[type=file] {
  display: none;
}

.c-formItemContentFiles label {
  border: none;
  height: 40px;
  width: 140px;
  box-sizing: border-box;
  padding: 5px 10px;
  background: #2b2b2b;
  display: grid;
  place-content: center;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  transition: all 0.5s ease-out;
  margin-right: 8px;
}
.c-formItemContentFiles label span {
  color: inherit;
}

.c-formItemContentFiles label:hover {
  opacity: 0.7;
}

.c-formItemContentFiles__Clear {
  border: none;
  height: 30px;
  width: 50px;
  box-sizing: border-box;
  padding: 5px 5px;
  line-height: 1.3;
  background: #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  transition: all 0.5s ease-out;
  margin-right: 8px;
}

.c-formItemContentFiles__Clear:hover {
  opacity: 0.7;
}

.c-formItemContentFiles__txt {
  font-size: var(--file_txt-fs, 14px);
  line-height: 1.4;
  width: calc(100% - 196px);
  text-align: left;
}
@media screen and (min-width: 992px) {
  .c-formItemContentFiles__txt {
    --file_txt-fs: 16px;
  }
}

.c-formItemContentFilesItem:nth-of-type(n + 2) {
  display: none;
  margin-top: 15px;
}

.c-formItemContentFilesAdd {
  text-align: center;
  margin: 10px 0 0 0;
  width: 170px;
  font-size: 14px;
  line-height: 1.3;
  background: #d8d8d8;
  padding: 8px 30px 8px 10px;
  cursor: pointer;
  position: relative;
}
.c-formItemContentFilesAdd span {
  font-size: 14px;
}

.c-formItemContentFilesAdd:before,
.c-formItemContentFilesAdd:after {
  content: "";
  display: block;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-formItemContentFilesAdd:before {
  height: 2px;
  width: 10px;
  right: 8px;
}

.c-formItemContentFilesAdd:after {
  height: 10px;
  width: 2px;
  right: 12px;
}

.c-formItemContent__caution {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin-top: 5px;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
  outline: 0;
  width: 20px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item p {
  display: grid;
  align-items: center;
  gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: var(--p-columns, 20px auto);
}
@media screen and (min-width: 992px) {
  .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item p {
    --p-columns: 20px 100px;
  }
}

.check_b:not(:has([type=checkbox])) {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--columns, auto);
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .check_b:not(:has([type=checkbox])) {
    --columns: 150px;
  }
}
.check_b:not(:has([type=checkbox])) input {
  outline: 0;
  width: 20px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.check_b:not(:has([type=checkbox])) p {
  display: grid;
  align-items: center;
  gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: var(--p-columns, 20px auto);
}
@media screen and (min-width: 992px) {
  .check_b:not(:has([type=checkbox])) p {
    --p-columns: 20px 100px;
  }
}

.check_b .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: var(--cb_child_dir, column);
  gap: var(--cb_child_gap, 20px);
}
@media screen and (min-width: 992px) {
  .check_b .wpcf7-form-control.wpcf7-radio {
    --cb_child_dir: row;
    --cb_child_gap: 0;
  }
}
.check_b .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  display: grid;
  grid-template-columns: 20px 100px;
  align-items: center;
  gap: 5px;
}
.check_b .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio] {
  outline: 0;
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: var(--cb_child_dir, column);
  align-items: var(--cb_child_ai, start);
  gap: var(--cb_child_gap, 20px);
}
@media screen and (min-width: 992px) {
  .wpcf7-form-control.wpcf7-radio {
    --cb_child_dir: row;
    --cb_child_gap: 0;
    --cb_child_ai: center;
  }
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  display: grid;
  grid-template-columns: 20px 100px;
  align-items: center;
  gap: 5px;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio] {
  outline: 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 5px;
  align-items: center;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item a {
  color: var(--main-color);
  text-decoration: underline !important;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 10px;
}
#inc-breadcrumb01 {
  justify-content: unset;
}
#inc-breadcrumb01 .breadcrumb-item {
  color: var(--main-color);
}
#inc-breadcrumb01 .breadcrumb-item a {
  color: initial;
}

:is(.sec_breadcrumb, #inc-breadcrumb01) {
  padding-inline: 2%;
  margin-bottom: var(--sb-mb, 50px);
  overflow-x: var(--sec-breadcrumb-scroll, scroll);
  white-space: var(--sec-breadcrumb-wspace, nowrap);
}
:is(.sec_breadcrumb, #inc-breadcrumb01) nav {
  margin-top: calc(15px + 0.2604166667vw);
}
:is(.sec_breadcrumb, #inc-breadcrumb01) nav .breadcrumb .breadcrumb-item {
  font-size: clamp(12px, calc(8.7931034483px + 0.3232758621vw), 15px);
  font-weight: bold;
  line-height: 1.7;
}
:is(.sec_breadcrumb, #inc-breadcrumb01) nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  --bs-breadcrumb-item-padding-x: 8px;
}
:is(.sec_breadcrumb, #inc-breadcrumb01) nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  --bs-breadcrumb-divider: " ";
  --bs-breadcrumb-item-padding-x: 8px;
  background-color: black;
  width: 10px;
  height: 10px;
  position: relative;
  top: 7px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-inline: 10px;
}
@media screen and (min-width: 992px) {
  :is(.sec_breadcrumb, #inc-breadcrumb01) {
    --sec-breadcrumb-scroll: none;
    --sec-breadcrumb-wspace: wrap;
    --sb-mb: 100px;
  }
}
:is(.sec_breadcrumb, #inc-breadcrumb01) > nav {
  width: var(--sec-breadcrumb-nav-w, 135%);
}
@media screen and (min-width: 992px) {
  :is(.sec_breadcrumb, #inc-breadcrumb01) > nav {
    --sec-breadcrumb-nav-w: auto;
  }
}
:is(.sec_breadcrumb, #inc-breadcrumb01) .breadcrumb {
  flex-wrap: var(--sec-breadcrumb-flex-wrap, nowrap);
}
@media screen and (min-width: 992px) {
  :is(.sec_breadcrumb, #inc-breadcrumb01) .breadcrumb {
    --sec-breadcrumb-flex-wrap: wrap;
  }
}

.accordion {
  --border-color: #DBDBDB;
  --bs-accordion-inner-border-radius: 15px;
  --bs-accordion-btn-padding-y: 13px;
  --bs-accordion-btn-padding-x: var(--x, 0);
  --bs-accordion-body-padding-x: var(--x, 0);
  --bs-accordion-active-color: initial;
  margin-top: var(--mt, 30px);
}
@media screen and (min-width: 992px) {
  .accordion {
    --x: 1.25rem;
    --mt: 30px;
  }
}
.accordion.accordion-flush .accordion-item .accordion-button, .accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.accordion .accordion-item {
  border-radius: 0;
  margin-bottom: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
.accordion .accordion-item .accordion-header .accordion-button::before,
.accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  right: var(--acc_btn-r, 10px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: white;
  width: 25px;
  height: 3px;
  transition: all 0.3s;
  background-image: none;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-header .accordion-button::before,
.accordion .accordion-item .accordion-header .accordion-button::after {
    --acc_btn-r: 20px;
  }
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  transform: rotate(90deg);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before,
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  opacity: 0;
}
.accordion .accordion-item .accordion-body:not(.child_accordion *) {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-block: var(--bs-accordion-body-padding-y);
  padding-inline: var(--bs-accordion-body-padding-x);
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-body:not(.child_accordion *) {
    padding-block: var(--bs-accordion-body-padding-y) 40px;
  }
}
.accordion .accordion-item .accordion-body:not(.child_accordion *) span {
  --icon-bg-color: #fff;
  --icon-color: var(--main_color);
}
.accordion .accordion-item button {
  display: flex;
  align-items: center;
  background-color: var(--black);
  color: white;
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  font-size: clamp(18px, calc(15.8620689655px + 0.2155172414vw), 20px);
  font-weight: bold;
}
#sub-page main:not(.recruit_child) section {
  margin-bottom: var(--sec_mb, clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px));
}

.recruit_child {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .recruit_child {
    margin-top: 64px;
  }
}

.sec_title {
  margin-block: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
  text-align: center;
}
.sec_title > * {
  font-size: clamp(25px, calc(14.3103448276px + 1.0775862069vw), 35px);
  line-height: 1.6;
  font-weight: 900;
}
.sec_title > * strong {
  color: var(--main-color);
  font-weight: 900;
}

.anchor_wrapper {
  margin-top: clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
@media screen and (min-width: 992px) {
  .anchor_wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.anchor_wrapper > * {
  background-color: var(--main-color);
  color: white;
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-weight: bold;
}
.anchor_wrapper > *::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  flex-shrink: 0;
}

hr {
  color: var(--grey, grey);
  display: block;
  margin-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
}

.links_column {
  display: grid;
  gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .links_column {
    grid-template-columns: 1fr 1fr;
  }
}
.links_column > * {
  --size: 30px;
  opacity: 1;
  transition: all 0.3s ease;
  padding-block: 10px;
  padding-inline: clamp(8px, calc(0.5172413793px + 0.7543103448vw), 15px);
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  color: var(--txt_color, white);
  border: 1px solid var(--bdr_color, var(--main-color));
  background-color: var(--bg_color, var(--main-color));
  transition: all 0.3s ease;
  padding-block: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
  padding-inline: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  font-size: var(--fs, clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px));
}
.links_column > *:hover {
  opacity: 0.7;
}
.links_column > * > * {
  text-transform: uppercase;
  font-weight: var(--fw, bold);
}
.links_column > * .lb_icon {
  color: inherit;
  width: var(--size, 20px);
  height: var(--size, 20px);
  aspect-ratio: 1;
  border: 1px solid;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: color 0.3s ease;
}
.links_column > * .lb_icon::after {
  content: "";
  width: calc(var(--size, 20px) * 0.3);
  height: calc(var(--size, 20px) * 0.5);
  background-color: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: relative;
}
.links_column > * .lb_icon::after {
  left: 2px;
}
.links_column > *:nth-child(2) {
  --bg_color: var(--black);
  --bdr_color: var(--black);
}

.accordion .child_accordion .accordion-body {
  padding-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
.accordion .child_accordion .accordion-body > * {
  border: 1px solid var(--main-color);
  margin-bottom: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
.accordion .child_accordion .accordion-body > * > * {
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  display: flex;
  gap: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
}
.accordion .child_accordion .accordion-body > * > * > *:nth-child(1) {
  font-size: clamp(20px, calc(-6.724137931px + 2.6939655172vw), 45px);
  text-transform: uppercase;
  font-weight: bold;
  display: grid;
  place-content: center;
  width: 34px;
}
.accordion .child_accordion .accordion-body > * > * > *:nth-child(2) {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  line-height: 1.5;
}
.accordion .child_accordion .accordion-body > * > *:nth-child(1) {
  color: var(--main-color);
  align-items: center;
  font-weight: bold;
}
.accordion .child_accordion .accordion-body > * > *:nth-child(2) {
  background-color: var(--l_orange);
}

.recruit_child .page_top {
  position: relative;
  background-color: var(--main-color);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: clamp(125px, calc(-78.1034482759px + 20.474137931vw), 315px);
  margin-bottom: 0;
  overflow: hidden;
}
.recruit_child .page_top::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 16%;
  z-index: 0;
}
.recruit_child .page_top .pt_left {
  padding-inline: 2% 0;
}
.recruit_child .page_top .pt_left > * {
  color: currentColor;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 900;
}
.recruit_child .page_top .pt_left > *:nth-child(1) {
  font-size: clamp(30px, calc(-22.3793103448px + 5.2801724138vw), 79px);
  text-transform: uppercase;
}
.recruit_child .page_top .pt_left > *:nth-child(2) {
  font-size: clamp(16px, calc(-3.2413793103px + 1.9396551724vw), 34px);
}
.recruit_child .page_top .pt_right {
  height: 100%;
  width: auto;
  position: relative;
  z-index: 1;
}
.recruit_child .page_top .pt_right figure {
  height: 100%;
}
.recruit_child .page_top .pt_right img {
  width: clamp(200px, calc(146.5517241379px + 5.3879310345vw), 250px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (min-width: 768px) {
  .recruit_child .page_top .pt_right img {
    width: auto;
  }
}

.nav-tabs {
  border: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.nav-tabs .nav-link {
  padding-block: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  text-align: center;
  border-radius: 5px 5px 0 0;
  background-color: var(--l_grey);
  color: var(--black);
  border: 0;
  font-size: clamp(11px, calc(1.3793103448px + 0.9698275862vw), 20px);
  font-weight: bold;
  line-height: 1.45;
}
.nav-tabs .nav-link.active {
  color: white;
  background-color: var(--black);
  position: relative;
}

.tab-content {
  border: 2px solid var(--black);
}

.tab-content {
  padding-block: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px) clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
  padding-inline: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
}
.tab-content .tab-pane > * {
  display: none;
}
.tab-content .tab-pane > *:is(.active *) {
  display: block;
}
.tab-content .tab-pane .tab_pane_wrapper .grid_x4 {
  width: min(1000px, 100%);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .tab-content .tab-pane .tab_pane_wrapper .grid_x4 {
    --columns: repeat(4, 1fr);
  }
}
.tab-content .tab_list_wrapper {
  margin-top: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
.tab-content .tab_list_wrapper > * {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(5px, calc(-11.0344827586px + 1.6163793103vw), 20px);
  padding-block: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  border-bottom: 1px solid grey;
}
@media screen and (min-width: 992px) {
  .tab-content .tab_list_wrapper > * {
    grid-template-columns: 350px 1fr;
  }
}
.tab-content .tab_list_wrapper > * > * {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  line-height: 1.6;
  font-weight: bold;
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
.tab-content .tab_list_wrapper > * > *:nth-child(1) {
  color: var(--main-color);
}
.tab-content .entry_wrapper {
  margin-top: clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px);
}
.tab-content .entry_wrapper a {
  --size: 30px;
  opacity: 1;
  transition: all 0.3s ease;
  padding-block: 10px;
  padding-inline: clamp(8px, calc(0.5172413793px + 0.7543103448vw), 15px);
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  color: var(--txt_color, white);
  border: 1px solid var(--bdr_color, var(--main-color));
  background-color: var(--bg_color, var(--main-color));
  transition: all 0.3s ease;
  padding-block: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
  padding-inline: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  font-size: var(--fs, clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px));
  width: min(400px, 100%);
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  margin-inline: auto;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
}
.tab-content .entry_wrapper a:hover {
  opacity: 0.7;
}
.tab-content .entry_wrapper a > * {
  text-transform: uppercase;
  font-weight: var(--fw, bold);
}
.tab-content .entry_wrapper a .lb_icon {
  color: inherit;
  width: var(--size, 20px);
  height: var(--size, 20px);
  aspect-ratio: 1;
  border: 1px solid;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: color 0.3s ease;
}
.tab-content .entry_wrapper a .lb_icon::after {
  content: "";
  width: calc(var(--size, 20px) * 0.3);
  height: calc(var(--size, 20px) * 0.5);
  background-color: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: relative;
}
.tab-content .entry_wrapper a .lb_icon::after {
  left: 2px;
}

.child_page_wrapper {
  margin-block: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
}
.child_page_wrapper .c_ttl {
  color: var(--main-color);
  font-size: clamp(20px, calc(2.8965517241px + 1.724137931vw), 36px);
  line-height: 1.6;
  font-weight: 900;
  padding-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  border: solid;
  border-width: 2px 0;
  text-align: center;
  margin-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
}
.child_page_wrapper .c_sub_ttl {
  margin-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
  text-align: center;
  padding-block: clamp(12px, calc(5.5862068966px + 0.6465517241vw), 18px);
  font-size: clamp(16px, calc(-1.1034482759px + 1.724137931vw), 32px);
  color: white;
  background-color: var(--black);
  font-weight: 900;
  line-height: 1.4375;
}
.child_page_wrapper .c_sub_ttl.type_a {
  background-color: transparent;
  color: var(--main-color);
  padding-block: 0;
}
.child_page_wrapper .c_sub_ttl.type_a span {
  padding-left: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
.child_page_wrapper .block_right {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.child_page_wrapper .block_right .br_btn {
  margin-top: auto;
}
.child_page_wrapper .grid_x2 {
  margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
.child_page_wrapper .grid_x2:is(.c_flow_wrapper *) {
  margin-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
.child_page_wrapper .grid_x2.type_job img {
  height: clamp(250px, calc(143.1034482759px + 10.775862069vw), 350px);
}
.child_page_wrapper .grid_x2:has(.type_interview) img {
  height: clamp(250px, calc(143.1034482759px + 10.775862069vw), 350px);
}
.child_page_wrapper .grid_x2 img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.child_page_wrapper .grid_x2 img:is(.c_flow_wrapper *) {
  height: 200px;
}
.child_page_wrapper .grid_x2 .br_ttl {
  color: var(--main-color);
  font-size: clamp(18px, calc(7.3103448276px + 1.0775862069vw), 28px);
  margin-block: 15px clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  font-weight: bold;
  line-height: 1.6;
}
.child_page_wrapper .grid_x2 .br_ttl:is(.type_interview *) {
  margin-block: 0 clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
.child_page_wrapper .grid_x2 .br_prd {
  margin-bottom: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  font-size: clamp(16px, calc(7.4482758621px + 0.8620689655vw), 24px);
  font-weight: bold;
}
.child_page_wrapper .grid_x2 .br_txt {
  margin-bottom: 20px;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: bold;
  line-height: 1.6;
}
.child_page_wrapper .grid_x2 .br_txt:is(.type_interview *) {
  margin-block: 0 clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
.child_page_wrapper .grid_x2 .br_btn a {
  --size: 30px;
  opacity: 1;
  transition: all 0.3s ease;
  padding-block: 10px;
  padding-inline: clamp(8px, calc(0.5172413793px + 0.7543103448vw), 15px);
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  color: var(--txt_color, white);
  border: 1px solid var(--bdr_color, var(--main-color));
  background-color: var(--bg_color, var(--main-color));
  transition: all 0.3s ease;
  padding-block: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
  padding-inline: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  font-size: var(--fs, clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px));
  width: 100%;
}
.child_page_wrapper .grid_x2 .br_btn a:hover {
  opacity: 0.7;
}
.child_page_wrapper .grid_x2 .br_btn a > * {
  text-transform: uppercase;
  font-weight: var(--fw, bold);
}
.child_page_wrapper .grid_x2 .br_btn a .lb_icon {
  color: inherit;
  width: var(--size, 20px);
  height: var(--size, 20px);
  aspect-ratio: 1;
  border: 1px solid;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: color 0.3s ease;
}
.child_page_wrapper .grid_x2 .br_btn a .lb_icon::after {
  content: "";
  width: calc(var(--size, 20px) * 0.3);
  height: calc(var(--size, 20px) * 0.5);
  background-color: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: relative;
}
.child_page_wrapper .grid_x2 .br_btn a .lb_icon::after {
  left: 2px;
}
@media screen and (min-width: 768px) {
  .child_page_wrapper .grid_x2 .br_btn a {
    width: min(400px, 100%);
  }
}
.child_page_wrapper .grid_x3.type_job img {
  height: clamp(250px, calc(196.5517241379px + 5.3879310345vw), 300px);
}
.child_page_wrapper .grid_x3 img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.child_page_wrapper .grid_x3 .pic_ttl {
  color: var(--main-color);
  background-color: var(--l_orange);
  text-align: center;
  padding-block: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  font-weight: bold;
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
}
.child_page_wrapper .grid_x3 .has_pic_txt {
  margin-top: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  margin-bottom: 20px;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
}
@media screen and (min-width: 992px) {
  .child_page_wrapper .grid_x3 .has_pic_txt {
    margin-bottom: 0;
  }
}

.bg_block {
  margin-top: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  background-color: var(--l_orange);
  padding-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  padding-inline: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
.bg_block:has(> :nth-child(2)) > * {
  display: flex;
  gap: 5px;
}
.bg_block:has(> :nth-child(2)) > * > * {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: bold;
  line-height: 1.6;
}
.bg_block:has(> :nth-child(2)) > * > *:nth-child(1) {
  color: var(--main-color);
  display: flex;
  align-items: center;
}
.bg_block:has(> :nth-child(2)) > * > *:nth-child(1)::after {
  content: "：";
  display: block;
  color: initial;
}
.bg_block > * {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: bold;
  line-height: 1.6;
}

.type_job > * {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.type_job .box_top {
  background-color: var(--main-color);
  color: white;
  text-align: center;
  padding-block: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  padding-inline: 10px;
  font-size: clamp(18px, calc(7.3103448276px + 1.0775862069vw), 28px);
  font-weight: bold;
  line-height: 1.4285714286;
}
.type_job .box_bottom {
  padding-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  padding-inline: 15px;
  background-color: var(--l_orange);
  height: 100%;
}
.type_job .box_bottom > * {
  text-align: center;
}
.type_job .box_bottom > *:nth-child(1) {
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  color: var(--main-color);
  font-weight: bold;
}
.type_job .box_bottom > *:nth-child(2) {
  margin-top: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  line-height: 1.6;
}

.job_point {
  padding-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
  border: 1px solid var(--main-color);
}
.job_point .pnt_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  color: white;
  background-color: var(--main-color);
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
  margin-bottom: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
.job_point .jp_list {
  display: flex;
  gap: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  flex-wrap: wrap;
  margin-bottom: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
.job_point .jp_list > * {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: bold;
}
.job_point .jp_list > *::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--main-color);
  border-radius: 50%;
}
.job_point .jp_txt {
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
  line-height: 1.6;
}
.job_point .jp_small {
  font-size: clamp(10px, calc(7.8620689655px + 0.2155172414vw), 12px);
  font-weight: bold;
}

.c_flow_wrapper {
  margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
.c_flow_wrapper > * {
  border: 1px solid var(--main-color);
  padding-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
}

.block_reverse_wrapper > * {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  padding-bottom: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  border-bottom: 1px solid var(--grey, grey);
  margin-bottom: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
@media screen and (min-width: 992px) {
  .block_reverse_wrapper > *:nth-child(2n+1) {
    grid-template-columns: 400px 1fr;
  }
}
@media screen and (min-width: 992px) {
  .block_reverse_wrapper > *:nth-child(2n) {
    grid-template-columns: 1fr 400px;
  }
  .block_reverse_wrapper > *:nth-child(2n) > *:nth-child(1) {
    order: 2;
  }
  .block_reverse_wrapper > *:nth-child(2n) > *:nth-child(2) {
    order: 1;
  }
}
.block_reverse_wrapper > * img {
  width: min(400px, 100%);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.block_reverse_wrapper .br_detail > * {
  margin-bottom: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
.block_reverse_wrapper .br_detail .br_ttl {
  font-size: clamp(20px, calc(11.4482758621px + 0.8620689655vw), 28px);
  color: var(--main-color);
  font-weight: bold;
}
.block_reverse_wrapper .br_detail .br_sub_ttl {
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  font-weight: bold;
}
.block_reverse_wrapper .br_detail .br_txt {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  line-height: 1.6;
}
.block_reverse_wrapper .br_detail .br_spt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  color: white;
  background-color: var(--main-color);
  padding-block: 10px;
  padding-inline: clamp(5px, calc(-0.3448275862px + 0.5387931034vw), 10px);
  font-size: 16px;
}

.box_wrapper {
  margin-bottom: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
}
.box_wrapper.in_box {
  margin-bottom: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
.box_wrapper.box_x1.last_box * {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (width < 600px) {
  .box_wrapper.last_box * {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (width < 600px) {
  .box_wrapper.last_box * * {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.box_wrapper.last_box * *:is(.box_x1 *) {
  height: 200px;
}
@media (width < 600px) {
  .box_wrapper.last_box * *:is(.box_x1 *) {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.box_wrapper > * {
  padding-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  padding-inline: clamp(10px, calc(-22.0689655172px + 3.2327586207vw), 40px);
  border: 2px solid var(--main-color);
  height: clamp(320px, calc(245.1724137931px + 7.5431034483vw), 390px);
  display: flex;
  flex-direction: column;
}
.box_wrapper > *:is(.box_x4 *) {
  border: 0;
  background-color: var(--l_orange);
}
.box_wrapper > *:is(.box_x2 *):has(.b2_child) {
  height: clamp(200px, calc(157.2413793103px + 4.3103448276vw), 240px);
}
.box_wrapper > *:is(.box_x2 *):has(.b2_child) .bx_ttl {
  margin-bottom: 0;
}
.box_wrapper > *:is(.box_x2 *) .b2_child {
  display: flex;
  justify-content: space-between;
}
.box_wrapper > *:is(.box_x2 *) .b2_child img {
  max-height: 142px;
}
.box_wrapper > *:is(.type_b *) {
  height: clamp(230px, calc(203.275862069px + 2.6939655172vw), 255px);
}
@media (width <= 993px) {
  .box_wrapper > *:is(.type_b *):is(.sp_mh_sml *) img {
    max-height: 100px;
  }
}
.box_wrapper > *:is(.box_x1 *) {
  height: clamp(160px, calc(127.9310344828px + 3.2327586207vw), 190px);
}
.box_wrapper > *:is(.box_x1 *) img {
  max-width: 90%;
}
.box_wrapper > * figure {
  display: block;
  margin-block: auto;
}
.box_wrapper > * figure.mh_sml img {
  max-height: 200px;
}
.box_wrapper > * figure.mx_10 img {
  margin-inline: 10% 0;
}
.box_wrapper > * figure.mw_20 img {
  max-width: 20%;
}
.box_wrapper > * figure.mw_25 img {
  max-width: 25%;
}
.box_wrapper > * figure.mw_30 img {
  max-width: 30%;
}
.box_wrapper > * figure.mw_35 img {
  max-width: 35%;
}
.box_wrapper > * figure.mw_40 img {
  max-width: 40%;
}
.box_wrapper > * figure.mw_50 img {
  max-width: 50%;
}
.box_wrapper > * figure.mw_60 img {
  max-width: 60%;
}
.box_wrapper > * figure.mw_70 img {
  max-width: 70%;
}
.box_wrapper > * figure.mw_80 img {
  max-width: 80%;
}
.box_wrapper > * img {
  max-height: 300px;
  max-width: 250px;
  margin-inline: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.box_wrapper > * img.mh_sml {
  max-height: 200px;
}
.box_wrapper > * img.mx_10 {
  margin-inline: 10% 0;
}
.box_wrapper > * img.mw_20 {
  max-width: 20%;
}
.box_wrapper > * img.mw_25 {
  max-width: 25%;
}
.box_wrapper > * img.mw_30 {
  max-width: 30%;
}
.box_wrapper > * img.mw_35 {
  max-width: 35%;
}
.box_wrapper > * img.mw_40 {
  max-width: 40%;
}
.box_wrapper > * img.mw_50 {
  max-width: 50%;
}
.box_wrapper > * img.mw_60 {
  max-width: 60%;
}
.box_wrapper > * img.mw_70 {
  max-width: 70%;
}
.box_wrapper > * img.mw_80 {
  max-width: 80%;
}
.box_wrapper > * img:is(.b2_child *) {
  max-width: clamp(150px, calc(43.1034482759px + 10.775862069vw), 250px);
}
.box_wrapper > *.box_column {
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 992px) {
  .box_wrapper > *.box_column {
    height: auto;
  }
}
.box_wrapper > *.box_column > * {
  padding-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  padding-inline: clamp(10px, calc(-22.0689655172px + 3.2327586207vw), 40px);
  border: 2px solid var(--main-color);
  height: 100%;
}
.box_wrapper > * figure {
  display: block;
  margin-block: auto;
}
.box_wrapper > * figure.mh_sml img {
  max-height: 200px;
}
.box_wrapper > * img {
  max-height: 300px;
  max-width: 250px;
  margin-inline: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}
.box_wrapper > * img.mh_sml {
  max-height: 200px;
}
.box_wrapper > * img:is(.type_a_child *) {
  max-width: clamp(150px, calc(43.1034482759px + 10.775862069vw), 250px);
}
.box_wrapper .bx_ttl {
  font-size: clamp(16px, calc(3.1724137931px + 1.2931034483vw), 28px);
  font-weight: 900;
  line-height: 1.4285714286;
  text-align: center;
  margin-bottom: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  white-space: nowrap;
}
.box_wrapper .bx_ttl > span {
  font-size: clamp(10px, calc(7.8620689655px + 0.2155172414vw), 12px);
  display: block;
}
.box_wrapper + .box_text {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: bold;
  line-height: 1.6;
}

.value_box_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
@media screen and (min-width: 992px) {
  .value_box_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.value_box_wrapper > * {
  background-color: var(--l_orange);
}
.value_box_wrapper > * > * {
  padding-block: clamp(15px, calc(-4.2413793103px + 1.9396551724vw), 33px) clamp(15px, calc(1.1034482759px + 1.400862069vw), 28px);
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
}
.value_box_wrapper .vb_top {
  text-align: center;
  color: var(--main-color);
  font-size: clamp(18px, calc(7.3103448276px + 1.0775862069vw), 28px);
  font-weight: bold;
  border-bottom: 1px solid;
}
.value_box_wrapper .vb_bottom {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  line-height: 1.5;
  font-weight: bold;
}

.day_wrapper > * {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
@media screen and (min-width: 992px) {
  .day_wrapper > * {
    grid-template-columns: 1fr 1fr;
  }
}
.day_wrapper .d_top {
  margin-bottom: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
.day_wrapper .d_top > :nth-child(1) {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
.day_wrapper .d_top > :nth-child(1) .d_detail {
  display: grid;
  grid-template-columns: 20px 60px auto;
  gap: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  align-items: center;
}
.day_wrapper .d_top > :nth-child(1) .d_detail::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--main-color);
}
.day_wrapper .d_top > :nth-child(1) .d_detail > * {
  font-weight: bold;
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
}
.day_wrapper .d_top > :nth-child(1) .d_detail .d_time {
  color: var(--main-color);
}
.day_wrapper .d_top > :nth-child(1) .line {
  display: inline-block;
  width: 3px;
  height: 23px;
  background-color: var(--main-color);
  margin-inline: 8px 0;
}
.day_wrapper .d_bottom > * {
  background-color: var(--l_orange);
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  padding-inline: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
}
.day_wrapper .d_bottom > * > * {
  display: block;
  margin-bottom: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  line-height: 1.5;
}
.day_wrapper .d_bottom > * strong {
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  color: var(--main-color);
  font-weight: bold;
}
.day_wrapper .d_bottom > * .sub_txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  color: white;
  background-color: var(--main-color);
  font-weight: bold;
}

.slide_bottom {
  overflow: hidden;
  background-image: url(../img_recruit/top/bottom_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: clamp(30px, calc(-7.4137931034px + 3.7715517241vw), 65px);
}
.slide_bottom > * {
  color: white;
}
.slide_bottom > * > * {
  padding-block: clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px) clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  width: 80%;
}
@media screen and (min-width: 768px) {
  .slide_bottom > * > * {
    width: auto;
  }
}
.slide_bottom .sl_top {
  position: relative;
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1px;
}
.slide_bottom .sl_top > *:nth-child(1) > *:not(:is(h2, h3)) {
  font-weight: 900;
  margin-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  line-height: 1.24;
  font-size: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
}
.slide_bottom .sl_top > *:nth-child(2) {
  width: 1px;
  height: 125%;
  background-color: white;
  padding: 0;
}
.slide_bottom .sl_top > * h3 {
  margin-top: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  font-size: clamp(20px, calc(-12.0689655172px + 3.2327586207vw), 50px);
  line-height: 1.25;
}
.slide_bottom .sl_top > * h2 {
  margin-top: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  color: white;
  font-size: clamp(30px, calc(-13.8275862069px + 4.4181034483vw), 71px);
  line-height: 1.1408450704;
}
.slide_bottom .sl_top .text_right {
  position: absolute;
  top: 2%;
  right: 1%;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .slide_bottom .sl_top .text_right {
    opacity: 1;
  }
}
@media screen and (min-width: 1400px) {
  .slide_bottom .sl_top .text_right {
    right: -10%;
  }
}
.slide_bottom .sl_top .text_right > * {
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-size: clamp(40px, calc(-4.8965517241px + 4.525862069vw), 82px);
  letter-spacing: -1px;
  font-weight: 900;
  white-space: nowrap;
}
.slide_bottom .sl_bottom {
  border-top: 1px solid;
  padding: clamp(20px, calc(-12.0689655172px + 3.2327586207vw), 50px);
}

.top_about {
  padding-block: clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px) clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px);
  margin-bottom: clamp(30px, calc(-23.4482758621px + 5.3879310345vw), 80px);
}
.top_about .inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
@media screen and (min-width: 992px) {
  .top_about .inner {
    grid-template-columns: 40% 1fr;
  }
}
.top_about .inner .ta_left {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  height: 100%;
}
.top_about .inner .ta_left > * {
  font-weight: bold;
}
.top_about .inner .ta_left .links_column {
  margin-top: auto;
}
@media screen and (min-width: 992px) {
  .top_about .inner .ta_left .links_column {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.top_about .inner .ta_left .links_column > * {
  --size: 30px;
  opacity: 1;
  transition: all 0.3s ease;
  padding-block: 10px;
  padding-inline: clamp(8px, calc(0.5172413793px + 0.7543103448vw), 15px);
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  color: var(--txt_color, white);
  border: 1px solid var(--bdr_color, var(--main-color));
  background-color: var(--bg_color, var(--main-color));
  transition: all 0.3s ease;
  padding-block: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
  padding-inline: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  font-size: clamp(14px, calc(6.5172413793px + 0.7543103448vw), 21px);
}
.top_about .inner .ta_left .links_column > *:hover {
  opacity: 0.7;
}
.top_about .inner .ta_left .links_column > * > * {
  text-transform: uppercase;
  font-weight: var(--fw, bold);
}
.top_about .inner .ta_left .links_column > * .lb_icon {
  color: inherit;
  width: var(--size, 20px);
  height: var(--size, 20px);
  aspect-ratio: 1;
  border: 1px solid;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: color 0.3s ease;
}
.top_about .inner .ta_left .links_column > * .lb_icon::after {
  content: "";
  width: calc(var(--size, 20px) * 0.3);
  height: calc(var(--size, 20px) * 0.5);
  background-color: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: relative;
}
.top_about .inner .ta_left .links_column > * .lb_icon::after {
  left: 2px;
}
.top_about .inner .ta_left .links_column > *:nth-child(1) {
  margin-bottom: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
.top_about .inner .ta_left .links_column > *:nth-child(2) {
  --bg_color: var(--black);
  --bdr_color: var(--black);
}
.top_about .inner .ta_right {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .top_about .inner .ta_right {
    margin-right: calc((100vw - 1200px) * 0.5 * -1);
  }
}
.top_about .inner .ta_right .about_slide_wrapper {
  position: relative;
}

.title > * {
  font-weight: bold;
}
.title > *:is(.center *) {
  text-align: center;
}
.title > *:is(.bg *) {
  color: white;
}
.title > *:nth-child(1) {
  font-size: clamp(25px, calc(-33.7931034483px + 5.9267241379vw), 80px);
  text-transform: uppercase;
  margin-bottom: 0;
}
.title > *:nth-child(1) strong {
  --main-color: #E93F0D;
  color: var(--main-color);
  font-weight: bold;
}
.title > *:nth-child(2) {
  font-size: clamp(16px, calc(-1.1034482759px + 1.724137931vw), 32px);
}
.title:is(.top_strength *) + p {
  margin-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
  text-align: center;
}

.top_message {
  border-top: 2px solid;
  padding-top: clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px);
}
.top_message .tm_wrapper {
  margin-top: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
@media screen and (min-width: 992px) {
  .top_message .tm_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.bg {
  background-image: linear-gradient(to bottom, #E8390E, #EA5606);
}

.top_strength {
  color: white;
  padding-block: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
}
.top_strength .st_content {
  margin-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px) clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
}
.top_strength .stc_wrapper {
  display: grid;
  grid-template-columns: var(--stc_columns, 1fr);
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
@media screen and (min-width: 992px) {
  .top_strength .stc_wrapper {
    --stc_columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .top_strength .stc_wrapper:has(:nth-child(3)) {
    --stc_columns: repeat(3, 1fr);
  }
}
.top_strength .stc_wrapper > * {
  color: initial;
  background-color: white;
  padding-block: clamp(15px, calc(-11.724137931px + 2.6939655172vw), 40px);
  padding-inline: clamp(10px, calc(-22.0689655172px + 3.2327586207vw), 40px);
  height: clamp(320px, calc(245.1724137931px + 7.5431034483vw), 390px);
  display: flex;
  flex-direction: column;
}
.top_strength .stc_wrapper > *:is(.type_a *) {
  height: clamp(200px, calc(157.2413793103px + 4.3103448276vw), 240px);
}
.top_strength .stc_wrapper > * > *:nth-child(1) {
  font-size: clamp(20px, calc(11.4482758621px + 0.8620689655vw), 28px);
  font-weight: 900;
  text-align: center;
  line-height: 1.4285714286;
}
.top_strength .stc_wrapper > * > *.type_a_child {
  display: flex;
  justify-content: space-between;
}
.top_strength .stc_wrapper > * figure {
  display: block;
  margin-block: auto;
}
.top_strength .stc_wrapper > * figure.mh_sml img {
  max-height: 200px;
}
.top_strength .stc_wrapper > * img {
  max-height: 300px;
  max-width: 250px;
  margin-inline: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}
.top_strength .stc_wrapper > * img.mh_sml {
  max-height: 200px;
}
.top_strength .stc_wrapper > * img:is(.type_a_child *) {
  max-width: clamp(150px, calc(43.1034482759px + 10.775862069vw), 250px);
  max-height: 142px;
}
.top_strength .stc_ttl {
  background-color: var(--black);
  text-align: center;
  font-weight: bold;
  font-size: clamp(16px, calc(1.0344827586px + 1.5086206897vw), 30px);
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  margin-bottom: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
.top_strength .more_link a {
  --bg_color: var(--black);
  --bdr_color: var(--black);
  --size: 30px;
  opacity: 1;
  transition: all 0.3s ease;
  padding-block: 10px;
  padding-inline: clamp(8px, calc(0.5172413793px + 0.7543103448vw), 15px);
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  color: var(--txt_color, white);
  border: 1px solid var(--bdr_color, var(--main-color));
  background-color: var(--bg_color, var(--main-color));
  transition: all 0.3s ease;
  padding-block: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
  padding-inline: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  font-size: clamp(14px, calc(6.5172413793px + 0.7543103448vw), 21px);
  width: min(520px, 100%);
  margin-inline: auto;
  margin-top: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
}
.top_strength .more_link a:hover {
  opacity: 0.7;
}
.top_strength .more_link a > * {
  text-transform: uppercase;
  font-weight: var(--fw, bold);
}
.top_strength .more_link a .lb_icon {
  color: inherit;
  width: var(--size, 20px);
  height: var(--size, 20px);
  aspect-ratio: 1;
  border: 1px solid;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: color 0.3s ease;
}
.top_strength .more_link a .lb_icon::after {
  content: "";
  width: calc(var(--size, 20px) * 0.3);
  height: calc(var(--size, 20px) * 0.5);
  background-color: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: relative;
}
.top_strength .more_link a .lb_icon::after {
  left: 2px;
}

.top_interviews .ti_cards {
  margin-block: clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px);
  display: grid;
  gap: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .top_interviews .ti_cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top_interviews .ti_cards > * {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top_interviews .ti_cards > *::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-color: var(--main-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.top_interviews .ti_cards > * .c_top {
  border: solid var(--main-color);
  border-width: 1px 1px 0 1px;
  padding-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
  height: 100%;
}
.top_interviews .ti_cards > * .c_top img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  width: min(330px, 100%);
}
.top_interviews .ti_cards > * .c_top .ct_text {
  margin-top: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
.top_interviews .ti_cards > * .c_top .ct_text > * {
  font-weight: bold;
  color: initial;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  line-height: 1.6;
}
.top_interviews .ti_cards > * .c_top .ct_text > *:nth-child(1) {
  color: var(--main-color);
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  margin-bottom: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  font-weight: 900;
}
.top_interviews .ti_cards > * .c_bottom {
  --bdr_color: var(--black);
  --fw: 400;
  opacity: 1;
  transition: all 0.3s ease;
  padding-block: 10px;
  padding-inline: clamp(8px, calc(0.5172413793px + 0.7543103448vw), 15px);
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  color: var(--txt_color, white);
  border: 1px solid var(--bdr_color, var(--main-color));
  background-color: var(--bg_color, var(--main-color));
  transition: all 0.3s ease;
  background-color: var(--black);
  color: white;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
.top_interviews .ti_cards > * .c_bottom:hover {
  opacity: 0.7;
}
.top_interviews .ti_cards > * .c_bottom > * {
  text-transform: uppercase;
  font-weight: var(--fw, bold);
}
.top_interviews .ti_cards > * .c_bottom .lb_icon {
  color: inherit;
  width: var(--size, 20px);
  height: var(--size, 20px);
  aspect-ratio: 1;
  border: 1px solid;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: color 0.3s ease;
}
.top_interviews .ti_cards > * .c_bottom .lb_icon::after {
  content: "";
  width: calc(var(--size, 20px) * 0.3);
  height: calc(var(--size, 20px) * 0.5);
  background-color: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: relative;
}

@layer bootstrap, parent;
@layer parent {
  /*------------- color --------------*/
  /*------------- font-Gothic --------------*/
  /*------------- font-Serif --------------*/
  /*------------- font-Serif --------------*/
  /*------------- break_point --------------*/
  /*-------------------------------------*/
  /*	reset_css
  /*-------------------------------------*/
  *,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0;
  }
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  body {
    margin: 0;
  }
  main {
    display: block;
  }
  p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
  }
  h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
  }
  ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  dt {
    font-weight: 600;
  }
  dd {
    margin-left: 0;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
  }
  pre {
    font-family: monospace, monospace;
    font-size: inherit;
  }
  address {
    font-style: inherit;
  }
  a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }
  abbr[title] {
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
  }
  small {
    font-size: 80%;
  }
  sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
  }
  button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
  }
  button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
  }
  button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
    cursor: default;
  }
  :-moz-focusring {
    outline: auto;
  }
  select:disabled {
    opacity: inherit;
  }
  option {
    padding: 0;
  }
  fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
  }
  legend {
    padding: 0;
  }
  progress {
    vertical-align: baseline;
  }
  textarea {
    overflow: auto;
  }
  [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  [type=search] {
    outline-offset: -2px;
  }
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  [type=number] {
    -moz-appearance: textfield;
  }
  label[for] {
    cursor: pointer;
  }
  details {
    display: block;
  }
  summary {
    display: list-item;
  }
  [contenteditable]:focus {
    outline: auto;
  }
  table {
    border-color: inherit;
    border-collapse: collapse;
  }
  caption {
    text-align: left;
  }
  td,
th {
    vertical-align: top;
    padding: 0;
  }
  th {
    text-align: left;
    font-weight: 400;
  }
  /*--------------------------------------------------------------------*/
  /*	common */
  /*--------------------------------------------------------------------*/
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body.loaded {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
  }
  body.drawer-open {
    height: 100vh;
    overflow: hidden;
  }
  html {
    overflow-x: hidden;
    overflow-y: visible;
    scroll-behavior: smooth;
    color: #323232;
    font-family: "Noto Sans JP", sans-serif;
  }
  html body {
    font-size: 18px;
    line-height: 1;
    text-align: justify;
    color: #323232;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    margin: 0;
    width: 100%;
    position: relative;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: visible;
    background-color: #fff;
  }
  html body .site-width {
    padding: 128px 0;
    max-width: 1184px;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width: 1312px) {
    html body .site-width {
      margin-left: 8%;
      margin-right: 8%;
    }
  }
  @media screen and (max-width: 767px) {
    html body .site-width {
      padding: 64px 0;
    }
  }
  html body img {
    width: 100%;
    display: block;
  }
  /*----------------------------------*/
  /*	more-btn */
  /*----------------------------------*/
  .more-btn {
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    display: inline-block;
    border: 2px solid #0099ff;
    border-radius: 40px;
    color: #0099ff;
    transition: all 0.3s ease;
    width: 272px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-inline: auto;
  }
  .more-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #0099ff;
    transition: left 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: -1;
  }
  .more-btn .dli-arrow-right {
    margin-left: 32px;
    display: inline-block;
    vertical-align: middle;
    color: #0099ff;
    line-height: 1;
    position: relative;
    width: 1rem;
    height: 0.11rem;
    background: #0099ff;
    transition: all 0.2s ease;
  }
  .more-btn .dli-arrow-right::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border: 0.15em solid #0099ff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
    transition: all 0.2s ease;
  }
  @media (hover: hover) {
    .more-btn:hover {
      color: #fff;
    }
    .more-btn:hover::before {
      left: 0;
    }
    .more-btn:hover .dli-arrow-right {
      background: #fff;
      transform: translateX(8px);
    }
    .more-btn:hover .dli-arrow-right::before {
      border-color: #fff;
    }
  }
  /*----------------------------------*/
  /*	scroll-animation */
  /*----------------------------------*/
  .scroll-fadeup {
    opacity: 0;
    transform: translateY(64px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .scroll-fadeup.in-view {
    opacity: 1;
    transform: translateY(0);
  }
  /*----------------------------------*/
  /*	scrollToTop */
  /*----------------------------------*/
  #scrollToTop {
    position: fixed;
    bottom: 32px;
    right: 32px;
    padding: 16px 24px;
    background: #ea5514;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: none;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 16px rgba(255, 107, 107, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
    font-size: 14px;
    font-weight: 600;
  }
  @media (hover: hover) {
    #scrollToTop:hover {
      background: #0099ff;
      transform: translateY(-3px);
      box-shadow: 0 4px 24px rgba(255, 107, 107, 0.4);
    }
  }
  #scrollToTop.show {
    display: flex;
    -webkit-animation: slideIn 0.4s ease;
            animation: slideIn 0.4s ease;
  }
  #scrollToTop .arrow {
    font-size: 18px;
  }
  /* 進捗バー */
  .progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
  .progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    width: 0%;
    transition: width 0.1s ease;
  }
  @-webkit-keyframes slideIn {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @media (max-width: 768px) {
    #scrollToTop {
      padding: 10px 16px;
      font-size: 12px;
      bottom: 20px;
      right: 20px;
    }
  }
  /*--------------------------------------------------------------------*/
  /*	1184px */
  /*--------------------------------------------------------------------*/
  @media screen and (max-width: 1184px) {
    html body {
      font-size: 16px;
    }
    html body .more-btn {
      width: 192px;
      height: 64px;
    }
  }
  /*-------------------------------------*/
  /*	original-style
  /*-------------------------------------*/
  /*------------- font-weight --------------*/
  .fb {
    font-weight: 800;
  }
  /*------------- text-align --------------*/
  .ta-c {
    text-align: center;
  }
  .ta-l {
    text-align: left;
  }
  .ta-r {
    text-align: right;
  }
  /*------------- margin --------------*/
  .mb-16 {
    margin-top: 16px;
  }
  .mb-24 {
    margin-top: 24px;
  }
  .mb-32 {
    margin-top: 32px;
  }
  /*------------------------------------------------------------*/
  /*	hover */
  /*------------------------------------------------------------*/
  /*------------ 画像hover ------------*/
  .img-hover {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 100%;
    /* マスク */
  }
  .img-hover img {
    height: auto;
    transition: transform 0.6s ease;
    /* ゆっくり変化させる */
  }
  .img-hover::before {
    content: "";
    bottom: 0;
    height: auto;
    left: 0;
    opacity: 0;
    /* 最初は透明（非表示） */
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.6s ease;
    /* ゆっくりopacityのみへ変化させる */
    width: 100%;
    z-index: 1;
  }
  .img-hover:hover::before {
    opacity: 1;
  }
  .img-hover:hover img {
    transform: scale(1.1);
    /* 拡大 */
  }
  .img-hover > figcaption {
    z-index: 2;
  }
  /*------------ テキストhover ------------*/
  .text-hover {
    position: relative;
    display: inline-block;
    transition: 0.3s;
  }
  .text-hover::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .text-hover:hover::after {
    width: 100%;
  }
  /*------------ ボタンhover ------------*/
  .btn-hover01 {
    background: #fff;
    border: 1px solid #ed7d31;
    border-radius: 4px;
    color: #ed7d31;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    font-size: 0.9rem;
    width: calc(25% - 16px);
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-hover01::after {
    background: #ed7d31;
    border: 1px solid #ed7d31;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }
  .btn-hover01:hover {
    color: #fff !important;
  }
  .btn-hover01:hover::after {
    transform: scale(1, 1);
  }
  .btn-hover {
    background: #fff;
    border: 1px solid #ed7d31;
    border-radius: 4px;
    color: #ed7d31;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    font-size: 0.9rem;
    width: calc(25% - 16px);
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.6s;
  }
  .btn-hover:hover {
    color: #fff;
    background-color: #ed7d31 !important;
  }
  /*------------ ボタンhover02 ------------*/
  .btn-hover02 {
    color: #ed7d31;
    position: relative;
    border: solid 2px #ed7d31;
    border-radius: 4px;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-hover02 > span {
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }
  .btn-hover02:hover {
    color: #fff;
    background: #ed7d31;
    border-radius: 48px;
  }
  /*------------------------------------------------------------*/
  /*	annotation */
  /*------------------------------------------------------------*/
  .annotation01 {
    display: block;
    font-size: 0.8rem;
    line-height: 1.6;
    margin-left: 0.9rem;
    text-indent: -0.9rem;
  }
  /*------------------------------------------------------------*/
  /*	arrow */
  /*------------------------------------------------------------*/
  /*------------- arrow --------------*/
  .arrow {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    margin-left: 8px;
    position: relative;
    top: 1px;
  }
  /*------------- arrow-right --------------*/
  .arrow.arrow-right {
    transform: translateY(0%) rotate(45deg);
  }
  /*------------- arrow-left --------------*/
  .arrow.arrow-left {
    transform: translateY(0%) rotate(-135deg);
  }
  /*------------- arrow-down --------------*/
  .arrow.arrow-down {
    transform: translateY(-25%) rotate(135deg);
  }
  /*------------------------------------------------------------*/
  /*	circle-fill-right */
  /*------------------------------------------------------------*/
  .arrow02 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    top: -2px;
    left: 4px;
  }
  .arrow02::before,
.arrow02::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .arrow02-right::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
  }
  .arrow02-right::after {
    left: 4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0099ff;
    border-right: 2px solid #0099ff;
    transform: rotate(45deg);
  }
  /*------------------------------------------------------------*/
  /*	icon */
  /*------------------------------------------------------------*/
  /*------------- target-blank-icon --------------*/
  :root {
    --icon-width: 1px;
    --icon-color: var.$main-color;
  }
  .target-blank-icon {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 12px;
    height: 10px;
    margin-left: 4px;
  }
  .target-blank-icon:before, .target-blank-icon:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: var(--icon-color);
  }
  .target-blank-icon:before {
    top: 0;
    left: 0;
    border-width: var(--icon-width);
  }
  .target-blank-icon:after {
    top: 2px;
    left: 2px;
    border-width: 0 var(--icon-width) var(--icon-width) 0;
  }
  /*------------- diamond-icon --------------*/
  .diamond-icon {
    width: 10px;
    height: 10px;
    background: #fbfbfb;
    transform: rotate(45deg);
    position: relative;
    display: inline-block;
    margin-right: 8px;
    top: -1px;
  }
  /*-------------------------------------*/
  /*	mail-icon
  /*-------------------------------------*/
  .dli-mail {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 56px;
    height: 32px;
    border: 4px solid #323232;
    border-radius: 8px;
    box-sizing: content-box;
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  .dli-mail::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 28px;
    height: 28px;
    border: 4px solid #323232;
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 0 0 0 0.1em;
    box-sizing: content-box;
    transform: translate(-50%, -50%) rotate(-45deg) skew(10deg, 10deg);
  }
  /*-------------------------------------*/
  /*	sns-flex
  /*-------------------------------------*/
  .sns-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sns-flex li {
    width: 16px;
    margin-left: 24px;
  }
  .sns-flex li:first-of-type {
    margin-left: 0px;
  }
  /*-------------------------------------*/
  /*	767px display
  /*-------------------------------------*/
  .block767 {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .block767 {
      display: block;
    }
    .none767 {
      display: none;
    }
  }
  /*-------------------------------------*/
  /*	640px display
  /*-------------------------------------*/
  .block640 {
    display: none;
  }
  /*-------------------------------------*/
  /*	430px display
  /*-------------------------------------*/
  .block430 {
    display: none;
  }
  .wp-block-table td, .wp-block-table th {
    border: none;
  }
  /*-------------------------------------*/
  /*	contact
  /*-------------------------------------*/
  #inc-contact {
    background-color: #fafafa;
    position: relative;
    z-index: 1;
  }
  #inc-contact .shoulder-copy {
    font-size: 1rem;
    color: #ed7d31;
    font-family: "Oswald", sans-serif;
    text-align: center;
    margin-bottom: 16px;
  }
  #inc-contact .index-h2-title {
    font-size: 3rem;
    color: #ed7d31;
    font-weight: 800;
    text-align: center;
    margin-bottom: 48px;
  }
  #inc-contact .index-h2-title + p {
    font-weight: 600;
    text-align: center;
  }
  #inc-contact .site-width {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #inc-contact .site-width a {
    margin-top: 64px;
    border: 4px solid #323232;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }
  @media (hover: hover) {
    #inc-contact .site-width a:hover {
      transform: scale(1.15);
    }
    #inc-contact .site-width a:hover .dli-mail {
      transform: scale(1.2);
    }
  }
  #contact form dl {
    margin-bottom: 30px;
  }
  #contact form dl dt {
    margin-bottom: 10px;
  }
  #contact form dl dt p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #contact form dl dt p:after {
    content: "任意";
    font-size: 80%;
    padding: 0 10px;
    margin-left: 10px;
    background: #ccc;
    color: #fff;
    font-weight: normal;
  }
  #contact form dl dt.required p:after {
    content: "必須";
    background: #ea5514;
  }
  #contact form dl dd input[type=text], #contact form dl dd input[type=email], #contact form dl dd input[type=tel], #contact form dl dd textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  #contact form dl dd textarea {
    height: 150px;
  }
  #contact form p {
    line-height: 1.6;
  }
  #contact form p + dl {
    margin-top: 30px;
  }
  #contact form p a {
    color: #ea5514;
    text-decoration: underline;
  }
  #contact form input[type=checkbox] {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  #contact form input[type=submit] {
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    border: 2px solid #0099ff;
    border-radius: 40px;
    color: #0099ff;
    transition: all 0.3s ease;
    width: 272px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
    text-align: center;
  }
  /*--------------------------------------------------------------------*/
  /*	767px */
  /*--------------------------------------------------------------------*/
  @media screen and (max-width: 767px) {
    #inc-contact .site-width {
      margin-left: 6%;
      margin-right: 6%;
    }
    #inc-contact .index-h2-title {
      font-size: 2rem;
      margin-bottom: 16px;
    }
  }
  /*----------------------------------*/
  /*	footer */
  /*----------------------------------*/
  footer {
    position: relative;
  }
  footer .site-width {
    padding: 96px 0;
  }
  footer .footer-background-color {
    background-color: #ed7d31;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  footer .footer-background-color .footer-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  footer .footer-background-color .footer-container address {
    width: 30%;
    font-style: normal;
    line-height: 1.8;
  }
  footer .footer-background-color .footer-container address dt {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 24px;
  }
  footer .footer-background-color .footer-container address dd:first-of-type {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  footer .footer-background-color .footer-container address dd:not(:first-of-type) {
    font-weight: 600;
  }
  footer .footer-background-color .footer-container nav {
    width: 56%;
    display: flex;
    justify-content: space-between;
  }
  footer .footer-background-color .footer-container nav dl dt {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 24px;
  }
  footer .footer-background-color .footer-container nav dl dt .text-hover::after {
    bottom: -8px;
  }
  footer .footer-background-color .footer-container nav dl dd {
    font-size: 0.9rem;
    color: #fafafa;
  }
  footer .footer-background-color .footer-container nav dl dd .text-hover {
    display: flex;
    align-items: center;
  }
  footer .footer-background-color .footer-container nav dl dd .text-hover::after {
    bottom: -8px;
    background-color: #fafafa;
  }
  footer .footer-background-color .footer-container nav dl dd small {
    font-size: 0.5rem;
    display: inline-block;
    vertical-align: text-bottom;
  }
  footer .footer-background-color .footer-container nav dl dd:not(:first-of-type) {
    margin-top: 24px;
  }
  footer .footer-background-color .footer-container nav > div {
    display: flex;
    flex-direction: column;
  }
  footer .footer-background-color .footer-container nav > div a {
    font-size: 1rem;
    font-weight: 600;
  }
  footer .footer-background-color .footer-container nav > div a:not(:last-child) {
    margin-bottom: 24px;
  }
  footer .footer-background-color .footer-container nav > div a:nth-of-type(4), footer .footer-background-color .footer-container nav > div a:last-of-type {
    font-size: 0.8rem;
    font-weight: 500;
    color: #fafafa;
    font-family: "Noto Sans JP", sans-serif;
  }
  footer .footer-background-color .footer-container nav > div .text-hover::after {
    bottom: -8px;
  }
  footer .footer-copyright {
    background-color: #fafafa;
  }
  footer .footer-copyright .site-width {
    padding: 24px 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .footer-copyright .site-width div:first-of-type {
    display: flex;
    width: auto;
    gap: 5px;
  }
  footer .footer-copyright .site-width div:first-of-type img {
    max-height: 120px;
  }
  footer .footer-copyright .site-width div:nth-of-type(2) p:first-of-type {
    font-size: 4vw;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px rgb(237, 125, 49);
    text-stroke: 1px rgb(237, 125, 49);
    margin-bottom: 16px;
    text-align: right;
  }
  footer .footer-copyright .site-width div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 0.8rem;
    text-align: right;
  }
  /*--------------------------------------------------------------------*/
  /*	1184px */
  /*--------------------------------------------------------------------*/
  @media screen and (max-width: 1184px) {
    footer .footer-background-color .footer-container nav dl dd {
      font-size: 0.8rem;
    }
  }
  /*--------------------------------------------------------------------*/
  /*	960px */
  /*--------------------------------------------------------------------*/
  @media screen and (max-width: 960px) {
    footer .footer-background-color .footer-container {
      flex-direction: column-reverse;
    }
    footer .footer-background-color .footer-container address {
      width: 100%;
    }
    footer .footer-background-color .footer-container nav {
      width: 100%;
      margin-bottom: 64px;
    }
    footer .footer-copyright .site-width div:first-of-type p:first-of-type {
      font-size: 6.4vw;
    }
  }
  /*--------------------------------------------------------------------*/
  /*	767px */
  /*--------------------------------------------------------------------*/
  @media screen and (max-width: 767px) {
    footer .footer-background-color .footer-container {
      flex-direction: column-reverse;
    }
    footer .footer-background-color .footer-container address {
      width: 100%;
    }
    footer .footer-background-color .footer-container nav {
      flex-wrap: wrap;
    }
    footer .footer-background-color .footer-container nav dl,
footer .footer-background-color .footer-container nav div {
      width: 100%;
    }
    footer .footer-background-color .footer-container nav dl:first-of-type,
footer .footer-background-color .footer-container nav dl:nth-of-type(2) {
      margin-bottom: 32px;
    }
    footer .footer-background-color .footer-container nav dl dt {
      margin-bottom: 16px;
    }
    footer .footer-background-color .footer-container nav dl dd {
      line-height: 1.4;
    }
    footer .footer-background-color .footer-container nav dl dd .sp-text767 {
      align-items: flex-start;
    }
    footer .footer-background-color .footer-container nav dl dd .sp-text767 small {
      display: block;
      margin-top: 3px;
    }
    footer .footer-copyright .site-width div:first-of-type {
      width: 112px;
      flex-direction: column;
    }
    footer .footer-copyright .site-width div:first-of-type img {
      max-height: auto;
    }
    footer .footer-copyright .site-width div:nth-of-type(2) p:first-of-type {
      font-size: 12vw;
    }
  }
  /*--------------------------------------------------------------------*/
  /* Variables & Mixins（設定・共通化）
  /*--------------------------------------------------------------------*/
  /*--------------------------------------------------------------------*/
  /* Logo Control（元の仕様通り）
  /*--------------------------------------------------------------------*/
  .logo {
    display: none;
    width: 100%;
    height: auto;
  }
  header .logo-white {
    display: block;
  }
  header .logo-black {
    display: none;
  }
  header.scrolled .logo-white {
    display: block;
  }
  header.scrolled .logo-black {
    display: none;
  }
  #sub-page header:not(.scrolled) .logo-white {
    display: none;
  }
  #sub-page header:not(.scrolled) .logo-black {
    display: block;
  }
  #sub-page header.scrolled .logo-white {
    display: block;
  }
  #sub-page header.scrolled .logo-black {
    display: none;
  }
  /*--------------------------------------------------------------------*/
  /* Header Base
  /*--------------------------------------------------------------------*/
  header {
    width: 100%;
    padding: 0 2%;
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 999;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 1rem;
    text-align: center;
    line-height: 1.4;
    /*---------- header-flex ----------*/
  }
  header .header-nav-area nav .nav-flex .slide-hover > a,
header .header-nav-area nav .nav-flex .slide-hover > p {
    color: #fff;
  }
  header .header-nav-area nav .nav-flex .slide-hover > a::after,
header .header-nav-area nav .nav-flex .slide-hover > p::after {
    background-color: #fff;
  }
  @media (hover: hover) {
    header .header-nav-area nav .nav-flex .slide-hover > a:hover,
header .header-nav-area nav .nav-flex .slide-hover > p:hover {
      color: #000 !important;
    }
  }
  header .header-nav-area .icon-container a {
    border: 2px solid #fff;
  }
  header .header-nav-area .icon-container a .dli-mail {
    color: #fff;
    border: 2px solid #fff;
  }
  header .header-nav-area .icon-container a .dli-mail::before {
    border: 2px solid #fff;
  }
  header.scrolled::before {
    opacity: 0.7;
  }
  header.scrolled .header-nav-area nav .nav-flex .slide-hover > a,
header.scrolled .header-nav-area nav .nav-flex .slide-hover > p {
    color: #fff;
  }
  header.scrolled .header-nav-area nav .nav-flex .slide-hover > a::after,
header.scrolled .header-nav-area nav .nav-flex .slide-hover > p::after {
    background-color: #fff;
  }
  @media (hover: hover) {
    header.scrolled .header-nav-area nav .nav-flex .slide-hover > a:hover,
header.scrolled .header-nav-area nav .nav-flex .slide-hover > p:hover {
      color: #000 !important;
    }
  }
  header.scrolled .header-nav-area .icon-container a {
    border: 2px solid #fff;
  }
  header.scrolled .header-nav-area .icon-container a .dli-mail {
    color: #fff;
    border: 2px solid #fff;
  }
  header.scrolled .header-nav-area .icon-container a .dli-mail::before {
    border: 2px solid #fff;
  }
  header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ea5514;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  header .header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header .header-flex > a {
    width: 240px;
    transition-duration: 0.4s;
    line-height: 0;
  }
  header .header-flex > a img {
    width: 100%;
    height: auto;
  }
  header .header-flex .header-nav-area {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    width: 100%;
    /*---------- icon-container ----------*/
  }
  header .header-flex .header-nav-area nav {
    display: flex;
    align-items: center;
  }
  header .header-flex .header-nav-area nav .nav-flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-flex .header-nav-area nav .nav-flex .slide-hover > a,
header .header-flex .header-nav-area nav .nav-flex .slide-hover > p {
    position: relative;
    padding: 0 16px;
    height: 80px;
    display: flex;
    align-items: center;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
  }
  header .header-flex .header-nav-area nav .nav-flex .slide-hover > a::after,
header .header-flex .header-nav-area nav .nav-flex .slide-hover > p::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
    transform: translateY(-100%);
    z-index: -1;
    transition: transform 0.5s ease;
  }
  @media (hover: hover) {
    header .header-flex .header-nav-area nav .nav-flex .slide-hover > a:hover::after,
header .header-flex .header-nav-area nav .nav-flex .slide-hover > p:hover::after {
      transform: translateY(0%);
      transition: transform 0.3s ease;
    }
  }
  header .header-flex .header-nav-area .icon-container a {
    margin-left: 24px;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }
  @media (hover: hover) {
    header .header-flex .header-nav-area .icon-container a:hover {
      transform: scale(1.15);
    }
    header .header-flex .header-nav-area .icon-container a:hover .dli-mail {
      transform: scale(1.2);
    }
  }
  header .header-flex .header-nav-area .icon-container a .dli-mail {
    width: 24px;
    height: 16px;
    border-radius: 4px;
    position: relative;
  }
  header .header-flex .header-nav-area .icon-container a .dli-mail::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: -10px;
    left: 2px;
    transform: rotate(45deg);
  }
  /*--------------------------------------------------------------------*/
  /* Dropdown
  /*--------------------------------------------------------------------*/
  .dropdown-parent {
    position: relative;
  }
  .dropdown-parent .dropdown {
    position: absolute;
    top: 80px;
    left: 0;
    background-color: #ea5514;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    min-width: 240px;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .dropdown-parent .dropdown li {
    padding: 0 16px;
  }
  .dropdown-parent .dropdown li a {
    display: block;
    padding: 12px 0;
    color: #fff;
    font-size: 0.9rem;
    text-align: left;
  }
  @media (hover: hover) {
    .dropdown-parent:hover .dropdown {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }
  }
  /*--------------------------------------------------------------------*/
  /* Burger Menu Logic（元の仕様を完全復元）
  /*--------------------------------------------------------------------*/
  .burger-menu {
    position: fixed;
    top: 13px;
    right: 96px;
    width: 56px;
    height: 56px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 250ms ease;
    cursor: pointer;
    z-index: 200;
  }
  .burger-menu span {
    width: 50%;
    height: 2px;
    background-color: #ed7d31;
    transition: transform 250ms ease;
  }
  .burger-menu span:nth-of-type(1) {
    transform: translateY(-5px);
  }
  .burger-menu span:nth-of-type(3) {
    transform: translateY(5px);
  }
  #burger-menu {
    display: none;
  }
  #burger-menu:checked ~ .burger-menu {
    transform: rotate(360deg);
  }
  #burger-menu:checked ~ .burger-menu span:nth-of-type(1) {
    transform: translateY(1px) rotate(45deg);
  }
  #burger-menu:checked ~ .burger-menu span:nth-of-type(2) {
    display: none;
  }
  #burger-menu:checked ~ .burger-menu span:nth-of-type(3) {
    transform: translateY(-1px) rotate(-45deg);
  }
  #burger-menu:checked ~ .burger-nav {
    right: 0;
  }
  .burger-nav {
    position: fixed;
    top: 0;
    right: -272px;
    width: 272px;
    height: 100vh;
    background-color: #ed7d31;
    transition: right 500ms ease;
    z-index: -1;
    padding: 0 16px;
  }
  .burger-nav a {
    display: block;
    padding: 8px 0px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    text-align: left;
  }
  .burger-nav a .arrow {
    margin-left: 0px;
    margin-right: 8px;
    top: -1px;
  }
  .burger-nav a:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 0;
    transition: width 250ms ease;
  }
  .burger-nav ul {
    margin-top: 96px;
  }
  .burger-nav ul li > a {
    font-weight: 600;
    padding: 16px 0px;
    border-bottom: 1px dotted;
  }
  .burger-nav ul li dt {
    color: #fff;
    text-align: left;
    padding: 16px 0px;
    border-bottom: 1px dotted;
    margin-bottom: 16px;
  }
  .burger-nav ul li dt a {
    padding: 0px;
  }
  .burger-nav ul li dt p {
    font-size: 16px;
  }
  .burger-nav ul li dd a {
    font-size: 14px;
  }
  .burger-nav ul li:first-of-type, .burger-nav ul li:nth-of-type(2) {
    margin-bottom: 16px;
  }
  /*--------------------------------------------------------------------*/
  /* Sub-Page Styles（追加機能：ホバー時に白文字）
  /*--------------------------------------------------------------------*/
  #sub-page header:not(.scrolled) .header-nav-area nav .nav-flex .slide-hover > a,
#sub-page header:not(.scrolled) .header-nav-area nav .nav-flex .slide-hover > p {
    color: #000;
  }
  #sub-page header:not(.scrolled) .header-nav-area nav .nav-flex .slide-hover > a::after,
#sub-page header:not(.scrolled) .header-nav-area nav .nav-flex .slide-hover > p::after {
    background-color: #000;
  }
  @media (hover: hover) {
    #sub-page header:not(.scrolled) .header-nav-area nav .nav-flex .slide-hover > a:hover,
#sub-page header:not(.scrolled) .header-nav-area nav .nav-flex .slide-hover > p:hover {
      color: #fff !important;
    }
  }
  #sub-page header:not(.scrolled) .header-nav-area .icon-container a {
    border: 2px solid #000;
  }
  #sub-page header:not(.scrolled) .header-nav-area .icon-container a .dli-mail {
    color: #000;
    border: 2px solid #000;
  }
  #sub-page header:not(.scrolled) .header-nav-area .icon-container a .dli-mail::before {
    border: 2px solid #000;
  }
  #sub-page .sp-menu .burger-menu {
    background-color: #000;
  }
  #sub-page .sp-menu .burger-menu span {
    background-color: #fff;
  }
  #sub-page header.scrolled .burger-menu {
    background-color: #fff;
  }
  #sub-page header.scrolled .burger-menu span {
    background-color: #ed7d31;
  }
  /*--------------------------------------------------------------------*/
  /* Responsive
  /*--------------------------------------------------------------------*/
  .sp-menu {
    display: none;
  }
  @media screen and (max-width: 880px) {
    header .header-flex .header-nav-area nav {
      display: none;
    }
    .sp-menu {
      display: block;
    }
  }
  @media screen and (max-width: 767px) {
    header {
      height: 56px;
      margin-top: -56px;
    }
    header::before {
      top: 56px;
      height: 64px;
    }
    header .header-flex > a {
      width: 144px;
      position: absolute;
      top: 70px;
      z-index: -1;
    }
    header .header-flex .header-nav-area .icon-container {
      position: absolute;
      top: 66px;
      right: 4%;
    }
    header .header-flex .header-nav-area .icon-container a {
      width: 40px;
      height: 40px;
    }
    .burger-menu {
      top: 10px;
      right: 72px;
      width: 40px;
      height: 40px;
    }
  }
  /*-------------------------------------*/
  /*	contact
  /*-------------------------------------*/
  @-webkit-keyframes revealSlide {
    0% {
      -webkit-clip-path: circle(0% at 50% 50%);
              clip-path: circle(0% at 50% 50%);
    }
    100% {
      -webkit-clip-path: circle(150% at 50% 50%);
              clip-path: circle(150% at 50% 50%);
    }
  }
  @keyframes revealSlide {
    0% {
      -webkit-clip-path: circle(0% at 50% 50%);
              clip-path: circle(0% at 50% 50%);
    }
    100% {
      -webkit-clip-path: circle(150% at 50% 50%);
              clip-path: circle(150% at 50% 50%);
    }
  }
  @-webkit-keyframes scaleDown {
    to {
      transform: scale(1);
    }
  }
  @keyframes scaleDown {
    to {
      transform: scale(1);
    }
  }
  @-webkit-keyframes fillIndicator {
    from {
      height: 0;
    }
    to {
      height: 100%;
    }
  }
  @keyframes fillIndicator {
    from {
      height: 0;
    }
    to {
      height: 100%;
    }
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-container .slide-track {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .hero-container .hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%);
  }
  .hero-container .hero-slide.active {
    -webkit-animation: revealSlide 1.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
            animation: revealSlide 1.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    z-index: 2;
  }
  .hero-container .hero-slide.exit {
    z-index: 1;
  }
  .hero-container .hero-slide .slide-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.3);
  }
  .hero-container .hero-slide.active .slide-inner {
    -webkit-animation: scaleDown 8s ease-out forwards;
            animation: scaleDown 8s ease-out forwards;
  }
  .hero-container .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 5;
  }
  .hero-container .hero-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  }
  .hero-container .hero-content {
    z-index: 10;
    color: white;
    text-align: center;
  }
  .hero-container .hero-content .copy-inner {
    opacity: 0;
    transform: scale(12);
    transform-origin: center center;
    -webkit-animation: copyIn 0.6s cubic-bezier(0.16, 0.72, 0.25, 1) forwards 1s;
            animation: copyIn 0.6s cubic-bezier(0.16, 0.72, 0.25, 1) forwards 1s;
  }
  .hero-container .hero-content .copy-inner .hero-title {
    font-family: "Oswald", sans-serif;
    font-size: clamp(144px, 20vw, 192px);
    font-weight: 900;
    color: #ea5514;
    line-height: 1.1;
    letter-spacing: -0.3rem;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    text-align: center;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .hero-container .hero-content .copy-inner .hero-title {
      font-size: 20vw;
      line-height: 1.3;
      letter-spacing: -0.1rem;
    }
  }
  .hero-container .hero-content .copy-inner .hero-title strong {
    display: block;
    font-size: clamp(16px, 2vw, 24px);
    letter-spacing: 0.3rem;
    color: #fff;
    font-weight: 800;
    margin-top: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  @media screen and (max-width: 767px) {
    .hero-container .hero-content .copy-inner .hero-title strong {
      font-size: 4vw;
      margin-top: 2px;
    }
  }
  .hero-container .hero-content .frame-box {
    opacity: 0;
    transform: translateY(10px);
    color: #fff;
    font-size: clamp(16px, 1vw, 24px);
    letter-spacing: 0.3rem;
    font-family: "Noto Serif JP", serif;
    -webkit-animation: fadeUp 0.8s ease-out forwards;
            animation: fadeUp 0.8s ease-out forwards;
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
    padding: 8px 16px;
    position: relative;
    display: inline-block;
  }
  .hero-container .hero-content .frame-box::before, .hero-container .hero-content .frame-box::after {
    content: "";
    width: 8px;
    height: 100%;
    position: absolute;
  }
  .hero-container .hero-content .frame-box::before {
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    top: 0;
    left: 0;
  }
  .hero-container .hero-content .frame-box::after {
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    top: 0;
  }
  @media screen and (max-width: 767px) {
    .hero-container .hero-content .frame-box {
      font-size: 3vw;
      line-height: 1.6;
    }
  }
  .hero-container .hero-content .hero-buttons {
    margin-top: 32px;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
  }
  .hero-container .hero-content .hero-buttons .btn-primary {
    width: 192px;
    padding: 20px 8px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    color: white;
    background: linear-gradient(135deg, #0099ff 0%, #00d4ff 100%);
    border: none;
    box-shadow: 0 10px 35px rgba(0, 153, 255, 0.5);
  }
  .hero-container .hero-content .hero-buttons .btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
  }
  .hero-container .hero-content .hero-buttons .btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 45px rgba(0, 153, 255, 0.7);
  }
  .hero-container .hero-content .hero-buttons .btn-primary:hover::before {
    left: 100%;
  }
  .hero-container .hero-content .hero-buttons .btn-secondary {
    width: 192px;
    padding: 20px 8px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    color: #0099ff;
    background: transparent;
    border: 3px solid #0099ff;
    transition: all 0.3s ease;
  }
  .hero-container .hero-content .hero-buttons .btn-secondary:hover {
    background: #0099ff;
    color: #fff;
    transform: translateY(-4px);
  }
  .hero-container .slide-indicators {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .hero-container .slide-indicators .indicator {
    width: 3px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
  }
  .hero-container .slide-indicators .indicator::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to top, #00d4ff, #0099ff);
    transition: height 0.3s ease;
  }
  .hero-container .slide-indicators .indicator.active::before {
    height: 100%;
    -webkit-animation: fillIndicator 6s linear;
            animation: fillIndicator 6s linear;
  }
  .hero-container .slide-indicators .indicator:hover {
    background: rgba(255, 255, 255, 0.4);
  }
  .hero-container .slide-indicators .indicator .indicator-label {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .hero-container .slide-indicators .indicator:hover .indicator-label, .hero-container .slide-indicators .indicator.active .indicator-label {
    opacity: 1;
    right: 25px;
    color: white;
  }
  .hero-container .slider-controls {
    position: absolute;
    bottom: 50px;
    left: 8%;
    z-index: 15;
    display: flex;
    gap: 20px;
  }
  .hero-container .slider-controls .control-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.3);
  }
  .hero-container .slider-controls .control-btn:hover {
    background: linear-gradient(135deg, #0099ff, #00d4ff);
    border-color: #00d4ff;
    transform: scale(1.15);
    box-shadow: 0 10px 30px rgba(0, 153, 255, 0.5);
  }
  .hero-container .slider-controls .control-btn::before {
    content: "";
    width: 14px;
    height: 14px;
    border-top: 3px solid white;
    border-right: 3px solid white;
  }
  .hero-container .slider-controls .control-btn.control-prev::before {
    transform: rotate(-135deg);
    margin-left: 5px;
  }
  .hero-container .slider-controls .control-btn.control-next::before {
    transform: rotate(45deg);
    margin-right: 5px;
  }
  /*========================
    main-copy-animation
  =========================*/
  @-webkit-keyframes copyIn {
    0% {
      opacity: 0;
      transform: scale(12);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes copyIn {
    0% {
      opacity: 0;
      transform: scale(12);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*========================
    main-copy+p-animation
  =========================*/
  @-webkit-keyframes fadeUp {
    0% {
      opacity: 0;
      transform: translateY(10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeUp {
    0% {
      opacity: 0;
      transform: translateY(10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @media (max-width: 1024px) {
    .hero-container .slide-indicators {
      display: none;
    }
  }
  @media (max-width: 768px) {
    .hero-container .hero-content {
      left: 5%;
      right: 5%;
      max-width: 90%;
    }
    .hero-container .hero-content .hero-buttons {
      margin-top: 16px;
      flex-direction: column;
      width: 100%;
    }
    .hero-container .hero-content .hero-buttons .btn-primary,
.hero-container .hero-content .hero-buttons .btn-secondary {
      text-align: center;
    }
    .hero-container .slider-controls {
      left: 50%;
      transform: translateX(-50%);
      bottom: 30px;
    }
  }
  #home {
    /*----------------------------------*/
    /*	section02 */
    /*----------------------------------*/
    /*----------------------------------*/
    /*	section03 */
    /*----------------------------------*/
    /*----------------------------------*/
    /*	section04 - section05 */
    /*----------------------------------*/
    /*----------------------------------*/
    /*	section04 */
    /*----------------------------------*/
    /*----------------------------------*/
    /*	section05 */
    /*----------------------------------*/
  }
  #home .shoulder-copy {
    font-size: 1rem;
    color: #ed7d31;
    font-family: "Oswald", sans-serif;
    text-align: center;
    margin-bottom: 16px;
  }
  #home .index-h2-title {
    font-size: 3rem;
    color: #ed7d31;
    font-weight: 800;
    text-align: center;
    margin-bottom: 48px;
  }
  #home .index-h2-title + p {
    font-weight: 600;
    text-align: center;
  }
  #home #section02 .section02-container01,
#home #section02 .section02-container02 {
    display: flex;
    justify-content: space-between;
  }
  #home #section02 .section02-container01 {
    margin-bottom: 64px;
  }
  #home #section02 .section02-container01 h2 {
    width: 60%;
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    color: #ed7d31;
    line-height: 1.5;
    letter-spacing: 0.2rem;
  }
  #home #section02 .section02-container01 h2 span {
    font-size: 2.5rem;
  }
  #home #section02 .section02-container01 h2 small {
    font-size: 2rem;
  }
  #home #section02 .section02-container01 picture {
    width: 30%;
  }
  #home #section02 .section02-container02 picture {
    width: 40%;
  }
  #home #section02 .section02-container02 > div {
    width: 50%;
  }
  #home #section02 .section02-container02 > div h3 {
    font-size: 2rem;
    color: #ed7d31;
    font-weight: 800;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  #home #section02 .section02-container02 > div h3 + p {
    font-weight: 600;
    line-height: 2;
    margin-bottom: 64px;
  }
  #home #section02 .section02-container02 > div .btn-container {
    display: flex;
    justify-content: flex-end;
  }
  #home #section03 {
    padding: 128px 0;
    background-color: #fafafa;
    /*--------------- flex_3column -------------------*/
  }
  #home #section03 > section .site-width {
    padding: 0;
    margin-bottom: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #home #section03 > section .site-width .section03.title-container {
    display: flex;
  }
  #home #section03 > section .site-width .section03.title-container .index-h2-title {
    font-family: "Oswald", sans-serif;
    margin-right: 32px;
    margin-bottom: 0;
  }
  #home #section03 > section .site-width .section03.title-container .index-lead {
    color: #ed7d31;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 800;
  }
  #home #section03 .flex_3column {
    display: flex;
    justify-content: space-between;
    max-width: 92%;
    margin: auto;
  }
  #home #section03 .flex_3column .effect-sadie {
    width: 32%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #ed7d31;
    border-radius: 24px;
    text-align: center;
  }
  @media (hover: hover) {
    #home #section03 .flex_3column .effect-sadie:hover .title-container {
      color: #fff;
      transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    }
    #home #section03 .flex_3column .effect-sadie:hover .effect-text:nth-child(2) {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  #home #section03 .flex_3column .effect-sadie figcaption {
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #home #section03 .flex_3column .effect-sadie figcaption::before, #home #section03 .flex_3column .effect-sadie figcaption::after {
    pointer-events: none;
  }
  #home #section03 .flex_3column .effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(49, 50, 56, 0.8) 75%);
    content: "";
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  #home #section03 .flex_3column .effect-sadie figcaption::before,
#home #section03 .flex_3column .effect-sadie figcaption .effect-text:nth-child(2) {
    transition: opacity 0.8s, transform 0.8s;
  }
  #home #section03 .flex_3column .effect-sadie figcaption .effect-text:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  #home #section03 .flex_3column .effect-sadie figcaption .title-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate3d(0, -50%, 0);
    transition: transform 0.8s, color 0.8s;
    font-size: 2rem;
    pointer-events: auto;
    z-index: 10;
  }
  #home #section03 .flex_3column .effect-sadie figcaption .title-container .shoulder-copy {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
    text-align: center;
    padding: 0;
    margin-bottom: 16px;
  }
  #home #section03 .flex_3column .effect-sadie figcaption .title-container .index-h2-title {
    font-size: 2rem;
    line-height: 1.4;
    color: #fff;
  }
  #home #section03 .flex_3column .effect-sadie figcaption .title-container .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 11;
  }
  #home #section03 .flex_3column .effect-sadie figcaption .title-container .btn-container a {
    font-size: 1rem;
    display: flex;
    position: relative;
    z-index: 12;
    pointer-events: auto;
  }
  #home #section03 .flex_3column .effect-sadie figcaption .effect-text {
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: justify;
    padding: 16px 16px 32px 16px;
  }
  #home #section04 .site-width,
#home #section05 .site-width {
    padding: 192px 0;
  }
  #home #section04 .site-width .shoulder-copy,
#home #section04 .site-width .index-h2-title,
#home #section04 .site-width .index-lead,
#home #section05 .site-width .shoulder-copy,
#home #section05 .site-width .index-h2-title,
#home #section05 .site-width .index-lead {
    color: #fff;
  }
  #home #section04 .site-width .index-lead,
#home #section05 .site-width .index-lead {
    line-height: 1.8;
  }
  #home #section04 .site-width .btn-container,
#home #section05 .site-width .btn-container {
    display: flex;
    justify-content: center;
    margin-top: 64px;
  }
  #home #section04 {
    position: relative;
    overflow: hidden;
  }
  #home #section04::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/index/section04.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
    transform: scale(1);
    z-index: -1;
  }
  @media (hover: hover) {
    #home #section04:hover::before {
      transform: scale(1.15);
    }
  }
  #home #section05 {
    background-image: url(../img/index/section05.jpg);
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    opacity: 0;
    transform: scale(1.6);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  #home #section05.is-visible {
    opacity: 1;
    transform: scale(1);
  }
  /*----------------------------------*/
  /*	news-section */
  /*----------------------------------*/
  #news-section .shoulder-copy {
    font-size: 1rem;
    color: #ed7d31;
    font-family: "Oswald", sans-serif;
    text-align: center;
    margin-bottom: 16px;
  }
  #news-section .index-h2-title {
    font-size: 3rem;
    color: #ed7d31;
    font-weight: 800;
    text-align: center;
    margin-bottom: 48px;
  }
  #news-section .index-h2-title + p {
    font-weight: 600;
    text-align: center;
  }
  #news-section .news-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
  }
  #news-section .news-container .title-container .shoulder-copy,
#news-section .news-container .title-container .index-h2-title {
    text-align: left;
  }
  #news-section .news-container .title-container .index-h2-title {
    margin-bottom: 0;
  }
  #news-section .news-list li {
    padding-bottom: 32px;
    border-bottom: 1px dotted;
    margin-bottom: 32px;
  }
  #news-section .news-list li a {
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
  }
  #news-section .news-list li a .news-date {
    font-size: 1rem;
    color: #888;
    margin-bottom: 16px;
  }
  #news-section .news-list li a .news-title {
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 600;
  }
  #news-section .news-list li:last-of-type {
    margin-bottom: 0;
  }
  /*----------------------------------*/
  /*	proposal */
  /*----------------------------------*/
  #proposal {
    font-size: 2rem;
    line-height: 1.8;
  }
  #proposal .site-width a {
    color: #323232;
    text-decoration: none;
  }
  #proposal .site-width a > section:first-of-type {
    border-top: 2px solid #323232;
    padding: 32px;
    border-bottom: 2px solid #323232;
  }
  #proposal .site-width a > section {
    margin-top: 128px;
  }
  #proposal .site-width a > section h2 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 32px;
  }
  #proposal .site-width a > section > section {
    margin-top: 64px;
  }
  #proposal .site-width a > section > section h3 {
    font-size: 3rem;
    margin-bottom: 32px;
  }
  #proposal .site-width a > section > section ul {
    font-weight: 700;
  }
  #proposal .site-width a > section > section ul li {
    line-height: 2.4;
    border-bottom: 1px dotted;
  }
  /*--------------------------------------------------------------------*/
  /*	1184px */
  /*--------------------------------------------------------------------*/
  @media screen and (max-width: 1184px) {
    #home {
      /*----------------------------------*/
      /*	#section03 */
      /*----------------------------------*/
    }
    #home #section03 {
      /*--------------- flex_3column -------------------*/
    }
    #home #section03 > section .site-width .section03.title-container .index-lead {
      color: #ed7d31;
      font-size: 1.5rem;
    }
    #home #section03 .flex_3column .effect-sadie figcaption .title-container .shoulder-copy {
      font-size: 1rem;
      line-height: 0;
    }
    #home #section03 .flex_3column .effect-sadie figcaption .title-container .index-h2-title {
      font-size: 1.5rem;
      margin-bottom: 32px;
    }
    #home #section03 .flex_3column .effect-sadie figcaption .title-container .btn-container a {
      font-size: 0.9rem;
    }
    #home #section03 .flex_3column .effect-sadie figcaption .effect-text {
      font-size: 1rem;
    }
  }
  /*--------------------------------------------------------------------*/
  /*	960px */
  /*--------------------------------------------------------------------*/
  @media screen and (max-width: 960px) {
    #home {
      /*----------------------------------*/
      /*	#section02 */
      /*----------------------------------*/
      /*----------------------------------*/
      /*	#section03 */
      /*----------------------------------*/
    }
    #home #section02 .section02-container01 h2 {
      width: 60%;
      font-size: 2.5rem;
      font-family: "Noto Serif JP", serif;
      color: #ed7d31;
      line-height: 1.5;
      letter-spacing: 0.2rem;
    }
    #home #section02 .section02-container02 > div {
      width: 55%;
    }
    #home #section02 .section02-container02 > div h3 + p {
      margin-bottom: 32px;
    }
    #home #section03 > section {
      /*--------------- flex_3column -------------------*/
    }
    #home #section03 > section .site-width .section03.title-container {
      flex-direction: column;
    }
    #home #section03 > section .site-width .section03.title-container .index-h2-title {
      text-align: left;
      margin-bottom: 16px;
    }
    #home #section03 > section .site-width .section03.title-container .index-lead {
      text-align: left;
    }
    #home #section03 > section .flex_3column {
      flex-wrap: wrap;
      gap: 32px 32px;
    }
    #home #section03 > section .flex_3column .effect-sadie {
      width: 47%;
    }
    #home #section03 > section .flex_3column .effect-sadie figcaption .title-container .shoulder-copy {
      font-size: 1rem;
      line-height: 0;
    }
  }
  /*--------------------------------------------------------------------*/
  /*	767px */
  /*--------------------------------------------------------------------*/
  @media screen and (max-width: 767px) {
    #home {
      /*----------------------------------*/
      /*	first-view */
      /*----------------------------------*/
      /*----------------------------------*/
      /*	section02 */
      /*----------------------------------*/
      /*----------------------------------*/
      /*	#section03 */
      /*----------------------------------*/
      /*----------------------------------*/
      /*	section04 - section05 */
      /*----------------------------------*/
    }
    #home .index-h2-title {
      font-size: 2rem;
    }
    #home #first-view {
      height: 80vh;
    }
    #home #first-view .top-visual .main-copy {
      width: 100%;
    }
    #home #first-view .top-visual .main-copy .copy-inner {
      width: 100%;
    }
    #home #first-view .top-visual .main-copy .copy-inner h2 {
      font-size: 20vw;
      line-height: 1.4;
      letter-spacing: -0.1rem;
    }
    #home #first-view .top-visual .main-copy .copy-inner strong {
      font-size: 5vw;
      margin-top: 2px;
    }
    #home #first-view .top-visual .main-copy .frame-box {
      font-size: 4vw;
      line-height: 1.8;
    }
    #home #section02 .section02-container01 {
      flex-direction: column;
      margin-bottom: 64px;
    }
    #home #section02 .section02-container01 h2 {
      width: 100%;
      font-size: 2rem;
      text-align: center;
      margin-bottom: 16px;
    }
    #home #section02 .section02-container01 h2 span {
      font-size: 2rem;
    }
    #home #section02 .section02-container01 h2 small {
      font-size: 1.5rem;
    }
    #home #section02 .section02-container01 picture {
      width: 100%;
    }
    #home #section02 .section02-container02 {
      flex-direction: column-reverse;
    }
    #home #section02 .section02-container02 picture {
      width: 100%;
    }
    #home #section02 .section02-container02 > div {
      width: 100%;
      margin-bottom: 64px;
    }
    #home #section02 .section02-container02 > div h3 {
      font-size: 1.5rem;
    }
    #home #section02 .section02-container02 > div h3 + p {
      font-weight: 600;
      line-height: 2;
    }
    #home #section02 .section02-container02 > div .btn-container {
      justify-content: center;
    }
    #home #section03 {
      padding: 96px 0;
    }
    #home #section03 > section {
      /*--------------- flex_3column -------------------*/
    }
    #home #section03 > section .site-width {
      flex-direction: column;
    }
    #home #section03 > section .site-width .section03.title-container .index-h2-title {
      margin-right: 0;
      text-align: center;
    }
    #home #section03 > section .site-width .section03.title-container .index-lead {
      text-align: center;
      font-size: 1.2em;
      line-height: 1.6;
      margin-bottom: 16px;
    }
    #home #section03 > section .flex_3column {
      flex-wrap: wrap;
      gap: 32px 32px;
    }
    #home #section03 > section .flex_3column .effect-sadie {
      width: 100%;
    }
    #home #section03 > section .flex_3column .effect-sadie figcaption .title-container .shoulder-copy {
      font-size: 1rem;
      line-height: 0;
    }
    #home #section04 .site-width,
#home #section05 .site-width {
      padding: 144px 0;
    }
    /*----------------------------------*/
    /*	news-section */
    /*----------------------------------*/
    #news-section .news-container {
      flex-direction: column;
      margin-bottom: 64px;
    }
    #news-section .news-container .title-container .shoulder-copy,
#news-section .news-container .title-container .index-h2-title {
      text-align: center;
    }
    #news-section .news-container .title-container .index-h2-title {
      margin-bottom: 48px;
    }
    #news-section .news-container .btn-container {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #news-section .news-list li a .news-date {
      font-size: 0.9rem;
    }
    #news-section .news-list li a .news-title {
      font-size: 1.1rem;
    }
  }
  /*-------------------------------------*/
  /*	slider
  /*-------------------------------------*/
  #section03 > section #inc-slider {
    padding: 96px 0 0 12%;
  }
  #section03 > section #inc-slider .title-container {
    flex-direction: column;
  }
  #section03 > section #inc-slider .title-container .shoulder-copy {
    text-align: left;
  }
  #section03 > section #inc-slider .title-container .index-h2-title {
    font-family: "Oswald", sans-serif;
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 24px;
  }
  #section03 > section #inc-slider .title-container .index-lead {
    text-align: left;
    line-height: 1.4;
    font-weight: 600;
  }
  #section03 > section #inc-slider .slider-wrapper {
    position: relative;
    width: 100%;
  }
  #section03 > section #inc-slider .slider-wrapper .slider {
    overflow: hidden;
  }
  #section03 > section #inc-slider .slider-wrapper .slider .slider-track {
    display: flex;
    transition: transform 0.4s ease;
  }
  #section03 > section #inc-slider .slider-wrapper .slider .slider-track .slide {
    flex: 0 0 28.5714285714%; /* 3.5枚表示 */
    box-sizing: border-box;
    padding: 0 5px;
  }
  #section03 > section #inc-slider .slider-wrapper .slider .slider-track .slide img {
    width: 100%;
    display: block;
    border-radius: 6px;
  }
  .btn-position {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 4%;
    height: 32px;
  }
  .btn-position .dli-arrow {
    display: inline-block;
    vertical-align: middle;
    color: #ed7d31;
    line-height: 1;
    position: relative;
    width: 1.5rem;
    height: 0.11rem;
    background: #ed7d31;
    transition: all 0.2s ease;
  }
  .btn-position .dli-arrow::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    border: 0.15em solid #ed7d31;
    transition: all 0.2s ease;
    box-sizing: border-box;
  }
  .btn-position .dli-arrow-right::before {
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
  }
  .btn-position .dli-arrow-left::before {
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top left;
    position: absolute;
    top: 50%;
    left: -0.05em;
  }
  button.prev,
button.next {
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 50%;
    border: 1px solid #ed7d31;
    width: 56px;
    height: 56px;
    color: #ed7d31;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  button.prev:hover,
button.next:hover {
    background-color: #ed7d31;
  }
  button.prev:hover .dli-arrow,
button.next:hover .dli-arrow {
    color: #fff;
    background-color: #fff;
  }
  button.prev:hover .dli-arrow::before,
button.next:hover .dli-arrow::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    border: 0.15em solid #fff;
  }
  button.prev:hover .dli-arrow-right::before,
button.next:hover .dli-arrow-right::before {
    border-left: 0;
    border-bottom: 0;
  }
  button.prev:hover .dli-arrow-left::before,
button.next:hover .dli-arrow-left::before {
    border-right: 0;
    border-bottom: 0;
  }
  button.prev {
    margin-right: 16px;
  }
  /*--------------------------------------------------------------------*/
  /*	767px */
  /*--------------------------------------------------------------------*/
  @media screen and (max-width: 767px) {
    #section03 > section #inc-slider .title-container .index-h2-title {
      font-size: 2rem;
    }
    #section03 > section #inc-slider .slider-wrapper .slider .slider-track .slide {
      flex: 0 0 80%;
    }
    #section03 > section #inc-slider .btn-position {
      height: 16px;
      bottom: 140px;
      position: relative;
      top: -80px;
    }
  }
  /*--------------------------------------------------------------------------------*/
  /*	common */
  /*--------------------------------------------------------------------------------*/
  #sub-page #inc-contact.contact-none {
    display: none;
  }
  #sub-page main.site-width {
    padding-top: 0px;
  }
  #sub-page main .site-width {
    padding-top: 0;
    padding-bottom: 0;
  }
  #sub-page main #first-view {
    margin-bottom: 64px;
  }
  #sub-page main > section:not(:first-of-type) {
    margin-bottom: 128px;
  }
  @media screen and (max-width: 767px) {
    #sub-page main > section:not(:first-of-type) {
      margin-bottom: 64px;
    }
  }
  #sub-page h2 {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 700;
    color: #ed7d31;
    margin-bottom: 32px;
  }
  #sub-page h2 + p {
    line-height: 1.6;
    margin-bottom: 48px;
  }
  #sub-page h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 16px;
  }
  #sub-page h3 + p {
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    #sub-page h2 + p {
      margin-bottom: 32px;
    }
  }
  #sub-page .sub-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #sub-page .img-container img {
    border: 1px solid;
  }
  #sub-page .img-container img:not(:last-of-type) {
    margin-bottom: 16px;
  }
  @media screen and (max-width: 767px) {
    #sub-page .img-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 8px;
    }
    #sub-page .img-container img:not(:last-of-type) {
      margin-bottom: 0px;
    }
  }
  #sub-page figure figcaption {
    margin-top: 8px;
    font-size: 0.8rem;
    line-height: 1.6;
    text-align: center;
  }
  #sub-page .tel-link, #sub-page .tel-link a {
    display: inline-block;
    font-size: 2.5rem;
    margin-bottom: 16px;
  }
  #sub-page .tel-link + span {
    display: block;
    font-size: 0.8rem;
  }
  @media screen and (max-width: 767px) {
    #sub-page .tel-link, #sub-page .tel-link a {
      font-size: 2rem;
    }
  }
  .wp-block-table table {
    width: 100%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .wp-block-table table thead {
    border-bottom: none;
  }
  .wp-block-table table th,
.wp-block-table table td {
    padding: 16px;
    line-height: 1.8;
    border-bottom: 1px solid #999;
  }
  .wp-block-table table th:not(:last-of-type),
.wp-block-table table td:not(:last-of-type) {
    border-right: 1px solid #999;
  }
  .wp-block-table table th {
    background-color: #fafafa;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
  }
  .wp-block-table table td {
    font-size: 1rem;
  }
  @media screen and (max-width: 767px) {
    .wp-block-table table th {
      font-size: 0.8rem;
      padding: 8px 4px;
    }
    .wp-block-table table td {
      font-size: 0.9rem;
      padding: 8px 4px 16px 4px;
    }
  }
  .bitech-table th {
    width: 18%;
    text-align: left;
  }
  .bitech-table p {
    margin-bottom: 8px;
  }
  @media screen and (max-width: 767px) {
    .bitech-table {
      border-bottom: none;
    }
    .bitech-table th,
.bitech-table td {
      width: 100%;
      display: block;
    }
  }
  @media screen and (max-width: 767px) {
    .swip {
      width: 104%;
      height: 480px;
      overflow-y: auto;
      overflow-x: auto;
      position: relative;
      border-bottom: 1px solid #999;
      -webkit-overflow-scrolling: touch;
    }
    .swip table {
      width: 640px;
      border-top: none;
    }
    .swip table th {
      font-size: 0.7rem;
      padding: 4px;
    }
    .swip table td {
      font-size: 0.8rem;
      padding: 8px 4px;
    }
    .swip table .sticky_cross,
.swip table .sticky_row {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      left: 0;
      z-index: 1;
      border-right: none;
    }
    .swip table .sticky_cross::after,
.swip table .sticky_row::after {
      content: "";
      border-right: 1px solid #999;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .swip table .sticky_cross {
      z-index: 3;
      border-bottom: none;
      width: 28%;
    }
    .swip table .sticky_cross::after {
      content: "";
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      border-bottom: 1px solid #999;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .swip table .sticky_col {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      border-bottom: none;
    }
    .swip table .sticky_col::after {
      content: "";
      border-top: 1px solid #999;
      border-bottom: 1px solid #999;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  /*-------------------- 767px --------------------*/
  @media screen and (max-width: 767px) {
    #sub-page .contact-none #inc-contact {
      display: none;
    }
    #sub-page main > section {
      margin-bottom: 64px;
    }
    #sub-page h2 {
      font-size: 1.5rem;
      margin-bottom: 16px;
    }
    #sub-page .sub-flex {
      flex-direction: column;
    }
  }
  /*-------------------------------------*/
  /*	common-breadcrumb-item
  /*-------------------------------------*/
  #inc-breadcrumb01 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #999;
  }
  #inc-breadcrumb01 ol {
    display: flex;
    flex-wrap: wrap;
  }
  #inc-breadcrumb01 .breadcrumb-item a {
    transform: translate3d(0, 0, 0);
  }
  @media (hover: hover) {
    #inc-breadcrumb01 .breadcrumb-item a:hover {
      color: #323232;
      transform: scale(1.15);
    }
    #inc-breadcrumb01 .breadcrumb-item a:hover .dli-mail {
      transform: scale(1.2);
    }
  }
  .breadcrumb-item:not(:last-child)::after {
    content: " › ";
    margin: 0 4px;
    color: #999;
  }
  /*-------------------------------------*/
  /*	common-first-view
  /*-------------------------------------*/
  #first-view {
    padding-top: 160px;
  }
  #first-view .site-width {
    padding: 0;
  }
  #first-view .title-container {
    display: flex;
  }
  #first-view .title-container > p {
    font-size: 1.5rem;
    font-family: "Oswald", sans-serif;
    color: #ea5514;
    font-weight: bold;
    display: block;
    margin-right: 16px;
  }
  #first-view .title-container h1 {
    color: #ea5514;
    font-size: 3.5rem;
    line-height: 1.4;
    font-weight: 900;
    display: flex;
    margin-bottom: 96px;
  }
  #first-view .main-img-container {
    margin-bottom: 32px;
    display: flex;
  }
  #first-view .main-img-container .color-box01,
#first-view .main-img-container .color-box02 {
    flex-grow: 1;
    flex-shrink: 1;
  }
  #first-view .main-img-container .color-box01 {
    background-color: #ea5514;
  }
  #first-view .main-img-container .img-box {
    border-top: 16px solid #ea5514;
    max-width: 1184px;
    flex: 1 1 auto;
  }
  #first-view .main-img-container .color-box02 {
    background-color: #fff;
  }
  @media screen and (max-width: 1312px) {
    #first-view .main-img-container .color-box01,
#first-view .main-img-container .color-box02 {
      flex: 0 0 4%;
    }
  }
  #first-view > p {
    font-size: 1.25rem;
    color: #ea5514;
    font-weight: 500;
    line-height: 1.8;
  }
  /*-------------------- 1184px --------------------*/
  @media screen and (max-width: 1184px) {
    #first-view {
      padding-top: 160px;
    }
    #first-view .site-width {
      padding: 0;
    }
    #first-view .title-container {
      flex-direction: column;
    }
    #first-view .title-container > p {
      margin-right: 0;
      margin-bottom: 16px;
    }
    #first-view > p {
      font-size: 1.2rem;
    }
  }
  /*-------------------- 767px --------------------*/
  @media screen and (max-width: 767px) {
    #first-view {
      padding-top: 128px;
    }
    #first-view .site-width {
      padding: 0;
    }
    #first-view .title-container > p {
      font-size: 1.2rem;
      margin-bottom: 8px;
    }
    #first-view .title-container h1 {
      font-size: 2.5rem;
      font-weight: 800;
      margin-bottom: 32px;
    }
    #first-view > p {
      font-size: 1rem;
    }
    #first-view .main-img-container {
      margin-bottom: 16px;
    }
  }
  /*--------------------------------------------------------------------------------------------------*/
  /*	業務内容ページ */
  /*--------------------------------------------------------------------------------------------------*/
  #service-index #section02 .service-item:not(:last-of-type) {
    margin-bottom: 64px;
  }
  #service-index #section02 .service-item div {
    width: 48%;
  }
  #service-index #section02 .service-item div .service-number {
    display: block;
    font-size: 1rem;
    color: #ed7d31;
    font-family: "Oswald", sans-serif;
    margin-bottom: 16px;
  }
  #service-index #section02 .service-item div .service-title {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 24px;
  }
  #service-index #section02 .service-item div > p {
    line-height: 1.6;
    margin-bottom: 32px;
  }
  #service-index #section02 .service-item div .btn-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  #service-index #section03 .sub-flex .table-container,
#service-index #section04 .sub-flex .table-container {
    width: 50%;
  }
  #service-index #section03 .sub-flex .img-container,
#service-index #section04 .sub-flex .img-container {
    width: 35%;
  }
  /*-------------------- 960px --------------------*/
  @media screen and (max-width: 960px) {
    #service-index {
      /*---------- section02 ----------*/
      /*---------- section03,section04 ----------*/
    }
    #service-index #section02 .service-item:not(:last-of-type) {
      margin-bottom: 64px;
    }
    #service-index #section02 .service-item div {
      width: 48%;
    }
    #service-index #section02 .service-item div .service-number {
      font-size: 0.9rem;
      margin-bottom: 8px;
    }
    #service-index #section02 .service-item div .service-title {
      font-size: 1.6rem;
    }
    #service-index #section03 .sub-flex > div,
#service-index #section04 .sub-flex > div {
      width: 48%;
    }
  }
  /*-------------------- 767px --------------------*/
  @media screen and (max-width: 767px) {
    #service-index #section02 .service-item:not(:last-of-type) {
      margin-bottom: 64px;
    }
    #service-index #section02 .service-item > div:not(:last-of-type) {
      margin-bottom: 16px;
    }
    #service-index #section02 .service-item div {
      width: 100%;
    }
    #service-index #section02 .service-item div .service-number {
      margin-bottom: 4px;
    }
    #service-index #section02 .service-item div .service-title {
      font-size: 1.4rem;
      margin-bottom: 16px;
    }
    #service-index #section02 .service-item div > p {
      margin-bottom: 16px;
    }
    #service-index #section02 .service-item div .btn-container {
      justify-content: center;
    }
    #service-index #section03 .sub-flex .img-container {
      width: 100%;
      flex-wrap: nowrap;
    }
    #service-index #section03 .sub-flex .table-container {
      width: 100%;
      margin-bottom: 32px;
    }
    #service-index #section04 .sub-flex .img-container {
      width: 100%;
    }
    #service-index #section04 .sub-flex .img-container img {
      width: 48%;
    }
    #service-index #section04 .sub-flex .table-container {
      width: 100%;
      margin-bottom: 32px;
    }
  }
  /*--------------------------------------------------------------------------------*/
  /*	築炉工事事業ページ：#service01 */
  /*--------------------------------------------------------------------------------*/
  #service01 #section02 .sub-flex {
    flex-wrap: wrap;
    gap: 24px;
  }
  #service01 #section02 .sub-flex figure {
    width: 48%;
  }
  #service01 #section03 h2 {
    margin-bottom: 24px;
  }
  #service01 #section03 .img-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 32px;
    gap: 32px;
  }
  #service01 #section03 .img-container img {
    margin-bottom: 0px;
  }
  #service01 #section03 .license .sub-flex {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    flex-wrap: wrap;
    gap: 8px;
  }
  #service01 #section03 .license .sub-flex > div {
    background-color: #fafafa;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
    padding: 16px;
  }
  #service01 #section03 .license .sub-flex > div p:last-of-type {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ed7d31;
  }
  #service01 #section03 .license .sub-flex > div p:last-of-type strong {
    font-size: 2rem;
  }
  #service01 #section04 .swip table .sticky_row {
    font-weight: 800;
    background-color: #fff;
    z-index: 0;
  }
  /*-------------------- 960px --------------------*/
  @media screen and (max-width: 960px) {
    #service01 #section03 .license .sub-flex {
      grid-template-columns: repeat(4, 1fr);
    }
    #service01 #section03 .license .sub-flex > div {
      padding: 16px 8px;
    }
  }
  /*-------------------- 767px --------------------*/
  @media screen and (max-width: 767px) {
    #service01 #section02 .sub-flex {
      flex-direction: initial;
    }
    #service01 #section02 .sub-flex figure {
      width: 46%;
    }
    #service01 #section03 h2 {
      margin-bottom: 8px;
    }
    #service01 #section03 .license .sub-flex {
      grid-template-columns: repeat(3, 1fr);
      margin-bottom: 32px;
    }
    #service01 #section03 .license .sub-flex > div {
      font-size: 0.7rem;
      padding: 8px 4px;
      justify-content: space-between;
    }
    #service01 #section04 .annotation01 {
      margin-bottom: 8px;
    }
  }
  /*--------------------------------------------------------------------------------*/
  /*	キャスターブロック製造事業ページ：#service02 */
  /*--------------------------------------------------------------------------------*/
  #service02 dl {
    font-size: 0.9rem;
    font-weight: 600;
    padding-top: 16px;
    border-top: 1px solid #999;
    margin-top: 16px;
  }
  #service02 dl dt {
    margin-bottom: 4px;
  }
  #service02 dl dd {
    line-height: 1.6;
  }
  #service02 #section02 .sub-flex {
    justify-content: flex-start;
    align-items: flex-end;
  }
  #service02 #section02 .sub-flex > div:last-of-type {
    margin-left: 32px;
  }
  #service02 #section02 .sub-flex > div:last-of-type dl {
    margin-bottom: 8px;
  }
  #service02 #section03 article {
    margin-bottom: 96px;
  }
  #service02 #section03 article .text-container {
    line-height: 1.8;
    width: 50%;
  }
  #service02 #section03 article .img-container {
    width: 40%;
  }
  #service02 #section03 article:last-of-type {
    margin-bottom: 96px;
  }
  #service02 #section03 .sub-flex:last-of-type .table-container {
    width: 55%;
  }
  #service02 #section03 .sub-flex:last-of-type .img-container {
    width: 35%;
  }
  #service02 #section04 p {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 16px;
  }
  @media screen and (max-width: 960px) {
    #service02 #section04 .sub-flex {
      flex-direction: column;
    }
  }
  #service02 #section04 .sub-flex .img-container {
    width: 35%;
  }
  @media screen and (max-width: 960px) {
    #service02 #section04 .sub-flex .img-container {
      flex: auto;
      margin-bottom: 32px;
    }
  }
  @media screen and (max-width: 767px) {
    #service02 #section04 .sub-flex .img-container {
      width: 100%;
    }
  }
  #service02 #section04 .sub-flex .slideshow-area {
    width: 60%;
  }
  #service02 #section04 .sub-flex .slideshow-area p {
    font-size: 0.9rem;
    font-weight: normal;
  }
  @media screen and (max-width: 960px) {
    #service02 #section04 .sub-flex .slideshow-area {
      width: 100%;
      flex: auto;
    }
  }
  /*-------------------- 767px --------------------*/
  @media screen and (max-width: 767px) {
    #service02 dl {
      font-size: 0.9rem;
      font-weight: 600;
      padding-top: 16px;
      border-top: 1px solid #999;
      margin-top: 16px;
    }
    #service02 dl dt {
      margin-bottom: 4px;
    }
    #service02 dl dd {
      line-height: 1.6;
    }
    #service02 #section02 .sub-flex {
      align-items: flex-start;
    }
    #service02 #section02 .sub-flex > div:first-of-type {
      margin-bottom: 16px;
    }
    #service02 #section02 .sub-flex > div:last-of-type {
      margin-left: 0px;
    }
    #service02 #section03 article {
      margin-bottom: 64px;
    }
    #service02 #section03 article .text-container {
      width: 100%;
    }
    #service02 #section03 article .img-container {
      width: 100%;
      margin-bottom: 16px;
    }
    #service02 #section03 article:last-of-type {
      margin-bottom: 64px;
    }
    #service02 #section03 .sub-flex:first-of-type {
      flex-direction: column-reverse;
    }
    #service02 #section03 .sub-flex:last-of-type {
      flex-direction: column;
    }
    #service02 #section03 .sub-flex:last-of-type .table-container {
      width: 100%;
      margin-bottom: 16px;
    }
    #service02 #section03 .sub-flex:last-of-type .img-container {
      flex-wrap: nowrap;
      width: 100%;
    }
  }
  #service02 .content-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 88px;
    align-items: flex-start;
  }
  @media screen and (max-width: 767px) {
    #service02 .content-wrapper {
      flex-direction: column;
      gap: 40px;
    }
  }
  #service02 .slide-viewer {
    background-color: #eeeeee;
    padding: 48px 56px 0px 56px;
    text-align: center;
    position: relative;
    margin-bottom: 32px;
  }
  @media screen and (max-width: 767px) {
    #service02 .slide-viewer {
      padding: 10px;
    }
  }
  #service02 .slide-window {
    width: 100%;
    height: 380px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    #service02 .slide-window {
      height: 240px;
    }
  }
  #service02 .slide-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    width: 100%;
  }
  #service02 .slide-item {
    min-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #service02 .slide-item img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #service02 .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    cursor: pointer;
    padding: 10px 20px;
    z-index: 10;
    transition: color 0.2s;
    line-height: 1;
    font-family: monospace;
    font-weight: bold;
  }
  #service02 .nav-arrow:hover {
    color: #000000;
  }
  #service02 .nav-arrow.nav-prev {
    left: 0;
  }
  #service02 .nav-arrow.nav-next {
    right: 0;
  }
  @media screen and (max-width: 767px) {
    #service02 .nav-arrow {
      font-size: 24px;
      padding: 10px;
    }
  }
  #service02 .instruction-text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 767px) {
    #service02 .instruction-text {
      font-size: 12px;
    }
  }
  #service02 .button-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  @media screen and (max-width: 1184px) {
    #service02 .button-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    #service02 .button-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  #service02 .action-btn {
    background-color: #ed7d31;
    color: white;
    border: none;
    padding: 16px 8px;
    font-size: 0.9rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #service02 .action-btn::before {
    content: "▶";
    font-size: 0.5em;
    margin-right: 6px;
    color: yellow;
  }
  #service02 .action-btn:hover, #service02 .action-btn.active {
    background-color: #ea5514;
  }
  @media screen and (max-width: 767px) {
    #service02 .action-btn {
      padding: 12px;
    }
  }
  /*--------------------------------------------------------------------------------*/
  /*	緑化工事・造園工事事業ページ：#service03 */
  /*--------------------------------------------------------------------------------*/
  #service03 #section02 .sub-flex {
    flex-wrap: wrap;
    gap: 24px;
  }
  #service03 #section02 .sub-flex figure {
    width: 48%;
  }
  #service03 #section03 .swip table .sticky_row {
    font-weight: 800;
    background-color: #fff;
    z-index: 0;
  }
  /*-------------------- 767px --------------------*/
  @media screen and (max-width: 767px) {
    #service03 #section02 .sub-flex {
      flex-direction: initial;
    }
    #service03 #section02 .sub-flex figure {
      width: 46%;
    }
    #service03 #section03 .annotation01 {
      margin-bottom: 8px;
    }
    #service03 #section03 .swip {
      width: 104%;
      height: 480px;
      overflow-y: auto;
      overflow-x: auto;
      position: relative;
      border-bottom: 1px solid #999;
      -webkit-overflow-scrolling: touch;
    }
    #service03 #section03 .swip table {
      width: 560px;
    }
    #service03 #section03 .swip table th {
      width: 38%;
    }
  }
  /*--------------------------------------------------------------------------------------------------*/
  /*	会社概要 */
  /*--------------------------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*	ビーアイテックについてページ：#about */
  /*--------------------------------------------------------------------------------*/
  #about .about-text {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 0px;
  }
  #about .about-text.text-indent {
    margin-left: 1.4rem;
    text-indent: -1.4rem;
  }
  #about #section02 .sub-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 96px;
  }
  #about #section02 .sub-flex .text-box {
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  #about #section02 .sub-flex .text-box span {
    margin-top: 24px;
    font-size: 1rem;
    display: block;
    text-align: right;
  }
  #about #section06 > p {
    margin-bottom: 16px;
  }
  #about #section06 > ul {
    line-height: 1.8;
    margin-bottom: 32px;
    margin-left: 1rem;
    text-indent: -1rem;
  }
  #about #section06 > ul li:not(:last-of-type) {
    margin-bottom: 8px;
  }
  #about #section06 .img-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  /*-------------------- 960px --------------------*/
  @media screen and (max-width: 1184px) {
    #about #section02 .sub-flex {
      gap: 32px;
    }
    #about #section02 .sub-flex .text-box {
      font-size: 1.125rem;
      line-height: 2;
    }
  }
  /*-------------------- 767px --------------------*/
  @media screen and (max-width: 767px) {
    #about .about-text {
      font-size: 1.125rem;
    }
    #about .about-text.text-indent {
      margin-left: 1.2rem;
      text-indent: -1.2rem;
    }
    #about #section02 .sub-flex {
      grid-template-columns: repeat(1, 1fr);
      gap: 32px;
    }
    #about #section02 .sub-flex .text-box {
      font-size: 1rem;
      line-height: 2;
    }
    #about #section06 .img-container {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
    #about #section06 .img-container img {
      width: 100%;
    }
  }
  /*--------------------------------------------------------------------------------*/
  /*	会社案内ページ：#company */
  /*--------------------------------------------------------------------------------*/
  #company #section03 .bitech-table {
    border: none;
  }
  #company #section03 .bitech-table th {
    font-size: 0.8rem;
    line-height: 1.5rem;
    background-color: #fff;
    padding-left: 0;
  }
  #company #section04 .sub-flex {
    flex-wrap: wrap;
    flex: 1;
  }
  #company #section04 .sub-flex ul {
    line-height: 2;
    font-size: 1rem;
  }
  #company #section04 .sub-flex span {
    display: block;
    width: 1px;
    background: #ccc;
    height: 100%;
  }
  #company #section05 .bitech-table th {
    width: 24%;
  }
  #company #section05 .bitech-table td:first-of-type {
    width: 52%;
  }
  #company #section05 .bitech-table td:last-of-type {
    width: 24%;
  }
  #company #section05 .bitech-table td:last-of-type iframe {
    width: 100%;
  }
  /*-------------------- 1184px --------------------*/
  @media screen and (max-width: 1184px) {
    #company #section05 .bitech-table {
      flex-direction: column;
      border-bottom: none;
    }
    #company #section05 .bitech-table th {
      width: 100%;
      display: block;
    }
    #company #section05 .bitech-table td:first-of-type {
      display: block;
      width: 100%;
      border-right: none;
      border-bottom: none;
      padding-bottom: 0;
    }
    #company #section05 .bitech-table td:last-of-type {
      display: block;
      width: 100%;
    }
    #company #section05 .bitech-table td:last-of-type iframe {
      width: 100%;
    }
  }
  /*-------------------- 960px --------------------*/
  @media screen and (max-width: 960px) {
    #company #section04 .sub-flex {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    #company #section04 .sub-flex ul:not(:last-of-type) {
      margin-bottom: 24px;
    }
    #company #section04 .sub-flex span {
      display: none;
    }
  }
  /*-------------------- 767px --------------------*/
  @media screen and (max-width: 767px) {
    #company #section03 .bitech-table {
      border-top: 1px solid;
    }
    #company #section03 .bitech-table th {
      padding-top: 16px;
      padding-bottom: 0;
      border-bottom: none;
    }
    #company #section03 .bitech-table td {
      padding: 4px 0px 16px 14px;
    }
    #company #section04 .sub-flex {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  /*--------------------------------------------------------------------------------*/
  /*	採用情報ページ：#recruit */
  /*--------------------------------------------------------------------------------*/
  #recruit #section04 h2 + p {
    margin-bottom: 16px;
  }
  #recruit #section04 .sub-flex {
    gap: 32px;
    margin-bottom: 64px;
  }
  #recruit #section04 .sub-flex article {
    background-color: #fafafa;
    border-radius: 16px;
    padding: 32px;
    display: flex;
  }
  #recruit #section04 .sub-flex article figure {
    border-radius: 50%;
    background-color: #fff;
    margin-right: 32px;
    width: 128px;
    height: 128px;
    overflow: hidden;
  }
  #recruit #section04 .sub-flex article > p {
    line-height: 1.6;
    width: calc(100% - 160px);
  }
  #recruit #section04 .sub-flex article > p span {
    display: block;
    margin-top: 16px;
    text-align: right;
    font-size: 1rem;
    font-weight: 700;
  }
  /*-------------------- 1184px --------------------*/
  @media screen and (max-width: 1184px) {
    #recruit #section04 .sub-flex {
      flex-direction: column;
    }
  }
  /*-------------------- 767px --------------------*/
  @media screen and (max-width: 767px) {
    #recruit #section04 .sub-flex {
      margin-bottom: 32px;
    }
    #recruit #section04 .sub-flex article {
      flex-direction: column;
      padding: 32px 24px;
    }
    #recruit #section04 .sub-flex article > img {
      width: 128px;
      height: 128px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 16px;
    }
    #recruit #section04 .sub-flex article > p {
      width: 100%;
    }
    #recruit #section04 .sub-flex article > p span {
      font-size: 0.9rem;
    }
  }
  /*--------------------------------------------------------------------------------*/
  /*	お問い合わせページ：#contact */
  /*--------------------------------------------------------------------------------*/
  #contact #section02 .sub-flex {
    justify-content: flex-start;
    margin-bottom: 32px;
  }
  #contact #section02 .sub-flex .office:first-of-type {
    padding-right: 64px;
    border-right: 1px dotted;
    margin-right: 64px;
  }
  #contact #section02 .sub-flex .office {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #contact #section02 .sub-flex .office p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  #contact #section02 .sub-flex .office .office-name {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
  }
  #contact #section02 .sub-flex .office .office-fax {
    margin-bottom: 8px;
  }
  #contact #section02 > p {
    font-size: 1rem;
    line-height: 1.6;
  }
  #contact #section03 .sub-flex {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 32px;
  }
  #contact #section03 .sub-flex a {
    margin-right: 64px;
    border: 4px solid #323232;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }
  @media (hover: hover) {
    #contact #section03 .sub-flex a:hover {
      transform: scale(1.15);
    }
    #contact #section03 .sub-flex a:hover .dli-mail {
      transform: scale(1.2);
    }
  }
  #contact #section03 .sub-flex .mail-text {
    width: 70%;
  }
  #contact #section03 .sub-flex .mail-text p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  #contact #section03 .sub-flex .mail-text small {
    display: block;
    line-height: 1.8;
  }
  #contact #section03 .sub-flex .mail-text small:first-of-type {
    margin-bottom: 8px;
    font-weight: 600;
  }
  /*-------------------- 1024px --------------------*/
  @media screen and (max-width: 1024px) {
    #contact #section02 .sub-flex {
      flex-direction: column;
    }
    #contact #section02 .sub-flex .office:first-of-type {
      padding-right: 0;
      border-right: none;
      margin-right: 0;
      padding-bottom: 32px;
      border-bottom: 1px dotted;
      margin-bottom: 32px;
    }
    #contact #section02 .sub-flex .office {
      width: 100%;
    }
  }
  /*-------------------- 767px --------------------*/
  @media screen and (max-width: 767px) {
    #contact #section03 .sub-flex {
      flex-direction: column;
    }
    #contact #section03 .sub-flex a {
      margin-right: 0;
      margin-bottom: 32px;
    }
    #contact #section03 .sub-flex .mail-text {
      width: 100%;
    }
  }
  /*--------------------------------------------------------------------------------------------------*/
  /*	お知らせ */
  /*--------------------------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*	お知らせ一覧ページ：#news-index */
  /*--------------------------------------------------------------------------------*/
  #news #first-view > p {
    color: #323232;
  }
  #news article {
    padding-bottom: 64px;
    border-bottom: 1px dotted;
    margin-bottom: 64px;
  }
  #news article span {
    display: block;
    margin-bottom: 16px;
  }
  #news article h2 {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 600;
    color: #323232;
    margin-bottom: 0px;
  }
  #news article h2::after {
    background-color: #000;
  }
  #news article:last-of-type {
    margin-bottom: 0px;
  }
  /*-------------------- 767px --------------------*/
  @media screen and (max-width: 767px) {
    #news article {
      padding-bottom: 32px;
      margin-bottom: 32px;
    }
    #news article span {
      display: block;
      margin-bottom: 16px;
    }
    #news article h2 {
      font-size: 1.125rem;
    }
  }
  /*--------------------------------------------------------------------------------*/
  /*	お知らせページ：#news-article */
  /*--------------------------------------------------------------------------------*/
  #news-article #first-view h1 {
    font-size: 3rem;
  }
  #news-article #first-view #inc-breadcrumb01 {
    margin-bottom: 64px;
  }
  #news-article #first-view p {
    font-size: 1rem;
    color: #323232;
  }
  #news-article .btn-container {
    display: flex;
    justify-content: center;
  }
  /*-------------------- 767px --------------------*/
  @media screen and (max-width: 767px) {
    #news-article #first-view h1 {
      font-size: 1.5rem;
    }
    #news-article #first-view #inc-breadcrumb01 {
      margin-bottom: 32px;
    }
    #news-article .btn-container {
      display: flex;
      justify-content: center;
    }
  }
  /*--------------------------------------------------------------------------------*/
  /*	個人情報保護方針ページ：#privacy */
  /*--------------------------------------------------------------------------------*/
  #sub-page #privacy p,
#sub-page #privacy ul {
    line-height: 1.8;
    margin-bottom: 0;
  }
  #sub-page #privacy ul {
    margin-left: 1.2rem;
    text-indent: -1.2rem;
  }
  #sub-page #privacy #first-view > p {
    color: #323232;
  }
  #sub-page #privacy > section:not(:last-of-type) {
    margin-bottom: 64px;
  }
  #sub-page #privacy > section:last-of-type {
    margin-bottom: 0px;
  }
  #sub-page #privacy section h2 {
    font-size: 1.5rem;
    color: #323232;
    margin-bottom: 8px;
  }
  /*-------------------- 767px --------------------*/
  @media screen and (max-width: 767px) {
    #sub-page #privacy ul {
      margin-left: 1rem;
      text-indent: -1rem;
    }
    #sub-page #privacy > section:not(:last-of-type) {
      margin-bottom: 32px;
    }
    #sub-page #privacy section h2 {
      font-size: 1.2rem;
      margin-left: 1.4rem;
      text-indent: -1.4rem;
    }
  }
  /*--------------------------------------------------------------------------------*/
  /*	サイトマップページ：#site-map */
  /*--------------------------------------------------------------------------------*/
  #site-map ul {
    line-height: 1.8;
  }
  #site-map ul li {
    margin-bottom: 16px;
  }
  #site-map ul li ul {
    margin-top: 16px;
  }
  #site-map ul li:last-of-type {
    margin-bottom: 0px;
  }
  #site-map ul .text-hover::after {
    background-color: #323232;
  }
  #site-map ul .arrow.arrow-right {
    margin-right: 8px;
  }
  #site-map ul .arrow {
    top: -1px;
  }
  #site-map ul ul {
    margin-left: 1.2rem;
  }
  p:has(+ .btn-container.return_top) {
    line-height: 1.8;
  }
  .btn-container.return_top {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .btn-container.return_top a {
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    display: inline-block;
    border: 2px solid #0099ff;
    border-radius: 40px;
    color: #0099ff;
    transition: all 0.3s ease;
    width: 272px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .btn-container.return_top a:hover {
    color: #fff;
  }
  :root {
    --main-color: #ea5514;
    --blue: #0099ff;
    --l_orange: rgb(255, 222, 160);
    --grey: #c3c3c3;
  }
  .case .search_box {
    border: 1px solid var(--main-color);
  }
  .case .search_box + p {
    margin-block: clamp(50px, calc(-3.4482758621px + 5.3879310345vw), 100px);
    text-align: center;
    font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
    font-weight: bold;
  }
  .case .search_box > *:nth-child(1) {
    background-color: var(--main-color);
    padding-block: 20px;
    padding-inline: 15px;
    color: white;
    font-size: 20px;
  }
  .case form {
    padding-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
    padding-inline: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  }
  .case form dl {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 15px;
    padding-bottom: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
    background-image: linear-gradient(to right, var(--main-color) 50%, transparent 50%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    margin-top: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  }
  @media screen and (min-width: 992px) {
    .case form dl {
      grid-template-columns: 120px 1fr;
      gap: 0;
    }
  }
  .case form dt {
    color: var(--main-color);
  }
  .case form dd ul {
    display: flex;
    gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
    flex-direction: column;
    flex-wrap: wrap;
  }
  .case form dd ul#areas {
    flex-direction: row;
  }
  @media screen and (min-width: 992px) {
    .case form dd ul {
      flex-direction: row;
    }
  }
  .case form dd ul > *:has(:checked) label {
    background-color: var(--main-color);
    color: white;
  }
  .case form dd ul > * label {
    display: block;
    padding-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
    padding-inline: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
    background-color: var(--grey);
    border-radius: 5px;
    font-weight: bold;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden;
  }
  .case form dd input {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  .case form dd input[type=radio] {
    display: none;
  }
  .case form dd input[type=text] {
    border: 1px solid;
    border-color: lightgrey;
    padding: clamp(5px, calc(-0.3448275862px + 0.5387931034vw), 10px);
    width: 100%;
  }
  @media screen and (min-width: 992px) {
    .case form dd input[type=text] {
      width: auto;
    }
  }
  .case form dd input[type=checkbox] {
    display: none;
  }
  .case form .btn_box {
    margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  }
  .case form .btn_box ul {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
    grid-template-columns: 1fr;
  }
  @media screen and (min-width: 992px) {
    .case form .btn_box ul {
      grid-template-columns: repeat(2, 300px);
    }
  }
  .case form .btn_box ul > *:nth-child(1) > * {
    background-color: var(--main-color);
    color: white;
  }
  .case form .btn_box ul > *:nth-child(2) > * {
    color: var(--blue);
    border: 2px solid;
  }
  .case form .btn_box ul > * button {
    padding-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
    padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
    border-radius: 60px;
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
  }
  .case form .btn_box ul > * button:hover {
    opacity: 0.5;
  }
  .case .detail > * {
    margin-block: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  }
  .case .detail h2:not(.simpletoc *) {
    padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
    padding-block: 0 clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
    border-bottom: 2px solid var(--main-color);
    font-size: clamp(20px, calc(14.6551724138px + 0.5387931034vw), 25px);
    color: initial;
  }
  #case .detail h2 {
    color: initial;
  }
  #case .simpletoc .simpletoc-collapsible {
    background-color: var(--l_orange);
    border-radius: 0;
    padding-top: clamp(20px, calc(-12.0689655172px + 3.2327586207vw), 50px);
    text-align: center;
    color: var(--main-color);
    font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  }
  #case .simpletoc .simpletoc-content {
    background-color: var(--l_orange);
    border-radius: 0;
    padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
  }
  #case .simpletoc .simpletoc-list {
    counter-reset: counter;
    padding-bottom: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  }
  #case .simpletoc .simpletoc-list > * {
    margin-block: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  }
  #case .simpletoc .simpletoc-list > * a {
    display: flex;
    gap: 20px;
    font-weight: bold;
  }
  #case .simpletoc .simpletoc-list > * a::before {
    display: block;
    counter-increment: counter;
    content: counter(counter);
    color: var(--main-color);
    padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
    border-right: 1px solid;
  }
  #case .wp-block-group {
    margin-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px) clamp(50px, calc(-3.4482758621px + 5.3879310345vw), 100px);
  }
  #case .wp-block-group > * {
    margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  }
  #case .simpletoc-collapsible .simpletoc-icon::after {
    content: unset;
  }
  #case:is(#sub-page *) h3 {
    color: white;
    background-color: var(--main-color);
    font-size: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
    padding-block: clamp(17px, calc(-2.2413793103px + 1.9396551724vw), 35px);
    padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
    margin-bottom: 40px;
  }
  .case_outer {
    margin-block: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  }
  @media screen and (min-width: 992px) {
    .case_outer {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .case_outer > * img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .case_outer > * .text {
    margin-top: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
    display: flex;
    flex-direction: column;
  }
  .case_outer > * .text > * {
    margin-bottom: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  }
  .time {
    font-weight: bold;
    font-size: 15px;
  }
  .title {
    font-size: clamp(18px, calc(15.8620689655px + 0.2155172414vw), 20px);
    line-height: 1.6;
    font-weight: bold;
  }
  .cats {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .cats > * {
    padding-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
    padding-inline: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
    border-radius: 5px;
    background-color: var(--main-color);
    font-size: 14px;
    font-weight: 500;
    color: white;
  }
  .link a {
    color: var(--blue);
    border: 2px solid;
    display: block;
    width: 100%;
    padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
    padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.5s ease;
  }
  .link a:hover {
    background-color: var(--blue);
    color: white;
  }
  .search_box {
    overflow: hidden;
  }
  .search_box > p {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .search_box > p::after {
    content: "-";
    font-size: 1.5em;
  }
  .search_box > p.is-hidden::after {
    content: "+";
  }
  .search_box .hide {
    overflow: hidden;
    transition: height 0.3s ease-out, opacity 0.3s ease-out;
    height: auto;
    opacity: 1;
  }
  .search_box .hide.is-hidden {
    height: 0 !important;
    opacity: 0 !important;
    pointer-events: none;
  }
  .att_text p {
    margin-top: clamp(25px, calc(14.3103448276px + 1.0775862069vw), 35px);
    font-size: 80%;
    font-weight: 400;
  }
  #case:has(form dd ul input[value=service01]:checked) .img-box > *:nth-child(1) {
    display: block;
  }
  #case:has(form dd ul input[value=service01]:checked) .img-box > *:nth-child(2) {
    display: none;
  }
  #case:has(form dd ul input[value=service01]:checked) .img-box > *:nth-child(3) {
    display: none;
  }
  #case:has(form dd ul input[value=service01]:checked) #areas > * {
    display: block;
    pointer-events: initial;
  }
  #case:has(form dd ul input[value=service02]:checked) .img-box > *:nth-child(1) {
    display: none;
  }
  #case:has(form dd ul input[value=service02]:checked) .img-box > *:nth-child(2) {
    display: block;
  }
  #case:has(form dd ul input[value=service02]:checked) .img-box > *:nth-child(3) {
    display: none;
  }
  #case:has(form dd ul input[value=service02]:checked) #areas > * {
    pointer-events: initial;
  }
  #case:has(form dd ul input[value=service02]:checked) #areas > *:not(:has([value=chiba])) {
    display: none;
  }
  #case:has(form dd ul input[value=service03]:checked) .img-box > *:nth-child(1) {
    display: none;
  }
  #case:has(form dd ul input[value=service03]:checked) .img-box > *:nth-child(2) {
    display: none;
  }
  #case:has(form dd ul input[value=service03]:checked) .img-box > *:nth-child(3) {
    display: block;
  }
  #case:has(form dd ul input[value=service03]:checked) #areas > * {
    pointer-events: initial;
  }
  #case:has(form dd ul input[value=service03]:checked) #areas > *:not(:has([value=chiba])) {
    display: none;
  }
  #case .img-box > *:nth-child(1) {
    display: block;
  }
  #case .img-box > *:nth-child(2) {
    display: none;
  }
  #case .img-box > *:nth-child(3) {
    display: none;
  }
  #case #areas > * {
    pointer-events: none;
  }
  .pager {
    margin-top: var(--pager-mt, 40px);
  }
  @media screen and (min-width: 992px) {
    .pager {
      --pager-mt: 80px;
    }
  }
  .cdp {
    position: relative;
    text-align: center;
    padding: clamp(10px, 2.6041666667vw, 25px) 0;
    font-size: 0;
    z-index: 6;
    margin-block: clamp(40px, 10.4166666667vw, 85px);
    -webkit-animation: cdp-in 500ms ease both;
            animation: cdp-in 500ms ease both;
    display: var(--cdp-display, grid);
    justify-content: center;
    grid-auto-columns: 20px;
    grid-template-columns: repeat(auto-fit, 42px);
    gap: 7px;
  }
  @media screen and (min-width: 768px) {
    .cdp {
      --cdp-display: flex;
    }
  }
  .cdp_i {
    --cdp-size: 50px;
    font-size: var(--cdp-fs, 14px);
    text-decoration: none;
    transition: background-color 550ms ease;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 5px;
    height: var(--cdp-size);
    min-width: var(--cdp-size);
    line-height: 46px;
    padding: 0;
    background-color: lightgrey;
    color: var(--black);
    letter-spacing: 0.03em;
    display: none;
    transform: scale(0.9);
  }
  .cdp_i.ff:hover {
    background-color: #fff !important;
    color: inherit !important;
  }
  @media screen and (min-width: 768px) {
    .cdp_i {
      transform: scale(1);
      margin-right: 15px;
      --cdp-fs: 16px;
    }
  }
  .cdp_i:first-child, .cdp_i:last-child {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23FF7700' d='M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8l-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0'/%3E%3C/svg%3E");
    border: none;
    transition: opacity 0.5s ease;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cdp_i:first-child:hover, .cdp_i:last-child:hover {
    opacity: 0.5;
  }
  .cdp_i:last-child {
    background-color: unset;
  }
  .cdp_i:first-child {
    background-color: unset;
  }
  .cdp_i:last-child, .cdp_i:nth-child(2), .cdp_i:nth-last-child(2) {
    display: inline-block;
  }
  .cdp_i:first-child {
    rotate: 180deg;
  }
  .cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
    display: inline-block;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(2) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(2) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(3) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(3) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(4) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(4) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(5) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(5) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(6) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(6) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(7) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(7) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(8) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(8) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(9) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(9) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(10) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(10) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(11) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(11) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(12) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(12) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(13) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(13) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(14) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(14) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(15) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(15) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(16) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(16) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(17) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(17) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(18) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(18) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(19) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(19) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(20) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(20) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(21) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(21) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(22) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(22) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(23) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(23) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(24) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(24) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(25) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(25) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(26) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(26) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(27) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(27) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(28) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(28) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(29) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(29) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(30) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(30) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(31) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(31) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(32) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(32) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(33) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(33) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(34) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(34) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(35) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(35) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(36) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(36) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(37) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(37) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(38) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(38) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(39) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(39) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(40) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(40) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(41) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(41) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(42) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(42) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(43) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(43) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(44) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(44) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(45) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(45) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(46) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(46) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(47) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(47) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(48) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(48) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(49) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(49) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(50) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(50) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(51) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(51) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(52) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(52) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(53) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(53) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(54) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(54) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(55) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(55) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(56) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(56) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(57) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(57) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(58) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(58) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(59) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(59) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(60) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(60) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(61) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(61) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(62) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(62) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(63) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(63) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(64) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(64) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(65) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(65) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(66) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(66) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(67) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(67) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(68) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(68) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(69) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(69) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(70) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(70) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(71) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(71) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(72) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(72) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(73) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(73) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(74) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(74) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(75) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(75) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(76) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(76) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(77) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(77) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(78) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(78) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(79) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(79) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(80) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(80) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
    content: "...";
    color: #333;
    font-size: 32px;
    margin-left: -6px;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
    display: inline-block;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(81) {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    pointer-events: none;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(81) + .cdp_i:last-child {
    display: none !important;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
    display: inline-block;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
    display: inline-block;
    pointer-events: none;
    color: transparent;
    border-color: transparent;
    background-color: transparent;
    width: 50px;
  }
  .cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
    content: "...";
    color: #858585;
    font-size: 32px;
    margin-left: -6px;
  }
  #case-section {
    margin-bottom: 128px;
  }
  @media screen and (max-width: 767px) {
    #case-section {
      margin-bottom: 32px;
    }
  }
}
@layer bootstrap {
  .fade {
    transition: opacity 0.15s linear;
  }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  .fade:not(.show) {
    opacity: 0;
  }
  .collapse:not(.show) {
    display: none;
  }
  .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none;
    }
  }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
      transition: none;
    }
  }
  .accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
  }
  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none;
    }
  }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  }
  .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
      transition: none;
    }
  }
  .accordion-button:hover {
    z-index: 2;
  }
  .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  }
  .accordion-header {
    margin-bottom: 0;
  }
  .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
  }
  .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
  }
  .accordion-item:not(:first-of-type) {
    border-top: 0;
  }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
  }
  .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  }
  .accordion-item:last-of-type > .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
  }
  .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  }
  .accordion-flush > .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .accordion-flush > .accordion-item:first-child {
    border-top: 0;
  }
  .accordion-flush > .accordion-item:last-child {
    border-bottom: 0;
  }
  .accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
    border-radius: 0;
  }
  [data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  }
  .nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none;
    }
  }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color);
  }
  .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .nav-link.disabled, .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
  }
  .nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
  }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
  }
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
  }
  .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
  }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
  }
  .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
  }
  .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
  }
  .nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap);
  }
  .nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  }
  .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
    border-bottom-color: currentcolor;
  }
  .nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor;
  }
  .nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
  }
  .nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
  }
  .nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
  }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
  }
  .breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
  }
  /*# sourceMappingURL=index.css.map */
}
/*# sourceMappingURL=style.css.map */