@charset "UTF-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -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; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.accordion {
  --bs-accordion-active-bg:unset;
  --bs-accordion-inner-border-radius:0;
  --bs-accordion-btn-focus-box-shadow:unset;
  --bs-accordion-btn-focus-border-color:unset;
  --bs-accordion-border-radius:0;
  --bs-accordion-active-bg:unset;
  --bs-accordion-inner-border-radius:0;
  --bs-accordion-bg:unset;
  --bs-accordion-border-width:0;
  --bs-accordion-btn-icon-width:0;
  --bs-accordion-btn-icon:unset;
  --bs-accordion-btn-icon-width:0;
  --bs-accordion-btn-padding-y:0;
  --bs-accordion-btn-padding-x:0;
}

.breadcrumb {
  --bs-breadcrumb-margin-bottom:0;
}

.nav-link {
  --bs-nav-link-color:initial;
}

.navbar-toggler {
  --bs-border-width:0;
}
.navbar-toggler:focus {
  --bs-navbar-toggler-focus-width:0;
}

/*

// 参考URL　https://gist.github.com/kyontan/7678042

//ヒラギノ角ゴ 
font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;

// ヒラギノ明朝
font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;


// 游ゴシック体
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;

// 游明朝体
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
*/
.service .wp-block-lazyblock-service .service_inner > a > p::before, .home .recommend_service .recommend_inner a p::before, .home .recommend_service .service_inner > a > p::before {
  content: "";
}
.service .wp-block-lazyblock-service .service_inner > a > p::after, .home .recommend_service .recommend_inner a p::after, .home .recommend_service .service_inner > a > p::after {
  content: "";
  width: 26px;
  aspect-ratio: 1;
  background-image: url(../images/arrow_orange.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-inline: auto var(--side-me, 20px);
  position: relative;
  right: var(--side_arrow-r, -10px);
}
@media screen and (min-width: 992px) {
  .service .wp-block-lazyblock-service .service_inner > a > p::after, .home .recommend_service .recommend_inner a p::after, .home .recommend_service .service_inner > a > p::after {
    --side_arrow-r: 0;
  }
}

:root {
  --sp-h: 54px;
  --pc-h: 108px;
  --sp-padding: 16px;
  --w: 1200px;
  --ff: Noto Sans JP, sans-serif;
  --fc: #333;
  --main_color: #0e3160;
  --orange: #FF7700;
  --lorange: #F0F2F6;
  --blue: #0700D5;
  --lgrey: #FAFAFA;
  --lh-trim: calc((1em - 1lh) / 2);
  --bs-heading-color: #000000;
}

*,
::before,
::after {
  --clamp-root-font-size: 16;
  --clamp-slope: calc((var(--clamp-max) - var(--clamp-min)) / (var(--clamp-viewport-max) - var(--clamp-viewport-min)));
  --clamp-y-axis-intersection: calc(var(--clamp-min) - (var(--clamp-slope) * var(--clamp-viewport-min)));
  --clamp-preffered-value: calc(
    var(--clamp-y-axis-intersection) * (1rem / var(--clamp-root-font-size)) + (var(--clamp-slope) * 100vi)
  );
  --clamp: clamp(
    calc(var(--clamp-min) * (1rem / var(--clamp-root-font-size))),
    var(--clamp-preffered-value),
    calc(var(--clamp-max) * (1rem / var(--clamp-root-font-size)))
  );
  color: var(--fc);
  font-size: var(--clamp);
}

html {
  scroll-padding-block-start: var(--sp-h);
}
@media screen and (min-width: 1200px) {
  html {
    scroll-padding-block-start: var(--pc-h);
  }
}

body {
  --clamp-viewport-min: 375;
  --clamp-viewport-max: 1200;
  --clamp-min: 14;
  --clamp-max: 16;
  position: relative;
  font-family: var(--ff);
  overflow-x: clip;
  color: var(--fc);
}

a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
  a:where(:any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}

img {
  max-width: 100%;
}

header {
  position: var(--header_pos, fixed);
  height: var(--header_h, var(--sp-h));
  top: var(--header_top, 0);
  width: 100%;
  background-color: white;
  z-index: 99;
  /* メニューボタンの設定 */
}
@media screen and (min-width: 992px) {
  header {
    --header_h: var(--pc-h);
    --header_pos: relative;
    --header_top: auto;
  }
}
header .header_wrapper {
  display: flex;
  justify-content: space-between;
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
header .header_wrapper .logo {
  display: block;
  padding-block: var(--logo-py, 3px);
}
@media screen and (min-width: 992px) {
  header .header_wrapper .logo {
    --logo-py: 8px 13px;
  }
}
header .header_wrapper h1 {
  margin-block: var(--header_h1-my, 0);
}
@media screen and (min-width: 992px) {
  header .header_wrapper h1 {
    --header_h1-my: 3px 2px;
  }
}
header .header_wrapper h1 img {
  width: var(--header_h1_img-w, 200px);
}
@media screen and (min-width: 992px) {
  header .header_wrapper h1 img {
    --header_h1_img-w: 400px;
  }
}
header .header_wrapper .logo_top {
  display: block;
  font-size: var(--logo_top-fs, 10px);
  line-height: 3;
  font-weight: 500;
  margin-block: var(--lh-trim);
}
@media screen and (min-width: 992px) {
  header .header_wrapper .logo_top {
    --logo_top-fs: 12px;
  }
}
header .header_wrapper > :nth-child(2) {
  display: var(--div-nth-2-display, none);
  align-items: stretch;
  gap: 0;
  padding-block: 0;
}
@media screen and (min-width: 992px) {
  header .header_wrapper > :nth-child(2) {
    --div-nth-2-display: flex;
  }
}
header .header_wrapper > :nth-child(2) .tel {
  width: min(354px, 100%);
  pointer-events: var(--tel-pe, initial);
  position: relative;
  padding-right: 10px;
  padding-left: 75px;
}
@media screen and (min-width: 992px) {
  header .header_wrapper > :nth-child(2) .tel {
    --tel-pe: none;
    height: 100%;
  }
}
header .header_wrapper > :nth-child(2) .tel::after {
  content: "";
  width: 95px;
  height: 108px;
  background-image: url(../images/header_photo.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -15px;
  bottom: 0;
}
header .header_wrapper > :nth-child(2) .tel .tel_top {
  display: block;
  text-align: center;
  color: #FFDB08;
  height: 20px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4545454545;
}
header .header_wrapper > :nth-child(2) .tel .tel_bottom {
  color: white;
  margin: 0 10px 0 auto;
}
header .header_wrapper > :nth-child(2) .tel .tel_bottom:is(.support *) {
  color: white;
}
header .menu_button {
  display: var(--menu_button, block);
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  width: 54px;
  aspect-ratio: 1;
  background-color: var(--main_color);
}
header .menu_button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 50%;
}
header .menu_button span:nth-of-type(1) {
  top: 15px;
}
header .menu_button span:nth-of-type(2) {
  top: 23px;
}
header .menu_button span:nth-of-type(3) {
  top: 31px;
}
header .menu_button.active span:nth-of-type(1) {
  top: 18px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
header .menu_button.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu_button.active span:nth-of-type(3) {
  top: 30px;
  left: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
header :is(#offcanvasNavbar, .offcanvas-backdrop) {
  top: var(--offset-top, var(--sp-h));
}
@media screen and (min-width: 992px) {
  header :is(#offcanvasNavbar, .offcanvas-backdrop) {
    --offset-top: var(--pc-h);
  }
}
header .menu_sp_inner {
  --bs-border-color: var(--base_color);
  width: 100%;
  padding-bottom: 50px;
}
header .menu_sp_inner > :first-child {
  margin-top: 12px;
}
header .menu_sp_inner > p {
  border-bottom: 1px solid var(--acc-border-color, #ddd);
}
header .menu_sp_inner p:is(.grandchild_accordion *) {
  background-color: #7E7E7E;
  --acc-border-color: #fff;
}
header .menu_sp_inner p:is(.grandchild_accordion *) a {
  color: #fff;
}
header .menu_sp_inner p > a {
  padding-block: 20px;
  padding-inline: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
header .menu_sp_inner p > a::after {
  display: block;
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border: solid var(--main_color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  flex-shrink: 0;
}
header .menu_sp_inner a {
  color: var(--fc);
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
header .menu_sp_inner .accordion {
  --accordion-body-color: #fff;
  --accordion-body-fw: normal;
  --bs-accordion-inner-border-radius: 0;
  margin-top: 20px;
  margin-top: 0;
}
header .menu_sp_inner .accordion.accordion-flush .accordion-item .accordion-button, header .menu_sp_inner .accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
header .menu_sp_inner .accordion .accordion-item {
  padding-block: var(--acc-item-p, 7px);
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  header .menu_sp_inner .accordion .accordion-item {
    --acc-item-p: 15px;
  }
}
header .menu_sp_inner .accordion .accordion-item .accordion-header {
  padding-inline: var(--acc-header-p, 0 15px);
}
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::before,
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: var(--main_color);
  width: 20px;
  height: 1px;
  transition: all 0.3s;
  background-image: none;
}
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::after {
  transform: rotate(90deg);
}
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before,
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  opacity: 0;
}
header .menu_sp_inner .accordion .accordion-item .accordion-body > span {
  --span-mr: 10px;
  --span-size: 34px;
}
@media screen and (min-width: 992px) {
  header .menu_sp_inner .accordion .accordion-item .accordion-body > span {
    --span-mr: 10px;
    --span-size: 44px;
    --faq_q_fs: 16px;
  }
}
header .menu_sp_inner .accordion .accordion-item .accordion-body > span:first-child {
  display: grid;
  color: var(--main_color);
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
  border: 1px solid;
}
@media screen and (min-width: 768px) {
  header .menu_sp_inner .accordion .accordion-item .accordion-body > span:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
header .menu_sp_inner .accordion .accordion-item .accordion-body > span:last-child {
  font-size: var(--faq_q_fs, 14px);
  font-weight: 500;
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}
@media screen and (min-width: 768px) {
  header .menu_sp_inner .accordion .accordion-item .accordion-body > span:last-child {
    --faq_q_w: 97%;
    --faq_q_fs: 16px;
  }
}
header .menu_sp_inner .accordion .accordion-item button {
  display: flex;
  align-items: center;
}
header .menu_sp_inner .accordion .accordion-item button span {
  --span-mr: 10px;
  --span-size: 34px;
  font-size: var(--faq_q_fs, 14px);
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  header .menu_sp_inner .accordion .accordion-item button span {
    --span-mr: 10px;
    --span-size: 44px;
    --faq_q_fs: 16px;
  }
}
header .menu_sp_inner .accordion .accordion-item button span:first-child {
  display: grid;
  color: #fff;
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  background-color: var(--main_color);
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
}
@media screen and (min-width: 768px) {
  header .menu_sp_inner .accordion .accordion-item button span:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
header .menu_sp_inner .accordion .accordion-item button span:last-child {
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}
@media screen and (min-width: 768px) {
  header .menu_sp_inner .accordion .accordion-item button span:last-child {
    --faq_q_w: 97%;
  }
}
header .menu_sp_inner .accordion > div:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
header .menu_sp_inner .accordion .accordion-item {
  --acc-item-p: 20px 0;
  border-width: 0 0 1px 0;
  padding: 0;
}
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::before,
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::after {
  top: -4px;
}
header .menu_sp_inner .accordion .accordion-item .accordion-body {
  --accordion-body-mt: 20px;
  padding-inline: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
header .menu_sp_inner .accordion .accordion-item .accordion-body a {
  line-height: 1.4;
}
header .menu_sp_inner .accordion .accordion-item .accordion-body > a {
  padding-left: 15px;
  text-decoration: none;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.125;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .menu_sp_inner .accordion .accordion-item .accordion-body > a:not(:last-child) {
  margin-bottom: 10px;
}
header .menu_sp_inner .accordion .accordion-item .accordion-body > a::before {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  background-color: #fff;
}
header .menu_sp_inner .accordion .accordion-item button {
  color: var(--fc);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-block: 20px;
  padding-inline: 15px 10px;
}
header .menu_sp_inner .accordion .child_accordion button {
  background-color: var(--lblue);
}
header .menu_sp_inner .accordion .child_accordion :is(h3, h4):not(:last-of-type) {
  border-bottom: 1px solid var(--main_color);
}
header .menu_sp_inner :is(.menu_sp_bottom, .menu_sp_buttons) {
  display: flex;
}
header .menu_sp_inner .menu_sp_buttons {
  margin-block: 30px 25px;
  padding-inline: 15px;
  gap: 10px;
}
header .menu_sp_inner .menu_sp_bottom {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
header .menu_sp_inner .menu_sp_bottom > a {
  height: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  gap: 10px;
}
header .menu_sp_inner .menu_sp_bottom > a::after {
  --arrow-size: 13px;
  content: "";
  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="%23070064" 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-repeat: no-repeat;
  right: var(--arrow-size);
  width: var(--arrow-size);
  height: var(--arrow-size);
}

.logo_bottom {
  display: block;
  font-size: var(--logo_bottom-fs, 8px);
  color: var(--main_color);
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .logo_bottom {
    --logo_bottom-fs: 10px;
  }
}

.mail img {
  height: 108px;
  width: 145px;
}

.tel {
  width: min(354px, 100%);
  pointer-events: var(--tel-pe, initial);
  color: white;
  background-color: var(--main_color);
  position: relative;
}
@media screen and (min-width: 992px) {
  .tel {
    --tel-pe: none;
  }
}
.tel > p {
  color: inherit;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px;
  font-size: var(--tel-p-fs, 25px);
  font-weight: bold;
  line-height: 1.4545454545;
  /*padding-inline: calc(0px / 2);*/
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .tel > p {
    --tel-p-fs: 33px;
  }
}
.tel > p::before {
  content: "";
  width: var(--tel-p-before-w, 23px);
  aspect-ratio: 1;
  background-image: url(../images/icon/tel_white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .tel > p::before {
    --tel-p-before-w: 31px;
  }
}
.tel .tel_bottom {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: 12px;
  line-height: 1.4166666667;
  display: block;
  color: inherit;
}

nav:is(header + *) {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #F4F2F2;
  width: 100%;
  height: 65px;
  display: var(--header-nav-display, none);
  z-index: 10;
}
@media screen and (min-width: 992px) {
  nav:is(header + *) {
    --header-nav-display: block;
  }
}
nav:is(header + *) .memu_wrapper {
  height: 100%;
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
nav:is(header + *) .memu_wrapper > ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
nav:is(header + *) .memu_wrapper > ul li:has(.has_child) {
  overflow-x: hidden;
}
nav:is(header + *) .memu_wrapper > ul li:has(.has_child) a:is(:not(.child_items *, .pe-auto)) {
  cursor: default;
}
nav:is(header + *) .memu_wrapper > ul li:has(.has_child):hover .child_items {
  visibility: visible;
  opacity: 1;
}
nav:is(header + *) .memu_wrapper > ul .item {
  height: 100%;
  display: grid;
  place-content: center;
  font-size: var(--item-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  nav:is(header + *) .memu_wrapper > ul .item {
    --item-fs: 18px;
  }
}
nav:is(header + *) .memu_wrapper > ul .item.active {
  color: var(--main_color);
  pointer-events: none;
}
nav:is(header + *) .memu_wrapper .child_items {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: 0;
  top: 65px;
  padding: 32px 48px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 180px));
  justify-content: var(--child_items-justify, center);
  width: min(1200px, 100%);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 16px 32px;
  margin-inline: auto;
  background-color: #f4f2f2;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  transition: visibility 0.4s ease, opacity 0.4s ease-in;
}
@media screen and (min-width: 1200px) {
  nav:is(header + *) .memu_wrapper .child_items {
    --child_items-justify: auto;
  }
}
nav:is(header + *) .memu_wrapper .child_items a {
  display: block;
  padding: 8px 24px 8px 8px;
  background-image: url(../images/arrow_orange.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center right;
  border-bottom: 1px solid #dddddd;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-underline-offset: 4px;
  transition: all 0.3s;
  white-space: nowrap;
}
nav:is(header + *) .memu_wrapper .child_items a.fs-sml {
  font-size: 11px;
}
nav:is(header + *) .memu_wrapper .child_items a:hover {
  color: var(--main_color);
  opacity: 1;
}

.bg_orange {
  background-color: var(--main_color);
}

.floating {
  display: var(--floating-display, grid);
  grid-template-columns: var(--floating-column, 1fr 1fr);
  position: fixed;
  right: 0;
  top: var(--floating-top, auto);
  bottom: var(--floating-bottom, 0);
  width: var(--floating-w, 100%);
  height: var(--floating-h, auto);
  z-index: 20;
}
@media screen and (min-width: 992px) {
  .floating {
    --floating-top: 59.62962962962963vh;
    --floating-right: 0;
    --floating-w: auto;
    --floating-h: 250px;
    --floating-bottom: auto;
    --floating-display: block;
    --floating-column: unset;
  }
}
.floating a {
  padding: var(--floating_a-p, 15px 10px);
  display: flex;
  align-items: center;
  justify-content: var(--floating_a-justify, center);
  -ms-writing-mode: var(--floating_a-wmode, revert);
      writing-mode: var(--floating_a-wmode, revert);
  gap: 5px;
  border-radius: var(--floating_bottom-radius, 0);
}
@media screen and (min-width: 992px) {
  .floating a {
    --floating_a-wmode: vertical-rl;
    --floating_a-justify: initial;
    --floating_bottom-mt: 10px;
    --floating_bottom-radius: 5px 0 0 5px;
    --floating_a-p: 20px 15px;
  }
}
.floating a::before {
  content: "";
  width: 18px;
  aspect-ratio: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.floating a.top {
  background-color: #FFDB08;
  color: #000;
  width: 100vw;
}
@media screen and (min-width: 992px) {
  .floating a.top {
    width: auto;
  }
}
.floating a.top::before {
  background-image: url(../images/icon/mail.png);
}
.floating a.bottom {
  background-color: #FFDB08;
  margin-top: var(--floating_bottom-mt, 0);
}
.floating a.bottom::before {
  background-image: url(../images/icon/book.png);
}
.floating a > span {
  letter-spacing: 1.5px;
  color: inherit;
  font-weight: 700;
  white-space: nowrap;
  font-size: var(--flt-span-fs, 10px);
}
@media screen and (min-width: 768px) {
  .floating a > span {
    --flt-span-fs: 16px;
  }
}
.floating a .num {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  position: relative;
  right: 2px;
  color: inherit;
}

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

.sec_title {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: var(--sec_title-fs, 24px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .sec_title {
    --sec_title-fs: 32px;
  }
}
.sec_title:is(.bg_orange *) {
  color: white;
}
.sec_title:is(.bg_orange *)::before {
  color: inherit;
}
.sec_title::before {
  color: var(--main_color);
  content: attr(data-title);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.sec_title + p {
  margin-top: 20px;
  font-size: var(--sec_t-p-fs, 14px);
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .sec_title + p {
    --sec_t-p-fs: 15px;
  }
}

.bottom_link {
  margin-top: 40px;
}
.bottom_link a {
  width: min(500px, 100%);
  height: var(--bottom_link-h, 60px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background-color: var(--main_color);
  color: white;
  font-size: var(--bottom_link-fs, 16px);
  font-weight: bold;
  line-height: 1.2;
  border-radius: 5px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 992px) {
  .bottom_link a {
    --bottom_link-fs: 20px;
    --bottom_link-h: 70px;
  }
}
.bottom_link a::before {
  content: "";
}
.bottom_link a::after {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  border: solid white;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  margin-inline: auto 20px;
}

.page_title {
  display: grid;
  width: 100%;
  height: var(--page_title-h, 200px);
  background-image: var(--page_title-bg, url(../images/page_title_sp.jpg));
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  margin-top: var(--page_title-mt, 54px);
}
@media screen and (min-width: 992px) {
  .page_title {
    --page_title-h: 300px;
    --page_title-mt: 0;
    --page_title-bg: url(../images/page_title.jpg);
  }
}
.page_title .page_title_wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-block: auto;
}
.page_title .page_title_inner {
  margin-block: auto;
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  border: solid white;
  border-width: 0 0 0 var(--page_ttl-bw, 3px);
  padding-left: var(--page_ttl-ps, 13px);
}
@media screen and (min-width: 992px) {
  .page_title .page_title_inner {
    --page_ttl-ps: 30px;
    --page_ttl-bw: 4px;
  }
}
.page_title hgroup {
  color: white;
}
.page_title hgroup p {
  color: inherit;
  font-size: var(--page_ttl-p-fs, 11px);
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .page_title hgroup p {
    --page_ttl-p-fs: 14px;
  }
}
.page_title hgroup h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  background-color: white;
  color: var(--main_color);
  font-size: var(--page_ttl_h2-fs, 25px);
  font-weight: bold;
  line-height: 1.3333333333;
  padding-inline: var(--page_ttl_h2-px, 5px);
}
@media screen and (min-width: 992px) {
  .page_title hgroup h2 {
    --page_ttl_h2-fs: 36px;
    --page_ttl_h2-px: 10px;
  }
}
.page_title hgroup .page_title_bottom p {
  text-transform: unset;
}
.page_title .page_title_bottom {
  color: white;
}
.page_title .page_title_bottom p {
  color: inherit;
  font-size: var(--page_ttl_bttm-fs, 12px);
  font-weight: bold;
  padding-block: 10px;
}
@media screen and (min-width: 992px) {
  .page_title .page_title_bottom p {
    --page_ttl_bttm-fs: 16px;
  }
}
.page_title .page_title_bottom span {
  color: inherit;
  font-size: var(--page_ttl_bttm-span-fs, 11px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .page_title .page_title_bottom span {
    --page_ttl_bttm-span-fs: 14px;
  }
}
.page_title .page_title_service {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.sec_breadcrumb {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.sec_breadcrumb nav {
  margin-top: var(--breadc-nav-mt, 8px);
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb nav {
    --breadc-nav-mt: 20px;
  }
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item {
  font-size: var(--breadc-itm-fs, 12px);
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb nav .breadcrumb .breadcrumb-item {
    --breadc-itm-fs: 14px;
  }
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item a {
  font-size: var(--breadc-itm-fs, 12px);
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item a span {
  font-size: var(--breadc-itm-fs, 12px);
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item.active {
  --bs-breadcrumb-item-active-color: $black;
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  --bs-breadcrumb-item-padding-x: var(--bread-itm-spc-px, 5px);
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
    --bread-itm-spc-px: 13px;
  }
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  --bs-breadcrumb-divider: " ";
  --bs-breadcrumb-item-padding-x: var(--bread-bfr-spc-px, 15px);
  background-image: var(--bread-bfr-bg-img, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23NaN' 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"));
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
  position: relative;
  top: 7px;
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    --bread-bfr-spc-px: 25px;
    --bread-bfr-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23NaN' 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");
  }
}

.has_aside {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  margin-top: var(--has_aside-mt, 30px);
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: var(--has_aside-column, 100%);
  gap: 40px;
}
@media screen and (min-width: 1200px) {
  .has_aside:is(.home *) {
    --has_aside-mt: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .has_aside {
    --has_aside-column: 1fr 300px;
    --has_aside-mt: 100px;
  }
}
.has_aside > div > * + * {
  margin-top: var(--has_aside-div-mt, 40px);
}
.has_aside > .wp-block-group {
  max-width: 860px;
}
.has_aside .bottom_link {
  padding-inline: var(--bottom_link-px, 10px);
}
@media screen and (min-width: 992px) {
  .has_aside .bottom_link {
    --bottom_link-px: 0;
  }
}
.has_aside aside > * + * {
  margin-top: 30px;
}
.has_aside aside .banner > * {
  display: block;
  text-align: center;
}
.has_aside aside .banner > * + * {
  margin-top: 30px;
}
.has_aside aside .find_services {
  margin-top: 30px;
}
.has_aside aside .find_services .title {
  position: relative;
  background-color: #FFDB08;
  color: white;
  width: 100%;
  height: 60px;
  display: grid;
  place-content: center;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5454545455;
  margin-bottom: 15px;
}
.has_aside aside .find_services .title::after {
  position: absolute;
  inset: 0;
  top: calc(100% - 1px);
  content: "";
  width: 20px;
  height: 15px;
  background-color: inherit;
  margin-inline: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.has_aside aside .find_services > ul li {
  border-bottom: 1px solid #DEDEDE;
}
.has_aside aside .find_services > ul li a {
  display: block;
  padding: var(--find_services-li-a-p, 10px);
  font-size: var(--find_services-li-a-fs, 16px);
  font-weight: 500;
  line-height: 1.8888888889;
}
@media screen and (min-width: 992px) {
  .has_aside aside .find_services > ul li a {
    --find_services-li-a-p: 20px;
    --find_services-li-a-fs: 18px;
  }
}
.has_aside aside .links > * + * {
  margin-top: 15px;
}
.has_aside aside .links > p:nth-child(1) a::before {
  background-image: url(../images/aside/cricle_icon_01.png);
}
.has_aside aside .links > p:nth-child(2) a::before {
  background-image: url(../images/aside/cricle_icon_02.png);
}
.has_aside aside .links > p:nth-child(3) a::before {
  background-image: url(../images/aside/cricle_icon_03.png);
}
.has_aside aside .links > p:nth-child(4) a::before {
  background-image: url(../images/aside/cricle_icon_04.png);
}
.has_aside aside .links > p:nth-child(5) a::before {
  background-image: url(../images/aside/cricle_icon_05.png);
}
.has_aside aside .links a {
  padding: 18px 10px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  border: 1px solid var(--main_color);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  align-items: center;
}
.has_aside aside .links a:nth-child(1)::before {
  background-image: url(../images/aside/cricle_icon_01.png);
}
.has_aside aside .links a:nth-child(2)::before {
  background-image: url(../images/aside/cricle_icon_02.png);
}
.has_aside aside .links a:nth-child(3)::before {
  background-image: url(../images/aside/cricle_icon_03.png);
}
.has_aside aside .links a:nth-child(4)::before {
  background-image: url(../images/aside/cricle_icon_04.png);
}
.has_aside aside .links a:nth-child(5)::before {
  background-image: url(../images/aside/cricle_icon_05.png);
}
.has_aside aside .links a::before {
  content: "";
  width: 54px;
  aspect-ratio: 1;
  background-size: 100%;
  background-position: center;
}
.has_aside aside .links a::after {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border: solid var(--main_color);
  border-width: 3px 3px 0 0;
  rotate: 45deg;
  margin-inline: auto 8px;
}
.has_aside aside .partner {
  text-align: center;
}
.has_aside aside .links_bottom > * + * {
  margin-top: 15px;
}
.has_aside aside .links_bottom a {
  background-color: var(--lorange);
  display: block;
  padding-block: 18px;
  padding-inline: 20px 15px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.has_aside aside .links_bottom a::after {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border: solid var(--main_color);
  border-width: 3px 3px 0 0;
  rotate: 45deg;
  margin-inline: auto 8px;
}
.has_aside aside .bottom_banner img {
  width: 100%;
}
.has_aside aside .bottom_banner > div {
  background-color: var(--main_color);
  padding: 10px 10px 20px;
}
.has_aside aside .bottom_banner > div > :last-child {
  display: block;
  margin-top: 13px;
}
.has_aside aside .bottom_banner > div > p {
  color: #FFDB08;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.has_aside aside .bottom_banner > div > p::after {
  margin-top: 10px;
  content: "";
  width: 260px;
  height: 1px;
  background-color: white;
  margin-inline: auto;
  display: block;
}
.has_aside aside .bottom_banner > div a {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.has_aside aside .bottom_banner > div .tel {
  margin-top: 10px;
  display: block;
  color: white;
}
.has_aside aside .bottom_banner > div .tel p::before {
  background-image: url(../images/icon/tel_white.png);
}
.has_aside aside .tel .tel_bottom:not(#_) {
  color: white;
}

.support {
  background-color: var(--main_color);
  padding-inline: 20px 30px;
  display: grid;
  grid-template-columns: var(--support-columns, auto auto);
  gap: 12px;
  color: white;
}
@media screen and (min-width: 992px) {
  .support {
    --support-columns: auto 1fr;
  }
}
.support::before {
  content: "";
  width: var(--support-before-w, 108px);
  height: 100%;
  aspect-ratio: var(--support-before-ratio, unset);
  background-image: url(../images/support.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-inline: auto;
  grid-row: var(--support-before-row, 2);
}
@media screen and (min-width: 992px) {
  .support::before {
    --support-before-row: 2;
    --support-before-w: 208px;
    --support-before-ratio: 207 / 236;
  }
}
.support .support_child_p {
  padding-top: 20px;
  display: var(--support_child_p-d, block);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  color: white;
  grid-column: 1/3;
}
@media screen and (min-width: 992px) {
  .support .support_child_p {
    --support_child_p-d: none;
  }
}
.support > div {
  padding-block: 20px var(--support_child_div-pb, 15px);
  grid-row: var(--support_child_div-row, 2);
  grid-column: var(--support_child_div-column, 2/3);
}
@media screen and (min-width: 992px) {
  .support > div {
    --support_child_div-row: unset;
    --support_child_div-column: unset;
    --support_child_div-pb: 25px;
  }
}
.support > div .top {
  color: inherit;
  font-size: var(--support-top-fs, 20px);
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  color: #FFDB08;
  display: var(--support-top-d, none);
}
@media screen and (min-width: 992px) {
  .support > div .top {
    --support-top-fs: 21px;
    --support-top-d: block;
  }
}
.support > div .bottom {
  color: white;
  margin-top: var(--support-bottom-mt, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: var(--support-bottom-direction, column);
  gap: var(--support-bottom-gap, 20px);
}
@media screen and (min-width: 992px) {
  .support > div .bottom {
    --support-bottom-direction: row;
    --support-bottom-gap: 56.6px;
    --support-bottom-mt: 20px;
  }
}
.support > div .bottom .tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.support > div .bottom .tel > p::before {
  background-image: url(../images/icon/tel_white.png);
}
.support > div .bottom .tel_top {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  display: block;
  font-size: 10px;
  color: inherit;
  padding-left: 20px;
}

.area,
.facility {
  margin-top: 40px;
  padding-block: 20px 25px;
  background-color: rgba(255, 219, 8, 0.2);
}

.area .sec_title {
  color: var(--main_color);
}
.area hgroup .sec_title + p {
  font-weight: 500;
}
.area .area_inner {
  margin-top: 15px;
  border-top: 1px solid white;
  padding-top: 25px;
  padding-inline: var(--area-p, 10px);
  display: grid;
  grid-template-columns: var(--area-colmun, 1fr);
  gap: var(--area-gap, 0);
}
@media screen and (min-width: 992px) {
  .area .area_inner {
    --area-colmun: 330px 1fr;
    --area-p: 0;
    --area-gap: 66px;
    --area-img-xsize: fit-content;
    padding-bottom: 42px;
  }
}
.area .area_inner img {
  inline-size: var(--area-img-xsize, 50%);
  margin-inline: auto;
}
.area .area_inner ul {
  display: grid;
  grid-template-columns: var(--area-ul-column, 1fr 1fr);
  gap: 0 35px;
}
@media screen and (min-width: 992px) {
  .area .area_inner ul {
    --area-ul-column: repeat(3, 1fr);
    margin-left: -50px;
  }
}
.area .area_inner ul li {
  font-size: var(--area-li-fs, 13px);
  font-weight: 500;
  line-height: 2.1333333333;
  display: flex;
  gap: 5px;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .area .area_inner ul li {
    --area-li-fs: 15px;
  }
}
.area .area_inner ul li::before {
  content: "";
  width: 5px;
  aspect-ratio: 1;
  background-color: var(--main_color);
  -webkit-clip-path: circle();
          clip-path: circle();
}
.area .area_inner ul li:first-child, .area .area_inner ul li:last-child {
  grid-column: 1/-1;
}
.area .area_inner ul li:first-child::before, .area .area_inner ul li:last-child::before {
  content: none;
}
.area .area_inner ul li:first-child {
  color: var(--main_color);
  font-size: 20px;
  margin-bottom: 20px;
}
.area .area_inner ul li:last-child {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .area .area_inner ul li:last-child {
    text-align: left;
  }
}

:is(.sub_title, .faq_title) {
  background-color: var(--main_color);
  color: #fff;
  font-size: var(--sub_title-fs, 18px);
  font-weight: bold;
  line-height: 1.4545454545;
  padding-inline: var(--sub_title-px, 10px);
  padding-block: 5px;
}
@media screen and (min-width: 1200px) {
  :is(.sub_title, .faq_title) {
    --sub_title-fs: 22px;
    --sub_title-px: 20px;
  }
}

.next_title {
  color: var(--main_color);
  border-bottom: 1px solid;
  margin-bottom: 10px;
  font-size: var(--sub_title-fs, 16px);
  font-weight: bold;
  line-height: 1.65;
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .next_title {
    --sub_title-fs: 20px;
  }
}

.facility .facility_inner {
  margin-top: 15px;
  border-top: 1px solid white;
  padding-top: 25px;
  padding-inline: var(--facility-px, 10px);
}
@media screen and (min-width: 992px) {
  .facility .facility_inner {
    --facility-px: 45px;
  }
}
.facility ul {
  display: grid;
  grid-template-columns: var(--facility-ul-column, 1fr 1fr);
  gap: 0 var(--facility-ul-gap, 10px);
}
@media screen and (min-width: 992px) {
  .facility ul {
    --facility-ul-column: repeat(4, 1fr);
    --facility-ul-gap: 35px;
  }
}
.facility ul li {
  font-size: var(--facility-ul-fs, 13px);
  font-weight: 500;
  line-height: 2.1333333333;
  display: flex;
  gap: 5px;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .facility ul li {
    --facility-ul-fs: 15px;
  }
}
.facility ul li::before {
  content: "";
  width: 5px;
  aspect-ratio: 1;
  background-color: var(--main_color);
  -webkit-clip-path: circle();
          clip-path: circle();
}
.facility .facility_bottom {
  font-size: var(--facility_bttm-fs, 18px);
  font-weight: bold;
  color: var(--main_color);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .facility .facility_bottom {
    --facility_bttm-fs: 22px;
  }
}

.grid_table {
  --border-color: #DEDEDE;
  --bg-color: #F0F2F6;
  border-top: 1px solid var(--border-color);
  display: grid;
  grid-template-columns: var(--grid-talbe-column, 1fr);
}
@media screen and (min-width: 768px) {
  .grid_table {
    --grid-talbe-column: 200px 1fr;
  }
}
.grid_table > * {
  padding: var(--grid-table-child-p, 15px);
  border-bottom: 1px solid var(--border-color);
}
@media screen and (min-width: 768px) {
  .grid_table > * {
    --grid-table-child-p: 20px;
  }
}
.grid_table > :nth-child(2n+1) {
  background-color: #F0F2F6;
  text-align: center;
}

.title_list_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--list-column, 1fr 1fr);
  gap: var(--list-gap, 10px);
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .title_list_wrapper {
    --list-column: repeat(auto-fit, minmax(min(280px, 100%) ,386px));
    --list-gap: 20px;
  }
}
.title_list_wrapper a {
  border: 1px solid var(--main_color);
  padding-block: var(--list-a-py, 15px);
  padding-inline: var(--list-a-px, 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--list-a-fs, 12px);
  line-height: 1.3333333333;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .title_list_wrapper a {
    --list-a-py: 20px 18px;
    --list-a-px: 20px 10px;
    --list-a-fs: 18px;
  }
}
.title_list_wrapper a::after {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  border: solid var(--main_color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}

.blog_wrapper {
  margin-top: 30px;
}
.blog_wrapper > :nth-child(2n+1) {
  background-color: var(--lorange);
}
.blog_wrapper a {
  display: block;
  padding: 15px 20px;
}
.blog_wrapper a .tags {
  display: flex;
  gap: var(--tags-gap, 5px);
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .blog_wrapper a .tags {
    --tags-gap: 10px;
    --tags-span-p: 18px;
    --tags-span-fs: 16px;
  }
}
.blog_wrapper a .tags > span {
  color: var(--main_color);
  border: 1px solid;
  display: grid;
  place-content: center;
  background-color: white;
  font-size: var(--tags-span-fs, 12px);
  padding: 2px var(--tags-span-p, 5px);
}
.blog_wrapper a .inner {
  margin-top: 7px;
  display: grid;
  grid-template-columns: var(--inner-column, 1fr);
  gap: var(--inner-gap, 10px);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .blog_wrapper a .inner {
    --inner-column: 77px 1fr;
    --inner-gap: 20px;
  }
}
.blog_wrapper a .inner time {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.accordion {
  --bs-accordion-inner-border-radius: 0;
  margin-top: 20px;
}
.accordion.accordion-flush .accordion-item .accordion-button, .accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.accordion .accordion-item {
  padding-block: var(--acc-item-p, 7px);
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item {
    --acc-item-p: 15px;
  }
}
.accordion .accordion-item .accordion-header {
  padding-inline: var(--acc-header-p, 0 15px);
}
.accordion .accordion-item .accordion-header .accordion-button::before,
.accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: var(--main_color);
  width: 20px;
  height: 1px;
  transition: all 0.3s;
  background-image: none;
}
.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 > span {
  --span-mr: 10px;
  --span-size: 34px;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-body > span {
    --span-mr: 10px;
    --span-size: 44px;
    --faq_q_fs: 16px;
  }
}
.accordion .accordion-item .accordion-body > span:first-child {
  display: grid;
  color: var(--main_color);
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
  border: 1px solid;
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item .accordion-body > span:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
.accordion .accordion-item .accordion-body > span:last-child {
  font-size: var(--faq_q_fs, 14px);
  font-weight: 500;
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item .accordion-body > span:last-child {
    --faq_q_w: 97%;
    --faq_q_fs: 16px;
  }
}
.accordion .accordion-item button {
  display: flex;
  align-items: center;
}
.accordion .accordion-item button span {
  --span-mr: 10px;
  --span-size: 34px;
  font-size: var(--faq_q_fs, 14px);
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item button span {
    --span-mr: 10px;
    --span-size: 44px;
    --faq_q_fs: 16px;
  }
}
.accordion .accordion-item button span:first-child {
  display: grid;
  color: #fff;
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  background-color: var(--main_color);
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item button span:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
.accordion .accordion-item button span:last-child {
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item button span:last-child {
    --faq_q_w: 97%;
  }
}
.accordion > div:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}

.pagenation_wrapper {
  margin-top: var(--page-wrpr-mt, 40px);
}
@media screen and (min-width: 992px) {
  .pagenation_wrapper {
    --page-wrpr-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: block;
  }
}
.cdp_i {
  font-size: var(--cdp-fs, 14px);
  text-decoration: none;
  transition: background-color 250ms;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  height: 40px;
  min-width: 40px;
  font-family: var(--font-ja);
  border: 1px solid var(--main_color);
  line-height: 37px;
  padding: 0;
  color: var(--main_color);
  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='%23333333' 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");
  background-color: #ccc;
  border: none;
  transition: opacity 0.3s;
  background-repeat: no-repeat;
  background-position: center;
}
.cdp_i:first-child:hover, .cdp_i:last-child:hover {
  opacity: 0.5;
}
.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 {
  background-color: var(--main_color);
  color: #fff;
}
.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;
}

footer {
  background-color: #FAFAFA;
}
footer .footer_wrapper {
  padding-block: var(--footer_wrapper-py, 30px);
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  footer .footer_wrapper {
    --footer_wrapper-py: 60px;
  }
}
footer .logo {
  display: inline-block;
  width: min(var(--f-logo-w, 330px), 100%);
}
@media screen and (min-width: 992px) {
  footer .logo {
    --f-logo-w: 400px;
  }
}
footer .footer_inner {
  margin-top: 30px;
  display: grid;
  grid-template-columns: var(--footer_inner-columns, 1fr);
  gap: var(--footer_inner-gap, 20px);
}
@media screen and (min-width: 1200px) {
  footer .footer_inner {
    --footer_inner-columns: 255px 1fr;
    --footer_inner-gap: 100px;
  }
}
footer .footer_left span {
  color: #505050;
  font-size: var(--f-left-fs, 14px);
  font-weight: 500;
  line-height: var(--f-left-lh, 1.5);
}
@media screen and (min-width: 1200px) {
  footer .footer_left span {
    --f-left-fs: 16px;
    --f-left-lh: 2;
  }
}
footer .footer_left .tel {
  margin-top: 64px;
  display: block;
  margin-inline: var(--tel-mx, 0);
  color: inherit;
  background-color: transparent;
  position: relative;
  padding-left: 65px;
  color: var(--main_color);
}
footer .footer_left .tel::after {
  content: "";
  background-image: url(../images/header_photo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 71px;
  height: 81px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  footer .footer_left .tel {
    --tel-mx: 0;
  }
  footer .footer_left .tel > p::before {
    background-image: url(../images/icon/tel-blue.png);
  }
}
footer .footer_left .tel .tel_bottom {
  margin-inline: var(--f-l-tel-mx, 0);
  color: #000;
}
@media screen and (min-width: 768px) {
  footer .footer_left .tel .tel_bottom {
    --f-l-tel-mx: auto;
  }
}
footer .footer_left .footer_banner {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  footer .footer_left .footer_banner {
    width: 548px;
  }
  footer .footer_left .footer_banner li {
    display: flex;
    width: 80%;
  }
}
footer .footer_right {
  display: grid;
  grid-template-columns: var(--footer_right-columns, 1fr);
  gap: var(--footer_right-gap, 20px);
}
@media screen and (min-width: 992px) {
  footer .footer_right {
    --footer_right-columns: repeat(3, auto);
    --footer_right-gap: 60px;
  }
}
footer .footer_right > ul * {
  font-size: var(--footer_r-ul-fs, 15px);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  footer .footer_right > ul * {
    --footer_r-ul-fs: 18px;
  }
}
footer .footer_right > ul > li {
  margin-top: var(--footer_r-li-mt, 10px);
}
@media screen and (min-width: 768px) {
  footer .footer_right > ul > li {
    --footer_r-li-mt: 20px;
  }
}
footer .footer_right .child_lists {
  margin-top: var(--child_lists, 10px);
}
@media screen and (min-width: 768px) {
  footer .footer_right .child_lists {
    --child_lists: 15px;
  }
}
footer .footer_right .child_lists * {
  font-size: var(--child_lists-fs, 14px);
}
@media screen and (min-width: 768px) {
  footer .footer_right .child_lists * {
    --child_lists-fs: 15px;
  }
}
footer .footer_right .child_lists > li {
  margin-top: 12px;
}
footer .footer_right .child_lists a {
  display: flex;
  align-items: center;
  gap: 8.5px;
}
footer .footer_right .child_lists a::before {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border: solid var(--main_color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}
footer small {
  padding-bottom: 30px;
  font-size: 12px;
  font-weight: 500;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  display: block;
}

.wp-block-table:not(#_) {
  overflow-x: unset;
}
.wp-block-table:not(#_) .has-fixed-layout {
  table-layout: unset;
}
.wp-block-table:not(#_) :is(td, th) {
  border: 1px solid #DEDEDE;
}
.wp-block-table:not(#_) thead {
  border-bottom: unset;
}

.service .page_title.service1 {
  --page_title-bg: url(../images/service/service1_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service1 {
    --page_title-bg: url(../images/service/service1.jpg);
  }
}
.service .page_title.service2 {
  --page_title-bg: url(../images/service/service2_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service2 {
    --page_title-bg: url(../images/service/service2.jpg);
  }
}
.service .page_title.service3 {
  --page_title-bg: url(../images/service/service3_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service3 {
    --page_title-bg: url(../images/service/service3.jpg);
  }
}
.service .page_title.service4 {
  --page_title-bg: url(../images/service/service4_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service4 {
    --page_title-bg: url(../images/service/service4.jpg);
  }
}
.service .page_title.service5 {
  --page_title-bg: url(../images/service/service5_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service5 {
    --page_title-bg: url(../images/service/service5.jpg);
  }
}
.service .page_title.service6 {
  --page_title-bg: url(../images/service/service6_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service6 {
    --page_title-bg: url(../images/service/service6.jpg);
  }
}
.service .page_title.service7 {
  --page_title-bg: url(../images/service/service7_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service7 {
    --page_title-bg: url(../images/service/service7.jpg);
  }
}
.service .page_title.service8 {
  --page_title-bg: url(../images/service/service8_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service8 {
    --page_title-bg: url(../images/service/service8.jpg);
  }
}
.service .page_title.service9 {
  --page_title-bg: url(../images/service/service9_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service9 {
    --page_title-bg: url(../images/service/service9.jpg);
  }
}
.service .page_title.service10 {
  --page_title-bg: url(../images/service/service10_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service10 {
    --page_title-bg: url(../images/service/service10.jpg);
  }
}
.service .page_title.service11 {
  --page_title-bg: url(../images/service/service11_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service11 {
    --page_title-bg: url(../images/service/service11.jpg);
  }
}
.service .page_title.service12 {
  --page_title-bg: url(../images/service/service12_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service12 {
    --page_title-bg: url(../images/service/service12.jpg);
  }
}
.service .page_title.service13 {
  --page_title-bg: url(../images/service/service13_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service13 {
    --page_title-bg: url(../images/service/service13.jpg);
  }
}
.service .page_title.service14 {
  --page_title-bg: url(../images/service/service14_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service14 {
    --page_title-bg: url(../images/service/service14.jpg);
  }
}
.service .page_title.service15 {
  --page_title-bg: url(../images/service/service15_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service15 {
    --page_title-bg: url(../images/service/service15.jpg);
  }
}
.service .page_title.service16 {
  --page_title-bg: url(../images/service/service16_sp.jpg);
}
@media screen and (min-width: 992px) {
  .service .page_title.service16 {
    --page_title-bg: url(../images/service/service16.jpg);
  }
}

.service .page_title.construction1 {
  --page_title-bg: url(../images/construction/construction1_sp.png);
}
@media screen and (min-width: 992px) {
  .service .page_title.construction1 {
    --page_title-bg: url(../images/construction/construction1.png);
  }
}
.service .page_title.construction2 {
  --page_title-bg: url(../images/construction/construction2_sp.png);
}
@media screen and (min-width: 992px) {
  .service .page_title.construction2 {
    --page_title-bg: url(../images/construction/construction2.png);
  }
}

.service .page_title.renovation {
  --page_title-bg: url(../images/renovation/renovation_sp.png);
}
@media screen and (min-width: 992px) {
  .service .page_title.renovation {
    --page_title-bg: url(../images/renovation/renovation.png);
  }
}

.constructionSwiper.swiper .swiper-button-next, .constructionSwiper.swiper .swiper-button-prev, .topSlide .swiper-button-next, .topSlide .swiper-button-prev, .staff_slide .swiper-button-next, .interview_slide .swiper-button-next, .staff_slide .swiper-button-prev, .interview_slide .swiper-button-prev {
  width: var(--swpr-bttn-w, 30px);
  aspect-ratio: 1;
  background: transparent;
  height: auto;
  transition: opacity 0.5s;
}
.constructionSwiper.swiper .swiper-button-next:hover, .constructionSwiper.swiper .swiper-button-prev:hover, .topSlide .swiper-button-next:hover, .topSlide .swiper-button-prev:hover, .staff_slide .swiper-button-next:hover, .interview_slide .swiper-button-next:hover, .staff_slide .swiper-button-prev:hover, .interview_slide .swiper-button-prev:hover {
  opacity: 0.5;
}
@media screen and (min-width: 992px) {
  .constructionSwiper.swiper .swiper-button-next, .constructionSwiper.swiper .swiper-button-prev, .topSlide .swiper-button-next, .topSlide .swiper-button-prev, .staff_slide .swiper-button-next, .interview_slide .swiper-button-next, .staff_slide .swiper-button-prev, .interview_slide .swiper-button-prev {
    --swpr-bttn-w: 50px;
  }
}

.staff_slide .swiper-button-next, .interview_slide .swiper-button-next, .staff_slide .swiper-button-prev, .interview_slide .swiper-button-prev {
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-size: 15px;
  --swiper-theme-color: white;
  background: transparent;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .staff_slide .swiper-button-next, .interview_slide .swiper-button-next, .staff_slide .swiper-button-prev, .interview_slide .swiper-button-prev {
    --swpr-bttn-w: 40px;
  }
}
.staff_slide .swiper-pagination, .interview_slide .swiper-pagination {
  --swiper-pagination-bottom: -30px;
}
.staff_slide .swiper-pagination-bullet-active, .interview_slide .swiper-pagination-bullet-active {
  --swiper-pagination-color: var(--main_color);
}

.swiper {
  width: 100%;
  height: 100%;
}

.topSlide {
  --swiper-navigation-sides-offset: 1%;
  --swiper-navigation-size: 15px;
  padding-top: var(--topSlide-pt, var(--sp-h));
}
@media screen and (min-width: 992px) {
  .topSlide {
    --swiper-navigation-sides-offset: 10px;
    --topSlide-pt: 0;
    --topSlide-h: 100%;
  }
}
.topSlide .swiper-wrapper {
  height: var(--topSlide-h, 300px);
}
.topSlide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topSlide .swiper-slide a {
  display: block;
  width: 100%;
}
.topSlide .swiper-slide img {
  width: 100%;
  aspect-ratio: var(--topSlide-img-aspect, initial);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .topSlide .swiper-slide img {
    --topSlide-img-aspect: 32 / 11;
  }
}
.topSlide .swiper-button-next, .topSlide .swiper-button-prev {
  --swiper-theme-color: white;
}

.interview_slide {
  position: relative;
  margin-top: 30px;
}
.interview_slide .interviewSlide {
  width: var(--interviewSlide-w, 100%);
  height: var(--interviewSlide-h, auto);
}
@media screen and (min-width: 992px) {
  .interview_slide .interviewSlide {
    --topSlide-pt: 0;
    --interviewSlide-w: 800px;
    --interviewSlide-h: 270px;
  }
}
.interview_slide .interviewSlide .swiper-slide {
  padding: 30px;
  background-color: white;
  display: grid;
  grid-template-columns: var(--interview-column, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .interview_slide .interviewSlide .swiper-slide {
    --interview-column: 300px 1fr;
  }
}
.interview_slide .interviewSlide .swiper-slide img {
  aspect-ratio: 60/43;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.interview_slide .interviewSlide .swiper-slide .slide_detail span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.interview_slide .interviewSlide .swiper-slide .slide_detail h4 {
  margin-top: 5px;
  color: var(--main_color);
  font-size: var(--s_detail-h4-fs, 18px);
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .interview_slide .interviewSlide .swiper-slide .slide_detail h4 {
    --s_detail-h4-fs: 20px;
  }
}
.interview_slide .interviewSlide .swiper-slide .slide_detail p {
  margin-top: 10px;
  font-size: var(--s_detail-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .interview_slide .interviewSlide .swiper-slide .slide_detail p {
    --s_detail-p-fs: 15px;
  }
}
.interview_slide .interviewSlide .swiper-slide .slide_detail a {
  color: var(--main_color);
  display: flex;
  gap: 10px;
  align-items: center;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto 0;
  margin-top: 10px;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
.interview_slide .interviewSlide .swiper-slide .slide_detail a::after {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border: solid var(--main_color);
  border-width: 1px 1px 0 0;
  rotate: 45deg;
}
.interview_slide .swiper-button-next, .interview_slide .swiper-button-prev {
  --swiper-navigation-sides-offset: 0;
}

.staff_slide {
  position: relative;
  margin-top: 30px;
  padding-inline: var(--staff_slide-px, 10px);
}
@media screen and (min-width: 992px) {
  .staff_slide {
    --staff_slide-px: 0;
  }
}
.staff_slide .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
}
.staff_slide .staffSlide {
  width: var(--staffSlide-w, 100%);
}
@media screen and (min-width: 992px) {
  .staff_slide .staffSlide {
    --staffSlide-w: 800px;
    --swiper-navigation-sides-offset: 10px;
    --topSlide-pt: 0;
  }
}
.staff_slide .staffSlide .swiper-slide {
  padding: var(--staffSlide-p, 30px);
  background-color: white;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (min-width: 992px) {
  .staff_slide .staffSlide .swiper-slide {
    --staffSlide-p: 20px;
  }
}
.staff_slide .staffSlide .swiper-slide img {
  aspect-ratio: 43/30;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
.staff_slide .staffSlide .swiper-slide hgroup {
  line-height: 2;
  color: var(--main_color);
  font-size: 18px;
}
.staff_slide .staffSlide .swiper-slide hgroup p {
  color: inherit;
  font-weight: bold;
  font-size: 70%;
  line-height: 1.6;
  margin-bottom: 10px;
}
.staff_slide .staffSlide .swiper-slide hgroup h4 {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.staff_slide .staffSlide .swiper-slide p {
  color: var(--main_color);
  margin-top: 10px;
  font-size: var(--staff_slidej-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .staff_slide .staffSlide .swiper-slide p {
    --staff_slidej-p-fs: 15px;
  }
}

.swiper-button-next:after, .swiper-button-prev:after,
.swiper-button-next:before, .swiper-button-prev:before {
  color: white;
}

.constructionSwiper.swiper {
  --swiper-navigation-sides-offset: var(--cs-offset, 10px);
  --swiper-navigation-top-offset: 85px;
  --swiper-navigation-size: 15px;
  width: var(--cs-w, 95vw);
  height: var(--cs-h, 350px);
}
@media screen and (min-width: 992px) {
  .constructionSwiper.swiper {
    --cs-w: 866px;
    --cs-h: 365px;
    --cs-offset: 0;
  }
}
.constructionSwiper.swiper .swiper-button-next, .constructionSwiper.swiper .swiper-button-prev {
  --swpr-bttn-w: 40px;
  --swpr-btn-bg: rgb(255 119 0 / 30%);
  --swiper-theme-color: var(--main_color);
}
.constructionSwiper a {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.constructionSwiper a img {
  display: block;
  margin-inline: auto;
  inline-size: min(275px, 100%);
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.constructionSwiper a h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  flex-grow: 1;
  height: 54px;
}
.constructionSwiper a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  flex-grow: 1;
}

.home .recommend_service .service_inner > a > p::before, .home .recommend_service .recommend_inner a p::before {
  content: "";
}
.home .recommend_service .service_inner > a > p::after, .home .recommend_service .recommend_inner a p::after {
  content: "";
  width: 26px;
  aspect-ratio: 1;
  background-image: url(../images/arrow_orange.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-inline: auto var(--side-me, 20px);
  position: relative;
  right: var(--side_arrow-r, -10px);
}
@media screen and (min-width: 992px) {
  .home .recommend_service .service_inner > a > p::after, .home .recommend_service .recommend_inner a p::after {
    --side_arrow-r: 0;
  }
}

.home .top_about {
  width: 100%;
  background-image: repeating-linear-gradient(-45deg, rgba(151, 212, 222, 0.44), rgba(151, 212, 222, 0.44) 3px, #fff 4px, #fff 8px);
  height: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}
.home .top_about .sec_inner {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--top_about-columns);
  gap: var(--top_about-gap, 0);
}
@media screen and (min-width: 992px) {
  .home .top_about .sec_inner {
    --top_about-columns: 370px 1fr;
    --top_about-gap: 30px;
  }
}
.home .top_about .sec_inner::before {
  content: "";
  width: 100%;
  background-image: url(../images/top/about.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  grid-row: var(--top_about-before-row, 2);
  height: var(--top_about-before-h, 250px);
}
@media screen and (min-width: 992px) {
  .home .top_about .sec_inner::before {
    --top_about-before-row: auto;
    --top_about-before-h: auto;
  }
}
.home .top_about .sec_inner > div {
  padding-bottom: var(--top_about-div-pb, 0);
}
@media screen and (min-width: 992px) {
  .home .top_about .sec_inner > div {
    --top_about-div-pb: 40px;
  }
}
.home .top_about h2 {
  width: 100%;
  height: 60px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid var(--main_color);
  display: grid;
  place-content: center;
  font-size: var(--top_about-h2-fs, 22px);
  font-weight: bold;
  line-height: 1.8461538462;
  color: var(--main_color);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 992px) {
  .home .top_about h2 {
    --top_about-h2-fs: 26px;
  }
}
.home .top_about .text {
  margin-top: 20px;
  font-size: var(--top_about-text-fs, 14px);
  font-weight: 500;
  line-height: var(--top_about-text-lh, 1.85);
}
@media screen and (min-width: 992px) {
  .home .top_about .text {
    --top_about-text-fs: 15px;
    --top_about-text-lh: 1.5;
  }
}
.home .recommend_service {
  padding-block: var(--recommend_service-py, 30px);
}
@media screen and (min-width: 992px) {
  .home .recommend_service {
    --recommend_service-py: 60px;
  }
}
.home .recommend_service h3:nth-of-type(2) {
  padding-top: var(--h2-nth2-pt, 40px);
}
@media screen and (min-width: 992px) {
  .home .recommend_service h3:nth-of-type(2) {
    --h2-nth2-pt: 50px;
  }
}
.home .recommend_service .recommend_inner {
  margin-top: 30px;
  display: grid;
  grid-template-columns: var(--recommend_inner-column, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .home .recommend_service .recommend_inner {
    --recommend_inner-column: 1fr 1fr;
  }
}
.home .recommend_service .recommend_inner a {
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.16));
}
.home .recommend_service .recommend_inner a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.home .recommend_service .recommend_inner a p {
  color: var(--main_color);
  font-size: var(--recommend_inner-p-fs, 18px);
  font-weight: bold;
  line-height: 1.2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: var(--recommend_inner-p-gap, 10px);
  padding-block: 15px;
  background: white;
  align-items: center;
  border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .home .recommend_service .recommend_inner a p {
    --recommend_inner-p-fs: 24px;
    --recommend_inner-p-gap: 0;
  }
}
.home .recommend_service .service_inner {
  margin-top: 30px;
  background-color: white;
  border-radius: 5px;
  padding: 30px;
  display: grid;
  grid-template-columns: var(--svs-columns, 1fr);
  gap: 18px;
  margin-inline: auto;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .home .recommend_service .service_inner {
    --svs-columns: repeat(auto-fit, minmax(min(180px, 100%),270px));
  }
}
.home .recommend_service .service_inner > a {
  padding-block: 37px;
  border: 1px solid #DEDEDE;
  width: 100%;
  aspect-ratio: var(--svs-ratio, unset);
  display: grid;
  grid-template-rows: var(--svs-rows, unset);
  grid-row: var(--svs-row, unset);
  grid-template-columns: var(--svs-columns, 100px 1fr);
  text-align: center;
  padding-inline: var(--svs-px, 10px);
}
@media screen and (min-width: 992px) {
  .home .recommend_service .service_inner > a {
    --svs-px: 0;
    --svs-ratio: 1;
    --svs-rows: subgrid;
    --svs-row: span 2;
    --svs-columns: invert;
    --svs-p-fs: 22px;
  }
}
.home .recommend_service .service_inner > a > img {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.home .recommend_service .service_inner > a > p {
  --side-me: 15px;
  color: var(--main_color);
  font-size: var(--svs-p-fs, 16px);
  font-weight: bold;
  line-height: 1.1818181818;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.home .top_case {
  margin-top: 50px;
}
.home .top_case .case_inner {
  margin-top: 40px;
  display: grid;
  grid-template-columns: var(--case_inner-columns, 1fr 1fr);
  gap: var(--case_inner-gap, 10px);
}
@media screen and (min-width: 992px) {
  .home .top_case .case_inner {
    --case_inner-columns: repeat(auto-fit, minmax(min(300px, 100%),386px));
    --case_inner-gap: 20px;
  }
}
.home .top_case .case_inner a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 10px 0;
}
.home .top_case .case_inner a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: var(--top_case-img, 145px);
}
@media screen and (min-width: 992px) {
  .home .top_case .case_inner a img {
    --top_case-img: 250px;
  }
}
.home .top_case .case_inner a h4 {
  color: var(--main_color);
  font-size: var(--top_case-h4-fs, 18px);
  font-weight: bold;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow: visible;
}
@media screen and (min-width: 992px) {
  .home .top_case .case_inner a h4 {
    --top_case-h4-fs: 20px;
  }
}
.home .top_case .case_inner a p {
  font-size: var(--top_case-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .home .top_case .case_inner a p {
    --top_case-p-fs: 15px;
  }
}
.home .top_case .case_inner .swiper-button-next, .home .top_case .case_inner .swiper-button-prev {
  padding: 25px;
  background: rgba(0, 26, 96, 0.8);
}
.home .top_case .case_inner .swiper-button-next:after, .home .top_case .case_inner .swiper-button-prev:after {
  font-size: 30px;
}
.home .top_case .sec_title + p {
  text-align: left;
}
.home .top_interview {
  background-color: rgba(255, 219, 8, 0.2);
  padding-block: 40px;
  padding-inline: 10px;
}
.home .top_interview .bottom_link {
  margin-top: 50px;
}
.home .top_reason .reason_wrapper {
  margin-top: 30px;
}
.home .top_reason .reason_wrapper > * + * {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .home .top_reason .reason_wrapper > :nth-child(2n) {
    --top_reason-img-column: 2 / 3;
    --top_reason-img-row: 1;
    --top_reason-p-column: 1 / 2;
    --top_reason-p-row: 1;
  }
}
.home .top_reason .reason_wrapper > :nth-child(2n) :is(img, figure) {
  grid-column: var(--top_reason-img-column, unset);
  grid-row: var(--top_reason-img-row, 1);
}
.home .top_reason .reason_wrapper > :nth-child(2n) p {
  grid-column: var(--top_reason-p-column, unset);
  grid-row: var(--top_reason-p-row, unset);
}
@media screen and (min-width: 992px) {
  .home .top_reason .reason_wrapper > :nth-child(2n) .reason_inner {
    --reason_inner-column: auto 300px;
  }
}
.home .top_reason .reason_content h4 {
  display: grid;
  grid-template-columns: var(--h4-column, 50px) 1fr;
  gap: var(--h4-gap, 10px);
  color: var(--main_color);
  border-bottom: 2px solid;
  align-items: center;
  font-size: var(--h4-fs, 20px);
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .home .top_reason .reason_content h4 {
    --h4-column: 70px;
    --h4-gap: 20px;
    --h4-fs: 24px;
  }
}
:is(.home .top_reason .reason_content h4 > p, .home .top_reason .reason_content h4 > span) {
  width: 100%;
  aspect-ratio: 1;
  background-color: var(--main_color);
  display: grid;
  place-content: center;
  place-items: center;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: var(--rc-p-fs, 25px);
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  :is(.home .top_reason .reason_content h4 > p, .home .top_reason .reason_content h4 > span) {
    --rc-p-fs: 30px;
  }
}
:is(.home .top_reason .reason_content h4 > p, .home .top_reason .reason_content h4 > span) span {
  color: inherit;
  font-family: revert;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
}
.home .top_reason .reason_content .reason_inner {
  display: grid;
  grid-template-columns: var(--reason_inner-column, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .home .top_reason .reason_content .reason_inner {
    --reason_inner-column: 300px auto;
  }
}
.home .top_reason .reason_content .reason_inner :is(img, figure) {
  width: min(300px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.home .top_reason .reason_content .reason_inner p {
  font-size: var(--reason_inner-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
  margin-top: calc((1em - 1lh) / 2);
}
@media screen and (min-width: 992px) {
  .home .top_reason .reason_content .reason_inner p {
    --reason_inner-p-fs: 16px;
  }
}
.home .top_staff {
  padding-block: 40px;
  background-color: rgba(255, 219, 8, 0.2);
}
.home .top_ceo .ceo_wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: var(--ceo_wrapper-column, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .home .top_ceo .ceo_wrapper {
    --ceo_wrapper-column: 320px 1fr;
  }
}
.home .top_ceo .ceo_wrapper :is(img, figure) {
  width: min(320px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.home .top_ceo .ceo_wrapper > div h4 {
  color: var(--main_color);
  font-size: var(--ceo_wrapper-h4-fs, 20px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .home .top_ceo .ceo_wrapper > div h4 {
    --ceo_wrapper-h4-fs: 24px;
  }
}
.home .top_ceo .ceo_wrapper > div p {
  font-size: var(--ceo_wrapper-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .home .top_ceo .ceo_wrapper > div p {
    --ceo_wrapper-p-fs: 16px;
  }
}
.home .top_ceo .ceo_wrapper > div span {
  margin-top: 20px;
  display: block;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-left: auto;
  font-size: var(--ceo_wrapper, 14px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .home .top_ceo .ceo_wrapper > div span {
    --ceo_wrapper-spna-fs: 16px;
  }
}
.home .top_blog .blog_wrapper {
  margin-top: 30px;
}
.home .top_blog .blog_wrapper > :nth-child(2n+1) {
  background-color: var(--lorange);
}
.home .top_blog .blog_wrapper .blog_content:has(.tags) .inner {
  --blog_inner-mt: 7px;
}
.home .top_blog .blog_wrapper a {
  display: block;
  padding: 15px 20px;
}
.home .top_blog .blog_wrapper a .tags {
  display: flex;
  gap: var(--tags-gap, 5px);
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .home .top_blog .blog_wrapper a .tags {
    --tags-gap: 10px;
    --tags-span-p: 18px;
    --tags-span-fs: 16px;
  }
}
.home .top_blog .blog_wrapper a .tags > span {
  color: var(--main_color);
  border: 1px solid;
  display: grid;
  place-content: center;
  background-color: white;
  font-size: var(--tags-span-fs, 12px);
  padding: 2px var(--tags-span-p, 5px);
}
.home .top_blog .blog_wrapper a .inner {
  margin-top: var(--blog_inner-mt, 0);
  display: grid;
  grid-template-columns: var(--inner-column, 1fr);
  gap: var(--inner-gap, 10px);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .home .top_blog .blog_wrapper a .inner {
    --inner-column: 77px 1fr;
    --inner-gap: 20px;
  }
}
.home .top_blog .blog_wrapper a .inner time {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
.home :is(.tel_bottom) {
  color: white;
}

.reason .top_reason .reason_wrapper {
  margin-top: 30px;
}
.reason .top_reason .reason_wrapper > * + * {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .reason .top_reason .reason_wrapper > :nth-child(2n) {
    --top_reason-img-column: 2 / 3;
    --top_reason-img-row: 1;
    --top_reason-p-column: 1 / 2;
    --top_reason-p-row: 1;
  }
}
.reason .top_reason .reason_wrapper > :nth-child(2n) :is(img, figure) {
  grid-column: var(--top_reason-img-column, unset);
  grid-row: var(--top_reason-img-row, 1);
}
.reason .top_reason .reason_wrapper > :nth-child(2n) p {
  grid-column: var(--top_reason-p-column, unset);
  grid-row: var(--top_reason-p-row, unset);
}
@media screen and (min-width: 992px) {
  .reason .top_reason .reason_wrapper > :nth-child(2n) .reason_inner {
    --reason_inner-column: auto 300px;
  }
}
.reason .top_reason .reason_content h4 {
  display: grid;
  grid-template-columns: var(--h4-column, 50px) 1fr;
  gap: var(--h4-gap, 10px);
  color: var(--main_color);
  border-bottom: 2px solid;
  align-items: center;
  font-size: var(--h4-fs, 20px);
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .reason .top_reason .reason_content h4 {
    --h4-column: 70px;
    --h4-gap: 20px;
    --h4-fs: 24px;
  }
}
:is(.reason .top_reason .reason_content h4 > p, .reason .top_reason .reason_content h4 > span) {
  width: 100%;
  aspect-ratio: 1;
  background-color: var(--main_color);
  display: grid;
  place-content: center;
  place-items: center;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: var(--rc-p-fs, 25px);
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  :is(.reason .top_reason .reason_content h4 > p, .reason .top_reason .reason_content h4 > span) {
    --rc-p-fs: 30px;
  }
}
:is(.reason .top_reason .reason_content h4 > p, .reason .top_reason .reason_content h4 > span) span {
  color: inherit;
  font-family: revert;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
}
.reason .top_reason .reason_content .reason_inner {
  display: grid;
  grid-template-columns: var(--reason_inner-column, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .reason .top_reason .reason_content .reason_inner {
    --reason_inner-column: 300px auto;
  }
}
.reason .top_reason .reason_content .reason_inner :is(img, figure) {
  width: min(300px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.reason .top_reason .reason_content .reason_inner p {
  font-size: var(--reason_inner-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
  margin-top: calc((1em - 1lh) / 2);
}
@media screen and (min-width: 992px) {
  .reason .top_reason .reason_content .reason_inner p {
    --reason_inner-p-fs: 16px;
  }
}
.reason .top_reason .reason_wrapper {
  margin-top: 0;
}
.reason .reason_list {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  margin-top: var(--reason_list-mt, 40px);
  display: grid;
  grid-template-columns: var(--reason_list-column, 1fr);
  gap: var(--reason_list-gap, 10px);
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .reason .reason_list {
    --reason_list-mt: 80px;
    --reason_list-column: 1fr 1fr 1fr;
    --reason_list-gap: 20px;
  }
}
.reason .reason_list a {
  /*display: grid;
  grid-template-columns: var(--reason_list-a-columns, 130px) auto;
  gap: 10px;
  align-items: start;*/
  border: 1px solid var(--main_color);
  padding: 0 30px;
}
@media screen and (min-width: 992px) {
  .reason .reason_list a {
    --reason_list-a-columns: 150px;
  }
}
.reason .reason_list a > div {
  padding-block: 6px 10px;
}
.reason .reason_list a img {
  width: var(--reason_list-img-w, 130px);
  height: var(--reason_list-img-h, 90px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .reason .reason_list a img {
    --reason_list-img-w: 150px;
    --reason_list-img-h: 140px;
  }
}
.reason .reason_list a .number {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--main_color);
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.reason .reason_list a .number > span {
  color: var(--main_color);
  font-size: var(--number-span-fs, 20px);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: inherit;
}
@media screen and (min-width: 992px) {
  .reason .reason_list a .number > span {
    --number-span-fs: 30px;
  }
}
.reason .reason_list a .text {
  font-size: var(--number-text-fs, 14px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .reason .reason_list a .text {
    --number-text-fs: 18px;
  }
}
.reason :is(.tel_bottom, header .header_wrapper > :nth-child(2) .tel > p) {
  color: white;
}

.after_support .page_title {
  --page_title-bg: url(../images/after_support/page_title_sp.jpg);
}
@media screen and (min-width: 992px) {
  .after_support .page_title {
    --page_title-bg: url(../images/after_support/page_title.jpg);
  }
}
.after_support .has_aside {
  --has_aside-mt: 30px;
}
@media screen and (min-width: 1200px) {
  .after_support .has_aside {
    --has_aside-mt: 80px;
  }
}
.after_support .has_aside > div > div:not(:nth-child(1 of .as_content)) {
  margin-top: 30px;
}
.after_support .as_content {
  overflow-x: clip;
}
.after_support .as_content > * + * {
  margin-top: 30px;
}
.after_support .as_content p {
  line-height: 2;
  font-size: var(--as_content-p-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .after_support .as_content p {
    --as_content-p-fs: 16px;
  }
}
.after_support .sub_title {
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
.after_support .table_wrapper {
  --table_bg: #F0F2F6;
  overflow-x: var(--table_wrapper-overflow, scroll);
}
@media screen and (min-width: 768px) {
  .after_support .table_wrapper {
    --table_wrapper-overflow: clip;
  }
}
.after_support .table_wrapper :is(table, tr, td) {
  border: 1px solid #DEDEDE;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
}
.after_support .table_wrapper table {
  width: max(600px, 100%);
}
.after_support .table_wrapper table thead td {
  text-align: center;
}
.after_support .table_wrapper table :is(thead, th) {
  background-color: var(--table_bg);
}
.after_support .table_wrapper table th {
  font-size: 14px;
  font-weight: 500;
}
.after_support .table_wrapper table :is(td, th) {
  padding: 20px;
}
.after_support .table_wrapper table tbody tr > :last-child {
  text-align: center;
}
.after_support .grid_content {
  display: grid;
  grid-template-columns: var(--grid_content-column, 1fr);
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .after_support .grid_content {
    --grid_content-column: auto auto;
  }
}
.after_support .grid_content img {
  width: min(300px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  display: block;
}

.case .page_title {
  --page_title-bg: url(../images/page_title_sp.jpg);
}
@media screen and (min-width: 992px) {
  .case .page_title {
    --page_title-bg: url(../images/page_title.jpg);
  }
}
.case .has_aside {
  --has_aside-mt: 30px;
}
@media screen and (min-width: 1200px) {
  .case .has_aside {
    --has_aside-mt: 80px;
  }
}
.case .has_aside > div > div:not(:nth-child(1 of .as_content)) {
  margin-top: 30px;
}
.case .find_services .title {
  background-color: var(--main_color) !important;
}
.case .sec_case > * + * {
  margin-top: 30px;
}
.case .case_wrapper {
  display: grid;
  grid-template-columns: var(--case_wrapper-column, 1fr);
  gap: var(--case_wrapper-gap, 10px);
}
@media screen and (min-width: 992px) {
  .case .case_wrapper {
    --case_wrapper-column: 350px 1fr;
    --case_wrapper-gap: 20px;
  }
}
.case .case_wrapper img {
  inline-size: min(350px, 100%);
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-inline: auto;
}
.case .case_wrapper .case_content span {
  font-size: var(--case_content-span-fs, 14px);
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (min-width: 992px) {
  .case .case_wrapper .case_content span {
    --case_content-span-fs: 16px;
  }
}
.case .case_wrapper .case_content h3 {
  margin-top: 5px;
  font-size: var(--case_content-h3-fs, 18px);
  font-weight: 500;
  line-height: 1.5;
  color: var(--main_color);
}
@media screen and (min-width: 992px) {
  .case .case_wrapper .case_content h3 {
    --case_content-h3-fs: 20px;
  }
}
.case .case_wrapper .case_content p {
  font-size: var(--case_content-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .case .case_wrapper .case_content p {
    --case_content-p-fs: 15px;
  }
}
.case .case_wrapper .case_content .readmore {
  color: var(--main_color);
  display: flex;
  gap: 15px;
  align-items: center;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto 18px;
  margin-top: 10px;
  position: relative;
}
.case .case_wrapper .case_content .readmore::before {
  --a-size: 26px;
  content: "";
  width: var(--a-size);
  height: var(--a-size);
  background: #F0F2F6;
  border: 1px solid var(--main_color);
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: -10px;
  border-radius: 50%;
}
.case .case_wrapper .case_content .readmore::after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border: solid var(--main_color);
  border-width: 1px 1px 0 0;
  rotate: 45deg;
}
.case .detail {
  margin-bottom: var(--detail-mb, 30px);
}
@media screen and (min-width: 768px) {
  .case .detail {
    --detail-mb: 60px;
  }
}
.case .detail .title {
  background-color: var(--main_color);
  border-radius: 5px;
  color: white;
  padding-block: var(--detail-ttl-py, 15px);
  padding-inline: var(--detail-ttl-px, 15px);
  font-size: var(--detail-ttl-fs, 18px);
  font-weight: 500;
  line-height: 1.5;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .case .detail .title {
    --detail-ttl-fs: 24px;
    --detail-ttl-py: 25px;
    --detail-ttl-px: 35px;
  }
}
.case .detail .title span {
  color: inherit;
  display: block;
  margin-bottom: var(--detail-ttl-span-mt, 0);
  font-size: var(--detail-ttl-span-fs, 16px);
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (min-width: 768px) {
  .case .detail .title span {
    --detail-ttl-span-fs: 18px;
    --detail-ttl-span-mt: 5px;
  }
}
.case .detail img {
  inline-size: min(860px, 100%);
  display: block;
  margin-inline: auto;
}
.case .detail .sub_title {
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
.case .detail .text {
  padding: 30px 20px;
  border: 5px solid #F4F2F2;
}
.case .detail h4 {
  border-top: 1px solid var(--main_color);
  border-bottom: 1px solid var(--main_color);
  padding: 8px 32px;
  font-size: 24px;
  font-weight: bold;
  color: var(--main_color);
}
.case .detail h5 {
  padding: 8px 32px;
  background: var(--lorange);
  font-weight: bold;
}
.case .detail h6 {
  padding: 5px 0 5px 15px;
  border-left: 3px solid var(--main_color);
  font-weight: bold;
}
.case .detail ul,
.case .detail ol {
  list-style-type: none;
  padding-left: 0;
}
.case .detail ul li,
.case .detail ol li {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.case .detail ul li div,
.case .detail ol li div {
  line-height: 1;
}
.case .detail ul li:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem; /* 高さも設定 */
  margin-right: 10px;
  background-image: url("../images/check-circle-solid.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1;
}
.case .detail ol li:before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem; /* 高さも設定 */
  margin-right: 10px;
  background-image: url("../images/circle-solid.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1;
}
.case .detail a {
  text-decoration: underline;
  color: var(--main_color);
}
.case .content {
  overflow-x: clip;
}
.case .content > * + * {
  margin-top: 30px;
}
.case .content p {
  line-height: 2;
  font-size: var(--as_content-p-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .case .content p {
    --as_content-p-fs: 16px;
  }
}

.interview .page_title {
  --page_title-bg: url(../images/page_title_sp.jpg);
}
@media screen and (min-width: 992px) {
  .interview .page_title {
    --page_title-bg: url(../images/page_title.jpg);
  }
}
.interview .has_aside {
  --has_aside-mt: 30px;
}
@media screen and (min-width: 1200px) {
  .interview .has_aside {
    --has_aside-mt: 80px;
  }
}
.interview .has_aside > div > div:not(:nth-child(1 of .as_content)) {
  margin-top: 30px;
}
.interview .sec_interview > * + * {
  margin-top: 30px;
}
.interview .interview_wrapper {
  display: grid;
  grid-template-columns: var(--interview_wrapper-column, 1fr);
  gap: var(--interview_wrapper-gap, 10px);
}
@media screen and (min-width: 992px) {
  .interview .interview_wrapper {
    --interview_wrapper-column: 350px 1fr;
    --interview_wrapper-gap: 20px;
  }
}
.interview .interview_wrapper img {
  inline-size: min(350px, 100%);
  display: block;
  margin-inline: auto;
  aspect-ratio: 350/226.3;
  overflow: hidden;
}
.interview .interview_wrapper .interview_content span {
  font-size: var(--interview_content-span-fs, 14px);
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (min-width: 992px) {
  .interview .interview_wrapper .interview_content span {
    --interview_content-span-fs: 16px;
  }
}
.interview .interview_wrapper .interview_content h3 {
  margin-top: 5px;
  font-size: var(--interview_content-h3-fs, 18px);
  font-weight: 500;
  line-height: 1.5;
  color: var(--main_color);
}
@media screen and (min-width: 992px) {
  .interview .interview_wrapper .interview_content h3 {
    --interview_content-h3-fs: 20px;
  }
}
.interview .interview_wrapper .interview_content p {
  font-size: var(--interview_content-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .interview .interview_wrapper .interview_content p {
    --interview_content-p-fs: 15px;
  }
}
.interview .interview_wrapper .interview_content .readmore {
  color: var(--main_color);
  display: flex;
  gap: 10px;
  align-items: center;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto 18px;
  margin-top: 10px;
  position: relative;
}
.interview .interview_wrapper .interview_content .readmore::before {
  --a-size: 26px;
  content: "";
  width: var(--a-size);
  height: var(--a-size);
  background: #F0F2F6;
  border: 1px solid var(--main_color);
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: -10px;
  border-radius: 50%;
}
.interview .interview_wrapper .interview_content .readmore::after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border: solid var(--main_color);
  border-width: 1px 1px 0 0;
  rotate: 45deg;
}
.interview .detail {
  margin-bottom: var(--detail-mb, 30px);
}
@media screen and (min-width: 768px) {
  .interview .detail {
    --detail-mb: 60px;
  }
}
.interview .detail .title {
  background-color: var(--main_color);
  border-radius: 5px;
  color: white;
  padding-block: var(--detail-ttl-py, 15px);
  padding-inline: var(--detail-ttl-px, 15px);
  font-size: var(--detail-ttl-fs, 18px);
  font-weight: 500;
  line-height: 1.5;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .interview .detail .title {
    --detail-ttl-fs: 24px;
    --detail-ttl-py: 25px;
    --detail-ttl-px: 35px;
  }
}
.interview .detail .title :is(span, .date) {
  color: inherit;
  display: block;
  margin-bottom: var(--detail-ttl-span-mt, 0);
  font-size: var(--detail-ttl-span-fs, 16px);
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (min-width: 768px) {
  .interview .detail .title :is(span, .date) {
    --detail-ttl-span-fs: 18px;
    --detail-ttl-span-mt: 5px;
  }
}
.interview .detail > img {
  inline-size: min(860px, 100%);
  display: block;
  margin-inline: auto;
}
.interview .detail .sub_title {
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
.interview .detail .text {
  padding: 30px 20px;
  border: 5px solid #F4F2F2;
}
.interview .detail a {
  color: var(--main_color);
  text-decoration: underline;
}
.interview .separate {
  padding: 30px 20px;
  background-color: var(--lorange);
}
.interview .separate h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4545454545;
  flex-direction: var(--separate-h4-direction, column);
}
@media screen and (min-width: 992px) {
  .interview .separate h4 {
    --separate-h4-direction: row;
  }
}
.interview .separate h4 span {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.interview .separate > div {
  margin-top: 30px;
  display: grid;
  grid-template-columns: var(--separate-div-column, 1fr);
  gap: var(--separate-div-gap, 10px);
}
@media screen and (min-width: 992px) {
  .interview .separate > div {
    --separate-div-column: 250px 1fr;
    --separate-div-gap: 20px;
  }
}
.interview .separate > div img {
  display: block;
  inline-size: min(250px, 100%);
  margin-inline: auto;
}
.interview .content {
  overflow-x: clip;
}
.interview .content > * + * {
  margin-top: 30px;
}
.interview .content p {
  line-height: 2;
  font-size: var(--as_content-p-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .interview .content p {
    --as_content-p-fs: 16px;
  }
}

.company .has_aside {
  --has_aside-mt: 30px;
}
@media screen and (min-width: 1200px) {
  .company .has_aside {
    --has_aside-mt: 80px;
  }
}
.company .has_aside > div > div:not(:nth-child(1 of .content)) {
  margin-top: 30px;
}
.company .content {
  overflow-x: clip;
}
.company .content > * + * {
  margin-top: 30px;
}
.company .content p {
  line-height: 2;
  font-size: var(--as_content-p-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .company .content p {
    --as_content-p-fs: 16px;
  }
}
.company .sub_title {
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
.company .flow {
  display: grid;
  grid-template-columns: var(--flow-column, 1fr);
  gap: var(--flow-gap, 40px 0);
}
@media screen and (min-width: 992px) {
  .company .flow {
    --flow-column: repeat(3, 1fr);
    --flow-gap: 0 20px;
  }
}
.company .flow > div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 10px 0;
  position: relative;
}
.company .flow > div img {
  display: block;
  inline-size: min(274px, 100%);
  margin-inline: auto;
}
.company .flow > div span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
.company .ceo_wrapper {
  display: grid;
  grid-template-columns: var(--ceo_wrapper-column, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .company .ceo_wrapper {
    --ceo_wrapper-column: 320px 1fr;
  }
}
.company .ceo_wrapper img {
  width: min(320px, 100%);
  -o-object-fit: cover;
  object-fit: cover;
  margin-inline: auto;
  display: block;
}
.company iframe {
  aspect-ratio: 4/3;
}
.company .grid_table > :nth-child(2n+1) {
  text-align: left;
}

.blog .has_aside {
  --has_aside-mt: 30px;
}
@media screen and (min-width: 1200px) {
  .blog .has_aside {
    --has_aside-mt: 80px;
  }
}
.blog .has_aside > div > div:not(:nth-child(1 of .as_content)) {
  margin-top: 30px;
}
.blog .has_aside aside .find_services .title {
  background-color: var(--main_color);
}
.blog .sec_blog > * + * {
  margin-top: 30px;
}
.blog .top_blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-direction: var(--form-direction, column);
}
@media screen and (min-width: 992px) {
  .blog .top_blog {
    --form-w: 270px;
    --form-h: 40px;
    --form-direction: row;
  }
}
.blog .form-select {
  --bs-border-radius: 0;
  --bs-border-width: 0;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  width: var(--form-w, 93vw);
  height: 40px;
  font-size: 14px;
  background-color: var(--main_color);
  color: white;
}
.blog .form-select option {
  color: inherit;
}
.blog .input-box {
  position: relative;
  width: var(--form-w, 93vw);
  height: 40px;
  font-size: 14px;
}
.blog .input-box .form-control {
  border: 1px solid #333;
  border-radius: 0;
  font-size: 14px;
}
.blog .input-box .form-control::-moz-placeholder {
  color: #DEDEDE;
}
.blog .input-box .form-control:-ms-input-placeholder {
  color: #DEDEDE;
}
.blog .input-box .form-control::placeholder {
  color: #DEDEDE;
}
.blog .input-box i {
  position: absolute;
  right: 13px;
  top: 9px;
  color: #ced4da;
}
.blog .input-box .fa-search:before {
  color: var(--main_color);
}
.blog .detail {
  margin-bottom: var(--detail-mb, 30px);
}
@media screen and (min-width: 768px) {
  .blog .detail {
    --detail-mb: 60px;
  }
}
.blog .detail .title {
  background-color: var(--main_color);
  border-radius: 5px;
  color: white;
  padding-block: var(--detail-ttl-py, 15px);
  padding-inline: var(--detail-ttl-px, 15px);
  font-size: var(--detail-ttl-fs, 18px);
  font-weight: 500;
  line-height: 1.5;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .blog .detail .title {
    --detail-ttl-fs: 24px;
    --detail-ttl-py: 25px;
    --detail-ttl-px: 35px;
  }
}
.blog .detail .title :is(span, .date) {
  color: inherit;
  display: block;
  margin-bottom: var(--detail-ttl-span-mt, 0);
  font-size: var(--detail-ttl-span-fs, 16px);
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (min-width: 768px) {
  .blog .detail .title :is(span, .date) {
    --detail-ttl-span-fs: 18px;
    --detail-ttl-span-mt: 5px;
  }
}
.blog .detail .title .tags {
  display: flex;
  gap: var(--tags-gap, 5px);
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .blog .detail .title .tags {
    --tags-gap: 10px;
    --tags-span-p: 18px;
    --tags-span-fs: 16px;
  }
}
.blog .detail .title .tags > span {
  color: var(--main_color);
  border: 1px solid;
  display: grid;
  place-content: center;
  background-color: white;
  font-size: var(--tags-span-fs, 12px);
  padding: 2px var(--tags-span-p, 5px);
}
.blog .detail img {
  inline-size: min(860px, 100%);
  display: block;
  margin-inline: auto;
}
.blog .detail .sub_title {
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
.blog .detail .text {
  padding: 30px 20px;
  border: 5px solid #F4F2F2;
}
.blog .detail h4 {
  background-color: var(--main_color);
  padding: 8px 32px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
}
.blog .detail h5 {
  margin-bottom: 10px;
  padding: 5px 15px;
  background: var(--lorange);
  color: var(--main_color);
  font-size: 20px;
  font-weight: bold;
}
.blog .detail h6 {
  margin-bottom: 10px;
  padding: 5px 15px;
  border-left: 3px solid var(--main_color);
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.blog .detail a {
  color: var(--main_color);
  text-decoration: underline;
}
.blog .content {
  overflow-x: clip;
}
.blog .content > * + * {
  margin-top: 30px;
}
.blog .content p {
  line-height: 2;
  font-size: var(--as_content-p-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .blog .content p {
    --as_content-p-fs: 16px;
  }
}

.staff .has_aside {
  --has_aside-mt: 30px;
}
@media screen and (min-width: 1200px) {
  .staff .has_aside {
    --has_aside-mt: 80px;
  }
}
.staff .has_aside > div > div:not(:nth-child(1 of .staff_wrapper)) {
  margin-top: 30px;
}
.staff .staff_wrapper {
  display: grid;
  grid-template-columns: var(--staff_wrapper-column, 1fr);
  gap: var(--staff_wrapper-gap, 15px);
  padding: var(--staff_wrapper-p, 20px 10px);
  border: 1px solid var(--main_color);
}
@media screen and (min-width: 1200px) {
  .staff .staff_wrapper {
    --staff_wrapper-column: 260px 1fr;
    --staff_wrapper-gap: 30px;
    --staff_wrapper-p: 30px;
  }
}
.staff .staff_wrapper .staff_left img {
  width: min(260px, 100%);
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 13/9;
  margin-inline: auto;
  display: block;
}
.staff .staff_wrapper .staff_left > div {
  margin-top: 5px;
  background-color: var(--lorange);
  padding-block: 15px;
  padding-inline: var(--staff_left-div-px, 15px);
}
@media screen and (min-width: 1200px) {
  .staff .staff_wrapper .staff_left > div {
    --staff_left-div-px: 28px 17px;
  }
}
.staff .staff_wrapper .staff_left > div p {
  font-size: var(--staff_left-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .staff .staff_wrapper .staff_left > div p {
    --staff_left-p-fs: 16px;
  }
}
.staff .staff_wrapper .staff_right > p {
  margin-top: 10px;
  font-size: var(--staff_right-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .staff .staff_wrapper .staff_right > p {
    --staff_right-p-fs: 15px;
  }
}
.staff .staff_wrapper .staff_post {
  color: var(--main_color);
  font-size: var(--staff_post-fs, 16px);
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .staff .staff_wrapper .staff_post {
    --staff_post-fs: 18px;
  }
}
.staff .staff_wrapper .staff_name {
  margin-top: 5px;
  color: var(--main_color);
  font-size: var(--staff_name, 16px);
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .staff .staff_wrapper .staff_name {
    --staff_name: 18px;
  }
}
.staff .staff_wrapper .staff_comment {
  margin-top: var(--staff_comment-mt, 10px);
  color: var(--main_color);
  font-size: var(--staff_comment-fs, 18px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .staff .staff_wrapper .staff_comment {
    --staff_comment-mt: 20px;
    --staff_comment-fs: 20px;
  }
}

.manual .has_aside,
.layout_manual .has_aside {
  --has_aside-mt: 30px;
}
@media screen and (min-width: 1200px) {
  .manual .has_aside,
.layout_manual .has_aside {
    --has_aside-mt: 80px;
  }
}
.manual .has_aside > div > div:not(:nth-child(1 of .content)),
.layout_manual .has_aside > div > div:not(:nth-child(1 of .content)) {
  margin-top: 30px;
}
.manual .problems_title,
.layout_manual .problems_title {
  margin-top: var(--problems_title-mt, 30px);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
@media screen and (min-width: 992px) {
  .manual .problems_title,
.layout_manual .problems_title {
    --problems_title-fs: 22px;
    --problems_title-mt: 40px;
  }
}
.manual .problems_title::before, .manual .problems_title::after,
.layout_manual .problems_title::before,
.layout_manual .problems_title::after {
  --pt-rotate: 30deg;
  --offset-margin: 20px;
  content: "";
  width: 4px;
  height: 37px;
  background-color: var(--main_color);
  display: inline-block;
  position: relative;
  top: 14px;
}
.manual .problems_title::before,
.layout_manual .problems_title::before {
  margin-right: var(--offset-margin);
  rotate: calc(var(--pt-rotate) * -1);
  left: var(--before-left, 5px);
}
@media screen and (min-width: 992px) {
  .manual .problems_title::before,
.layout_manual .problems_title::before {
    --before-left: auto;
  }
}
.manual .problems_title::after,
.layout_manual .problems_title::after {
  margin-left: var(--offset-margin);
  rotate: var(--pt-rotate);
  right: var(--after-right, 5px);
}
@media screen and (min-width: 992px) {
  .manual .problems_title::after,
.layout_manual .problems_title::after {
    --after-right: auto;
  }
}
.manual .problems_title > :is(p, span),
.layout_manual .problems_title > :is(p, span) {
  font-size: var(--problems_title-fs, 17px);
  font-weight: bold;
  line-height: 1.4545454545;
  text-align: var(--problems_title-align, center);
}
@media screen and (min-width: 992px) {
  .manual .problems_title > :is(p, span),
.layout_manual .problems_title > :is(p, span) {
    --problems_title-align: left;
  }
}
.manual .problems_title span:not(.outer),
.layout_manual .problems_title span:not(.outer) {
  color: var(--main_color);
  font-size: var(--problems_title-span-fs, 24px);
  font-weight: inherit;
  line-height: 1.1428571429;
}
@media screen and (min-width: 992px) {
  .manual .problems_title span:not(.outer),
.layout_manual .problems_title span:not(.outer) {
    --problems_title-span-fs: 28px;
  }
}
.manual .solution_wrapper,
.layout_manual .solution_wrapper {
  --yel: #FFDD00;
}
.manual .solution_wrapper .title,
.layout_manual .solution_wrapper .title {
  text-align: center;
  position: relative;
  background-color: var(--main_color);
  color: #fff;
  font-size: var(--sub_title-fs, 18px);
  font-weight: bold;
  line-height: 1.4545454545;
  padding-inline: var(--sub_title-px, 10px);
  padding-block: 5px;
  background-color: var(--yel);
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  color: var(--fc);
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 1200px) {
  .manual .solution_wrapper .title,
.layout_manual .solution_wrapper .title {
    --sub_title-fs: 22px;
    --sub_title-px: 20px;
  }
}
.manual .solution_wrapper .title::after,
.layout_manual .solution_wrapper .title::after {
  content: "";
  width: 45px;
  height: 31px;
  background-color: var(--yel);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  bottom: -19px;
  z-index: -1;
}
.manual .solution_wrapper .free_wrapper,
.layout_manual .solution_wrapper .free_wrapper {
  border: 3px solid var(--main_color);
  margin-top: 40px;
  padding-block: 20px 30px;
  padding-inline: var(--free_wrapper-px, 30px);
  text-align: center;
}
@media screen and (min-width: 992px) {
  .manual .solution_wrapper .free_wrapper,
.layout_manual .solution_wrapper .free_wrapper {
    --free_wrapper-px: 40px;
  }
}
.manual .solution_wrapper .free_wrapper h4,
.layout_manual .solution_wrapper .free_wrapper h4 {
  font-size: var(--free_wrapper-h4-fs, 22px);
  font-weight: bold;
  line-height: 1.5;
  color: var(--main_color);
}
@media screen and (min-width: 992px) {
  .manual .solution_wrapper .free_wrapper h4,
.layout_manual .solution_wrapper .free_wrapper h4 {
    --free_wrapper-h4-fs: 32px;
  }
}
.manual .solution_wrapper .free_wrapper p,
.layout_manual .solution_wrapper .free_wrapper p {
  margin-top: 10px;
  line-height: 1.5;
}
.manual .solution_wrapper .bottom,
.layout_manual .solution_wrapper .bottom {
  color: white;
  margin-top: var(--support-bottom-mt, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: var(--support-bottom-direction, column);
  gap: var(--support-bottom-gap, 20px);
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .manual .solution_wrapper .bottom,
.layout_manual .solution_wrapper .bottom {
    --support-bottom-direction: row;
    --support-bottom-gap: 56.6px;
    --support-bottom-mt: 20px;
  }
}
.manual .solution_wrapper .bottom .tel,
.layout_manual .solution_wrapper .bottom .tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.manual .solution_wrapper .bottom .tel > p::before,
.layout_manual .solution_wrapper .bottom .tel > p::before {
  background-image: url(../images/icon/tel_white.png);
}
.manual .solution_wrapper .bottom .tel_top,
.layout_manual .solution_wrapper .bottom .tel_top {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  display: block;
  font-size: 10px;
  color: inherit;
  padding-left: 20px;
}
@media screen and (min-width: 992px) {
  .manual .solution_wrapper .bottom,
.layout_manual .solution_wrapper .bottom {
    --support-bottom-gap: 20px;
  }
}
.manual .solution_wrapper .bottom .tel,
.layout_manual .solution_wrapper .bottom .tel {
  color: white;
  background-color: var(--main_color);
  width: min(380px, 100%);
  height: 80px;
  border-radius: 5px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
}
.manual .solution_wrapper .bottom .tel > p,
.layout_manual .solution_wrapper .bottom .tel > p {
  margin-top: 5px;
  width: min(250px, 100%);
  margin-inline: auto;
}
.manual .solution_wrapper .bottom .tel .tel_bottom,
.layout_manual .solution_wrapper .bottom .tel .tel_bottom {
  padding-bottom: 10px;
  color: inherit;
}
.manual .content,
.layout_manual .content {
  overflow-x: clip;
}
.manual .content > * + *,
.layout_manual .content > * + * {
  margin-top: 30px;
}
.manual .content p,
.layout_manual .content p {
  line-height: 2;
  font-size: var(--as_content-p-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .manual .content p,
.layout_manual .content p {
    --as_content-p-fs: 16px;
  }
}
.manual .mid_title,
.layout_manual .mid_title {
  margin-top: 40px;
  text-align: center;
  font-size: var(--mid_title-fs, 18px);
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .manual .mid_title,
.layout_manual .mid_title {
    --mid_title-fs: 30px;
    --mid_title-span-fs: 36px;
  }
}
.manual .mid_title span,
.layout_manual .mid_title span {
  color: var(--main_color);
  font-size: var(--mid_title-span-fs, 22px);
  font-weight: bold;
  line-height: 1.3333333333;
}
.manual .grid_content,
.layout_manual .grid_content {
  display: grid;
  grid-template-columns: var(--grid_content-column, 1fr);
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .manual .grid_content,
.layout_manual .grid_content {
    --grid_content-column: auto auto;
  }
}
.manual .grid_content p,
.layout_manual .grid_content p {
  line-height: 2;
  font-size: var(--as_content-p-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .manual .grid_content p,
.layout_manual .grid_content p {
    --as_content-p-fs: 16px;
  }
}
.manual .grid_content img,
.layout_manual .grid_content img {
  width: min(300px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  display: block;
}
.manual .faq,
.layout_manual .faq {
  margin-top: var(--faq_mt, 40px);
}
@media screen and (min-width: 992px) {
  .manual .faq,
.layout_manual .faq {
    --faq_mt: 80px;
  }
}
.manual .contact,
.layout_manual .contact {
  margin-bottom: var(--contact-mb, 30px);
}
@media screen and (min-width: 992px) {
  .manual .contact,
.layout_manual .contact {
    --contact-mb: 60px;
    --contact-form_wrpr-mt: 40px;
  }
}
.manual .contact .form_wrapper,
.layout_manual .contact .form_wrapper {
  margin-top: var(--contact-form_wrpr-mt, 20px);
}
.manual .banner_list,
.layout_manual .banner_list {
  position: relative;
  padding: var(--bnnr_list-p, 20px 10px);
  background: #F0F2F6;
}
@media screen and (min-width: 992px) {
  .manual .banner_list,
.layout_manual .banner_list {
    --bnnr_list-p: 30px;
  }
}
.manual .banner_list::after,
.layout_manual .banner_list::after {
  content: "";
  width: 230px;
  height: 293px;
  background: url(../images/manual/banner_02.png) center/100% no-repeat;
  position: var(--bnnr_list-position, unset);
  bottom: var(--bnnr_list-bottom, unset);
  right: var(--bnnr_list-right, unset);
  display: block;
  margin-inline: var(--bnnr_list-mx, auto);
  margin-top: var(--bnnr_list-mt, 20px);
}
@media screen and (min-width: 992px) {
  .manual .banner_list::after,
.layout_manual .banner_list::after {
    --bnnr_list-mx: 0;
    --bnnr_list-mt: 0;
    --bnnr_list-bottom: 0;
    --bnnr_list-right: 23px;
    --bnnr_list-position: absolute;
  }
}
.manual .banner_list > * + *,
.layout_manual .banner_list > * + * {
  margin-top: 17px;
}
.manual .banner_list li,
.layout_manual .banner_list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .manual .banner_list li,
.layout_manual .banner_list li {
    --bnnr_list-li-fs: 18px;
    --bnnr_list-b-fs: 20px;
  }
}
.manual .banner_list li span,
.layout_manual .banner_list li span {
  font-size: var(--bnnr_list-li-fs, 14px);
  font-weight: 500;
  display: block;
  width: calc(100% - 24px);
}
.manual .banner_list li::before,
.layout_manual .banner_list li::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background: url(../images/manual/icon.png) center/100% no-repeat;
}
.manual .banner_list li b,
.layout_manual .banner_list li b {
  font-size: var(--bnnr_list-b-fs, 16px);
  font-weight: bold;
}
.manual .sub_title,
.layout_manual .sub_title {
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}

.partner .page_title {
  --page_title-bg: url(../images/page_title_sp.jpg);
}
@media screen and (min-width: 992px) {
  .partner .page_title {
    --page_title-bg: url(../images/page_title.jpg);
  }
}
.partner .has_aside {
  --has_aside-mt: 30px;
}
@media screen and (min-width: 1200px) {
  .partner .has_aside {
    --has_aside-mt: 80px;
  }
}
.partner .has_aside > div > div:not(:nth-child(1 of .content)):not(.top_text) {
  margin-top: 30px;
}
.partner .top_text {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .partner .top_text {
    --top_title-fs: 30px;
    --top_title-p-fs: 18px;
  }
}
.partner .top_text .title {
  color: var(--main_color);
  font-size: var(--top_title-fs, 20px);
  font-weight: bold;
  line-height: 1.6;
}
.partner .top_text > p {
  margin-top: 20px;
  font-size: var(--top_title-p-fs, 16px);
  font-weight: bold;
  line-height: 2.6666666667;
}
.partner .problems_title {
  margin-top: var(--problems_title-mt, 30px);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
@media screen and (min-width: 992px) {
  .partner .problems_title {
    --problems_title-fs: 22px;
    --problems_title-mt: 40px;
  }
}
.partner .problems_title::before, .partner .problems_title::after {
  --pt-rotate: 30deg;
  --offset-margin: 20px;
  content: "";
  width: 4px;
  height: 37px;
  background-color: var(--main_color);
  display: inline-block;
  position: relative;
  top: 14px;
}
.partner .problems_title::before {
  margin-right: var(--offset-margin);
  rotate: calc(var(--pt-rotate) * -1);
  left: var(--before-left, 5px);
}
@media screen and (min-width: 992px) {
  .partner .problems_title::before {
    --before-left: auto;
  }
}
.partner .problems_title::after {
  margin-left: var(--offset-margin);
  rotate: var(--pt-rotate);
  right: var(--after-right, 5px);
}
@media screen and (min-width: 992px) {
  .partner .problems_title::after {
    --after-right: auto;
  }
}
.partner .problems_title > p {
  font-size: var(--problems_title-fs, 17px);
  font-weight: bold;
  line-height: 1.4545454545;
}
.partner .problems_title span {
  color: var(--main_color);
  font-size: var(--problems_title-span-fs, 24px);
  font-weight: inherit;
  line-height: 1.1428571429;
}
@media screen and (min-width: 992px) {
  .partner .problems_title span {
    --problems_title-span-fs: 28px;
  }
}
.partner .content {
  overflow-x: clip;
}
.partner .content > * + * {
  margin-top: 30px;
}
.partner .content p {
  line-height: 2;
  font-size: var(--as_content-p-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .partner .content p {
    --as_content-p-fs: 16px;
  }
}
.partner .content img:not(.area .area_inner img) {
  display: block;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.partner .content .tel > p {
  font-size: var(--tel-p-fs, 25px);
  font-weight: bold;
  line-height: 1.4545454545;
}
.partner .grid_table {
  margin-bottom: var(--grid-table-mb, 30px);
}
@media screen and (min-width: 992px) {
  .partner .grid_table {
    --grid-table-mb: 60px;
  }
}
.partner :is(.tel_bottom, header .header_wrapper > :nth-child(2) .tel > p) {
  color: white;
}
.partner .sub_title {
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
.partner .banner_list {
  position: relative;
  padding: var(--bnnr_list-p, 20px 10px);
  background: #FFE9D8;
}
@media screen and (min-width: 992px) {
  .partner .banner_list {
    --bnnr_list-p: 30px;
  }
}
.partner .banner_list > * + * {
  margin-top: 17px;
}
.partner .banner_list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .partner .banner_list li {
    --bnnr_list-li-fs: 18px;
    --bnnr_list-b-fs: 20px;
  }
}
.partner .banner_list li span {
  font-size: var(--bnnr_list-li-fs, 14px);
  font-weight: 500;
  display: block;
  width: calc(100% - 24px);
}
.partner .banner_list li::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background: url(../images/manual/icon.png) center/100% no-repeat;
}
.partner .banner_list li b {
  font-size: var(--bnnr_list-b-fs, 16px);
  font-weight: bold;
}

.service .solution_wrapper p {
  line-height: 2;
  font-size: var(--as_content-p-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .service .solution_wrapper p {
    --as_content-p-fs: 16px;
  }
}

.service .page_title {
  --page_title-bg: url(../images/service/page_title_sp.png);
}
@media screen and (min-width: 992px) {
  .service .page_title {
    --page_title-bg: url(../images/service/page_title.png);
  }
}
.service .has_aside {
  --has_aside-mt: 30px;
}
.service .has_aside > div > * + * {
  --has_aside-div-mt: 20px;
}
@media screen and (min-width: 1200px) {
  .service .has_aside {
    --has_aside-mt: 80px;
  }
}
.service .has_aside > div > div:not(:nth-child(1 of .content)) {
  margin-top: 30px;
}
.service .has_aside > div > * + * {
  --has_aside-div-mt: 40px;
}
.service .image {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  display: block;
  margin-inline: auto;
}
.service .problems_title {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
@media screen and (min-width: 992px) {
  .service .problems_title {
    --problems_title-fs: 22px;
  }
}
.service .problems_title::before, .service .problems_title::after {
  --pt-rotate: 30deg;
  --offset-margin: 20px;
  content: "";
  width: 4px;
  height: 42px;
  background-color: var(--main_color);
  display: inline-block;
  position: relative;
  top: 14px;
}
@media screen and (min-width: 992px) {
  .service .problems_title::before, .service .problems_title::after {
    --offset-margin: 70px;
  }
}
.service .problems_title::before {
  margin-right: var(--offset-margin);
  rotate: calc(var(--pt-rotate) * -1);
  left: var(--before-left, 5px);
}
@media screen and (min-width: 992px) {
  .service .problems_title::before {
    --before-left: auto;
  }
}
.service .problems_title::after {
  margin-left: var(--offset-margin);
  rotate: var(--pt-rotate);
  right: var(--after-right, 5px);
}
@media screen and (min-width: 992px) {
  .service .problems_title::after {
    --after-right: auto;
  }
}
.service .problems_title > :is(p, span) {
  font-size: var(--problems_title-fs, 14px);
  font-weight: bold;
  line-height: 1.4545454545;
  text-align: center;
}
.service .problems_title > :is(p, span) span {
  color: var(--main_color);
  font-size: var(--problems_title-span-fs, 24px);
  font-weight: inherit;
  line-height: 1.1428571429;
}
@media screen and (min-width: 992px) {
  .service .problems_title > :is(p, span) span {
    --problems_title-span-fs: 28px;
  }
}
.service .solution_wrapper {
  --yel: #FFDD00;
}
.service .solution_wrapper .title {
  --sub_title-fs: 16px;
  background-color: var(--main_color);
  color: #fff;
  font-size: var(--sub_title-fs, 18px);
  font-weight: bold;
  line-height: 1.4545454545;
  padding-inline: var(--sub_title-px, 10px);
  padding-block: 5px;
  text-align: center;
  position: relative;
  background-color: var(--yel);
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  color: var(--fc);
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 1200px) {
  .service .solution_wrapper .title {
    --sub_title-fs: 22px;
    --sub_title-px: 20px;
  }
}
.service .solution_wrapper .title::after {
  content: "";
  width: 45px;
  height: 31px;
  background-color: var(--yel);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  bottom: -19px;
  z-index: -1;
}
.service .solution_wrapper p {
  margin-top: 40px;
}
.service .solution_wrapper p > b {
  color: var(--main_color);
  font-size: var(--b-fs, 16px);
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .service .solution_wrapper p > b {
    --b-fs: 18px;
  }
}
.service .content {
  overflow-x: clip;
}
.service .content > * + * {
  margin-top: 30px;
}
.service .content p {
  line-height: 2;
  font-size: var(--as_content-p-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .service .content p {
    --as_content-p-fs: 16px;
  }
}
.service .content > section {
  display: grid;
  grid-template-columns: repeat(var(--count, 2), 1fr);
  gap: var(--gap, 15px);
}
@media screen and (min-width: 992px) {
  .service .content > section {
    --count: 3;
    --gap: 30px 20px;
    --child-gap: 20px 0;
  }
}
.service .content > section > div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: var(--child-gap, 10px 0);
}
.service .content > section > div .title {
  color: var(--main_color);
  display: grid;
  font-size: var(--ttl-fs, 16px);
  font-weight: bold;
  padding-left: var(--ttl-ps, 10px);
  line-height: 1.6;
  border-left: 5px solid var(--main_color);
}
@media screen and (min-width: 992px) {
  .service .content > section > div .title {
    --ttl-fs: 22px;
    --ttl-ps: 15px;
  }
}
.service .content > section > div > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .help_list {
  display: grid;
  grid-template-columns: var(--help_list-column, repeat(2, 1fr));
  grid-auto-rows: 1fr;
  gap: var(--help_list-gap, 10px);
}
@media screen and (min-width: 992px) {
  .service .help_list {
    --help_list-gap: 25px;
    --help_list-column: repeat(3, 1fr);
  }
}
.service .help_list > div {
  display: grid;
  grid-template-rows: var(--help_list-div-rows, 135px 65px);
}
@media screen and (min-width: 576px) {
  .service .help_list > div {
    --help_list-div-rows: 170px 100px;
  }
}
.service .help_list > div :is(p, img, figure) {
  place-self: center;
}
.service .help_list > div img {
  scale: var(--help_list-img-scale, 0.7);
}
@media screen and (min-width: 992px) {
  .service .help_list > div img {
    --help_list-img-scale: 1;
  }
}
.service .help_list > div p {
  color: var(--main_color);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  font-size: var(--help_list-p-fs, 16px);
  font-weight: bold;
  width: 100%;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .service .help_list > div p {
    --help_list-p-fs: 22px;
  }
}
.service .grid_content {
  display: grid;
  grid-template-columns: var(--grid_content-column, 1fr);
  gap: 15px;
  margin-top: var(--grid_content-mt, 30px);
}
@media screen and (min-width: 992px) {
  .service .grid_content {
    --grid_content-column: 2fr 1fr;
    --grid_content-mt: 30px;
  }
}
.service .grid_content:has(.service_inner) {
  display: block;
}
.service .grid_content p {
  line-height: 2;
  font-size: var(--as_content-p-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .service .grid_content p {
    --as_content-p-fs: 16px;
  }
}
.service .grid_content > img {
  width: min(300px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  margin-inline: auto;
  display: block;
}
.service .service_inner {
  margin-top: 0;
  display: grid;
  grid-template-columns: var(--grid_content-column, 1fr);
  gap: 15px;
  margin-top: var(--grid_content-mt, 30px);
}
@media screen and (min-width: 992px) {
  .service .service_inner {
    --grid_content-column: 1fr;
    --grid_content-mt: 0;
  }
}
.service .service_inner p {
  line-height: 2;
  font-size: var(--as_content-p-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .service .service_inner p {
    --as_content-p-fs: 16px;
  }
}
.service .service_inner + img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin-inline: auto;
  display: block;
}
.service .faq {
  margin-top: var(--faq_mt, 20px);
}
@media screen and (min-width: 992px) {
  .service .faq {
    --faq_mt: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .service .reason .reason_list {
    --reason_list-column: 1fr 1fr;
  }
}
.service .reason .reason_list a img {
  width: var(--reason_list-img-w, 130px);
  height: var(--reason_list-img-h, 110px);
}
@media screen and (min-width: 992px) {
  .service .reason .reason_list a img {
    --reason_list-img-w: 160px;
    --reason_list-img-h: 152px;
  }
}
.service .reason .reason_list a > div {
  padding-block: 0 10px;
}
.service .reason .reason_list a:last-child .text {
  font-size: var(--number-text-fs, 13px);
}
@media screen and (min-width: 992px) {
  .service .reason .reason_list a:last-child .text {
    --number-text-fs: 18px;
  }
}
.service .grid-2-box {
  display: grid;
  grid-template-columns: var(--grid-2-box-columns, 1fr);
  gap: var(--grid-2-box-gap, 10px);
  justify-content: var(--grid-3-box-justify, center);
}
.service .grid-2-box img {
  display: block;
  margin-inline: auto;
  inline-size: min(500px, 100%);
}
@media screen and (min-width: 768px) {
  .service .grid-2-box {
    --grid-2-box-columns: repeat(2, 1fr);
    --grid-2-box-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .service .grid-2-box {
    --grid-2-box-justify: unset;
  }
}
.service .grid-3-box {
  display: grid;
  grid-template-columns: var(--grid-3-box-columns, 1fr 1fr);
  gap: var(--grid-3-box-gap, 10px);
  justify-content: var(--grid-3-box-justify, center);
}
.service .grid-3-box img {
  display: block;
  margin-inline: auto;
  inline-size: min(275px, 100%);
}
@media screen and (min-width: 768px) {
  .service .grid-3-box {
    --grid-3-box-columns: repeat(3, minmax(min(200px, 100%) ,273px));
    --grid-3-box-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .service .grid-3-box {
    --grid-3-box-justify: unset;
  }
}
.service .grid-4-box {
  display: grid;
  grid-template-columns: var(--grid-4-box-columns, 1fr 1fr);
  gap: var(--grid-4-box-gap, 10px);
  justify-content: var(--grid-4-box-justify, center);
}
.service .grid-4-box img {
  display: block;
  margin-inline: auto;
  inline-size: min(275px, 100%);
}
@media screen and (min-width: 768px) {
  .service .grid-4-box {
    --grid-4-box-columns: repeat(4, minmax(min(200px, 100%) ,273px));
    --grid-4-box-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .service .grid-4-box {
    --grid-4-box-justify: unset;
  }
}
.service .construction_slide {
  padding-bottom: 20px;
}
.service .oob .flow > div {
  display: grid;
  grid-template-columns: var(--flow-column, 55px) 1fr;
  gap: 20px;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .service .oob .flow > div {
    --flow-column: 100px;
  }
}
.service .oob .flow > div:not(:last-child)::after {
  --flow-div-h: 100%;
  --flow-div-bottom: unset;
  --flow-div-right: unset;
  --flow-div-mx: 0;
  content: "";
  position: absolute;
  left: var(--flow-div-left, 26px);
  right: var(--flow-div-right, 0);
  bottom: var(--flow-div-bottom, 0);
  margin-inline: var(--flow-div-mx, auto);
  width: 2px;
  height: var(--flow-div-h, 30%);
  background: #DEDEDE;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .service .oob .flow > div:not(:last-child)::after {
    --flow-div-left: 48px;
  }
}
.service .oob .flow .circle {
  width: var(--circle-w, 55px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-inline: auto;
  background: var(--lorange);
}
@media screen and (min-width: 768px) {
  .service .oob .flow .circle {
    --circle-w: 100px;
  }
}
.service .oob .flow .circle p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: var(--circle-p-fs, 10px);
  font-weight: bold;
  color: var(--main_color);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .service .oob .flow .circle p {
    --circle-p-fs: 12px;
  }
}
.service .oob .flow .circle p span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: var(--circle-span-fs, 24px);
  font-weight: bold;
  line-height: 1;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .service .oob .flow .circle p span {
    --circle-span-fs: 40px;
  }
}
.service .oob .flow .inner h4 {
  font-size: var(--inner-h4-fs, 17px);
  font-weight: 500;
  line-height: 1.5;
  color: var(--main_color);
}
@media screen and (min-width: 768px) {
  .service .oob .flow .inner h4 {
    --inner-h4-fs: 22px;
  }
}
.service .oob .flow .inner p {
  font-size: var(--inner-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
  margin-top: 10px;
  background: white;
}
@media screen and (min-width: 768px) {
  .service .oob .flow .inner p {
    --inner-p-fs: 15px;
  }
}
.service .blog {
  margin-bottom: 60px;
}
.service .blog .blog_wrapper {
  margin-top: 40px;
}
.service .banner_list {
  position: relative;
  padding: var(--bnnr_list-p, 20px 10px);
  background: var(--lorange);
}
@media screen and (min-width: 992px) {
  .service .banner_list {
    --bnnr_list-p: 30px;
  }
}
.service .banner_list > * + * {
  margin-top: 17px;
}
.service .banner_list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .service .banner_list li {
    --bnnr_list-li-fs: 18px;
    --bnnr_list-b-fs: 20px;
  }
}
.service .banner_list li span {
  font-size: var(--bnnr_list-li-fs, 14px);
  font-weight: 500;
  display: block;
  width: calc(100% - 24px);
}
.service .banner_list li::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background: url(../images/manual/icon.png) center/100% no-repeat;
}
.service .banner_list li b {
  font-size: var(--bnnr_list-b-fs, 16px);
  font-weight: bold;
}
.service .sub_title {
  padding-block: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
.service h5:not(.faq h5):not(.block-price h5) {
  padding: 8px 16px;
  background-color: var(--lorange);
  font-size: var(--h5-fs, 16px);
  font-weight: 500;
  margin-block: 15px;
}
@media screen and (min-width: 992px) {
  .service h5:not(.faq h5):not(.block-price h5) {
    --h5-fs: 18px;
  }
}
.service :is(.tel_bottom, header .header_wrapper > :nth-child(2) .tel > p) {
  color: white;
}
.service .page_title {
  --page_title-bg: url(../images/service/page_title_sp.png);
  height: var(--page_title-h, 300px);
  background-image: var(--page_title-bg);
}
@media screen and (min-width: 992px) {
  .service .page_title {
    --page_title-h: 420px;
    --page_title-bg: url(../images/service/page_title.png);
  }
}
.service .page_title .page_title_service {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 20px;
}
.service .page_title .page_title_service > :nth-child(1) .left {
  background-color: #24B2AA;
}
.service .page_title .page_title_service > :nth-child(2) .left {
  background-color: #FFDB08;
}
.service .page_title .page_title_service > :nth-child(3) .left {
  background-color: #3375C6;
}
.service .page_title .page_title_service .child {
  display: flex;
  flex-direction: var(--child-direction, column);
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .service .page_title .page_title_service .child {
    --child-left-size: 112px;
    --child-direction: row;
  }
}
.service .page_title .page_title_service .child .left {
  display: grid;
  place-content: center;
  place-items: center;
  color: white;
  width: var(--child-left-size, 100%);
}
.service .page_title .page_title_service .child .left p {
  color: inherit;
  font-size: var(--child-left-p-fs, 7px);
  font-weight: bold;
  margin-bottom: var(--child-left-p-mb, 3px);
}
@media screen and (min-width: 1200px) {
  .service .page_title .page_title_service .child .left p {
    --child-left-p-fs: 14px;
    --child-left-p-mb: 5px;
  }
}
.service .page_title .page_title_service .child .left span {
  color: inherit;
  font-size: var(--child-left-span-fs, 20px);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: calc((1em - 1lh) / 2);
}
@media screen and (min-width: 1200px) {
  .service .page_title .page_title_service .child .left span {
    --child-left-span-fs: 40px;
  }
}
.service .page_title .page_title_service .child .right {
  display: grid;
  align-items: center;
  background: white;
  padding: var(--child_right-p, 15px 10px);
  font-size: var(--child_right-fs, 10px);
  font-weight: bold;
  line-height: 1.5;
  flex-basis: calc(100% - var(--child-left-size, 112px));
  text-align: var(--child_right-align, center);
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .service .page_title .page_title_service .child .right {
    --child_right-p: 12px 20px;
    --child_right-fs: 20px;
    --child_right-align: left;
  }
}
.service .page_menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.service .page_menu li {
  border: 1px solid var(--main_color);
  background-color: var(--lorange);
}
.service .page_menu a {
  display: grid;
  grid-template-columns: var(--page_menu-colums, 1fr);
  gap: var(--page_menu-gap, 10px);
  padding: 8px;
  align-items: center;
  grid-auto-rows: 54px;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .service .page_menu a {
    --page_menu-colums: auto auto 1fr;
    --page_menu-gap: 20px;
  }
}
.service .page_menu a::before {
  content: "";
  width: 9px;
  height: 10px;
  background-color: var(--main_color);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.service .page_menu a::after {
  content: "";
}
.service .block-price {
  padding: 16px;
  border: 4px solid var(--main_color);
}
@media screen and (min-width: 992px) {
  .service .block-price {
    padding: 16px 32px;
  }
}
.service .block-price h5 {
  margin: 0;
  padding: 0;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .service .block-price h5 {
    font-size: 22px;
  }
}
.service .block-price h6 {
  margin: 0;
  line-height: 2;
  color: var(--main_color);
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .service .block-price h6 {
    font-size: 32px;
  }
}
.service .block-price p {
  margin: 8px 0;
  padding-top: 8px;
  border-top: 1px solid #bfbebe;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .service .block-price p {
    font-size: 18px;
  }
}
.service .block-price ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 16px 0 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .service .block-price ul {
    gap: 8px;
  }
}
.service .block-price ul li {
  padding: 4px 8px;
  background-color: var(--lorange);
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .service .block-price ul li {
    padding: 4px 16px;
    font-size: 18px;
  }
}
.service .is-layout-flex {
  display: flex;
}
@media (min-width: 782px) {
  .service .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.service .wp-block-column h4 {
  padding: 8px 16px;
  background-color: var(--lorange);
  color: #000;
  font-size: 14px;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 901px) {
  .service .wp-block-column h4 {
    font-size: 18px;
  }
}
.service .wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}
.service .wp-block-columns p {
  line-height: 1.8;
  font-weight: bold;
}
.service :where(.wp-block-columns.is-layout-flex) {
  gap: 1em;
}
@media (min-width: 782px) {
  .service :where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
  }
}
.service .wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.service .is-layout-flex > :is(*, div) {
  margin: 0;
}
@media (min-width: 782px) {
  .service .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (min-width: 782px) {
  .service .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.service .wp-block-image {
  margin: 0 0 1em;
}
.service .wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.service .link-widget {
  margin: 32px 0;
}
.service .link-widget a {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 16px 0;
  padding: 8px 16px 8px 16px;
  background-color: var(--lorange);
  border: 1px solid #dddddd;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.service .link-widget a::before {
  content: "";
  width: 9px;
  height: 15px;
  background-color: var(--main_color);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.service .link-button2 {
  margin: 16px 0;
  padding: 16px 32px;
  background-color: var(--lorange);
}
@media screen and (min-width: 901px) {
  .service .link-button2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.service .link-button2 a {
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0;
  padding: 4px 8px 4px 8px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.service .link-button2 a::before {
  content: "";
  width: 9px;
  height: 15px;
  background-color: var(--main_color);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 901px) {
  .service .link-button2 a {
    flex-basis: calc((100% - 32px) / 3);
    flex-shrink: 0;
  }
}
.service .wp-block-lazyblock-service .service_inner {
  background-color: white;
  border-radius: 5px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: var(--svs-columns, 1fr);
  gap: 18px;
  margin-inline: auto;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .service .wp-block-lazyblock-service .service_inner {
    --svs-columns: repeat(auto-fit, minmax(min(180px, 100%),269px));
  }
}
.service .wp-block-lazyblock-service .service_inner > a {
  padding-block: 37px;
  border: 1px solid #DEDEDE;
  width: 100%;
  aspect-ratio: var(--svs-ratio, unset);
  display: grid;
  grid-template-rows: var(--svs-rows, unset);
  grid-row: var(--svs-row, unset);
  grid-template-columns: var(--svs-columns, 100px 1fr);
  text-align: center;
  padding-inline: var(--svs-px, 10px);
}
@media screen and (min-width: 992px) {
  .service .wp-block-lazyblock-service .service_inner > a {
    --svs-px: 0;
    --svs-ratio: 1;
    --svs-rows: subgrid;
    --svs-row: span 2;
    --svs-columns: invert;
    --svs-p-fs: 22px;
  }
}
.service .wp-block-lazyblock-service .service_inner > a > img {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.service .wp-block-lazyblock-service .service_inner > a > p {
  --side-me: 15px;
  color: var(--main_color);
  font-size: var(--svs-p-fs, 16px);
  font-weight: bold;
  line-height: 1.1818181818;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.faq .page_title {
  --page_title-bg: url(../images/page_title_sp.jpg);
}
@media screen and (min-width: 992px) {
  .faq .page_title {
    --page_title-bg: url(../images/page_title.jpg);
  }
}
.faq .title_list {
  margin-top: var(--faq_list-mt, 40px);
}
@media screen and (min-width: 1200px) {
  .faq .title_list {
    --faq_list-mt: 80px;
  }
}
.faq .accordion .accordion-item {
  border: solid #DEDEDE;
  border-width: 0 0 1px 0;
}
.faq .accordion .accordion-item .accordion-header {
  --acc-header-p:15px 10px;
}
@media screen and (min-width: 992px) {
  .faq .accordion .accordion-item .accordion-header {
    --acc-header-p: 30px 10px;
  }
}
.faq .accordion .accordion-item .accordion-body {
  position: relative;
  margin-top: var(--accordion-body-mt, 10px);
  padding-block: var(--accordion-body-pb, 15px 0);
  padding-inline: var(--accordion-body-px, 15px 10px);
  font-size: var(--accordion-body-fs, 16px);
  font-weight: var(--accordion-body-fw, bold);
  line-height: 2;
  color: var(--accordion-body-color, var(--bs-accordion-color));
  display: flex;
}
@media screen and (min-width: 992px) {
  .faq .accordion .accordion-item .accordion-body {
    --accordion-body-fs: 18px;
    --accordion-body-pb: 20px 0;
    --accordion-body-px: 30px 10px;
    --accordion-body-mt: 15px;
  }
}
.faq .accordion .accordion-item .accordion-body::after {
  content: "";
  height: 1px;
  background-color: #DEDEDE;
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin-inline: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  inset-inline: 0;
}
.faq .accordion-flush .accordion-item:first-child {
  border-top: 1px solid #DEDEDE;
}
.faq .accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #DEDEDE;
}
.faq .has_aside section h3:not(:first-child) {
  margin-top: 40px;
}
.faq .faq_title {
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
.faq :is(.tel_bottom, header .header_wrapper > :nth-child(2) .tel > p) {
  color: white;
}

.contact .form_wrapper .form_item > p.require::after {
  content: "必須";
  display: block;
  padding: 5px 10px;
  line-height: 1;
  background-color: #FF3737;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.contact .has_aside {
  --has_aside-mt: 30px;
}
@media screen and (min-width: 1200px) {
  .contact .has_aside {
    --has_aside-mt: 80px;
  }
}
.contact .worries_wrapper {
  margin-top: 30px;
}
.contact .worries_wrapper > div {
  display: grid;
  grid-template-columns: var(--worries_wrapper-column, 1fr);
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .contact .worries_wrapper > div {
    --worries_wrapper-column: auto 1fr;
  }
}
.contact .worries_wrapper > div img {
  width: min(300px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.contact .worries_wrapper > div p {
  font-size: var(--worries_wrapper-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .contact .worries_wrapper > div p {
    --worries_wrapper-p-fs: 16px;
  }
}
.contact .from_tel {
  margin-top: 30px;
  background-color: var(--lorange);
}
.contact .from_tel a {
  padding-block: 20px 25px;
  padding-inline: 43px;
  display: grid;
  grid-template-columns: var(--from_tel-column, 1fr);
  gap: var(--from_tel-gap, 10px);
  align-items: center;
  pointer-events: var(--from_tel-pe, initial);
}
@media screen and (min-width: 1200px) {
  .contact .from_tel a {
    --from_tel-pe: none;
    --from_tel-column: auto 1fr;
    --from_tel-gap: 20px;
  }
}
.contact .from_tel a .text {
  font-size: var(--text-fs, 18px);
  font-weight: 500;
  line-height: 1.5;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .contact .from_tel a .text {
    --text-fs: 22px;
  }
}
.contact .from_tel a .number > p {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: var(--number-p-gap, 10px);
  color: var(--main_color);
  font-size: var(--number-p-fs, 35px);
  font-weight: bold;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .contact .from_tel a .number > p {
    --number-p-fs: 56px;
    --number-p-gap: 18px;
  }
}
.contact .from_tel a .number > p::before {
  content: "";
  width: var(--number-p-w, 31px);
  aspect-ratio: 1;
  background-image: url(../images/icon/tel_orange_l.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .contact .from_tel a .number > p::before {
    --number-p-w: 51px;
  }
}
.contact .from_tel a .number > span {
  display: block;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: var(--number-span-fs, 14px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .contact .from_tel a .number > span {
    --number-span-fs: 16px;
  }
}
.contact .form_top > p {
  font-size: var(--form_top-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .contact .form_top > p {
    --form_top-p-fs: 16px;
  }
}
.contact .form_wrapper .form_item {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .contact .form_wrapper .form_item {
    --form_item-py: 10px 20px;
    --form_item-px: 30px;
  }
}
.contact .form_wrapper .form_item > * {
  font-size: 16px;
  font-weight: 500;
}
.contact .form_wrapper .form_item > div {
  padding-block: var(--form_item-py, 15px);
}
.contact .form_wrapper .form_item > p {
  display: flex;
  align-items: center;
  background-color: var(--lblue);
  word-break: keep-all;
}
.contact .form_wrapper .form_item > p.require {
  gap: 10px;
}
.contact .form_wrapper .form_item > p > br {
  display: none;
}
.contact .form_wrapper .form_item :where(input:not([type=file]), textarea) {
  width: 100%;
  padding: 10px;
  outline: 1px solid #CCC;
}
.contact .form_wrapper .form_item :where(input:not([type=file]), textarea)::-moz-placeholder {
  color: #ccc;
}
.contact .form_wrapper .form_item :where(input:not([type=file]), textarea):-ms-input-placeholder {
  color: #ccc;
}
.contact .form_wrapper .form_item :where(input:not([type=file]), textarea)::placeholder {
  color: #ccc;
}
.contact .form_wrapper .form_item input[type=file]::-webkit-file-upload-button {
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 0;
  border: none;
}
.contact .form_wrapper .form_item input[type=file]::file-selector-button {
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 0;
  border: none;
}
.contact .form_wrapper .form_item .wpcf7-form-control-wrap {
  width: 100%;
}
.contact .form_wrapper .check_pp {
  width: 100%;
  margin-inline: auto;
  margin-block: var(--check_pp-my, 20px);
}
@media screen and (min-width: 992px) {
  .contact .form_wrapper .check_pp {
    --check_pp-my: 20px 40px;
  }
}
.contact .form_wrapper .check_pp > :last-child {
  margin-top: 20px;
}
.contact .form_wrapper .check_pp > p {
  font-size: var(--check_pp-p-fs, 14px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .contact .form_wrapper .check_pp > p {
    --check_pp-p-fs: 16px;
  }
}
.contact .form_wrapper .check_pp > p a {
  color: var(--main_color);
  text-decoration: underline;
}
.contact .form_wrapper :is(.submit, .wpcf7-submit) {
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: var(--main_color);
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: inherit;
  height: inherit;
  transition: opacity 0.5s;
  cursor: pointer;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
}
.contact .form_wrapper :is(.submit, .wpcf7-submit):hover {
  opacity: 0.5;
}
.contact form > p {
  width: min(400px, 100%);
  height: 70px;
  margin-inline: auto;
  position: relative;
  text-align: center;
}
.contact form > p::after {
  --after-w: 12px;
  content: "";
  width: var(--after-w);
  height: var(--after-w);
  aspect-ratio: 1;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  background-size: 100%;
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: 20px;
}
.contact .support {
  margin-top: var(--support-mt, 30px);
}
@media screen and (min-width: 1200px) {
  .contact .support {
    --support-mt: 60px;
  }
}
.contact .sub_title {
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}

.sitemap .title_list {
  margin-top: var(--list-mt, 300px);
}
@media screen and (min-width: 1200px) {
  .sitemap .title_list {
    --list-mt: 30px;
  }
}
.sitemap .title_list .title_list_wrapper {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .sitemap .title_list .title_list_wrapper {
    --list-column: repeat(3, 1fr);
  }
}
.sitemap .title_list .title_list_wrapper a {
  height: var(--list-a-h, 70px);
}
@media screen and (min-width: 992px) {
  .sitemap .title_list .title_list_wrapper a {
    --list-a-h: 88px;
  }
}
.sitemap .content {
  overflow-x: clip;
}
.sitemap .content > * + * {
  margin-top: 30px;
}
.sitemap .content:is(:nth-child(2)) {
  margin-bottom: var(--content-last-mb, 30px);
}
@media screen and (min-width: 992px) {
  .sitemap .content:is(:nth-child(2)) {
    --content-last-mb: 60px;
  }
}
.sitemap .sub_title {
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
.sitemap :is(.tel_bottom, header .header_wrapper > :nth-child(2) .tel > p) {
  color: white;
}

.privacy_policy .has_aside {
  --has_aside-mt: 30px;
}
@media screen and (min-width: 1200px) {
  .privacy_policy .has_aside {
    --has_aside-mt: 80px;
  }
}
.privacy_policy .pp_wrapper {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.privacy_policy .pp_wrapper > * + * {
  margin-top: var(--pp_wrapper-child-mt, 25px);
}
@media screen and (min-width: 1200px) {
  .privacy_policy .pp_wrapper > * + * {
    --pp_wrapper-child-mt: 40px;
  }
}
.privacy_policy .pp_wrapper ul {
  padding-left: 25px;
}
.privacy_policy .pp_wrapper ul > * + * {
  margin-top: var(--ul-child-mt, 15px);
}
@media screen and (min-width: 1200px) {
  .privacy_policy .pp_wrapper ul > * + * {
    --ul-child-mt: 30px;
  }
}
.privacy_policy .pp_wrapper ul li {
  list-style: disc;
  color: var(--main_color);
}
.privacy_policy .pp_wrapper ul li span {
  color: initial;
}
.privacy_policy .pp_title {
  color: var(--main_color);
  margin-top: var(--ul-child-mt, 15px);
  font-size: 20px;
  font-weight: 600;
  border-left: 5px solid var(--main_color);
  padding-left: 10px;
}
@media screen and (min-width: 1200px) {
  .privacy_policy .pp_title {
    --ul-child-mt: 30px;
  }
}
.privacy_policy .pp_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-top: 10px;
}
.privacy_policy .pp_p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.privacy_policy .wp-block-list {
  padding-left: 25px;
}
.privacy_policy .wp-block-list > * + * {
  margin-top: var(--ul-child-mt, 15px);
}
@media screen and (min-width: 1200px) {
  .privacy_policy .wp-block-list > * + * {
    --ul-child-mt: 30px;
  }
}
.privacy_policy .wp-block-list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  list-style: disc;
  color: var(--main_color);
}
.privacy_policy .wp-block-list li span {
  color: initial;
}
.privacy_policy .support {
  margin-top: var(--support-mt, 30px);
}
@media screen and (min-width: 1200px) {
  .privacy_policy .support {
    --support-mt: 60px;
  }
}
.privacy_policy .sub_title {
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}/*# sourceMappingURL=style.css.map */