@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@600&family=M+PLUS+Rounded+1c:wght@700&family=Noto+Sans+JP:wght@300;500&display=swap");
/*! 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;
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content-left h3, .top_home .pitch_section .pitch_section_content .pitch_section-inner h3 {
  text-transform: uppercase;
  font-size: calc(26px + 1.5625vw);
  color: #00479C;
  position: relative;
  display: block;
  font-weight: 600;
}
.top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content-left h3::after, .top_home .pitch_section .pitch_section_content .pitch_section-inner h3::after {
  content: attr(data-subtitle);
  display: block;
  font-size: calc(18px + 0.2083333333vw);
  font-weight: 600;
  color: #271C1C;
  margin-top: 10px;
  letter-spacing: 2.5px;
}

.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec ul.item_tab > li a, .fsd-now .fsdnow-article .fsdnow_content-item a .item_inner-attribute span, .fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_s_title .item_inner-attribute span, .business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-attribute span, .case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-attribute span, .project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-attribute span, .top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner-item a .item_inner-attribute span {
  padding: calc(2px + 0.1041666667vw) calc(18px + 0.2604166667vw);
  background: #6BAEFE;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 12px;
  height: 23px;
}
@media screen and (min-width: 768px) {
  .fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec ul.item_tab > li a, .fsd-now .fsdnow-article .fsdnow_content-item a .item_inner-attribute span, .fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_s_title .item_inner-attribute span, .business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-attribute span, .case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-attribute span, .project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-attribute span, .top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner-item a .item_inner-attribute span {
    font-size: 14px;
    height: 29px;
    line-height: 1.5;
  }
}

.fsd-now .fsdnow-article .fsdnow_content-item a .item_inner, .fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_s_title .item_inner, .business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner, .case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner, .project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner, .top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner-item a .item_inner {
  padding: var(--item-p-xy, 17px 12px);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fsd-now .fsdnow-article .fsdnow_content-item a .item_inner-data, .fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_s_title .item_inner-data, .business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-data, .case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-data, .project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-data, .top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner-item a .item_inner-data {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fsd-now .fsdnow-article .fsdnow_content-item a .item_inner-data .item_interview, .fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_s_title .item_inner-data .item_interview, .business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-data .item_interview, .case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-data .item_interview, .project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-data .item_interview, .top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner-item a .item_inner-data .item_interview {
  background: #00479C;
  color: #fff;
  font-size: calc(14px + 0.1041666667vw);
  padding-block: 4px;
  text-align: center;
  border-radius: 15px 0 15px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 12px;
}
.fsd-now .fsdnow-article .fsdnow_content-item a .item_inner-data .item_date, .fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_s_title .item_inner-data .item_date, .business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-data .item_date, .case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-data .item_date, .project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-data .item_date, .top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner-item a .item_inner-data .item_date {
  color: #00479C;
  font-size: 14px;
  font-weight: bold;
}
.fsd-now .fsdnow-article .fsdnow_content-item a .item_inner-attribute, .fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_s_title .item_inner-attribute, .business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-attribute, .case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-attribute, .project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-attribute, .top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner-item a .item_inner-attribute {
  display: flex;
  gap: calc(6px + 0.1041666667vw);
  flex-wrap: wrap;
  margin-top: 13px;
}
.fsd-now .fsdnow-article .fsdnow_content-item a .item_inner-title, .fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_s_title .item_inner-title, .business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-title, .case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-title, .project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-title, .top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner-item a .item_inner-title {
  color: #00479C;
  font-size: calc(14px + 0.2083333333vw);
  font-weight: 600;
  margin-top: 10px;
  flex-grow: 1;
}
.fsd-now .fsdnow-article .fsdnow_content-item a .item_inner-member, .fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_s_title .item_inner-member, .business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-member, .case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-member, .project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-member, .top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner-item a .item_inner-member {
  margin-block: 17px 14.5px;
  font-size: calc(14px + 0.1041666667vw);
}
.fsd-now .fsdnow-article .fsdnow_content-item a .item_inner-member .year, .fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_s_title .item_inner-member .year, .business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-member .year, .case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-member .year, .project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a .item_inner-member .year, .top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner-item a .item_inner-member .year {
  display: block;
  color: #FF8504;
}

.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec ul.item_text > li.marker, header .pc_menu .pc_menu_inner li.marker {
  position: relative;
  z-index: 1;
  padding-inline: 5px;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec ul.item_text > li.marker a, header .pc_menu .pc_menu_inner li.marker a {
  transition: none;
  padding-block: 10px;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec ul.item_text > li.marker a:hover, header .pc_menu .pc_menu_inner li.marker a:hover {
  opacity: 1;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec ul.item_text > li.marker::before, header .pc_menu .pc_menu_inner li.marker::before {
  background: #FF8504;
  content: "";
  display: block;
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: -1;
  border-radius: 15px;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec ul.item_text > li.marker:hover::before, header .pc_menu .pc_menu_inner li.marker:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.faq .section_wrapper-faq .section_faq_container .accordion-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-image: linear-gradient(to right, #FFC515, #FFC515 2px, transparent 2px);
  background-size: 4px 2px;
  background-position: left top;
  background-repeat: repeat-x;
  left: 0;
  right: 0;
  margin-inline: auto;
}

:root {
  --sp-h: 54px;
  --pc-h: 100px;
}

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

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #271C1C;
}

body {
  position: relative;
}

a {
  transition: opacity 0.3s;
  text-decoration: none !important;
}
a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}

header {
  position: fixed;
  inset: 0;
  height: 54px;
  margin-inline: auto;
  width: min(1720px, 100%);
  background: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  header {
    height: 100px;
    border-radius: 0 0 40px 40px;
  }
}
header .logo_container {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
@media screen and (min-width: 1200px) {
  header .logo_container {
    padding-left: 33px;
  }
}
header .logo_container .logo {
  width: 92px;
}
@media screen and (min-width: 1200px) {
  header .logo_container .logo {
    width: 140px;
  }
}
header .logo_container .logo img {
  width: 100%;
}
header .logo_container span {
  font-weight: 700;
  color: #FF8504;
  padding-left: 15px;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  header .logo_container span {
    font-size:14px;
  }
}
@media screen and (max-width: 365px) {
  header .logo_container span {
    font-size:12px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 350px) {
  header .logo_container span {
      display:none;
  }
}
header .logo_container p {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.4;
    margin: 0 0 0 15px;
}
header .logo_container p a {
    text-decoration: underline !important;
    color: #00479D;
    font-weight: normal;
}
@media screen and (max-width: 1200px) {
    header .logo_container p {
        display:none;
    }
}

header .pc_menu {
  display: none;
  padding-right: 60px;
}
@media screen and (max-width: 1320px) {
  header .pc_menu {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  header .pc_menu {
    display: block;
  }
}
header .pc_menu .pc_menu_inner {
  display: flex;
  gap: 10px;
}
header .pc_menu .pc_menu_inner li:last-child span {
  padding-left: 6px;
  position: relative;
  bottom: 3px;
}
@media screen and (max-width: 1320px) {
    header .pc_menu .pc_menu_inner {
        gap: 5px;
        font-size:14px;
    }
}
header .sp_menu {
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
  display: block;
}
@media screen and (min-width: 1200px) {
  header .sp_menu {
    display: none;
  }
}
header .sp_menu #overlay-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 24px 14px;
  z-index: 5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #00479C;
  height: var(--sp-h);
  width: var(--sp-h);
}
header .sp_menu #overlay-button span {
  height: 4px;
  width: 30px;
  border-radius: 2px;
  background-color: white;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
}
header .sp_menu #overlay-button span:before {
  top: -10px;
  visibility: visible;
}
header .sp_menu #overlay-button span:after {
  top: 10px;
}
header .sp_menu #overlay-button span:before, header .sp_menu #overlay-button span:after {
  height: 4px;
  width: 30px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
}
header .sp_menu #overlay-button:hover span, header .sp_menu #overlay-button:hover span::before, header .sp_menu #overlay-button:hover span::after {
  background: #fff;
}
header .sp_menu input[type=checkbox] {
  display: none;
}
header .sp_menu input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
  opacity: 1;
}
header .sp_menu input[type=checkbox]:checked ~ #overlay-button:hover span, header .sp_menu input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
header .sp_menu input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);
}
header .sp_menu input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}
header .sp_menu #overlay {
  height: 100vh;
  width: 100vw;
  background: #00479C;
  z-index: 2;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
header .sp_menu #overlay .overlay_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  width: 50vw;
  margin-inline: auto;
  text-align: left;
}
header .sp_menu #overlay ul li {
  padding: 1em;
}
header .sp_menu #overlay ul li:last-child span {
  padding-left: 10px;
  position: relative;
  bottom: 5px;
}
header .sp_menu #overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
header .sp_menu #overlay ul li a:hover {
  color: #000;
}

header + .attention {
    display:none;
}
@media screen and (max-width: 1199px) {
    header + .attention {
        display:block;
        background:#EFEFEF;
        padding:5px 10px;
        margin:54px 0 0;
        font-size:14px;
    }
    header + .attention a{
        text-decoration: underline !important;
        color: #00479D;
        font-weight: normal;
    }
}

.section_inner {
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}

.pagination_content {
  --pager-y-top:calc(100px + 2.6041666667vw);
  margin-block: var(--pager-y-top);
}
.pagination_content .cdp {
  position: relative;
  text-align: center;
  font-size: 0;
  z-index: 6;
  -webkit-animation: cdp-in 0.3s ease both;
          animation: cdp-in 0.3s ease both;
}
.pagination_content .cdp_i {
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 0;
  height: 45px;
  min-width: 45px;
  border-radius: 38px;
  border: 1px solid #FF8504;
  line-height: 43px;
  padding: 0;
  color: #FF8504;
  letter-spacing: 0.03em;
  display: none;
  transform: scale(0.8);
}
@media screen and (min-width: 768px) {
  .pagination_content .cdp_i {
    transform: scale(1);
    margin-right: 15px;
  }
}
.pagination_content .cdp_i:first-child, .pagination_content .cdp_i:last-child {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF8504'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  border: none;
  transition: opacity 0.3s;
}
.pagination_content .cdp_i:first-child:hover, .pagination_content .cdp_i:last-child:hover {
  opacity: 0.5;
}
.pagination_content .cdp_i:last-child, .pagination_content .cdp_i:nth-child(2), .pagination_content .cdp_i:nth-last-child(2) {
  display: inline-block;
}
.pagination_content .cdp_i:first-child {
  transform: rotate(90deg) scale(0.6);
}
.pagination_content .cdp_i:first-child:hover {
  background-color: none;
}
.pagination_content .cdp_i:last-child {
  transform: rotate(-90deg) scale(0.6);
}
.pagination_content .cdp_i:not(:last-child):not(:first-child):hover {
  background-color: #FF8504;
  color: #fff;
}
.pagination_content .cdp:not([actpage="1"]) .pagination_content .cdp_i:nth-child(1) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="1"] .cdp_i:nth-child(2) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="1"] .cdp_i:nth-child(2) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="2"] .cdp_i:nth-child(3) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="2"] .cdp_i:nth-child(3) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="3"] .cdp_i:nth-child(4) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="3"] .cdp_i:nth-child(4) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="4"] .cdp_i:nth-child(5) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="4"] .cdp_i:nth-child(5) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="5"] .cdp_i:nth-child(6) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="5"] .cdp_i:nth-child(6) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="6"] .cdp_i:nth-child(7) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="6"] .cdp_i:nth-child(7) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="7"] .cdp_i:nth-child(8) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="7"] .cdp_i:nth-child(8) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="8"] .cdp_i:nth-child(9) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="8"] .cdp_i:nth-child(9) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="9"] .cdp_i:nth-child(10) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="9"] .cdp_i:nth-child(10) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="10"] .cdp_i:nth-child(11) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="10"] .cdp_i:nth-child(11) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="11"] .cdp_i:nth-child(12) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="11"] .cdp_i:nth-child(12) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="12"] .cdp_i:nth-child(13) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="12"] .cdp_i:nth-child(13) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="13"] .cdp_i:nth-child(14) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="13"] .cdp_i:nth-child(14) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="14"] .cdp_i:nth-child(15) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="14"] .cdp_i:nth-child(15) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="15"] .cdp_i:nth-child(16) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="15"] .cdp_i:nth-child(16) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="16"] .cdp_i:nth-child(17) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="16"] .cdp_i:nth-child(17) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="17"] .cdp_i:nth-child(18) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="17"] .cdp_i:nth-child(18) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="18"] .cdp_i:nth-child(19) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="18"] .cdp_i:nth-child(19) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="19"] .cdp_i:nth-child(20) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="19"] .cdp_i:nth-child(20) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="20"] .cdp_i:nth-child(21) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="20"] .cdp_i:nth-child(21) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="21"] .cdp_i:nth-child(22) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="21"] .cdp_i:nth-child(22) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="22"] .cdp_i:nth-child(23) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="22"] .cdp_i:nth-child(23) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="23"] .cdp_i:nth-child(24) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="23"] .cdp_i:nth-child(24) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="24"] .cdp_i:nth-child(25) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="24"] .cdp_i:nth-child(25) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="25"] .cdp_i:nth-child(26) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="25"] .cdp_i:nth-child(26) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="26"] .cdp_i:nth-child(27) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="26"] .cdp_i:nth-child(27) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="27"] .cdp_i:nth-child(28) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="27"] .cdp_i:nth-child(28) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="28"] .cdp_i:nth-child(29) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="28"] .cdp_i:nth-child(29) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="29"] .cdp_i:nth-child(30) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="29"] .cdp_i:nth-child(30) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="30"] .cdp_i:nth-child(31) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="30"] .cdp_i:nth-child(31) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="31"] .cdp_i:nth-child(32) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="31"] .cdp_i:nth-child(32) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="32"] .cdp_i:nth-child(33) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="32"] .cdp_i:nth-child(33) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="33"] .cdp_i:nth-child(34) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="33"] .cdp_i:nth-child(34) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="34"] .cdp_i:nth-child(35) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="34"] .cdp_i:nth-child(35) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="35"] .cdp_i:nth-child(36) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="35"] .cdp_i:nth-child(36) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="36"] .cdp_i:nth-child(37) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="36"] .cdp_i:nth-child(37) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="37"] .cdp_i:nth-child(38) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="37"] .cdp_i:nth-child(38) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="38"] .cdp_i:nth-child(39) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="38"] .cdp_i:nth-child(39) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="39"] .cdp_i:nth-child(40) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="39"] .cdp_i:nth-child(40) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="40"] .cdp_i:nth-child(41) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="40"] .cdp_i:nth-child(41) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="41"] .cdp_i:nth-child(42) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="41"] .cdp_i:nth-child(42) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="42"] .cdp_i:nth-child(43) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="42"] .cdp_i:nth-child(43) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="43"] .cdp_i:nth-child(44) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="43"] .cdp_i:nth-child(44) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="44"] .cdp_i:nth-child(45) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="44"] .cdp_i:nth-child(45) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="45"] .cdp_i:nth-child(46) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="45"] .cdp_i:nth-child(46) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="46"] .cdp_i:nth-child(47) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="46"] .cdp_i:nth-child(47) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="47"] .cdp_i:nth-child(48) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="47"] .cdp_i:nth-child(48) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="48"] .cdp_i:nth-child(49) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="48"] .cdp_i:nth-child(49) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="49"] .cdp_i:nth-child(50) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="49"] .cdp_i:nth-child(50) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="50"] .cdp_i:nth-child(51) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="50"] .cdp_i:nth-child(51) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="51"] .cdp_i:nth-child(52) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="51"] .cdp_i:nth-child(52) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="52"] .cdp_i:nth-child(53) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="52"] .cdp_i:nth-child(53) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="53"] .cdp_i:nth-child(54) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="53"] .cdp_i:nth-child(54) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="54"] .cdp_i:nth-child(55) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="54"] .cdp_i:nth-child(55) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="55"] .cdp_i:nth-child(56) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="55"] .cdp_i:nth-child(56) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="56"] .cdp_i:nth-child(57) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="56"] .cdp_i:nth-child(57) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="57"] .cdp_i:nth-child(58) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="57"] .cdp_i:nth-child(58) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="58"] .cdp_i:nth-child(59) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="58"] .cdp_i:nth-child(59) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="59"] .cdp_i:nth-child(60) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="59"] .cdp_i:nth-child(60) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="60"] .cdp_i:nth-child(61) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="60"] .cdp_i:nth-child(61) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="61"] .cdp_i:nth-child(62) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="61"] .cdp_i:nth-child(62) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="62"] .cdp_i:nth-child(63) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="62"] .cdp_i:nth-child(63) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="63"] .cdp_i:nth-child(64) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="63"] .cdp_i:nth-child(64) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="64"] .cdp_i:nth-child(65) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="64"] .cdp_i:nth-child(65) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="65"] .cdp_i:nth-child(66) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="65"] .cdp_i:nth-child(66) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="66"] .cdp_i:nth-child(67) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="66"] .cdp_i:nth-child(67) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="67"] .cdp_i:nth-child(68) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="67"] .cdp_i:nth-child(68) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="68"] .cdp_i:nth-child(69) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="68"] .cdp_i:nth-child(69) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="69"] .cdp_i:nth-child(70) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="69"] .cdp_i:nth-child(70) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="70"] .cdp_i:nth-child(71) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="70"] .cdp_i:nth-child(71) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="71"] .cdp_i:nth-child(72) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="71"] .cdp_i:nth-child(72) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="72"] .cdp_i:nth-child(73) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="72"] .cdp_i:nth-child(73) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="73"] .cdp_i:nth-child(74) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="73"] .cdp_i:nth-child(74) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="74"] .cdp_i:nth-child(75) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="74"] .cdp_i:nth-child(75) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="75"] .cdp_i:nth-child(76) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="75"] .cdp_i:nth-child(76) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="76"] .cdp_i:nth-child(77) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="76"] .cdp_i:nth-child(77) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="77"] .cdp_i:nth-child(78) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="77"] .cdp_i:nth-child(78) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="78"] .cdp_i:nth-child(79) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="78"] .cdp_i:nth-child(79) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="79"] .cdp_i:nth-child(80) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="79"] .cdp_i:nth-child(80) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
.pagination_content .cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="80"] .cdp_i:nth-child(81) {
  background-color: #FF8504;
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.pagination_content .cdp[actpage="80"] .cdp_i:nth-child(81) + .cdp_i:last-child {
  display: none !important;
}
.pagination_content .cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.pagination_content .cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
  display: inline-block;
}
.pagination_content .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;
  width: 50px;
}
.pagination_content .cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #FF8504;
  font-size: 32px;
  margin-left: -6px;
}
@-webkit-keyframes cdp-in {
  from {
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes cdp-in {
  from {
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.section_title_wrapper {
  margin-top: var(--margin-header, 0px);
  position:relative;
}
@media screen and (min-width: 1200px) {
  .section_title_wrapper {
    --margin-header: var(--pc-h);
  }
}
.section_title_wrapper.sec_bg::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  /* height: calc(145px - var(--sp-h)); */
  height: 145px;
  top: 0;
  background: #00479C;
  background-size: unset;
  background-repeat: unset;
  background-position-y: unset;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .section_title_wrapper.sec_bg::before {
    top: calc(var(--pc-h) * -1);
    height: calc(var(--pc-h) + var(--sc-top-h));
    background: url(../images/section_top_bg.png);
    background-size: 108%;
    background-repeat: no-repeat;
    background-position-y: bottom;
  }
}
.section_title_wrapper .section_inner-title {
  color: #fff;
  padding-block: var(--sec-in-ttl-px, 20px 50px);
}
.section_title_wrapper .section_inner-title :is(h1, h2) {
  font-size: var(--sec-in-ttl-h1, calc(24px + 0.3125vw));
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.44;
}
@media screen and (min-width: 1200px) {
  .section_title_wrapper .section_inner-title :is(h1, h2) {
    --sec-in-ttl-h1: calc(20px + 2.6041666667vw);
  }
}
.section_title_wrapper .section_inner-title .section_sub_title {
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 0.5;
}
.section_title_wrapper .section_inner-title .section_sub_title p {
  font-size: calc(12px + 0.2083333333vw);
}
.section_title_wrapper .section_inner-title .section_sub_title span {
  width: 9px;
  height: 9px;
  background: #6BAEFE;
  border-radius: 50%;
  display: block;
}
.section_title_wrapper .section_inner-title .section_breadcrumb nav {
  --bs-breadcrumb-divider: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'><path d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='white'/></svg>");
}
.section_title_wrapper .section_inner-title .section_breadcrumb .breadcrumb {
  --bs-breadcrumb-item-padding-x:10px;
  --bs-breadcrumb-item-active-color: #fff;
  --bs-breadcrumb-divider-color: #fff;
  --bs-breadcrumb-font-size:calc(12px + 0.15625vw);
}
.section_title_wrapper .section_inner-title .section_breadcrumb .breadcrumb .breadcrumb-item > a {
  color: #fff;
}
.section_title_wrapper .section_inner-title .section_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  position: relative;
  top: -1px;
  left: 2px;
}
@media screen and (min-width: 992px) {
  .section_title_wrapper .section_inner-title .section_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    left: 0;
  }
}

.section_breadcrumb {
  color: #00479C;
}
.section_breadcrumb nav {
  --bs-breadcrumb-divider: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8'><path d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%2300479C'/></svg>");
}
.section_breadcrumb .breadcrumb {
  --bs-breadcrumb-item-padding-x:10px;
  --bs-breadcrumb-item-active-color: #00479C;
  --bs-breadcrumb-divider-color: #00479C;
  --bs-breadcrumb-font-size:calc(12px + 0.15625vw);
}
.section_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  position: relative;
  top: -1px;
  left: 2px;
}
@media screen and (min-width: 992px) {
  .section_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    left: 0;
  }
}
.section_breadcrumb:is(.outer *) {
  margin-block: calc(10px + 0.2604166667vw) calc(15px + 0.5208333333vw);
}
@media screen and (min-width: 992px) {
  .section_breadcrumb:is(.outer *) {
    margin-block: 0 calc(15px + 0.5208333333vw);
  }
}

.section_top {
  --sc-top-spc:9px;
  background-color: #00479C;
  padding-top: calc(var(--sp-h) + var(--sc-top-spc));
  padding-bottom: var(--sc-top-spc);
  position: relative;
}
@media screen and (min-width: 1200px) {
  .section_top {
    padding-top: calc(var(--pc-h) + var(--sc-top-spc));
  }
}

.section_wrapper {
  width: 100%;
}
.section_wrapper .section_container {
  display: grid;
  grid-template-columns: 1fr;
  margin-block: var(--maring-block, 0);
}
@media screen and (min-width: 1200px) {
  .section_wrapper .section_container {
    grid-template-columns: 1fr 1fr;
    gap: 100px;
  }
}
.section_wrapper .section_container .section_content > div {
  padding-inline: 0 var(--padding-x, 0);
  margin-inline: var(--margin-x, 0);
  width: 100%;
}
.section_wrapper .section_container .section_content > div img {
  border-radius: var(--image-radius, 0);
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .section_wrapper .section_container .section_content > div {
    --padding-x:calc(60px + 2.0833333333vw);
    --image-radius:30px;
  }
}
.section_wrapper .section_container .section_content > div h2 {
  color: #00479C;
  font-size: calc(23px + 0.78125vw);
  font-weight: 600;
  margin-top: var(--sec-cnt-h2-mt, 20px);
}
@media screen and (min-width: 1200px) {
  .section_wrapper .section_container .section_content > div h2 {
    margin-top: 0;
  }
}
.section_wrapper .section_container .section_content > div .section_content_inner {
  --sec-cnt-innr-mt:calc(20px + 0.9375vw);
  margin-top: var(--sec-cnt-innr-mt);
  font-size: calc(14px + 0.3125vw);
  line-height: 2;
}
.section_wrapper .section_container .section_content > div .section_bottom_link a {
  --button-width:min(260px, 100%);
  --margin-x:auto;
  --button-color:#fff;
  display: block;
  background: #FF8504;
  padding-block: calc(10px + 0.2083333333vw);
  border-radius: 40px;
  border: var(--button-border, unset);
  width: var(--button-width, min(300px, 100%));
  margin-inline: var(--margin-x, 0);
  margin-top: calc(20px + 0.9375vw);
}
.section_wrapper .section_container .section_content > div .section_bottom_link a button {
  display: flex;
  align-items: center;
  font-size: calc(18px + 0.2083333333vw);
  font-weight: 600;
  color: var(--button-color, #fff);
  margin-inline: auto;
}
.section_wrapper .section_container .section_content > div .section_bottom_link a button img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .section_wrapper .section_container .section_content > div .section_bottom_link a {
    --margin-x:0;
  }
}
.section_wrapper .section_container .section_content > div .section_bottom_link a:is(.cs) {
  background-color: #B8B8B8;
  pointer-events: none;
}
.section_wrapper-image {
  --sec-inner-width:min(1230px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
.section_wrapper-image .image-content {
  --ceo-position-b:30px;
}
.section_wrapper-image .image-content-top {
  position: relative;
}
.section_wrapper-image .image-content-top .ceo_name {
  background-color: #ECFAFF;
  position: static;
  bottom: calc(var(--ceo-position-b) * -1);
  right: var(--ceo-position-r, 0);
  left: var(--ceo-position-l, 0);
  margin-inline: var(--ceo-m-inline, auto);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-inline: var(--ceo-p-inline, 10px);
  padding-block: var(--ceo-p-block, 5px);
}
@media screen and (min-width: 1200px) {
  .section_wrapper-image .image-content-top .ceo_name {
    --ceo-p-inline:calc(30px + 1.40625vw);
    --ceo-p-block:calc(15px + 0.5729166667vw) calc(15px + 0.4166666667vw);
    --ceo-position-r:20px;
    left: unset;
    --ceo-m-inline:unset;
  }
}
@media screen and (min-width: 768px) {
  .section_wrapper-image .image-content-top .ceo_name {
    position: absolute;
  }
}
.section_wrapper-image .image-content-top .ceo_name span {
  font-size: calc(16px + 0.3125vw);
  line-height: 2;
}
.section_wrapper-image .image-content-top .ceo_name p {
  font-size: calc(25px + 0.6770833333vw);
  line-height: 2;
}
.section_wrapper-image .image-content-inner {
  margin-top: 3%;
  margin-bottom: calc(100px + 6.25vw);
}
@layer {
  .section_wrapper-image .image-content-inner .inner_detail:not(:first-child) {
    margin-top: calc(80px + 2.34375vw);
  }
}
.section_wrapper-image .image-content-inner .inner_detail h3 {
  font-size: calc(18px + 0.7291666667vw);
  color: #00479C;
  text-align: center;
  font-weight: 600;
  margin-bottom: 3%;
}
.section_wrapper-image .image-content-inner .inner_detail p {
  margin-top: calc(15px + 0.2604166667vw);
  font-size: calc(14px + 0.3125vw);
  line-height: 2;
}
.section_wrapper-image .image-content-inner.keyword {
  margin-top: calc(30px + 0.5208333333vw);
  background-color: #ECFAFF;
  border-radius: 10px;
  padding: 10% 5%;
}
@media screen and (min-width: 768px) {
  .section_wrapper-image .image-content-inner.keyword {
    padding: 3%;
  }
}
.section_wrapper-image .image-content-inner.keyword .inner_detail h3 {
  font-size: calc(20px + 1.5625vw);
  font-weight: 600;
  line-height: 1.08;
  text-align: center;
  color: #00479C;
}
.section_wrapper-image .image-content-inner.keyword .inner_detail p {
  margin-top: calc(20px + 0.5208333333vw);
  font-size: calc(14px + 0.3125vw);
  line-height: 2;
}
.section_wrapper-movies {
  --sec-inner-width:min(1230px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
.section_wrapper-movies .movie-content {
  margin-block: var(--sec-movie-mblock, 0);
}
.section_wrapper-movies .movie-content > figure iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.section_wrapper-movies .movie-content > figure figcaption {
  margin-top: calc(20px + 0.78125vw);
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.62;
}
.section_wrapper-movies .movie-content-inner {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-top: calc(30px + 1.7708333333vw);
  flex-wrap: var(--movie-flex-wrap, wrap);
}
@media screen and (min-width: 768px) {
  .section_wrapper-movies .movie-content-inner {
    --movie-flex-wrap:nowrap;
  }
}
.section_wrapper-movies .movie-content-inner > a {
  width: 100%;
}
.section_wrapper-movies .movie-content-inner > a iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.section_wrapper .section_container:nth-child(2n-1) {
  margin-top: 0;
}
.section_wrapper .section_container:nth-child(2n-1) .section_content:nth-child(2) {
  padding-inline: 15px;
  align-self: center;
}
@media screen and (min-width: 1200px) {
  .section_wrapper .section_container:nth-child(2n-1) .section_content:nth-child(2) {
    padding-inline: 0;
  }
}
.section_wrapper .section_container:nth-child(2n-1) .section_content-left {
  --padding-x:0;
  --margin-x:auto;
}
@media screen and (min-width: 1200px) {
  .section_wrapper .section_container:nth-child(2n-1) .section_content-left img {
    --image-radius:0 30px 30px 0;
  }
}
.section_wrapper .section_container:nth-child(2n) {
  --maring-block:calc(100px + 5.2083333333vw);
}
.section_wrapper .section_container:nth-child(2n) .section_content:nth-child(1) {
  --padding-x:0;
  --margin-x:auto;
}
@media screen and (min-width: 1200px) {
  .section_wrapper .section_container:nth-child(2n) .section_content:nth-child(1) {
    --padding-x:0;
  }
  .section_wrapper .section_container:nth-child(2n) .section_content:nth-child(1) img {
    --image-radius:30px 0 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section_wrapper .section_container:nth-child(2n) .section_content-right {
    padding-inline: 0;
  }
}
.section_wrapper .section_container:nth-child(2n) > .section_content > div {
  padding-inline: var(--padding-x, 0) 0;
}
.section_wrapper .section_container:nth-child(2n) > .section_content > div.section_content-left {
  --padding-x: 0;
}
.section_wrapper .section_container:nth-child(2n) > .section_content:nth-child(1) {
  order: 1;
}
@media screen and (min-width: 1200px) {
  .section_wrapper .section_container:nth-child(2n) > .section_content:nth-child(1) {
    order: 2;
  }
}
.section_wrapper .section_container:nth-child(2n) > .section_content:nth-child(2) {
  padding-inline: 15px;
  order: 2;
}
@media screen and (min-width: 1200px) {
  .section_wrapper .section_container:nth-child(2n) > .section_content:nth-child(2) {
    padding-inline: 0;
    order: 1;
    align-self: center;
  }
}

footer {
  background: #00479C;
  padding-top: 116px;
}
footer .footer_section {
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
footer .footer_section_content-logo {
  width: min(255px, 100%);
}
footer .footer_section_content-logo img {
  width: 100%;
}
footer .footer_section_content .footer_section-menu {
  display: flex;
  margin-top: 40px;
  padding-bottom: 196px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  footer .footer_section_content .footer_section-menu {
    flex-direction: row;
  }
}
footer .footer_section_content .footer_section-menu a {
  color: #fff;
}
footer .footer_section_content .footer_section-menu nav {
  flex-basis: min(290px, 100%);
}
footer .footer_section_content .footer_section-menu nav span {
  position: relative;
  bottom: 3px;
}
footer .footer_section_content .footer_section-menu nav h4 a {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 600;
}
footer .footer_section_content .footer_section-menu nav ul {
  margin-bottom: 35px;
}
footer .footer_section_content .footer_section-menu nav ul > li {
  margin-top: 10px;
}
footer .footer_section_content .footer_section-menu nav ul > li > ul {
  margin-bottom: 20px;
}
footer .footer_section_content .footer_section-menu nav ul > li > ul li {
  position: relative;
}
footer .footer_section_content .footer_section-menu nav ul > li > ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 4px;
  margin-right: 5px;
}
footer .footer_section_content .footer_menu_container {
  display: block;
  grid-template-columns: repeat(auto-fit, minmax(min(450px, 100%), auto));
  gap: calc(50px + 0.5208333333vw);
  margin-top: 40px;
  padding-bottom: 196px;
}
@media screen and (min-width: 768px) {
  footer .footer_section_content .footer_menu_container {
    display: flex;
  }
}
footer .footer_section_content .footer_menu_container nav:first-child ul:not(:nth-of-type(1)) {
  flex-wrap: nowrap;
}
footer .footer_section_content .footer_menu_container nav:first-child ul li:first-child {
  white-space: nowrap;
}
footer .footer_section_content .footer_menu_container nav:last-child h4:not(:first-child) {
  margin-top: 20px;
}
footer .footer_section_content .footer_menu_container nav a {
  color: #fff;
  font-size: calc(12px + 0.1041666667vw);
  line-height: 1.42;
}
footer .footer_section_content .footer_menu_container nav a:is(h4 > *) {
  font-size: calc(14px + 0.1041666667vw);
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
}
footer .footer_section_content .footer_menu_container nav a span {
  position: relative;
  top: -2px;
}
@media screen and (min-width: 992px) {
  footer .footer_section_content .footer_menu_container nav a span {
    top: -3px;
  }
}
footer .footer_section_content .footer_menu_container nav ul {
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  footer .footer_section_content .footer_menu_container nav ul {
    --footer-ulli-direction:row;
    gap: 0 calc(15px + 0.2604166667vw);
  }
}
footer .footer_section_content .footer_menu_container nav ul ul:is(ul > *) {
  margin-top: 0;
  row-gap: calc(5px + 0.2604166667vw);
}
footer .footer_section_content .footer_menu_container nav h4:not(:first-child) {
  margin-top: calc(20px + 0.5208333333vw);
}
footer .footer_company {
  color: #fff;
  text-align: center;
  padding-block: 15px;
  font-size: 14px;
  line-height: 1.42;
}

@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
.fs12 {
  font-size: 3vw;
}

@media screen and (min-width: 768px) {
  .fs12 {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs12 {
    font-size: 12px;
  }
}
.fs13 {
  font-size: 3.25vw;
}

@media screen and (min-width: 768px) {
  .fs13 {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs13 {
    font-size: 13px;
  }
}
.fs14 {
  font-size: 3.5vw;
}

@media screen and (min-width: 768px) {
  .fs14 {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs14 {
    font-size: 14px;
  }
}
.fs15 {
  font-size: 3.75vw;
}

@media screen and (min-width: 768px) {
  .fs15 {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs15 {
    font-size: 15px;
  }
}
.fs16 {
  font-size: 4vw;
}

@media screen and (min-width: 768px) {
  .fs16 {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs16 {
    font-size: 16px;
  }
}
.fs17 {
  font-size: 4.25vw;
}

@media screen and (min-width: 768px) {
  .fs17 {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs17 {
    font-size: 17px;
  }
}
.fs18 {
  font-size: 4.5vw;
}

@media screen and (min-width: 768px) {
  .fs18 {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs18 {
    font-size: 18px;
  }
}
.fs19 {
  font-size: 4.75vw;
}

@media screen and (min-width: 768px) {
  .fs19 {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs19 {
    font-size: 19px;
  }
}
.fs20 {
  font-size: 5vw;
}

@media screen and (min-width: 768px) {
  .fs20 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs20 {
    font-size: 20px;
  }
}
.fs21 {
  font-size: 5.25vw;
}

@media screen and (min-width: 768px) {
  .fs21 {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs21 {
    font-size: 21px;
  }
}
.fs22 {
  font-size: 5.5vw;
}

@media screen and (min-width: 768px) {
  .fs22 {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs22 {
    font-size: 22px;
  }
}
.fs23 {
  font-size: 5.75vw;
}

@media screen and (min-width: 768px) {
  .fs23 {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs23 {
    font-size: 23px;
  }
}
.fs24 {
  font-size: 6vw;
}

@media screen and (min-width: 768px) {
  .fs24 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs24 {
    font-size: 24px;
  }
}
.fs25 {
  font-size: 6.25vw;
}

@media screen and (min-width: 768px) {
  .fs25 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs25 {
    font-size: 25px;
  }
}
.fs26 {
  font-size: 6.5vw;
}

@media screen and (min-width: 768px) {
  .fs26 {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs26 {
    font-size: 26px;
  }
}
.fs27 {
  font-size: 6.75vw;
}

@media screen and (min-width: 768px) {
  .fs27 {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs27 {
    font-size: 27px;
  }
}
.fs28 {
  font-size: 7vw;
}

@media screen and (min-width: 768px) {
  .fs28 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs28 {
    font-size: 28px;
  }
}
.fs29 {
  font-size: 7.25vw;
}

@media screen and (min-width: 768px) {
  .fs29 {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs29 {
    font-size: 29px;
  }
}
.fs30 {
  font-size: 7.5vw;
}

@media screen and (min-width: 768px) {
  .fs30 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .fs30 {
    font-size: 30px;
  }
}
.bottom_fixed {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .bottom_fixed {
    gap: 7px;
    right: 5.2083333333vw;
    bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .bottom_fixed .insta_btn {
    box-shadow: none;
  }
}
.bottom_fixed > div {
  border-radius: 5px 0 0 5px;
  width: 43px;
  height: 127px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1200px) {
  .bottom_fixed > div {
    width: 190px;
    height: 70px;
    border-radius: 10px;
  }
}
.bottom_fixed > div:nth-child(1) {
  background: #FF8504;
}
.bottom_fixed > div:nth-child(2) {
  background: #00479C;
}
.bottom_fixed > div:last-child {
  height: 43px;
}
@media screen and (min-width: 1200px) {
  .bottom_fixed > div:last-child {
    width: 190px;
    height: 70px;
  }
}
.bottom_fixed > div a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (min-width: 1200px) {
  .bottom_fixed > div a {
    font-size: 1.0416666667vw;
    writing-mode: horizontal-tb;
    text-orientation: inherit;
  }
}
.bottom_fixed > div img {
  width: 100%;
}

.section_link_area {
  --sec-inner-width:min(1310px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
  margin-block: calc(80px + 4.1666666667vw);
}
.section_link_area h5 {
  color: #00479C;
  font-weight: bold;
  margin-bottom: 1%;
}
.section_link_area .section_link_list {
  display: block;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .section_link_area .section_link_list {
    display: flex;
  }
}
.section_link_area .section_link_list li {
  background-color: #FF8504;
  width: 100%;
  color: #fff;
  padding: 4% 3%;
  justify-content: flex-start;
  margin-right: 2%;
  border-radius: 10px;
  margin-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .section_link_area .section_link_list li {
    width: 30%;
    padding: 1% 1.3%;
  }
}
.section_link_area .section_link_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sitemap h2 {
  font-size: calc(20px + 0.7291666667vw);
  color: #00479C;
}
.sitemap h3 {
  font-size: calc(18px + 0.7291666667vw);
  color: #00479C;
}
.sitemap .layer_wrapper {
  max-width: 1000px;
  margin: 4% auto;
}
.sitemap .layer_wrapper a {
  color: #00479C;
  text-decoration: underline;
  line-height: 1.8;
}
.sitemap .layer_wrapper a::before {
  display: inline-block;
  content: "・";
}
.sitemap .section_wrapper {
  background: #fff;
  --sc-wrapper-margin-bottom: 0;
}
.sitemap .section_wrapper .section_wrapper_container {
  --maring-block: 0;
  padding-block: var(--outer-wrppr-pblock, 30px);
  --sec-inner-width: min(1310px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
  background-color: #fff;
}
.sitemap .section_wrapper .section_wrapper_container .section_content-main {
  color: #00479C;
  font-weight: 600;
  text-align: center;
}

.top_home .movie {
  position: relative;
  top: 54px;
  margin-bottom: 54px;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .top_home .movie {
    inset: 0;
    margin-inline: auto;
    margin-bottom: 0;
  }
}
.top_home .movie video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.top_home .mv img {
  width: 100%;
}
.top_home .category_section {
  --sec-gap: 20px;
  background-size: 200%;
  background-position: 20% 10%;
}
@media screen and (min-width: 992px) {
  .top_home .category_section {
    background-size: 100%;
  }
}
.top_home .category_section .section_menu {
  background: url(../images/dot.svg);
  padding: 4% 0;
}
.top_home .category_section .section_inner {
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
.top_home .category_section_container {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sec-gap);
}
@media screen and (min-width: 992px) {
  .top_home .category_section_container {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.33% - var(--sec-gap)), 1fr));
  }
}
.top_home .category_section_container.item_2x {
  margin-top: var(--sec-gap);
  grid-template-columns: 1fr;
  gap: var(--sec-gap);
}
@media screen and (min-width: 992px) {
  .top_home .category_section_container.item_2x {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - var(--sec-gap)), 1fr));
  }
}
.top_home .category_section-item {
  background: #00479C;
  border-radius: 30px;
}
:is(.top_home .category_section-item.obj_position_top) img {
  -o-object-position: top;
     object-position: top;
}
.top_home .category_section-item a {
  padding: 12px;
  display: block;
}
.top_home .category_section-item a img {
  width: 100%;
  border-radius: 21px 21px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 275px;
}
.top_home .category_section-item a div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 20px;
  padding-inline: 15px;
}
@media screen and (min-width: 1200px) {
  .top_home .category_section-item a div {
    padding-inline: 20px;
  }
}
.top_home .category_section-item a div h3 {
  color: #fff;
  position: relative;
  font-size: clamp(27px, 4.1666666667vw, 32px);
  height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.684px;
}
@media screen and (min-width: 768px) {
  .top_home .category_section-item a div h3 {
    height: clamp(60px, 9.1145833333vw, 70px);
  }
}
.top_home .category_section-item a div h3::after {
  content: attr(data-title);
  position: absolute;
  bottom: 0;
  display: block;
  font-size: clamp(12px, 1.8229166667vw, 14px);
  font-weight: normal;
}
.top_home .category_section-item a div span img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top_home .category_section section {
  margin-top: 50px;
}
.top_home .category_section section > div {
  position: relative;
}
.top_home .category_section section > div:nth-child(1) {
  padding-block: clamp(30px, 7.8125vw, 60px);
  background-color: #6BAEFE;
  border-radius: 180px 0 180px 0;
  z-index: 3;
}
.top_home .category_section section > div:nth-child(1) .marquee_loop {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  font-size: 83px;
  opacity: 0.56;
  color: #fff;
  font-family: "Kanit", sans-serif;
}
@media screen and (min-width: 992px) {
  .top_home .category_section section > div:nth-child(1) .marquee_loop {
    font-size: 215px;
  }
}
.top_home .category_section section > div:nth-child(1) .marquee {
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
  pointer-events: none;
}
.top_home .category_section section > div:nth-child(1) .fsd_now_title {
  position: relative;
  top: -40px;
  padding-inline: 20px;
}
@media screen and (min-width: 1200px) {
  .top_home .category_section section > div:nth-child(1) .fsd_now_title {
    top: -130px;
  }
}
.top_home .category_section section > div:nth-child(1) .fsd_now_title h3 {
  margin-inline: auto;
  font-size: calc(26px + 1.5625vw);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.684px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .top_home .category_section section > div:nth-child(1) .fsd_now_title h3 {
    width: min(512px, 100%);
  }
}
@media screen and (min-width: 768px) {
  .top_home .category_section section > div:nth-child(1) .fsd_now_title h3 {
    font-size: clamp(70px, 13.0208333333vw, 100px);
  }
}
.top_home .category_section section > div:nth-child(1) .fsd_now_title h3 img {
  width: 100%;
}
.top_home .category_section section > div:nth-child(1) .fsd_now_title h3 + div {
  text-align: center;
  line-height: 1.8;
  font-size: clamp(16px, 3.125vw, 24px);
  color: #fff;
}
.top_home .category_section section > div:nth-child(1) .fsd_now_content {
  --fsd_gap: 55px;
}
.top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner {
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 100%;
  gap: var(--fsd_gap);
}
@media screen and (min-width: 1200px) {
  .top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner {
    grid-template-columns: repeat(3, minmax(calc(33.33% - var(--fsd_gap)), 1fr));
  }
}
.top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner-item {
  background: #fff;
  border-radius: 30px;
}
.top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner-item a {
  display: flex;
  flex-direction: column;
  height: auto;
}
@media screen and (min-width: 992px) {
  .top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner-item a {
    height: 100%;
  }
}
.top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_inner-item a img {
  width: 100%;
  min-height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 27px 27px 0 0;
  aspect-ratio: 16/9;
}
.top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_more {
  padding-inline: 15px;
  margin-top: clamp(25px, 10.15625vw, 78px);
}
.top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_more a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  background: #fff;
  padding-block: 20px;
  border-radius: 40px;
  width: min(410px, 100%);
}
.top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_more a button {
  display: flex;
  align-items: center;
  color: #FF8504;
  text-align: center;
  font-size: clamp(19px, 3.125vw, 24px);
  font-weight: 600;
  margin-inline: auto;
}
.top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_more a button img {
  width: 100%;
}
.top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_bottom {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_bottom {
    margin-top: 0;
  }
}
.top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_bottom .marquee_loop {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  font-size: 83px;
  opacity: 0.56;
  color: #fff;
  font-family: "Kanit", sans-serif;
}
@media screen and (min-width: 992px) {
  .top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_bottom .marquee_loop {
    font-size: 215px;
  }
}
.top_home .category_section section > div:nth-child(1) .fsd_now_content .fsd_now_bottom .marquee {
  -webkit-animation: marqueeLeft 30s linear infinite;
          animation: marqueeLeft 30s linear infinite;
  pointer-events: none;
}
.top_home .category_section section > div:nth-child(2) {
  background-color: #00479C;
  z-index: 1;
  height: 70vh;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_home .category_section section > div:nth-child(2) {
    height: 670px;
  }
}
@media screen and (min-width: 992px) {
  .top_home .category_section section > div:nth-child(2) {
    height: 325px;
  }
}
.top_home .category_section section > div:nth-child(2)::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 180px;
  top: -180px;
  background-color: #00479C;
  left: 0;
  z-index: 1;
}
.top_home .category_section section > div:nth-child(2) .news_section {
  width: 100%;
  position: absolute;
  bottom: -180px;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .top_home .category_section section > div:nth-child(2) .news_section {
    bottom: -155px;
  }
}
.top_home .category_section section > div:nth-child(2) .news_section_inner {
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
  padding-inline: 15px 0;
}
@media screen and (min-width: 992px) {
  .top_home .category_section section > div:nth-child(2) .news_section_inner {
    padding-inline: 15px;
  }
}
.top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content {
  border: solid #00479C;
  border-width: 7px 0 7px 7px;
  background: #fff;
  border-radius: 50px 0 0 50px;
  padding-block: 35px 40px;
  padding-inline: clamp(30px, 5.46875vw, 42px);
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media screen and (min-width: 992px) {
  .top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content {
    flex-direction: row;
    border-radius: 50px;
    border-width: 7px;
    gap: 40px;
  }
}
.top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content-left a {
  --button-color:#fff;
  display: block;
  background: #FF8504;
  padding-block: calc(10px + 0.2083333333vw);
  border-radius: 40px;
  border: var(--button-border, unset);
  width: var(--button-width, min(300px, 100%));
  margin-inline: var(--margin-x, 0);
  margin-top: 20px;
}
.top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content-left a button {
  display: flex;
  align-items: center;
  font-size: calc(18px + 0.2083333333vw);
  font-weight: 600;
  color: var(--button-color, #fff);
  margin-inline: auto;
}
.top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content-left a button img {
  width: 100%;
}
.top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content-right {
  width: 100%;
}
.top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content-right .news_item {
  padding-block: 10px 20px;
  padding-inline: 0;
  border-bottom: 3px dotted #00479C;
}
@media screen and (min-width: 992px) {
  .top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content-right .news_item {
    padding-inline: 20px;
  }
}
.top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content-right .news_item:not(:first-child) {
  margin-top: clamp(20px, 3.90625vw, 30px);
}
.top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content-right .news_item a {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content-right .news_item a {
    align-items: center;
    gap: 34px;
    flex-direction: row;
  }
}
.top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content-right .news_item a > span:nth-child(1) {
  color: #FF8504;
  font-size: 14px;
  font-weight: 600;
}
.top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content-right .news_item a > span:nth-child(2) {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .top_home .category_section section > div:nth-child(2) .news_section_inner .news_section_content-right .news_item a > span:nth-child(2) {
    font-weight: 600;
  }
}
.top_home .pitch_section {
  padding-top: 155px;
  padding-bottom: 70px;
}
.top_home .pitch_section .pitch_section_content {
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
  margin-top: 80px;
}
.top_home .pitch_section .pitch_section_content .pitch_section-inner {
  padding-inline: 0;
}
@media screen and (min-width: 992px) {
  .top_home .pitch_section .pitch_section_content .pitch_section-inner {
    padding-inline: 50px;
  }
}
.top_home .pitch_section .pitch_section_content .pitch_section-inner div {
  margin-top: 38px;
  width: min(1280px, 100%);
  margin-inline: auto;
  text-align: right;
  position: relative;
  z-index: 3;
}
.top_home .pitch_section .pitch_section_content .pitch_section-inner div a {
  text-decoration: underline;
}
.top_home .pitch_section .pitch_section_content .pitch_section-inner div iframe {
  width: 100%;
  aspect-ratio: 16/9.7;
  max-height: 50vh;
}
@media screen and (min-width: 992px) {
  .top_home .pitch_section .pitch_section_content .pitch_section-inner div iframe {
    max-height: 80vh;
  }
}
.top_home .pitch_section .pdfjs-fullscreen {
  display: none;
}
.top_home footer {
  position: relative;
}
.top_home footer::before {
  content: "";
  background: url(../images/top_footer_wave.png);
  background-size: 100%;
  background-position: top;
  display: block;
  width: 100%;
  height: 20vw;
  position: absolute;
  top: -20vw;
  overflow-y: hidden;
  background-repeat: no-repeat;
}

.sns {
  background-color: #fff !important;
}
.sns h3 {
  font-size: calc(26px + 1.5625vw);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.684px;
  text-align: center;
  color: #00479C;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .sns h3 {
    font-size: clamp(70px, 13.0208333333vw, 100px);
  }
}
.sns .sns_section {
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
  background-color: #fff !important;
  border-radius: 0 !important;
}
.sns .sns_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sns .sns_list li {
  width: 19%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.sns .sns_list li:nth-child(5n) {
  margin-right: 0;
}

@-webkit-keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: -102%;
  }
}

@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: -102%;
  }
}
@-webkit-keyframes marqueeLeft {
  0% {
    translate: -102%;
  }
  100% {
    translate: 0;
  }
}
@keyframes marqueeLeft {
  0% {
    translate: -102%;
  }
  100% {
    translate: 0;
  }
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid, .project .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail .detail-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid, .project .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail .detail-grid {
    grid-template-columns: calc(20px + 2.0833333333vw) 1fr;
  }
}

.project {
  --sc-top-h: calc(300px + 6.0625vw);
}
@media screen and (min-width: 1200px) {
  .project .section_inner-title {
    --sec-in-ttl-px: calc(30px + 1.5625vw) calc(60px + 2.0833333333vw);
  }
}
.project .section_wrapper:nth-child(3) .section_container {
  margin-top: calc(40px + 4.1666666667vw);
}
.project .section_wrapper .section_container {
  --maring-block:calc(40px + 4.1666666667vw);
}
.project .section_wrapper .section_container:last-child {
  --maring-block: calc(40px + 4.1666666667vw) calc(100px + 7.8125vw);
}
.project .section_wrapper h3 {
  display: inline-block;
  background: #00479C;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
  margin: 2% 0 0 0;
}
@media screen and (min-width: 768px) {
  .project .section_wrapper h3 {
    margin-bottom: 2%;
  }
}
.project .section_bottom_link {
  display: flex;
  flex-wrap: wrap;
  gap: calc(15px + 0.2604166667vw);
  margin-top: calc(30px + 1.0416666667vw);
}
.project .section_bottom_link a {
  --button-width:min(300px, 100%);
  --margin-x:auto;
  --button-color:#fff;
  display: block;
  background: #FF8504;
  padding-block: calc(10px + 0.2083333333vw);
  border-radius: 40px;
  border: var(--button-border, unset);
  width: var(--button-width, min(300px, 100%));
  margin-inline: var(--margin-x, 0);
}
.project .section_bottom_link a button {
  display: flex;
  align-items: center;
  font-size: calc(18px + 0.2083333333vw);
  font-weight: 600;
  color: var(--button-color, #fff);
  margin-inline: auto;
}
.project .section_bottom_link a button img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .project .section_bottom_link a {
    --margin-x:0;
  }
}
.project .section_bottom_link a:is(.cs) {
  background-color: #B8B8B8;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .project .section_bottom_link a {
    width: unset;
    padding-inline: 30px;
  }
}
.project .section_bottom_link a button {
  margin-inline: 20px 0;
}
@media screen and (min-width: 768px) {
  .project .section_bottom_link a button {
    margin-inline: auto;
  }
}
.project .section_bottom_link:last-child {
  margin-top: 2%;
}
.project .section_wrapper .section_container .section_content > div .section_bottom_link a {
  width: 100%;
  margin-top: 0;
  padding-inline: 0;
  margin-inline: 0;
}
@media screen and (min-width: 768px) {
  .project .section_wrapper .section_container .section_content > div .section_bottom_link a {
    width: unset;
    padding-inline: 30px;
  }
}
.project .section_wrapper .section_container .section_content > div .section_bottom_link a button {
  margin-inline: 20px 0;
}
@media screen and (min-width: 768px) {
  .project .section_wrapper .section_container .section_content > div .section_bottom_link a button {
    margin-inline: auto;
  }
}
.project .outer .section_wrapper {
  background: #fff;
}
.project .outer .section_wrapper .section_container {
  --maring-block: 0;
  padding-block: var(--outer-wrppr-pblock, 30px);
}
@media screen and (min-width: 1200px) {
  .project .outer .section_wrapper .section_container {
    --outer-wrppr-pblock:calc(60px + 2.0833333333vw);
  }
}
.project .outer .section_wrapper .section_container .section_content-left h3 {
  text-transform: uppercase;
  color: #FFC515;
  font-size: calc(16px + 0.2083333333vw);
  line-height: 2;
  margin-block: var(--sec-cnt-h3-mblck, calc(10px + 0.5208333333vw) calc(10px + 0.5208333333vw));
}
@media screen and (min-width: 1200px) {
  .project .outer .section_wrapper .section_container .section_content-left h3 {
    --sec-cnt-h3-mblck:0 calc(20px + 1.0416666667vw);
  }
}
.project .outer .section_wrapper .section_container .section_content-left .section_content_inner {
  --sec-cnt-innr-mt: calc(15px + 0.78125vw);
}
.project .outer .section_wrapper .section_container .section_content-left .section_content_point {
  margin-top: var(--sec-point-mt, 40px);
  position: relative;
  background: #FFF9E8;
  border-radius: 30px;
  padding-block: calc(30px + 0.9895833333vw) calc(25px + 0.6770833333vw);
  padding-inline: calc(10px + 1.1458333333vw);
  margin-right: var(--sec-point-mr, 0);
}
@media screen and (min-width: 1200px) {
  .project .outer .section_wrapper .section_container .section_content-left .section_content_point {
    --sec-point-mr: calc(20px + 0.5208333333vw);
    --sec-point-mt: calc(50px + 2.34375vw);
  }
}
.project .outer .section_wrapper .section_container .section_content-left .section_content_point h4 {
  position: absolute;
  top: var(--sec-point-h4-top, -35px);
  left: 0;
  width: var(--sec-point-width, 100px);
}
@media screen and (min-width: 1200px) {
  .project .outer .section_wrapper .section_container .section_content-left .section_content_point h4 {
    --sec-point-width: min(134px, 100%);
    --sec-point-h4-top: calc(calc(35px + 0.5729166667vw) * -1);
  }
}
.project .outer .section_wrapper .section_container .section_content-left .section_content_point ul {
  padding-left: calc(20px + 0.2604166667vw);
}
.project .outer .section_wrapper .section_container .section_content-left .section_content_point ul li {
  color: #FFC515;
  list-style: disc;
}
.project .outer .section_wrapper .section_container .section_content-left .section_content_point ul li span {
  color: #271C1C;
  font-size: var(--sec-point-li-fs, 14px);
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .project .outer .section_wrapper .section_container .section_content-left .section_content_point ul li span {
    --sec-point-li-fs:calc(16px + 0.2083333333vw);
  }
}
.project .outer .section_wrapper .section_container:nth-child(2n-1) .section_content > div {
  padding-inline: 0 var(--padding-x, 0);
  margin-inline: var(--margin-x, 0);
  width: 100%;
}
.project .outer .section_wrapper .section_container:nth-child(2n-1) .section_content > div img {
  border-radius: var(--image-radius, 0);
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .project .outer .section_wrapper .section_container:nth-child(2n-1) .section_content > div {
    --padding-x:calc(60px + 2.0833333333vw);
    --image-radius:30px;
  }
}
.project .outer .section_wrapper .section_container:nth-child(2n-1) .section_content:nth-child(1) {
  padding-inline: 15px;
  align-self: center;
}
@media screen and (min-width: 1200px) {
  .project .outer .section_wrapper .section_container:nth-child(2n-1) .section_content:nth-child(1) {
    padding-inline: 0;
  }
}
.project .outer .section_wrapper .section_container:nth-child(2n-1) .section_content-right {
  --padding-x:0;
  --margin-x:auto;
}
@media screen and (min-width: 1200px) {
  .project .outer .section_wrapper .section_container:nth-child(2n-1) .section_content-right img {
    --image-radius:30px 0 0 30px;
  }
}
.project .outer .section_wrapper .section_container:nth-child(2n-1) > .section_content > div {
  padding-inline: var(--padding-x, 0) 0;
}
.project .outer .section_wrapper .section_container:nth-child(2n-1) > .section_content:nth-child(1) {
  order: 2;
}
@media screen and (min-width: 1200px) {
  .project .outer .section_wrapper .section_container:nth-child(2n-1) > .section_content:nth-child(1) {
    order: 1;
  }
}
.project .outer .section_wrapper .section_container:nth-child(2n-1) > .section_content:nth-child(2) {
  order: 1;
}
@media screen and (min-width: 1200px) {
  .project .outer .section_wrapper .section_container:nth-child(2n-1) > .section_content:nth-child(2) {
    order: 2;
  }
}
.project .outer .section_wrapper-movies .movie-content {
  --sec-movie-mblock:calc(60px + 3.125vw) 0;
}
.project .outer .section_layer_wrapper .layer_container {
  --sec-inner-width:min(1310px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
  margin-block: calc(80px + 4.1666666667vw);
}
.project .outer .section_layer_wrapper .layer_container .layer_content {
  --layer-padding:calc(10px + 1.5625vw);
  overflow: hidden;
}
.project .outer .section_layer_wrapper .layer_container .layer_content:not(:first-child) {
  margin-top: calc(40px + 3.125vw);
}
.project .outer .section_layer_wrapper .layer_container .layer_content :is(.content_bottom-link:not(:first-child)) {
  margin-top: calc(20px + 1.0416666667vw);
}
.project .outer .section_layer_wrapper .layer_container .layer_content h2 {
  background: #00479C;
  padding-block: calc(5px + 0.2604166667vw);
  padding: var(--layer-padding);
  color: #fff;
  border-radius: 15px 15px 0 0;
  font-size: calc(18px + 0.5729166667vw);
  font-weight: 600;
  line-height: 1.44;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner {
  padding-inline: var(--layer-padding);
  padding-block: calc(20px + 1.3541666667vw);
  border: 3px solid #00479C;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 15px 15px;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner h3 {
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  line-height: 1.08;
  color: #00479C;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .flex_img {
  margin: 0 auto;
  max-width: 500px;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .flex_img img {
  width: 100%;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail {
  padding-block: calc(20px + 0.5208333333vw) calc(20px + 1.3020833333vw);
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail p {
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.62;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail p:not(:first-child) {
  margin-top: calc(25px + 0.2604166667vw);
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail .kurasoru_img {
  margin-top: calc(30px + 2.0833333333vw);
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail :is(h4) span {
  font-size: calc(16px + 0.1041666667vw);
  font-weight: 600;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail :is(h4) span:first-child {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: calc(18px + 0.625vw);
  line-height: 1.16;
  font-weight: normal;
  color: #00479C;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail .detail-inner {
  margin-top: calc(15px + 0.8854166667vw);
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link {
  display: grid;
  grid-template-columns: var(--cont-bttm-tmp-clm, 1fr);
  row-gap: var(--cont-bttm-gap, 5px);
}
@media screen and (min-width: 992px) {
  .project .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link {
    --cont-bttm-gap:0;
    --cont-bttm-tmp-clm: 220px 1fr;
  }
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(1) {
  justify-self: var(--cont-bttm-jself, center);
}
@media screen and (min-width: 992px) {
  .project .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(1) {
    --cont-bttm-jself:unset;
  }
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(2) {
  padding-top: 8px;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(2) a {
  color: #00479C;
  font-size: calc(16px + 0.2083333333vw);
  line-height: 2;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(2) a span {
  position: relative;
  bottom: 10px;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(2) p {
  display: block;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.62;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items {
  display: grid;
  grid-template-columns: var(--cntnr-grid-columns, 1fr);
  align-items: center;
  -moz-column-gap: calc(0px + 3.6458333333vw);
       column-gap: calc(0px + 3.6458333333vw);
  row-gap: calc(10px + 0.5208333333vw);
}
@media screen and (min-width: 992px) {
  .project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items {
    --cntnr-grid-columns:auto min(400px, 100%);
  }
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items.left {
  grid-template-columns: var(--cntnr-grid-columns, 1fr);
}
@media screen and (min-width: 992px) {
  .project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items.left {
    --cntnr-grid-columns: min(400px, 100%) auto;
  }
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid {
  margin-bottom: calc(10px + 0.5208333333vw);
  line-height: 1.62;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid_bottom {
  margin-top: 25px;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid_bottom h5 {
  line-height: 1.62;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid_bottom ul {
  margin-top: calc(8px + 0.1041666667vw);
  display: flex;
  gap: calc(10px + 0.2604166667vw);
  flex-wrap: wrap;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid_bottom ul li {
  border: 1px solid #00479C;
  border-radius: 3px;
  color: #00479C;
  padding: 5px calc(10px + 0.2604166667vw);
  font-size: 14px;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items :is(h4) span {
  font-size: calc(16px + 0.1041666667vw);
  font-weight: 600;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items :is(h4) span:first-child {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: calc(18px + 0.625vw);
  line-height: 1.16;
  font-weight: normal;
  color: #00479C;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items > :not(:first-child):nth-child(2n-1) {
  margin-top: calc(5px + 0.5208333333vw);
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items > :nth-child(2n) {
  text-align: center;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items p {
  text-align: left;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), auto));
  gap: 20px 20px;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div {
  padding: var(--gird-item-padding, 20px 15px);
  display: flex;
  flex-direction: column;
  background-color: #FFF9E8;
  border-radius: 20px;
  gap: calc(10px + 0.5208333333vw);
}
@media screen and (min-width: 768px) {
  .project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div {
    --gird-item-padding:calc(10px + 1.0416666667vw);
  }
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div span {
  border-radius: 3px;
  background-color: #FFC515;
  padding: 5px 20px;
  color: #fff;
  font-size: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div h4 {
  font-size: 20px;
  line-height: 1.5;
  flex: 1;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div div {
  font-size: 16px;
  line-height: 1.62;
  flex: 2;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div div h5 {
  color: #00479C;
  margin-bottom: calc(15px + 0.78125vw);
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div p {
  font-size: 14px;
  text-align: left;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div p i {
  padding-right: 10px;
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-row > div:not(:first-child) {
  margin-top: calc(30px + 1.0416666667vw);
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-row > div h3 {
  font-size: calc(16px + 0.1041666667vw);
}
.project .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-row > div p {
  margin-top: calc(10px + 0.4166666667vw);
  line-height: 1.62;
}
.project .layer.wrapper .section_wrapper {
  background: #fff;
  --sc-wrapper-margin-bottom:0;
}
.project .layer.wrapper .section_wrapper .section_wrapper_container {
  --maring-block: 0;
  padding-block: var(--outer-wrppr-pblock, 30px);
  --sec-inner-width:min(1310px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .project .layer.wrapper .section_wrapper .section_wrapper_container {
    --outer-wrppr-pblock:calc(25px + 1.8229166667vw);
  }
}
.project .layer.wrapper .section_wrapper .section_wrapper_container .section_content-main {
  color: #00479C;
  font-weight: 600;
  text-align: center;
}
.project .layer.wrapper .section_wrapper .section_wrapper_container .section_content-main h2 {
  font-size: calc(20px + 1.0416666667vw);
  line-height: 1.45;
}
.project .layer.wrapper .section_layer_wrapper {
  --sec-inner-width:min(1310px, 100%);
  margin-block: var(--sc-layer-block, 20px 50px);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .project .layer.wrapper .section_layer_wrapper {
    --sc-layer-block:calc(15px + 0.2604166667vw) calc(100px + 2.6041666667vw);
  }
}
.project .layer.wrapper .section_layer_wrapper .section_breadcrumb {
  margin-block: 0;
}
.project .layer.wrapper .section_layer_wrapper > .layer_wrapper {
  margin-top: calc(30px + 2.6041666667vw);
}
.project .layer.wrapper .section_layer_wrapper > .layer_wrapper:nth-of-type(2) {
  margin-top: calc(30px + 1.3020833333vw);
}
.project .layer.wrapper .section_layer_wrapper .layer_inner-image {
  width: min(790px, 100%);
  margin: 0 auto;
  text-align: center;
}
.project .layer.wrapper .section_layer_wrapper .layer_inner div {
  margin-top: calc(30px + 1.5625vw);
}
.project .layer.wrapper .section_layer_wrapper .layer_inner div h3 {
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  line-height: 1.08;
  color: #00479C;
}
.project .layer.wrapper .section_layer_wrapper .layer_inner div p {
  margin-top: 10px;
  font-size: calc(16px + 0.2083333333vw);
  line-height: 2;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content {
  --layer-padding:calc(10px + 1.5625vw);
  overflow: hidden;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content:not(:first-child) {
  margin-top: calc(40px + 3.125vw);
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content h2 {
  background: #00479C;
  padding-block: calc(5px + 0.2604166667vw);
  padding-left: var(--layer-padding);
  color: #fff;
  border-radius: 15px 15px 0 0;
  font-size: calc(18px + 0.5729166667vw);
  font-weight: 600;
  line-height: 1.44;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner {
  padding-inline: var(--layer-padding);
  padding-block: calc(20px + 1.3541666667vw);
  border: 3px solid #00479C;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 15px 15px;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner h3 {
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  line-height: 1.08;
  color: #00479C;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner h3:not(:first-child) {
  margin-top: calc(30px + 1.0416666667vw);
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner div:is(h3 + *) {
  margin-top: 15px;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner div:is(h3 + *) span {
  --circle-w:8px;
  display: inline-block;
  width: var(--circle-w);
  height: var(--circle-w);
  border-radius: var(--circle-w);
  background-color: #FFC515;
  margin-right: 15px;
  margin-bottom: 2px;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner p {
  margin-top: 10px;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner .content_detail {
  margin-top: calc(25px + 0.2604166667vw);
  background-color: #FFF9E8;
  border-radius: 10px;
  padding: calc(20px + 0.5208333333vw);
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner .content_detail h4 {
  display: flex;
  align-items: center;
  color: #00479C;
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  margin-bottom: 10px;
  gap: 8px;
  flex-direction: var(--flex-dirction, column);
}
@media screen and (min-width: 992px) {
  .project .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner .content_detail h4 {
    --flex-dirction: row;
  }
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner .content_detail h4 span {
  display: inline-block;
  background-color: #00479C;
  color: #fff;
  font-size: calc(12px + 0.1041666667vw);
  padding: 2px 17px;
  font-weight: normal;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner .content_detail div {
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper {
  display: flex;
  gap: 20px;
  padding: calc(25px + 0.5208333333vw) calc(15px + 1.3020833333vw);
  border: 3px solid #00479C;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 15px 15px;
  flex-wrap: wrap;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper a {
  --button-color:#fff;
  display: block;
  background: #FF8504;
  padding-block: calc(10px + 0.2083333333vw);
  border-radius: 40px;
  border: var(--button-border, unset);
  width: var(--button-width, min(300px, 100%));
  margin-inline: var(--margin-x, 0);
  width: auto;
  padding-inline: 30px;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper a button {
  display: flex;
  align-items: center;
  font-size: calc(18px + 0.2083333333vw);
  font-weight: 600;
  color: var(--button-color, #fff);
  margin-inline: auto;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper a button img {
  width: 100%;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow {
  padding: calc(25px + 1.0416666667vw) calc(15px + 1.3020833333vw);
  border: 3px solid #00479C;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 15px 15px;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-main {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: calc(20px + 0.5208333333vw);
       column-gap: calc(20px + 0.5208333333vw);
  row-gap: calc(15px + 0.5208333333vw);
}
@media screen and (min-width: 1200px) {
  .project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-main {
    grid-template-columns: repeat(auto-fit, minmax(360px, 31.5%));
    justify-items: center;
  }
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item {
  display: flex;
  justify-content: center;
  width: min(var(--item-max-width, 600px), 100%);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item {
    --item-max-width:400px;
    margin-inline: 0;
  }
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.project .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a img {
  width: 100%;
  min-height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 16/9;
}

.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid, .case .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail .detail-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid, .case .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail .detail-grid {
    grid-template-columns: calc(20px + 2.0833333333vw) 1fr;
  }
}

.case {
  --sc-top-h: calc(300px + 6.0625vw);
}
@media screen and (min-width: 1200px) {
  .case .section_inner-title {
    --sec-in-ttl-px: calc(30px + 1.5625vw) calc(60px + 2.0833333333vw);
  }
}
.case .section_wrapper:nth-child(3) .section_container {
  margin-top: calc(40px + 4.1666666667vw);
}
.case .section_wrapper .section_container {
  --maring-block:calc(40px + 4.1666666667vw);
}
.case .section_wrapper .section_container:last-child {
  --maring-block: calc(40px + 4.1666666667vw) calc(100px + 7.8125vw);
}
.case .section_wrapper h2 {
  margin-top: 2%;
}
.case .section_wrapper h3 {
  display: inline-block;
  background: #00479C;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
  margin: 4% 0 0 0;
}
@media screen and (min-width: 768px) {
  .case .section_wrapper h3 {
    margin-bottom: 2%;
  }
}
.case .section_bottom_link {
  display: flex;
  flex-wrap: wrap;
  gap: calc(15px + 0.2604166667vw);
  margin-top: calc(30px + 1.0416666667vw);
}
.case .section_bottom_link a {
  --button-width:min(260px, 100%);
  --margin-x:auto;
  --button-color:#fff;
  display: block;
  background: #FF8504;
  padding-block: calc(10px + 0.2083333333vw);
  border-radius: 40px;
  border: var(--button-border, unset);
  width: var(--button-width, min(300px, 100%));
  margin-inline: var(--margin-x, 0);
  margin-left: 0;
}
.case .section_bottom_link a button {
  display: flex;
  align-items: center;
  font-size: calc(18px + 0.2083333333vw);
  font-weight: 600;
  color: var(--button-color, #fff);
  margin-inline: auto;
}
.case .section_bottom_link a button img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .case .section_bottom_link a {
    --margin-x:0;
  }
}
.case .section_bottom_link a:is(.cs) {
  background-color: #B8B8B8;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .case .section_bottom_link a {
    width: unset;
    padding-inline: 30px;
  }
}
.case .section_bottom_link a button {
  margin-inline: 20px 0;
}
@media screen and (min-width: 768px) {
  .case .section_bottom_link a button {
    margin-inline: auto;
  }
}
.case .section_wrapper .section_container .section_content > div .section_bottom_link a {
  width: 100%;
  margin-top: 0;
  padding-inline: 0;
  margin-inline: 0;
}
@media screen and (min-width: 768px) {
  .case .section_wrapper .section_container .section_content > div .section_bottom_link a {
    width: unset;
    padding-inline: 30px;
  }
}
.case .section_wrapper .section_container .section_content > div .section_bottom_link a button {
  margin-inline: 20px 0;
}
@media screen and (min-width: 768px) {
  .case .section_wrapper .section_container .section_content > div .section_bottom_link a button {
    margin-inline: auto;
  }
}
.case .outer .section_wrapper {
  background: #fff;
}
.case .outer .section_wrapper .section_container {
  --maring-block: 0;
  padding-block: var(--outer-wrppr-pblock, 30px);
}
@media screen and (min-width: 1200px) {
  .case .outer .section_wrapper .section_container {
    --outer-wrppr-pblock:calc(60px + 2.0833333333vw);
  }
}
.case .outer .section_wrapper .section_container .section_content-left .consultant_name {
  color: #00479C;
}
.case .outer .section_wrapper .section_container .section_content-left .section_content_inner {
  --sec-cnt-innr-mt: calc(15px + 0.78125vw);
}
.case .outer .section_wrapper .section_container .section_content-left .section_content_point {
  margin-top: var(--sec-point-mt, 40px);
  position: relative;
  background: #FFF9E8;
  border-radius: 30px;
  padding-block: calc(30px + 0.9895833333vw) calc(25px + 0.6770833333vw);
  padding-inline: calc(10px + 1.1458333333vw);
  margin-right: var(--sec-point-mr, 0);
}
@media screen and (min-width: 1200px) {
  .case .outer .section_wrapper .section_container .section_content-left .section_content_point {
    --sec-point-mr: calc(20px + 0.5208333333vw);
    --sec-point-mt: calc(50px + 2.34375vw);
  }
}
.case .outer .section_wrapper .section_container .section_content-left .section_content_point h4 {
  position: absolute;
  top: var(--sec-point-h4-top, -35px);
  left: 0;
  width: var(--sec-point-width, 100px);
}
@media screen and (min-width: 1200px) {
  .case .outer .section_wrapper .section_container .section_content-left .section_content_point h4 {
    --sec-point-width: min(134px, 100%);
    --sec-point-h4-top: calc(calc(35px + 0.5729166667vw) * -1);
  }
}
.case .outer .section_wrapper .section_container .section_content-left .section_content_point ul {
  padding-left: calc(20px + 0.2604166667vw);
}
.case .outer .section_wrapper .section_container .section_content-left .section_content_point ul li {
  color: #FFC515;
  list-style: disc;
}
.case .outer .section_wrapper .section_container .section_content-left .section_content_point ul li span {
  color: #271C1C;
  font-size: var(--sec-point-li-fs, 14px);
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .case .outer .section_wrapper .section_container .section_content-left .section_content_point ul li span {
    --sec-point-li-fs:calc(16px + 0.2083333333vw);
  }
}
.case .outer .section_wrapper .section_container:nth-child(2n-1) .section_content > div {
  padding-inline: 0 var(--padding-x, 0);
  margin-inline: var(--margin-x, 0);
  width: 100%;
}
.case .outer .section_wrapper .section_container:nth-child(2n-1) .section_content > div img {
  border-radius: var(--image-radius, 0);
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .case .outer .section_wrapper .section_container:nth-child(2n-1) .section_content > div {
    --padding-x:calc(60px + 2.0833333333vw);
    --image-radius:30px;
  }
}
.case .outer .section_wrapper .section_container:nth-child(2n-1) .section_content:nth-child(1) {
  padding-inline: 15px;
  align-self: center;
}
@media screen and (min-width: 1200px) {
  .case .outer .section_wrapper .section_container:nth-child(2n-1) .section_content:nth-child(1) {
    padding-inline: 0;
  }
}
.case .outer .section_wrapper .section_container:nth-child(2n-1) .section_content-right {
  --padding-x:0;
  --margin-x:auto;
}
@media screen and (min-width: 1200px) {
  .case .outer .section_wrapper .section_container:nth-child(2n-1) .section_content-right img {
    --image-radius:30px 0 0 30px;
  }
}
.case .outer .section_wrapper .section_container:nth-child(2n-1) > .section_content > div {
  padding-inline: var(--padding-x, 0) 0;
}
.case .outer .section_wrapper .section_container:nth-child(2n-1) > .section_content:nth-child(1) {
  order: 2;
}
@media screen and (min-width: 1200px) {
  .case .outer .section_wrapper .section_container:nth-child(2n-1) > .section_content:nth-child(1) {
    order: 1;
  }
}
.case .outer .section_wrapper .section_container:nth-child(2n-1) > .section_content:nth-child(2) {
  order: 1;
}
@media screen and (min-width: 1200px) {
  .case .outer .section_wrapper .section_container:nth-child(2n-1) > .section_content:nth-child(2) {
    order: 2;
  }
}
.case .outer .section_wrapper-movies .movie-content {
  --sec-movie-mblock:calc(60px + 3.125vw) 0;
}
.case .outer .section_layer_wrapper .layer_container {
  --sec-inner-width:min(1310px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
  margin-block: calc(80px + 4.1666666667vw);
}
.case .outer .section_layer_wrapper .layer_container .layer_content {
  --layer-padding:calc(10px + 1.5625vw);
  overflow: hidden;
}
.case .outer .section_layer_wrapper .layer_container .layer_content:not(:first-child) {
  margin-top: calc(40px + 3.125vw);
}
.case .outer .section_layer_wrapper .layer_container .layer_content .inner_b {
  background-color: #ECFAFF;
  border-radius: 15px;
  margin: 2% 0;
  text-align: center;
  padding: 3%;
}
.case .outer .section_layer_wrapper .layer_container .layer_content .inner_b .c_txt {
  margin-top: 2%;
  line-height: 2;
}
.case .outer .section_layer_wrapper .layer_container .layer_content .consultant_area {
  display: grid;
  grid-template-columns: var(--cntnr-grid-columns, 1fr);
  background-color: #ECFAFF;
  border-radius: 15px;
  margin: 2% 0;
  text-align: center;
  padding: 3%;
  -moz-column-gap: calc(0px + 2.6041666667vw);
       column-gap: calc(0px + 2.6041666667vw);
}
@media screen and (min-width: 992px) {
  .case .outer .section_layer_wrapper .layer_container .layer_content .consultant_area {
    --cntnr-grid-columns: min(200px, 100%) auto;
  }
}
.case .outer .section_layer_wrapper .layer_container .layer_content .consultant_area .flex_img {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1%;
}
@media screen and (min-width: 992px) {
  .case .outer .section_layer_wrapper .layer_container .layer_content .consultant_area .flex_img {
    max-width: none;
  }
}
.case .outer .section_layer_wrapper .layer_container .layer_content .consultant_area .flex_txt {
  text-align: left;
}
.case .outer .section_layer_wrapper .layer_container .layer_content .consultant_area .flex_txt .en {
  font-size: calc(18px + 0.5729166667vw);
  color: #00479C;
  font-weight: 900;
  opacity: 0.9;
  margin-bottom: 1%;
}
.case .outer .section_layer_wrapper .layer_container .layer_content .consultant_area .flex_txt .name {
  font-size: calc(14px + 0.5729166667vw);
  margin-bottom: 3%;
}
.case .outer .section_layer_wrapper .layer_container .layer_content :is(.content_bottom-link:not(:first-child)) {
  margin-top: calc(20px + 1.0416666667vw);
}
.case .outer .section_layer_wrapper .layer_container .layer_content h2 {
  background: #00479C;
  padding-block: calc(5px + 0.2604166667vw);
  padding: var(--layer-padding);
  color: #fff;
  border-radius: 15px 15px 0 0;
  font-size: calc(16px + 0.5729166667vw);
  font-weight: 600;
  line-height: 1.44;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner {
  padding-inline: var(--layer-padding);
  padding-block: calc(20px + 1.3541666667vw);
  border: 3px solid #00479C;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 15px 15px;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner.gray {
  border-width: 0;
  border-radius: 15px;
  background-color: #F2F2F2;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner.gray h4 {
  color: #00479C;
  text-align: left;
  font-size: calc(14px + 0.3125vw);
  margin-bottom: 2%;
  font-weight: bold;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner.gray h4 a {
  margin: 0;
  text-decoration: underline;
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 992px) {
  .case .outer .section_layer_wrapper .layer_container .layer_content-inner.gray h4 a {
    display: inline-block;
    margin: 0 10px;
  }
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner.gray h4 a img {
  padding-left: 15px;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner.etc .flex_txt {
  text-align: left !important;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner.etc .flex_txt h5 {
  display: inline-block;
  background: #00479C;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
  margin: 2% 0 0 0;
  font-size: 14px;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner.etc .flex_txt h4 {
  font-size: calc(14px + 0.3125vw);
  margin: 2% 0;
  color: #00479C;
  font-weight: 600;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner h3 {
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  line-height: 1.08;
  color: #00479C;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .add_txt {
  margin-top: 3%;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail {
  padding-block: calc(20px + 0.5208333333vw) calc(20px + 1.3020833333vw);
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail p {
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.62;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail p:not(:first-child) {
  margin-top: calc(25px + 0.2604166667vw);
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail .kurasoru_img {
  margin-top: calc(30px + 2.0833333333vw);
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail .flex_img {
  max-width: 500px;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail :is(h4) span {
  font-size: calc(16px + 0.1041666667vw);
  font-weight: 600;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail :is(h4) span:first-child {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: calc(18px + 0.625vw);
  line-height: 1.16;
  font-weight: normal;
  color: #00479C;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail .detail-inner {
  margin-top: calc(15px + 0.8854166667vw);
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link {
  display: grid;
  grid-template-columns: var(--cont-bttm-tmp-clm, 1fr);
  row-gap: var(--cont-bttm-gap, 5px);
}
@media screen and (min-width: 992px) {
  .case .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link {
    --cont-bttm-gap:0;
    --cont-bttm-tmp-clm: 220px 1fr;
  }
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(1) {
  justify-self: var(--cont-bttm-jself, center);
}
@media screen and (min-width: 992px) {
  .case .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(1) {
    --cont-bttm-jself:unset;
  }
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(2) {
  padding-top: 8px;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(2) a {
  color: #00479C;
  font-size: calc(16px + 0.2083333333vw);
  line-height: 2;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(2) a span {
  position: relative;
  bottom: 10px;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(2) p {
  display: block;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.62;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items {
  display: grid;
  grid-template-columns: var(--cntnr-grid-columns, 1fr);
  align-items: center;
  -moz-column-gap: calc(0px + 3.6458333333vw);
       column-gap: calc(0px + 3.6458333333vw);
  row-gap: calc(10px + 0.5208333333vw);
}
@media screen and (min-width: 992px) {
  .case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items {
    --cntnr-grid-columns:auto min(400px, 100%);
  }
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items.left {
  grid-template-columns: var(--cntnr-grid-columns, 1fr);
}
@media screen and (min-width: 992px) {
  .case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items.left {
    --cntnr-grid-columns: min(400px, 100%) auto;
  }
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid {
  margin-bottom: calc(10px + 0.5208333333vw);
  line-height: 1.62;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid_bottom {
  margin-top: 25px;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid_bottom h5 {
  line-height: 1.62;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid_bottom ul {
  margin-top: calc(8px + 0.1041666667vw);
  display: flex;
  gap: calc(10px + 0.2604166667vw);
  flex-wrap: wrap;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid_bottom ul li {
  border: 1px solid #00479C;
  border-radius: 3px;
  color: #00479C;
  padding: 5px calc(10px + 0.2604166667vw);
  font-size: 14px;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items :is(h4) span {
  font-size: calc(16px + 0.1041666667vw);
  font-weight: 600;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items :is(h4) span:first-child {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: calc(18px + 0.625vw);
  line-height: 1.16;
  font-weight: normal;
  color: #00479C;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items > :not(:first-child):nth-child(2n-1) {
  margin-top: calc(5px + 0.5208333333vw);
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items > :nth-child(2n) {
  text-align: center;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items p {
  text-align: left;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), auto));
  gap: 20px 20px;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div {
  padding: var(--gird-item-padding, 20px 15px);
  display: flex;
  flex-direction: column;
  background-color: #FFF9E8;
  border-radius: 20px;
  gap: calc(10px + 0.5208333333vw);
}
@media screen and (min-width: 768px) {
  .case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div {
    --gird-item-padding:calc(10px + 1.0416666667vw);
  }
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div span {
  border-radius: 3px;
  background-color: #FFC515;
  padding: 5px 20px;
  color: #fff;
  font-size: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div h4 {
  font-size: 20px;
  line-height: 1.5;
  flex: 1;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div div {
  font-size: 16px;
  line-height: 1.62;
  flex: 2;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div div h5 {
  color: #00479C;
  margin-bottom: calc(15px + 0.78125vw);
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div p {
  font-size: 14px;
  text-align: left;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div p i {
  padding-right: 10px;
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-row > div:not(:first-child) {
  margin-top: calc(30px + 1.0416666667vw);
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-row > div h3 {
  font-size: calc(16px + 0.1041666667vw);
}
.case .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-row > div p {
  margin-top: calc(10px + 0.4166666667vw);
  line-height: 1.62;
}
.case .layer.wrapper .section_wrapper {
  background: #fff;
  --sc-wrapper-margin-bottom:0;
}
.case .layer.wrapper .section_wrapper .section_wrapper_container {
  --maring-block: 0;
  padding-block: var(--outer-wrppr-pblock, 30px);
  --sec-inner-width:min(1310px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .case .layer.wrapper .section_wrapper .section_wrapper_container {
    --outer-wrppr-pblock:calc(25px + 1.8229166667vw);
  }
}
.case .layer.wrapper .section_wrapper .section_wrapper_container .section_content-main {
  color: #00479C;
  font-weight: 600;
  text-align: center;
}
.case .layer.wrapper .section_wrapper .section_wrapper_container .section_content-main h2 {
  font-size: calc(20px + 1.0416666667vw);
  line-height: 1.45;
}
.case .layer.wrapper .section_layer_wrapper {
  --sec-inner-width:min(1310px, 100%);
  margin-block: var(--sc-layer-block, 20px 50px);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .case .layer.wrapper .section_layer_wrapper {
    --sc-layer-block:calc(15px + 0.2604166667vw) calc(100px + 2.6041666667vw);
  }
}
.case .layer.wrapper .section_layer_wrapper .section_breadcrumb {
  margin-block: 0;
}
.case .layer.wrapper .section_layer_wrapper > .layer_wrapper {
  margin-top: calc(30px + 2.6041666667vw);
}
.case .layer.wrapper .section_layer_wrapper > .layer_wrapper:nth-of-type(2) {
  margin-top: calc(30px + 1.3020833333vw);
}
.case .layer.wrapper .section_layer_wrapper .layer_inner-image {
  width: min(790px, 100%);
  margin: 0 auto;
  text-align: center;
}
.case .layer.wrapper .section_layer_wrapper .layer_inner div {
  margin-top: calc(30px + 1.5625vw);
}
.case .layer.wrapper .section_layer_wrapper .layer_inner div h3 {
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  line-height: 1.08;
  color: #00479C;
}
.case .layer.wrapper .section_layer_wrapper .layer_inner div p {
  margin-top: 10px;
  font-size: calc(16px + 0.2083333333vw);
  line-height: 2;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content {
  --layer-padding:calc(10px + 1.5625vw);
  overflow: hidden;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content:not(:first-child) {
  margin-top: calc(40px + 3.125vw);
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content h2 {
  background: #00479C;
  padding-block: calc(5px + 0.2604166667vw);
  padding-left: var(--layer-padding);
  color: #fff;
  border-radius: 15px 15px 0 0;
  font-size: calc(18px + 0.5729166667vw);
  font-weight: 600;
  line-height: 1.44;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner {
  padding-inline: var(--layer-padding);
  padding-block: calc(20px + 1.3541666667vw);
  border: 3px solid #00479C;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 15px 15px;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner h3 {
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  line-height: 1.08;
  color: #00479C;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner h3:not(:first-child) {
  margin-top: calc(30px + 1.0416666667vw);
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner div:is(h3 + *) {
  margin-top: 15px;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner div:is(h3 + *) span {
  --circle-w:8px;
  display: inline-block;
  width: var(--circle-w);
  height: var(--circle-w);
  border-radius: var(--circle-w);
  background-color: #FFC515;
  margin-right: 15px;
  margin-bottom: 2px;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner p {
  margin-top: 10px;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner .content_detail {
  margin-top: calc(25px + 0.2604166667vw);
  background-color: #FFF9E8;
  border-radius: 10px;
  padding: calc(20px + 0.5208333333vw);
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner .content_detail h4 {
  display: flex;
  align-items: center;
  color: #00479C;
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  margin-bottom: 10px;
  gap: 8px;
  flex-direction: var(--flex-dirction, column);
}
@media screen and (min-width: 992px) {
  .case .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner .content_detail h4 {
    --flex-dirction: row;
  }
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner .content_detail h4 span {
  display: inline-block;
  background-color: #00479C;
  color: #fff;
  font-size: calc(12px + 0.1041666667vw);
  padding: 2px 17px;
  font-weight: normal;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner .content_detail div {
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper {
  display: flex;
  gap: 20px;
  padding: calc(25px + 0.5208333333vw) calc(15px + 1.3020833333vw);
  border: 3px solid #00479C;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 15px 15px;
  flex-wrap: wrap;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper a {
  --button-color:#fff;
  display: block;
  background: #FF8504;
  padding-block: calc(10px + 0.2083333333vw);
  border-radius: 40px;
  border: var(--button-border, unset);
  width: var(--button-width, min(300px, 100%));
  margin-inline: var(--margin-x, 0);
  width: auto;
  padding-inline: 30px;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper a button {
  display: flex;
  align-items: center;
  font-size: calc(18px + 0.2083333333vw);
  font-weight: 600;
  color: var(--button-color, #fff);
  margin-inline: auto;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper a button img {
  width: 100%;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow {
  padding: calc(25px + 1.0416666667vw) calc(15px + 1.3020833333vw);
  border: 3px solid #00479C;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 15px 15px;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-main {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: calc(20px + 0.5208333333vw);
       column-gap: calc(20px + 0.5208333333vw);
  row-gap: calc(15px + 0.5208333333vw);
}
@media screen and (min-width: 1200px) {
  .case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-main {
    grid-template-columns: repeat(auto-fit, minmax(360px, 31.5%));
    justify-items: center;
  }
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item {
  display: flex;
  justify-content: center;
  width: min(var(--item-max-width, 600px), 100%);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item {
    --item-max-width:400px;
    margin-inline: 0;
  }
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.case .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a img {
  width: 100%;
  min-height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 16/9;
}

.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid, .business .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail .detail-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid, .business .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail .detail-grid {
    grid-template-columns: calc(20px + 2.0833333333vw) 1fr;
  }
}

.business {
  --sc-top-h: calc(300px + 6.0625vw);
}
@media screen and (min-width: 1200px) {
  .business .section_inner-title {
    --sec-in-ttl-px: calc(30px + 1.5625vw) calc(60px + 2.0833333333vw);
  }
}
.business .section_wrapper .section_container {
  --maring-block:calc(40px + 4.1666666667vw);
}
.business .section_wrapper .section_container:last-child {
  --maring-block: calc(40px + 4.1666666667vw) calc(100px + 7.8125vw);
}
.business .section_bottom_link {
  display: flex;
  flex-wrap: wrap;
  gap: calc(15px + 0.2604166667vw);
  margin-top: calc(30px + 1.0416666667vw);
}
.business .section_wrapper .section_container .section_content > div .section_bottom_link a {
  width: 100%;
  margin-top: 0;
  padding-inline: 0;
  margin-inline: 0;
}
@media screen and (min-width: 768px) {
  .business .section_wrapper .section_container .section_content > div .section_bottom_link a {
    width: unset;
    padding-inline: 30px;
  }
}
.business .section_wrapper .section_container .section_content > div .section_bottom_link a button {
  margin-inline: 20px 0;
}
@media screen and (min-width: 768px) {
  .business .section_wrapper .section_container .section_content > div .section_bottom_link a button {
    margin-inline: auto;
  }
}
.business .outer .section_wrapper {
  background: #fff;
}
.business .outer .section_wrapper .section_container {
  --maring-block: 0;
  padding-block: var(--outer-wrppr-pblock, 30px);
}
@media screen and (min-width: 1200px) {
  .business .outer .section_wrapper .section_container {
    --outer-wrppr-pblock:calc(60px + 2.0833333333vw);
  }
}
.business .outer .section_wrapper .section_container .section_content-left h3 {
  text-transform: uppercase;
  color: #FFC515;
  font-size: calc(16px + 0.2083333333vw);
  line-height: 2;
  margin-block: var(--sec-cnt-h3-mblck, calc(10px + 0.5208333333vw) calc(10px + 0.5208333333vw));
}
@media screen and (min-width: 1200px) {
  .business .outer .section_wrapper .section_container .section_content-left h3 {
    --sec-cnt-h3-mblck:0 calc(20px + 1.0416666667vw);
  }
}
.business .outer .section_wrapper .section_container .section_content-left .section_content_inner {
  --sec-cnt-innr-mt: calc(15px + 0.78125vw);
}
.business .outer .section_wrapper .section_container .section_content-left .section_content_point {
  margin-top: var(--sec-point-mt, 40px);
  position: relative;
  background: #FFF9E8;
  border-radius: 30px;
  padding-block: calc(30px + 0.9895833333vw) calc(25px + 0.6770833333vw);
  padding-inline: calc(10px + 1.1458333333vw);
  margin-right: var(--sec-point-mr, 0);
}
@media screen and (min-width: 1200px) {
  .business .outer .section_wrapper .section_container .section_content-left .section_content_point {
    --sec-point-mr: calc(20px + 0.5208333333vw);
    --sec-point-mt: calc(50px + 2.34375vw);
  }
}
.business .outer .section_wrapper .section_container .section_content-left .section_content_point h4 {
  position: absolute;
  top: var(--sec-point-h4-top, -35px);
  left: 0;
  width: var(--sec-point-width, 100px);
}
@media screen and (min-width: 1200px) {
  .business .outer .section_wrapper .section_container .section_content-left .section_content_point h4 {
    --sec-point-width: min(134px, 100%);
    --sec-point-h4-top: calc(calc(35px + 0.5729166667vw) * -1);
  }
}
.business .outer .section_wrapper .section_container .section_content-left .section_content_point ul {
  padding-left: calc(20px + 0.2604166667vw);
}
.business .outer .section_wrapper .section_container .section_content-left .section_content_point ul li {
  color: #FFC515;
  list-style: disc;
}
.business .outer .section_wrapper .section_container .section_content-left .section_content_point ul li span {
  color: #271C1C;
  font-size: var(--sec-point-li-fs, 14px);
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .business .outer .section_wrapper .section_container .section_content-left .section_content_point ul li span {
    --sec-point-li-fs:calc(16px + 0.2083333333vw);
  }
}
.business .outer .section_wrapper .section_container:nth-child(2n-1) .section_content > div {
  padding-inline: 0 var(--padding-x, 0);
  margin-inline: var(--margin-x, 0);
  width: 100%;
}
.business .outer .section_wrapper .section_container:nth-child(2n-1) .section_content > div img {
  border-radius: var(--image-radius, 0);
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .business .outer .section_wrapper .section_container:nth-child(2n-1) .section_content > div {
    --padding-x:calc(60px + 2.0833333333vw);
    --image-radius:30px;
  }
}
.business .outer .section_wrapper .section_container:nth-child(2n-1) .section_content:nth-child(1) {
  padding-inline: 15px;
  align-self: center;
}
@media screen and (min-width: 1200px) {
  .business .outer .section_wrapper .section_container:nth-child(2n-1) .section_content:nth-child(1) {
    padding-inline: 0;
  }
}
.business .outer .section_wrapper .section_container:nth-child(2n-1) .section_content-right {
  --padding-x:0;
  --margin-x:auto;
}
@media screen and (min-width: 1200px) {
  .business .outer .section_wrapper .section_container:nth-child(2n-1) .section_content-right img {
    --image-radius:30px 0 0 30px;
  }
}
.business .outer .section_wrapper .section_container:nth-child(2n-1) > .section_content > div {
  padding-inline: var(--padding-x, 0) 0;
}
.business .outer .section_wrapper .section_container:nth-child(2n-1) > .section_content:nth-child(1) {
  order: 2;
}
@media screen and (min-width: 1200px) {
  .business .outer .section_wrapper .section_container:nth-child(2n-1) > .section_content:nth-child(1) {
    order: 1;
  }
}
.business .outer .section_wrapper .section_container:nth-child(2n-1) > .section_content:nth-child(2) {
  order: 1;
}
@media screen and (min-width: 1200px) {
  .business .outer .section_wrapper .section_container:nth-child(2n-1) > .section_content:nth-child(2) {
    order: 2;
  }
}
.business .outer .section_wrapper-movies .movie-content {
  --sec-movie-mblock:calc(60px + 3.125vw) 0;
}
.business .outer .section_layer_wrapper .layer_container {
  --sec-inner-width:min(1310px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
  margin-block: calc(80px + 4.1666666667vw);
}
.business .outer .section_layer_wrapper .layer_container .layer_content {
  --layer-padding:calc(10px + 1.5625vw);
  overflow: hidden;
}
.business .outer .section_layer_wrapper .layer_container .layer_content:not(:first-child) {
  margin-top: calc(40px + 3.125vw);
}
.business .outer .section_layer_wrapper .layer_container .layer_content :is(.content_bottom-link:not(:first-child)) {
  margin-top: calc(20px + 1.0416666667vw);
}
.business .outer .section_layer_wrapper .layer_container .layer_content h2 {
  background: #FF8504;
  padding-block: calc(5px + 0.2604166667vw);
  padding-left: var(--layer-padding);
  color: #fff;
  border-radius: 15px 15px 0 0;
  font-size: calc(18px + 0.5729166667vw);
  font-weight: 600;
  line-height: 1.44;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner {
  padding-inline: var(--layer-padding);
  padding-block: calc(20px + 1.3541666667vw);
  border: 3px solid #FF8504;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 15px 15px;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner h3 {
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  line-height: 1.08;
  color: #FF8504;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail {
  padding-block: calc(20px + 0.5208333333vw) calc(20px + 1.3020833333vw);
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail p {
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.62;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail p:not(:first-child) {
  margin-top: calc(25px + 0.2604166667vw);
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail .kurasoru_img {
  margin-top: calc(30px + 2.0833333333vw);
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail :is(h4) span {
  font-size: calc(16px + 0.1041666667vw);
  font-weight: 600;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail :is(h4) span:first-child {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: calc(18px + 0.625vw);
  line-height: 1.16;
  font-weight: normal;
  color: #FF8504;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .content-detail .detail-inner {
  margin-top: calc(15px + 0.8854166667vw);
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link {
  display: grid;
  grid-template-columns: var(--cont-bttm-tmp-clm, 1fr);
  row-gap: var(--cont-bttm-gap, 5px);
}
@media screen and (min-width: 992px) {
  .business .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link {
    --cont-bttm-gap:0;
    --cont-bttm-tmp-clm: 220px 1fr;
  }
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(1) {
  justify-self: var(--cont-bttm-jself, center);
}
@media screen and (min-width: 992px) {
  .business .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(1) {
    --cont-bttm-jself:unset;
  }
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(2) {
  padding-top: 8px;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(2) a {
  color: #FF8504;
  font-size: calc(16px + 0.2083333333vw);
  line-height: 2;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(2) a span {
  position: relative;
  bottom: 10px;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .content_bottom-link > :nth-child(2) p {
  display: block;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.62;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items {
  display: grid;
  grid-template-columns: var(--cntnr-grid-columns, 1fr);
  align-items: center;
  -moz-column-gap: calc(30px + 3.6458333333vw);
       column-gap: calc(30px + 3.6458333333vw);
  row-gap: calc(10px + 0.5208333333vw);
}
@media screen and (min-width: 992px) {
  .business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items {
    --cntnr-grid-columns:auto min(330px, 100%);
  }
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid {
  margin-bottom: calc(10px + 0.5208333333vw);
  line-height: 1.62;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid_bottom {
  margin-top: 25px;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid_bottom h5 {
  line-height: 1.62;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid_bottom ul {
  margin-top: calc(8px + 0.1041666667vw);
  display: flex;
  gap: calc(10px + 0.2604166667vw);
  flex-wrap: wrap;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items .detail-grid_bottom ul li {
  border: 1px solid #FF8504;
  border-radius: 3px;
  color: #FF8504;
  padding: 5px calc(10px + 0.2604166667vw);
  font-size: 14px;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items :is(h4) span {
  font-size: calc(16px + 0.1041666667vw);
  font-weight: 600;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items :is(h4) span:first-child {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: calc(18px + 0.625vw);
  line-height: 1.16;
  font-weight: normal;
  color: #FF8504;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items > :not(:first-child):nth-child(2n-1) {
  margin-top: calc(5px + 0.5208333333vw);
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-grid2items > :nth-child(2n) {
  text-align: center;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), auto));
  gap: 20px 20px;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div {
  padding: var(--gird-item-padding, 20px 15px);
  display: flex;
  flex-direction: column;
  background-color: #FFF9E8;
  border-radius: 20px;
  gap: calc(10px + 0.5208333333vw);
}
@media screen and (min-width: 768px) {
  .business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div {
    --gird-item-padding:calc(10px + 1.0416666667vw);
  }
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div span {
  border-radius: 3px;
  background-color: #FFC515;
  padding: 5px 20px;
  color: #fff;
  font-size: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div h4 {
  font-size: 20px;
  line-height: 1.5;
  flex: 1;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div div {
  font-size: 16px;
  line-height: 1.62;
  flex: 2;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div div h5 {
  color: #FF8504;
  margin-bottom: calc(15px + 0.78125vw);
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div p {
  font-size: 14px;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-gird_autofit > div p i {
  padding-right: 10px;
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-row > div:not(:first-child) {
  margin-top: calc(30px + 1.0416666667vw);
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-row > div h3 {
  font-size: calc(16px + 0.1041666667vw);
}
.business .outer .section_layer_wrapper .layer_container .layer_content-inner .container_detail-row > div p {
  margin-top: calc(10px + 0.4166666667vw);
  line-height: 1.62;
}
.business .layer.wrapper .section_wrapper {
  background: #fff;
  --sc-wrapper-margin-bottom:0;
}
.business .layer.wrapper .section_wrapper .section_wrapper_container {
  --maring-block: 0;
  padding-block: var(--outer-wrppr-pblock, 30px);
  --sec-inner-width:min(1310px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .business .layer.wrapper .section_wrapper .section_wrapper_container {
    --outer-wrppr-pblock:calc(25px + 1.8229166667vw);
  }
}
.business .layer.wrapper .section_wrapper .section_wrapper_container .section_content-main {
  color: #FF8504;
  font-weight: 600;
  text-align: center;
}
.business .layer.wrapper .section_wrapper .section_wrapper_container .section_content-main h2 {
  font-size: calc(20px + 1.0416666667vw);
  line-height: 1.45;
}
.business .layer.wrapper .section_layer_wrapper {
  --sec-inner-width:min(1310px, 100%);
  margin-block: var(--sc-layer-block, 20px 50px);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .business .layer.wrapper .section_layer_wrapper {
    --sc-layer-block:calc(15px + 0.2604166667vw) calc(100px + 2.6041666667vw);
  }
}
.business .layer.wrapper .section_layer_wrapper .section_breadcrumb {
  margin-block: 0;
}
.business .layer.wrapper .section_layer_wrapper > .layer_wrapper {
  margin-top: calc(30px + 2.6041666667vw);
}
.business .layer.wrapper .section_layer_wrapper > .layer_wrapper:nth-of-type(2) {
  margin-top: calc(30px + 1.3020833333vw);
}
.business .layer.wrapper .section_layer_wrapper .layer_inner-image {
  width: min(790px, 100%);
  margin: 0 auto;
  text-align: center;
}
.business .layer.wrapper .section_layer_wrapper .layer_inner div {
  margin-top: calc(30px + 1.5625vw);
}
.business .layer.wrapper .section_layer_wrapper .layer_inner div h3 {
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  line-height: 1.08;
  color: #FF8504;
}
.business .layer.wrapper .section_layer_wrapper .layer_inner div p {
  margin-top: 10px;
  font-size: calc(16px + 0.2083333333vw);
  line-height: 2;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content {
  --layer-padding:calc(10px + 1.5625vw);
  overflow: hidden;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content:not(:first-child) {
  margin-top: calc(40px + 3.125vw);
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content h2 {
  background: #FF8504;
  padding-block: calc(5px + 0.2604166667vw);
  padding-left: var(--layer-padding);
  color: #fff;
  border-radius: 15px 15px 0 0;
  font-size: calc(18px + 0.5729166667vw);
  font-weight: 600;
  line-height: 1.44;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner {
  padding-inline: var(--layer-padding);
  padding-block: calc(20px + 1.3541666667vw);
  border: 3px solid #FF8504;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 15px 15px;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner h3 {
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  line-height: 1.08;
  color: #FF8504;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner h3:not(:first-child) {
  margin-top: calc(30px + 1.0416666667vw);
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner div:is(h3 + *) {
  margin-top: 15px;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner div:is(h3 + *) span {
  --circle-w:8px;
  display: inline-block;
  width: var(--circle-w);
  height: var(--circle-w);
  border-radius: var(--circle-w);
  background-color: #FFC515;
  margin-right: 15px;
  margin-bottom: 2px;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner p {
  margin-top: 10px;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner .content_detail {
  margin-top: calc(25px + 0.2604166667vw);
  background-color: #FFF9E8;
  border-radius: 10px;
  padding: calc(20px + 0.5208333333vw);
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner .content_detail h4 {
  display: flex;
  align-items: center;
  color: #FF8504;
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  margin-bottom: 10px;
  gap: 8px;
  flex-direction: var(--flex-dirction, column);
}
@media screen and (min-width: 992px) {
  .business .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner .content_detail h4 {
    --flex-dirction: row;
  }
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner .content_detail h4 span {
  display: inline-block;
  background-color: #FF8504;
  color: #fff;
  font-size: calc(12px + 0.1041666667vw);
  padding: 2px 17px;
  font-weight: normal;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content-inner .content_detail div {
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper {
  display: flex;
  gap: 20px;
  padding: calc(25px + 0.5208333333vw) calc(15px + 1.3020833333vw);
  border: 3px solid #FF8504;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 15px 15px;
  flex-wrap: wrap;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper a {
  --button-color:#fff;
  display: block;
  background: #FF8504;
  padding-block: calc(10px + 0.2083333333vw);
  border-radius: 40px;
  border: var(--button-border, unset);
  width: var(--button-width, min(300px, 100%));
  margin-inline: var(--margin-x, 0);
  width: auto;
  padding-inline: 30px;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper a button {
  display: flex;
  align-items: center;
  font-size: calc(18px + 0.2083333333vw);
  font-weight: 600;
  color: var(--button-color, #fff);
  margin-inline: auto;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper a button img {
  width: 100%;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow {
  padding: calc(25px + 1.0416666667vw) calc(15px + 1.3020833333vw);
  border: 3px solid #FF8504;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 15px 15px;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-main {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: calc(20px + 0.5208333333vw);
       column-gap: calc(20px + 0.5208333333vw);
  row-gap: calc(15px + 0.5208333333vw);
}
@media screen and (min-width: 1200px) {
  .business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-main {
    grid-template-columns: repeat(auto-fit, minmax(360px, 31.5%));
    justify-items: center;
  }
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item {
  display: flex;
  justify-content: center;
  width: min(var(--item-max-width, 600px), 100%);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item {
    --item-max-width:400px;
    margin-inline: 0;
  }
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.business .layer.wrapper .section_layer_wrapper .layer_container .layer_content .content_wrapper-fsdnow .fsdnow_content-item a img {
  width: 100%;
  min-height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 16/9;
}

.fsd-now {
  --sc-top-h:calc(300px + 6.0625vw);
}
.fsd-now .section_top .fsdnow_logo {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 30%;
  height: auto;
  display: grid;
  place-content: center;
  top: 54px;
}
@media screen and (min-width: 1200px) {
  .fsd-now .section_top .fsdnow_logo {
    top: 100px;
    width: 17.03125vw;
    height: 15.7291666667vw;
  }
}
.fsd-now .section_inner-title {
  --sec-in-ttl-px: 10px;
}
@media screen and (min-width: 1200px) {
  .fsd-now .section_inner-title {
    --sec-in-ttl-px: 20px 50px;
  }
}
.fsd-now .fsdnow-article {
  --item-max-width:600px;
  margin-top: var(--artcl-margin-top, calc(35px + 0.78125vw));
}
.fsd-now .fsdnow-article.fsdnow_single {
  --artcl-margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .fsd-now .fsdnow-article {
    --artcl-margin-top: calc(100px + 0.8854166667vw);
  }
}
.fsd-now .fsdnow-article .fsdnow_content {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1200px) {
  .fsd-now .fsdnow-article .fsdnow_content {
    grid-template-columns: 1fr calc(200px + 10.15625vw);
    -moz-column-gap: calc(110px + 5.2083333333vw);
         column-gap: calc(110px + 5.2083333333vw);
  }
}
.fsd-now .fsdnow-article .fsdnow_content-main {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: calc(50px + 1.0416666667vw);
       column-gap: calc(50px + 1.0416666667vw);
  row-gap: calc(40px + 1.0416666667vw);
}
@media screen and (min-width: 1200px) {
  .fsd-now .fsdnow-article .fsdnow_content-main {
    grid-template-columns: repeat(auto-fit, 45%);
    justify-content: space-between;
  }
}
.fsd-now .fsdnow-article .fsdnow_content-item {
  display: flex;
  justify-content: center;
  width: min(var(--item-max-width), 100%);
  margin-inline: var(--item-margin-line, auto);
  border: 1px solid #00479C;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .fsd-now .fsdnow-article .fsdnow_content-item {
    --item-max-width:100%;
    --item-margin-line:0;
  }
}
.fsd-now .fsdnow-article .fsdnow_content-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fsd-now .fsdnow-article .fsdnow_content-item a img {
  width: 100%;
  min-height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 16/9;
  border-radius: 10px 10px 0 0;
}
.fsd-now .fsdnow-article .fsdnow_content-side {
  width: 100%;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner {
  width: min(var(--item-max-width), 100%);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .fsd-now .fsdnow-article .fsdnow_content-side .side-inner {
    width: auto;
    margin-inline: 0;
  }
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side-form {
  --icon-size:19px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side-form {
    width: calc(250px + 3.90625vw);
  }
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side-form .input_content {
  display: inline-block;
  position: relative;
  width: 100%;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side-form .input_content input {
  width: 100%;
  height: 54px;
  padding: 10px;
  border: 2px solid #6BAEFE;
  border-radius: 30px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  background: #fff;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side-form .input_content input::-moz-placeholder {
  color: #B8B8B8;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side-form .input_content input::placeholder {
  color: #B8B8B8;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side-form .input_content input:focus-visible {
  color: #6BAEFE;
  outline: 2px solid #6BAEFE;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side-form .input_content button {
  position: absolute;
  background: #6BAEFE;
  width: 50px;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 0 30px 30px 0;
  display: grid;
  place-content: center;
  padding-right: 5px;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side-form .input_content button img {
  width: var(--icon-size);
  height: var(--icon-size);
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner section:last-child {
  margin-bottom: 60px;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec {
  margin-top: 30px;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec h3 {
  color: #00479C;
  font-weight: 600;
  line-height: 1.62;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec h4 {
  font-size: 14px;
  line-height: 1.42;
  margin-bottom: 10px;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec ul.item_text > li.marker {
  margin-top: 7px;
  padding-inline: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec ul.item_text > li.marker::before {
  height: 2px;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec ul.item_text > li.marker a {
  font-weight: 600;
  font-size: calc(14px + 0.1041666667vw);
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec ul.item_tab {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec ul.item_tab > li a {
  display: block;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec .popular-item {
  margin-top: 10px;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec .popular-item a {
  display: flex;
  gap: 10px;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec .popular-item a > div:nth-child(1) {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec .popular-item a > div:nth-child(1) p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  color: #00479C;
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec .popular-item a > div:nth-child(1) span {
  flex: 1;
  font-size: 14px;
  line-height: 1.85;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 1200px) {
  .fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec .popular-item a > div:nth-child(1) span {
    flex: unset;
    -webkit-line-clamp: 2;
  }
}
.fsd-now .fsdnow-article .fsdnow_content-side .side-inner .side_sec .popular-item a > div:nth-child(2) {
  width: 40%;
  min-height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 16/9;
}
.fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_s_title {
  --item-p-xy:calc(20px + 0.2604166667vw);
  border: 2px solid #00479C;
  background: #fff;
  border-radius: 28px;
  padding-block: calc(15px + 0.5208333333vw);
  padding-inline: calc(10px + 0.5729166667vw);
}
.fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_s_title p img {
  width: calc(120px + 2.7604166667vw);
}
.fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_s_title h1 {
  margin-top: 10px;
  font-size: calc(20px + 0.625vw);
  font-weight: 600;
  line-height: 1.43;
}
.fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_s_title .item_inner-attribute span {
  display: inline-block;
}
.fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_person {
  position: relative;
  margin-top: calc(20px + 1.1458333333vw);
  padding-inline: var(--person-px, calc(7px + 0.15625vw));
  padding-bottom: var(--person-pb, calc(150px + 0.5208333333vw));
}
@media screen and (min-width: 1200px) {
  .fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_person {
    --person-pb:80px;
    --person-px:calc(10px + 2.7604166667vw);
  }
}
.fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_person img:not(.fsdnow_person_logo img) {
  width: min(950px, 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_person-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(595px, 100%);
  padding-inline: calc(10px + 0.8854166667vw);
  padding-bottom: calc(15px + 0.625vw);
  padding-top: calc(20px + 1.0416666667vw);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  background: #00479C;
  border-radius: 17px;
  z-index: 2;
}
.fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_person-detail .fsdnow_person_logo {
  position: absolute;
  left: 5px;
  top: var(--logo-pos, calc(calc(20px + 0.7291666667vw) * -1));
  z-index: 5;
}
@media screen and (min-width: 1200px) {
  .fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_person-detail .fsdnow_person_logo {
    --logo-pos:-50px;
  }
}
.fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_person-detail .fsdnow_person_logo img {
  width: var(--logo-w, calc(150px + 6.7708333333vw));
}
@media screen and (min-width: 1200px) {
  .fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_person-detail .fsdnow_person_logo img {
    --logo-w:calc(200px + 10.4166666667vw);
  }
}
.fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_person-detail h2 {
  font-size: calc(20px + 1.0416666667vw);
  font-weight: 600;
}
.fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_person-detail .detail-bottom {
  margin-top: 10px;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.62;
}
.fsd-now .fsdnow-article .fsdnow_content-single .fsdnow_person-detail .detail-bottom span {
  display: block;
}
.fsd-now .fsdnow-article .fsdnow_content-inner {
  margin-top: calc(20px + 1.3020833333vw);
}
.fsd-now .fsdnow-article .fsdnow_content-inner .fsdnow_episode {
  font-weight: var(--fsdnow-ep-fw, 600);
  line-height: 1.75;
  margin-bottom: 8%;
  font-size: 14px;
  letter-spacing: 1.2px;
}
.fsd-now .fsdnow-article .fsdnow_content-inner .fsdnow_episode-sec {
  font-weight: var(--fsdnow-ep-fw, normal);
  padding-block: calc(15px + 0.2604166667vw);
  padding-inline: calc(10px + 0.8854166667vw);
  background: #ECFAFF;
  border-radius: 11px;
  margin-bottom: 5%;
}
.fsd-now .fsdnow-article .fsdnow_content-inner .fsdnow_episode-sec h4 {
  font-size: calc(14px + 0.1041666667vw);
  color: #00479C;
  line-height: 1.68;
  text-transform: uppercase;
  font-weight: revert;
}
.fsd-now .fsdnow-article .fsdnow_content-inner .fsdnow_episode-sec > div {
  margin-top: 15px;
  font-size: calc(12px + 0.1041666667vw);
  line-height: 1.92;
}
.fsd-now .fsdnow-article .fsdnow_content-inner .fsdnow_episode a {
  color: #00479C;
  text-decoration: underline;
}
.fsd-now .fsdnow-article .fsdnow_content-inner .fsdnow_episode h2 {
  font-weight: revert;
  font-size: calc(18px + 0.3125vw);
  margin-bottom: var(--h2-mb, calc(15px + 0.2604166667vw));
  color: #00479C;
  position: relative;
}
.fsd-now .fsdnow-article .fsdnow_content-inner .fsdnow_episode h2.fsdnow_h2 {
  --h2-mb:calc(20px + 0.2604166667vw);
  display: flex;
  align-items: center;
  padding-left: 35px;
}
.fsd-now .fsdnow-article .fsdnow_content-inner .fsdnow_episode h2.fsdnow_h2::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(30px + 0.625vw);
  position: absolute;
  left: 0;
  border: 5px solid #00479C;
}
.fsd-now .fsdnow-article .fsdnow_content-inner .fsdnow_episode h3 {
  font-weight: revert;
  margin-block: calc(20px + 0.5208333333vw);
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: calc(18px + 0.1041666667vw);
}
.fsd-now .fsdnow-article .fsdnow_content-inner .fsdnow_episode h3::before {
  content: "";
  margin-right: 20px;
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  background: #000;
  margin-top: 3px;
}
.fsd-now .fsdnow-article .fsdnow_content-inner .fsdnow_episode p {
  margin-bottom: 5rem;
}
.fsd-now .fsdnow-article .fsdnow_content-inner .fsdnow_episode .wp-block-column .wp-block-image {
  padding: 0 1rem;
}
.fsd-now .fsdnow-article .fsdnow_content-inner .fsdnow_episode .uline-yllw {
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.8em;
  background-size: 200% 0.4em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #FFC515 50%);
}
.fsd-now .fsdnow-article .fsdnow_content-bottom {
  margin-top: calc(70px + 4.4270833333vw);
  margin-bottom: var(--bottom-margin-bottom, 100px);
}
@media screen and (min-width: 1200px) {
  .fsd-now .fsdnow-article .fsdnow_content-bottom {
    --bottom-margin-bottom:calc(60px + 13.28125vw);
  }
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page {
  padding-inline: var(--cp-pinline);
  padding-block: calc(10px + 0.3125vw);
  border: solid #00479C;
  border-width: 3px 0 3px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(15px + 0.2604166667vw);
}
@media screen and (min-width: 1200px) {
  .fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page {
    --cp-pinline:calc(15px + 0.2604166667vw);
  }
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page div:not(:empty) a {
  background: #ECFAFF;
  border-radius: 9px;
  padding-inline: calc(10px + 0.4427083333vw);
  padding-block: calc(15px + 0.2604166667vw) calc(20px + 0.5208333333vw);
  display: flex;
  height: 100%;
  flex-direction: column;
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page div:not(:empty) a .cp_top {
  display: flex;
  align-items: center;
  flex-direction: var(--c-page-top-row, row);
  gap: 17px;
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page div:not(:empty) a .cp_top span img {
  transform: rotate(var(--c-page-rotate, 0deg));
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page div:not(:empty) a .cp_top h3 {
  font-size: calc(14px + 0.1041666667vw);
  font-weight: 600;
  text-transform: uppercase;
  color: #00479C;
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page div:not(:empty) a .cp_bottom {
  flex: 1;
  margin-top: 15px;
  display: flex;
  gap: calc(15px + 0.2604166667vw);
  flex-direction: var(--c-page-bottom-row, column);
}
@media screen and (min-width: 992px) {
  .fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page div:not(:empty) a .cp_bottom {
    --c-page-bottom-row:row;
  }
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page div:not(:empty) a .cp_bottom > :nth-child(1) {
  width: var(--cp-bottom-w, 100%);
}
@media screen and (min-width: 992px) {
  .fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page div:not(:empty) a .cp_bottom > :nth-child(1) {
    --cp-bottom-w:50%;
  }
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page div:not(:empty) a .cp_bottom > :nth-child(2) {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page div:not(:empty) a .cp_bottom > :nth-child(2) > div {
  line-height: 1.85;
  font-size: calc(12px + 0.1041666667vw);
  font-weight: 600;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page div:not(:empty) a .cp_bottom > :nth-child(2) > p {
  font-size: calc(12px + 0.1041666667vw);
  color: #00479C;
  font-weight: 600;
  margin-top: 10px;
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page-prev {
  grid-column: 1/2;
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page-prev a > .cp_top span img {
  --c-page-rotate:-180deg;
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page-next {
  grid-column: 2/3;
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page-next a > .cp_top {
  --c-page-top-row: row-reverse;
}
@media screen and (min-width: 992px) {
  .fsd-now .fsdnow-article .fsdnow_content-bottom .contents_page-next a > .cp_bottom {
    --c-page-bottom-row: row-reverse !important;
  }
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_relation {
  margin-bottom: calc(30px + 3.125vw);
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_relation .fsdnow_content-main {
  padding-top: calc(10px + 0.2604166667vw);
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_relation h3 {
  font-size: calc(18px + 0.3125vw);
  color: #00479C;
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_link {
  margin-top: var(--c-link-mt, calc(20px + 1.0416666667vw));
}
@media screen and (min-width: 992px) {
  .fsd-now .fsdnow-article .fsdnow_content-bottom .contents_link {
    --c-link-mt:calc(80px + 2.6041666667vw);
  }
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_link a {
  --margin-x:auto;
  --button-color:#fff;
  display: block;
  background: #FF8504;
  padding-block: calc(10px + 0.2083333333vw);
  border-radius: 40px;
  border: var(--button-border, unset);
  width: var(--button-width, min(300px, 100%));
  margin-inline: var(--margin-x, 0);
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_link a button {
  display: flex;
  align-items: center;
  font-size: calc(18px + 0.2083333333vw);
  font-weight: 600;
  color: var(--button-color, #fff);
  margin-inline: auto;
}
.fsd-now .fsdnow-article .fsdnow_content-bottom .contents_link a button img {
  width: 100%;
}
.fsd-now .d-flex.column2 > * {
  width: var(--fsdnow-width, 100%);
}
.fsd-now .d-flex.column2 > *:first-child {
  margin-right: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .fsd-now .d-flex.column2 > * {
    --fsdnow-width: 45%;
  }
  .fsd-now .d-flex.column2 > *:first-child {
    margin-right: 10%;
    margin-bottom: 0;
  }
}

.company {
  --sc-top-h:calc(300px + 6.0625vw);
}
@media screen and (min-width: 1200px) {
  .company .section_inner-title {
    --sec-in-ttl-px: calc(30px + 1.5625vw) calc(60px + 2.0833333333vw);
  }
}
.company .section_wrapper .section_container {
  --maring-block:calc(100px + 9.375vw);
}
.company .section_wrapper:nth-child(3) .section_container {
  margin-top: calc(100px + 9.375vw);
}
.company .section_styles {
  --sec-style-num:50px;
  --sec-style-gap:30px;
  margin-block: calc(70px + 2.6041666667vw) calc(100px + 2.6041666667vw);
}
.company .section_styles-contents {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: var(--sec-style-gap);
       column-gap: var(--sec-style-gap);
  row-gap: calc(var(--sec-style-gap) + var(--sec-style-num));
}
@media screen and (min-width: 768px) {
  .company .section_styles-contents {
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
  }
}
.company .section_styles-item {
  position: relative;
  border: 3px solid #FF8504;
  border-radius: 30px;
  display: grid;
  justify-items: center;
  row-gap: 40px;
  padding-block: calc(25px + 1.0416666667vw) calc(20px + 0.5208333333vw);
}
.company .section_styles-item .styles_number {
  position: absolute;
  left: 20px;
  top: calc(var(--sec-style-num) * -1);
  font-size: 75px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #FF8504;
  font-weight: 600;
  line-height: 1.17;
}
.company .section_styles-item .styles_title {
  align-self: center;
}
.company .section_styles-item .styles_title h3 {
  font-size: calc(20px + 0.6770833333vw);
  color: #FF8504;
  line-height: 1.45;
}
.company .section_styles-item .styles_detail {
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.62;
  padding-inline: calc(30px + 0.5208333333vw);
  align-self: end;
}
.company .section_history {
  margin-bottom: 10%;
}
.company .section_history .history-list li {
  display: block;
  line-height: 1.6;
  padding: 1% 2%;
}
.company .section_history .history-list li:nth-child(odd) {
  background-color: #f5f5f5;
}
.company .section_history .history-list li .time {
  word-wrap: 20%;
  margin-right: 5%;
  color: #00479C;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .company .section_history .history-list li {
    display: flex;
    justify-content: flex-start;
  }
}
.company .section_history .section_wrapper-history {
  --sec-inner-width:min(1230px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
.company .section_history .history_years-wrapper {
  margin-bottom: calc(80px + 1.0416666667vw);
  position: relative;
}
.company .section_history .history_years-wrapper.y2010 {
  margin-bottom: calc(50px + 1.0416666667vw);
}
.company .section_history .history_years-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: 0 auto;
  width: 4px;
  height: 100%;
  background: #FF8504;
  z-index: -1;
}
.company .section_history .history_years-wrapper::before {
  --arrow-size: 50px;
  content: "";
  display: block;
  position: absolute;
  inset-inline: 0;
  margin: 0 auto;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF8504'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  width: var(--arrow-size);
  height: var(--arrow-size);
  bottom: calc(var(--arrow-size) * -0.3);
  background-repeat: no-repeat;
}
.company .section_history .history_years-wrapper .years_title {
  background-color: #FF8504;
  color: #fff;
  font-size: calc(16px + 0.8333333333vw);
  line-height: 1.43;
  padding: 10px;
  text-align: center;
  border-radius: var(--year_ttl-border-radius, 20px);
}
@media screen and (min-width: 992px) {
  .company .section_history .history_years-wrapper .years_title {
    --year_ttl-border-radius: 20px 20px 0 0;
  }
}
.company .section_history .history_years-wrapper_end {
  margin-bottom: calc(80px + 1.0416666667vw);
  position: relative;
}
.company .section_history .history_years-wrapper_end .history_content::after {
  content: unset;
}
.company .section_history .history_years-wrapper_end .history_content-title {
  --title-base-size: 114px;
  height: 98px;
}
@media screen and (min-width: 576px) {
  .company .section_history .history_years-wrapper_end .history_content-title {
    --title-base-size: 206px;
    height: 90px;
    top: -50px;
  }
}
.company .section_history .history_years-wrapper_end .history_content-description img {
  width: min(830px, 100%);
}
.company .section_history .history_years-wrapper_end .history_content-description div {
  text-align: center;
}
.company .section_history .history_years-wrapper_end .history_content-description p {
  text-align: var(--histry-end-text-align, left);
}
@media screen and (min-width: 992px) {
  .company .section_history .history_years-wrapper_end .history_content-description p {
    --histry-end-text-align:center;
  }
}
.company .section_history .history_years-inner {
  display: grid;
  grid-template-columns: var(--gird-inner-columns, 1fr);
  gap: var(--gird-inner-gap, 30px 0);
  padding-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .company .section_history .history_years-inner {
    --gird-inner-columns: 1fr 1fr;
    --gird-inner-gap:0;
  }
}
.company .section_history .history_years-inner:is(.y2010 > *) {
  grid-template-columns: var(--gird-inner-columns, 1fr);
}
@media screen and (min-width: 992px) {
  .company .section_history .history_years-inner:is(.y2010 > *) {
    --gird-inner-columns: 1fr 1fr;
    --gird-inner-gap:0;
  }
}
.company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(1) {
  order: 2;
}
.company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(1) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(2) {
  order: 1;
}
.company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(2) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(3) {
  order: 3;
}
.company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(3) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(4) {
  order: 4;
}
.company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(4) .history_content {
  margin-top: 45px;
}
@media screen and (min-width: 992px) {
  .company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(1) {
    order: 1;
  }
  .company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(1) .history_content {
    margin-top: 50px;
  }
  .company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(1) .history_content {
    --icon-top:100px;
  }
  .company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(2) {
    order: 2;
  }
  .company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(2) .history_content {
    margin-top: 0px;
  }
  .company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(2) .history_content {
    --icon-top:60px;
  }
  .company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(3) {
    order: 4;
  }
  .company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(3) .history_content {
    margin-top: 10px;
  }
  .company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(3) .history_content {
    --icon-top:60px;
  }
  .company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(4) {
    order: 3;
  }
  .company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(4) .history_content {
    margin-top: 80px;
  }
  .company .section_history .history_years-inner > div:is(.y60_70 *):nth-child(4) .history_content {
    --icon-top:30px;
  }
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(1) {
  order: 2;
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(1) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(2) {
  order: 1;
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(2) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(3) {
  order: 4;
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(3) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(4) {
  order: 3;
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(4) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(5) {
  order: 5;
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(5) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(6) {
  order: 6;
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(6) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(7) {
  order: 7;
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(7) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(8) {
  order: 8;
}
.company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(8) .history_content {
  margin-top: 45px;
}
@media screen and (min-width: 992px) {
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(1) {
    order: 1;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(1) .history_content {
    margin-top: 50px;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(1) .history_content {
    --icon-top:100px;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(2) {
    order: 2;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(2) .history_content {
    margin-top: 0px;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(2) .history_content {
    --icon-top:60px;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(3) {
    order: 3;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(3) .history_content {
    margin-top: 100px;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(3) .history_content {
    --icon-top:60px;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(4) {
    order: 4;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(4) .history_content {
    margin-top: 50px;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(4) .history_content {
    --icon-top:30px;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(5) {
    order: 5;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(5) .history_content {
    margin-top: 50px;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(5) .history_content {
    --icon-top:30px;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(6) {
    order: 6;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(6) .history_content {
    margin-top: 100px;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(6) .history_content {
    --icon-top:30px;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(7) {
    order: 7;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(7) .history_content {
    margin-top: 100px;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(7) .history_content {
    --icon-top:30px;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(8) {
    order: 8;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(8) .history_content {
    margin-top: 150px;
  }
  .company .section_history .history_years-inner > div:is(.y80_90 *):nth-child(8) .history_content {
    --icon-top:50px;
  }
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(1) {
  order: 1;
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(1) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(2) {
  order: 2;
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(2) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(3) {
  order: 3;
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(3) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(4) {
  order: 5;
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(4) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(5) {
  order: 4;
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(5) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(6) {
  order: 6;
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(6) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(7) {
  order: 7;
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(7) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(8) {
  order: 8;
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(8) .history_content {
  margin-top: 45px;
}
@media screen and (min-width: 992px) {
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(1) {
    order: 1;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(1) .history_content {
    margin-top: 0px;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(1) .history_content {
    --icon-top:50px;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(2) {
    order: 2;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(2) .history_content {
    margin-top: 100px;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(2) .history_content {
    --icon-top:60px;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(3) {
    order: 3;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(3) .history_content {
    margin-top: -30px;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(3) .history_content {
    --icon-top:60px;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(4) {
    order: 4;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(4) .history_content {
    margin-top: 100px;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(4) .history_content {
    --icon-top:100px;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(5) {
    order: 5;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(5) .history_content {
    margin-top: -250px;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(5) .history_content {
    --icon-top:30px;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(6) {
    order: 6;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(6) .history_content {
    margin-top: 0px;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(6) .history_content {
    --icon-top:30px;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(7) {
    order: 7;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(7) .history_content {
    margin-top: 80px;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(7) .history_content {
    --icon-top:30px;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(8) {
    order: 8;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(8) .history_content {
    margin-top: 30px;
  }
  .company .section_history .history_years-inner > div:is(.y2000 *):nth-child(8) .history_content {
    --icon-top:30px;
  }
}
.company .section_history .history_years-inner > div:is(.y2000 *):nth-child(6), .company .section_history .history_years-inner > div:is(.y2000 *):last-child {
  grid-column: 1/2;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(1) {
  order: 1;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(1) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(2) {
  order: 2;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(2) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(3) {
  order: 4;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(3) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(4) {
  order: 3;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(4) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(5) {
  order: 5;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(5) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(6) {
  order: 6;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(6) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(7) {
  order: 7;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(7) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(8) {
  order: 8;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(8) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(9) {
  order: 9;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(9) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(10) {
  order: 10;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(10) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(11) {
  order: 11;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(11) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(12) {
  order: 12;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(12) .history_content {
  margin-top: 45px;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(13) {
  order: 13;
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(13) .history_content {
  margin-top: 45px;
}
@media screen and (min-width: 992px) {
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(1) {
    order: 1;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(1) .history_content {
    margin-top: 0px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(1) .history_content {
    --icon-top:50px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(2) {
    order: 2;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(2) .history_content {
    margin-top: 0px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(2) .history_content {
    --icon-top:180px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(3) {
    order: 3;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(3) .history_content {
    margin-top: 10px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(3) .history_content {
    --icon-top:350px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(4) {
    order: 4;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(4) .history_content {
    margin-top: 80px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(4) .history_content {
    --icon-top:30px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(5) {
    order: 5;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(5) .history_content {
    margin-top: 80px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(5) .history_content {
    --icon-top:30px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(6) {
    order: 6;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(6) .history_content {
    margin-top: 80px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(6) .history_content {
    --icon-top:30px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(7) {
    order: 7;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(7) .history_content {
    margin-top: 80px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(7) .history_content {
    --icon-top:30px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(8) {
    order: 8;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(8) .history_content {
    margin-top: 80px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(8) .history_content {
    --icon-top:30px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(9) {
    order: 9;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(9) .history_content {
    margin-top: 150px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(9) .history_content {
    --icon-top:50px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(10) {
    order: 10;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(10) .history_content {
    margin-top: 0px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(10) .history_content {
    --icon-top:30px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(11) {
    order: 11;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(11) .history_content {
    margin-top: 80px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(11) .history_content {
    --icon-top:30px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(12) {
    order: 12;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(12) .history_content {
    margin-top: 80px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(12) .history_content {
    --icon-top:30px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(13) {
    order: 13;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(13) .history_content {
    margin-top: 80px;
  }
  .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(13) .history_content {
    --icon-top:30px;
  }
}
.company .section_history .history_years-inner > div:is(.y2010 *):nth-child(5), .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(6), .company .section_history .history_years-inner > div:is(.y2010 *):nth-child(13) {
  grid-column: 1/2;
}
.company .section_history .history_years_inner {
  display: none;
}
@media screen and (min-width: 992px) {
  .company .section_history .history_years_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 100px;
  }
}
.company .history_company {
  --b-width: 3px;
  --b-radius: 20px;
  --b-w-half: 2px;
  border: solid #FF8504;
  height: var(--h-c-height, 60px);
  display: grid;
  place-content: center;
  padding-inline: var(--h-c-padding-inline, 10px);
  position: relative;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .company .history_company {
    --h-c-height:100px;
    --h-c-padding-inline:0;
  }
}
.company .history_company:is(.history_years-left > *) {
  --b-w-left-position-pc: 0 var(--b-w-half) var(--b-width) var(--b-width);
  --b-r-left-position-pc: 0 0 0 var(--b-radius);
  --b-w-left-position-sp: 0 var(--b-width) var(--b-width) var(--b-width);
  --b-r-left-position-sp: 0 0 var(--b-radius) var(--b-radius);
  border-width: var(--b-w-left-position-sp);
  border-radius: var(--b-r-left-position-sp);
}
@media screen and (min-width: 992px) {
  .company .history_company:is(.history_years-left > *) {
    border-width: var(--b-w-left-position-pc);
    border-radius: var(--b-r-left-position-pc);
  }
}
.company .history_company:is(.history_years-right > *) {
  --b-w-right-position-pc: 0 var(--b-width) var(--b-width) var(--b-w-half);
  --b-r-right-position-pc: 0 0 var(--b-radius) 0;
  --b-w-right-position-sp: 0 var(--b-width) var(--b-width) var(--b-width);
  --b-r-right-position-sp: 0 0 var(--b-radius) var(--b-radius);
  border-width: var(--b-w-right-position-sp);
  border-radius: var(--b-r-right-position-sp);
}
@media screen and (min-width: 992px) {
  .company .history_company:is(.history_years-right > *) {
    border-width: var(--b-w-right-position-pc);
    border-radius: var(--b-r-right-position-pc);
  }
}
.company .history_inner:is(.history_years-left > *) {
  padding-right: var(--h-inner-padding, 0);
}
@media screen and (min-width: 992px) {
  .company .history_inner:is(.history_years-left > *) {
    --h-inner-padding: 36px;
  }
}
.company .history_inner:is(.history_years-right > *) {
  padding-left: var(--h-inner-padding, 0);
}
@media screen and (min-width: 992px) {
  .company .history_inner:is(.history_years-right > *) {
    --h-inner-padding:36px;
  }
}
.company .history_content {
  --icon-width: 47px;
  position: relative;
  border: 3px solid #FF8504;
  border-radius: 20px;
  padding-block: 40px 30px;
  padding-inline: calc(15px + 0.2604166667vw);
  background-color: #fff;
}
.company .history_content::after {
  content: "";
  display: var(--h-display, none);
  position: absolute;
  background-image: url(/wp-content/themes/recruit/src/images/company/history/history_img.png);
  width: var(--icon-width);
  height: 15px;
  top: var(--icon-top, unset);
  bottom: var(--icon-bottom, usnet);
}
@media screen and (min-width: 992px) {
  .company .history_content::after {
    --h-display: block;
  }
}
.company .history_content:is(.history_years-left *)::after {
  right: calc(var(--icon-width) * -1);
}
.company .history_content:is(.history_years-right *)::after {
  transform: rotate(-180deg);
  left: calc(var(--icon-width) * -1);
}
.company .history_content-title {
  --title-base-size:80px;
  position: absolute;
  inset: 0;
  top: calc(var(--title-base-size) * 0.5 * -1);
  width: calc(var(--title-base-size) * 2);
  height: var(--title-base-size);
  font-size: calc(30px + 2.34375vw);
  color: #FF8504;
  background: #fff;
  margin: 0 auto;
  display: grid;
  place-content: center;
  line-height: 0.46;
}
.company .history_content-description {
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
  margin-top: var(--desc-margin-top, 0);
}
@media screen and (min-width: 992px) {
  .company .history_content-description {
    --desc-margin-top:15px;
  }
}
.company .history_content-description span {
  color: #FF8504;
  text-decoration: underline;
  display: block;
}
.company .history_content-description span:not(:nth-of-type(1)) {
  margin-top: 20px;
}
.company .history_content-image {
  display: var(--dec-image, block);
}
@media screen and (min-width: 992px) {
  .company .history_content-image {
    --dec-image:none;
  }
}
.company .history_content-detail {
  margin-top: 15px;
  padding: 10px 13px;
  border-radius: 10px;
  font-size: calc(12px + 0.1041666667vw);
  background-color: #FFF9E8;
}
.company .image-content-inner:is(.history *) {
  margin-bottom: calc(50px + 1.5625vw);
}
.company .inner_detail.sub_detail {
  margin-top: calc(40px + 1.5625vw);
}
.company .inner_detail h4 {
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  line-height: 1.08;
}
.company .sign_ceo {
  text-align: right;
  margin-top: 50px;
}
.company .sign_ceo img {
  width: var(--sign-width, 60%);
}
@media screen and (min-width: 768px) {
  .company .sign_ceo {
    --sign-width:auto;
  }
}

.environment {
  --sc-top-h: calc(300px + 6.0625vw);
}
@media screen and (min-width: 1200px) {
  .environment .section_inner-title {
    --sec-in-ttl-px: calc(30px + 1.5625vw) calc(60px + 2.0833333333vw);
  }
}
.environment .section_welfare {
  --welfare-item-icon-width:160px;
  --welfare-item-icon-small: calc(var(--welfare-item-icon-width)*.6);
  margin: var(--welfare-item-icon-small) 0;
}
@media screen and (min-width: 992px) {
  .environment .section_welfare {
    margin: calc(150px + 2.6041666667vw) 0;
  }
}
.environment .section_welfare-content {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .environment .section_welfare-content {
    row-gap: calc(calc(30px + 3.125vw) + var(--welfare-item-icon-width) / 2);
  }
}
.environment .section_welfare-content h3 {
  color: #00479C;
  font-size: calc(20px + 1.5625vw);
  text-align: center;
  margin-bottom: 3%;
}
.environment .section_welfare-content table {
  width: 100%;
  margin-bottom: 15%;
}
.environment .section_welfare-content table tr {
  border-collapse: collapse;
  border: 1px solid #dedede;
}
.environment .section_welfare-content table tr th {
  background-color: #00479C;
  color: #fff;
  padding: 0.5rem 1rem;
  min-width: 30%;
}
.environment .section_welfare-content table tr td {
  background-color: #fff;
  padding: 0.5rem 1rem;
}
.environment .section_welfare-content .lead_txt {
  text-align: center;
  margin-bottom: 2%;
  margin-top: 15%;
}
.environment .section_welfare-item {
  position: relative;
  border: 1px solid #DEDEDE;
  border-radius: 15px;
  background-color: #fff;
  width: 100%;
  padding: 4%;
  margin-bottom: 2%;
}
.environment .section_welfare-item p {
  text-align: center;
  display: block;
  margin: 2% 0;
}
.environment .section_welfare-item div p {
  text-align: left;
}
.environment .section_welfare-item h4 {
  color: #00479C;
  font-size: calc(20px + 0.4166666667vw);
  text-align: center;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .environment .section_welfare-item h4 {
    text-align: left;
  }
}
.environment .section_welfare-item img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 180px;
}
@media screen and (min-width: 576px) {
  .environment .section_welfare-item img {
    max-width: 250px;
  }
}
.environment .slide_container {
  --sec-inner-width: min(1310px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
  margin-bottom: 150px;
}
.environment .slide_inner {
  border: 2px solid #FF8504;
  border-radius: 30px;
  background: #fff;
  padding: calc(40px + 1.3020833333vw) calc(15px + 1.5625vw);
}
.environment .slide_inner:not(:first-child) {
  margin-top: calc(30px + 1.0416666667vw);
}
.environment .slide_inner h4 {
  color: #FF8504;
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  line-height: 1.08;
}
.environment .slide_inner .explanation {
  margin-top: calc(5px + 0.2604166667vw);
  font-size: 16px;
  line-height: 1.625;
}
.environment .slide_inner .slide_content {
  margin-top: calc(30px + 0.5208333333vw);
}
.environment .slide_inner .slide_content .slider .slide.slick-slide img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .environment .slide_inner .slide_content .slider .slide.slick-slide img {
    height: calc(400px + 14.5833333333vw);
  }
}
.environment .section_training {
  --sec-inner-width:min(1230px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
.environment .section_training .training_title {
  font-size: calc(20px + 1.4583333333vw);
  font-weight: 600;
  color: #FF8504;
  text-align: center;
  margin-top: calc(25px + 0.78125vw);
}
.environment .section_training .training_title-bottom {
  margin-top: calc(15px + 0.2604166667vw);
  font-size: calc(14px + 0.3125vw);
  line-height: 2;
  text-align: var(--training-bottom-text-align, left);
}
@media screen and (min-width: 992px) {
  .environment .section_training .training_title-bottom {
    --training-bottom-text-align:center;
  }
}
.environment .section_training-why {
  margin-top: calc(35px + 5.2083333333vw);
}
.environment .section_training-why h3 {
  font-size: var(--why-h3-size, 24px);
  font-weight: 600;
  color: #FF8504;
}
@media screen and (min-width: 992px) {
  .environment .section_training-why h3 {
    --why-h3-size:c_vw(20,28);
  }
}
.environment .section_training-why_wrapper {
  margin-top: calc(20px + 1.0416666667vw);
  display: grid;
  grid-template-columns: var(--why-grid-tmp-columns, 1fr);
  gap: calc(10px + 1.9270833333vw);
}
@media screen and (min-width: 1200px) {
  .environment .section_training-why_wrapper {
    --why-grid-tmp-columns:auto 430px;
  }
}
.environment .section_training-why_wrapper .training_why-left h4 {
  font-size: calc(18px + 0.3125vw);
  color: #FF8504;
  font-weight: 600;
}
.environment .section_training-why_wrapper .training_why-left h4:not(:first-child) {
  margin-top: calc(20px + 1.0416666667vw);
}
.environment .section_training-why_wrapper .training_why-left p {
  margin-top: calc(10px + 0.2604166667vw);
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.environment .section_training-why_wrapper .training_why-right {
  margin-inline: auto;
}
.environment .section_training-bottom {
  --sec-inner-width:min(1310px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
  margin-top: calc(50px + 3.125vw);
  margin-bottom: calc(100px + 2.6041666667vw);
}
.environment .section_training-bottom_inner {
  --training-bottom-inner-padding:calc(10px + 1.5625vw);
  --training-bottom-inner-radius: 30px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.environment .section_training-bottom_inner h2 {
  background: #FF8504;
  padding-block: calc(5px + 0.2604166667vw);
  padding-left: var(--training-bottom-inner-padding);
  color: #fff;
  border-radius: 15px 15px 0 0;
  font-size: calc(18px + 0.5729166667vw);
  font-weight: 600;
  line-height: 1.44;
}
.environment .section_training-bottom_inner .training_detail_wrapper {
  border: solid #FF8504;
  border-width: 0 2px 2px 2px;
  background: #fff;
  padding: calc(40px + 1.0416666667vw) var(--training-bottom-inner-padding);
  border-radius: 0 0 30px 30px;
}
.environment .section_training-bottom_inner .training_detail_wrapper h3 {
  font-size: calc(18px + 0.7291666667vw);
  font-weight: 600;
  color: #FF8504;
}
.environment .section_training-bottom_inner .training_detail_wrapper h3:not(:first-child) {
  margin-top: calc(30px + 2.34375vw);
}
.environment .section_training-bottom_inner .training_detail_inner {
  margin-top: calc(15px + 0.5208333333vw);
  padding-block: calc(20px + 0.78125vw);
  padding-inline: calc(10px + 0.78125vw);
  background-color: #FFF9E8;
  border-radius: 10px;
}
.environment .section_training-bottom_inner .training_detail_inner h4 {
  color: #FF8504;
  font-size: calc(16px + 0.4166666667vw);
  font-weight: 600;
}
.environment .section_training-bottom_inner .training_detail_inner h4:not(:first-child) {
  margin-top: calc(20px + 0.5208333333vw);
}
.environment .section_training-bottom_inner .training_detail_inner p {
  margin-top: calc(10px + 0.2604166667vw);
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.environment .career_img {
  margin: 2% auto;
  max-width: 1000px;
}
.environment .education_cnt {
  margin-bottom: 10%;
}
.environment .education_cnt .edu_img {
  margin: 2% auto;
  max-width: 1000px;
}
.environment .career_step table {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 2%;
}
.environment .career_step th {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #00479C;
  color: #fff;
  width: 30%;
  max-width: 300px;
}
.environment .career_step td {
  padding: 10px 15px;
  border: 1px solid #ddd;
  width: 70%;
}
.environment .career_step h4 {
  border-bottom: 2px solid #00479C;
  color: #00479c;
  padding: 10px;
  font-size: 16px;
  border-radius: 0px;
  margin-bottom: 1%;
}

.slick-slide {
  display: none;
}
.slick-slide.slick-initialized {
  display: block;
}

.slide_thum.slick-slide:not(.slick-active) img {
  opacity: 0.6;
}
.slide_thum.slick-slide img {
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slide_thum.slick-slide img {
    height: calc(100px + 3.3854166667vw);
  }
}

.slick-arrow {
  --slick-arrow-icon-w: 36px;
  --slick-arrow-position: 130px;
  --slick-thum-padding: 150px;
  cursor: pointer;
  transition: opacity 0.3s;
  transform: scale(0.7);
}
@media screen and (min-width: 768px) {
  .slick-arrow {
    transform: scale(1);
  }
}
.slick-arrow:hover {
  opacity: 0.5;
}
.slick-arrow.prev_icon {
  position: absolute;
  inset-block: 0;
  z-index: 1;
  left: 3px;
  margin-block: auto;
  transform: rotate(-180deg) scale(0.7);
}
@media screen and (min-width: 768px) {
  .slick-arrow.prev_icon {
    left: var(--slick-arrow-position);
    transform: rotate(-180deg) scale(1);
  }
}
.slick-arrow.next_icon {
  position: absolute;
  inset-block: 0;
  z-index: 1;
  right: 3px;
  margin-block: auto;
}
@media screen and (min-width: 768px) {
  .slick-arrow.next_icon {
    right: var(--slick-arrow-position);
  }
}

.recruit {
  --sc-top-h: calc(300px + 6.0625vw);
  --sc-wrapper-margin-bottom: calc(60px + 2.0833333333vw);
}
.recruit iframe {
  width: 100% !important;
}
.recruit .section_wrapper {
  margin-bottom: var(--sc-wrapper-margin-bottom);
}
@media screen and (min-width: 1200px) {
  .recruit .section_inner-title {
    --sec-in-ttl-px: calc(30px + 1.5625vw) calc(60px + 2.0833333333vw);
  }
}
.recruit .recruit_container {
  --sec-inner-width: min(1310px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
.recruit .recruit_container > :not(:nth-child(1)) {
  margin-top: calc(30px + 1.0416666667vw);
}
.recruit .recruit_inner {
  --recruit-inner-padding:calc(10px + 1.5625vw);
  --recruit-inner-radius: 30px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.recruit .recruit_inner .title_contente {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #FF8504;
  padding-block: calc(20px + 0.5208333333vw);
  padding-inline: var(--recruit-inner-padding);
  border-radius: 15px 15px 0 0;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .title_contente {
    flex-direction: row;
    gap: 0;
  }
}
.recruit .recruit_inner .title_contente h3 {
  color: #fff;
  font-size: calc(18px + 0.5729166667vw);
  font-weight: 600;
  line-height: 1.44;
}
.recruit .recruit_inner .title_contente span:is(h3 > *) {
  font-size: calc(16px + 0.1041666667vw);
  line-height: 1.44;
  display: block;
}
.recruit .recruit_inner .title_contente .title_link {
  --title_link: min(250px, 100%);
  width: var(--title_link);
  margin-inline: var(--title_link-margin-inline, auto);
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .title_contente .title_link {
    --title_link-margin-inline:0;
  }
}
.recruit .recruit_inner .title_contente .title_link a {
  --button-width: var(--title_link);
  --margin-x: auto;
  --button-color: #FF8504;
  --button-border:2px solid #FF8504;
  display: block;
  background: #fff;
  padding-block: calc(10px + 0.2083333333vw);
  border-radius: 40px;
  border: var(--button-border, unset);
  width: var(--button-width, min(300px, 100%));
  margin-inline: var(--margin-x, 0);
}
.recruit .recruit_inner .title_contente .title_link a button {
  display: flex;
  align-items: center;
  font-size: calc(18px + 0.2083333333vw);
  font-weight: 600;
  color: var(--button-color, #fff);
  margin-inline: auto;
}
.recruit .recruit_inner .title_contente .title_link a button img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .title_contente .title_link a {
    --margin-x: 0;
  }
}
.recruit .recruit_inner h2 {
  border: 1px solid #fff;
  background-color: #00479C;
  padding-block: calc(5px + 0.2604166667vw);
  padding-left: var(--recruit-inner-padding);
  color: #fff;
  border-radius: 15px 15px 0 0;
  font-size: calc(18px + 0.5729166667vw);
  font-weight: 600;
  line-height: 1.44;
}
.recruit .recruit_inner .recruit_content {
  border: solid #00479C;
  border-width: 0 2px 2px 2px;
  background: #fff;
  padding: calc(40px + 1.0416666667vw) var(--recruit-inner-padding);
  border-radius: 0 0 30px 30px;
}
.recruit .recruit_inner .recruit_movie-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.recruit .recruit_inner .recruit_category {
  margin-top: calc(30px + 0.5208333333vw);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(350px, 100%), auto));
  gap: 20px;
}
.recruit .recruit_inner .recruit_category-outer {
  display: block;
}
.recruit .recruit_inner .recruit_category-item {
  --item-outer-radius:15px;
  --item-outer-padding:7px;
  --item-inner-radius: calc(var(--item-outer-radius) - var(--item-outer-padding));
  background: #FF8504;
  border-radius: 15px;
  padding: 7px;
}
.recruit .recruit_inner .recruit_category-item .item_image img {
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: var(--item-inner-radius) var(--item-inner-radius) 0 0;
}
.recruit .recruit_inner .recruit_category-item .item_title {
  color: #fff;
  padding: calc(15px + 0.2604166667vw) calc(10px + 0.2604166667vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruit .recruit_inner .recruit_category-item .item_title h3 {
  font-size: calc(18px + 0.2083333333vw);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.019em;
}
.recruit .recruit_inner .recruit_category-item .item_title h3 span {
  display: block;
  font-size: calc(12px + 0.2083333333vw);
  font-weight: normal;
}
.recruit .recruit_inner .recruit_detail_wrapper {
  margin-top: calc(30px + 1.0416666667vw);
}
.recruit .recruit_inner .recruit_detail_wrapper-top {
  display: grid;
  grid-template-columns: var(--recruit_detail-grid-temp-clmns, 1fr);
  gap: calc(20px + 0.5208333333vw);
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .recruit_detail_wrapper-top {
    --recruit_detail-grid-temp-clmns:312px auto;
  }
}
.recruit .recruit_inner .recruit_detail_wrapper-top > div:nth-child(1) {
  order: var(--grid-order-nth1, 2);
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .recruit_detail_wrapper-top > div:nth-child(1) {
    --grid-order-nth1: 1;
  }
}
.recruit .recruit_inner .recruit_detail_wrapper-top > div:nth-child(2) {
  align-self: center;
  order: var(--grid-order-nth1, 1);
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .recruit_detail_wrapper-top > div:nth-child(2) {
    --grid-order-nth1: 2;
  }
}
.recruit .recruit_inner .recruit_detail_wrapper-top > div > p {
  font-size: calc(18px + 0.1041666667vw);
  line-height: 2;
}
.recruit .recruit_inner .recruit_detail_wrapper-top > div > ul > li {
  font-size: calc(14px + 0.1041666667vw);
  line-height: 2.125;
}
.recruit .recruit_inner .recruit_detail_wrapper .recruitment_item {
  display: flex;
  border-bottom: 3px dotted #6BAEFE;
  padding-bottom: 20px;
  flex-direction: var(--item-flex-direction, column);
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .recruit_detail_wrapper .recruitment_item {
    --item-flex-direction:row;
  }
}
.recruit .recruit_inner .recruit_detail_wrapper .recruitment_item:not(:first-child) {
  margin-top: calc(20px + 0.2604166667vw);
}
.recruit .recruit_inner .recruit_detail_wrapper .recruitment_item:last-child {
  border-bottom: none;
}
.recruit .recruit_inner .recruit_detail_wrapper .recruitment_item span:nth-child(1) {
  color: #00479C;
  font-size: calc(12px + 0.1041666667vw);
  font-weight: 600;
  line-height: 1.42;
  padding-left: var(--item-span-padding, 0);
  max-width: 170px;
  width: 20%;
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .recruit_detail_wrapper .recruitment_item span:nth-child(1) {
    --item-span-padding:c_vw(15, 5);
  }
}
.recruit .recruit_inner .recruit_detail_wrapper .recruitment_item span:nth-child(2) {
  width: var(--item-nth2-width, 100%);
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .recruit_detail_wrapper .recruitment_item span:nth-child(2) {
    --item-nth2-width:calc(100% - 170px);
  }
}
.recruit .recruit_inner .recruit_detail_wrapper .recruitment_item span:nth-child(2) > span {
  font-size: calc(12px + 0.1041666667vw);
  padding-top: 15px;
  display: inline-block;
}
.recruit .recruit_inner .recruit_detail_wrapper .recruitment_item div {
  width: 80%;
  font-weight: bold;
}
.recruit .recruit_inner .recruit_detail_wrapper .recruitment_item div p {
  font-weight: bold;
}
.recruit .recruit_inner .recruit_detail_wrapper .recruitment_item div ul {
  margin-bottom: 1%;
  font-weight: bold;
}
.recruit .recruit_inner .recruit_internship-wrapper {
  padding-block: calc(15px + 0.2604166667vw) calc(20px + 0.5208333333vw);
  padding-inline: calc(15px + 1.3020833333vw);
  display: grid;
  grid-template-columns: var(--internship-wrapper-grid-tmp-clums, auto);
  align-items: center;
  gap: var(--internship-wrapper-grid-gap, 30px);
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .recruit_internship-wrapper {
    --internship-wrapper-grid-tmp-clums:auto 330px;
    --internship-wrapper-grid-gap: calc(40px + 3.125vw);
  }
}
.recruit .recruit_inner .recruit_internship-wrapper .internship-inner_left > div {
  margin-bottom: calc(15px + 0.2604166667vw);
}
.recruit .recruit_inner .recruit_internship-wrapper .internship-inner_left .internship_schedule,
.recruit .recruit_inner .recruit_internship-wrapper .internship-inner_left .internship_location {
  display: grid;
  grid-template-columns: var(--internship-inner-grid-tmp-clmns, 1fr);
  gap: var(--internship-inner-grid-gap, 5px);
}
.recruit .recruit_inner .recruit_internship-wrapper .internship-inner_left .internship_schedule > :nth-child(1),
.recruit .recruit_inner .recruit_internship-wrapper .internship-inner_left .internship_location > :nth-child(1) {
  color: #FF8504;
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .recruit_internship-wrapper .internship-inner_left .internship_schedule,
.recruit .recruit_inner .recruit_internship-wrapper .internship-inner_left .internship_location {
    --internship-inner-grid-tmp-clmns:50px auto;
    --internship-inner-grid-gap:calc(20px + 0.5208333333vw);
  }
}
.recruit .recruit_inner .recruit_internship-wrapper .internship-inner_left .internship_detail i {
  width: 5px;
  height: 5px;
  background: #FFC515;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 3px;
  display: inline-block;
}
.recruit .recruit_inner .recruit_internship-wrapper .internship-inner_right {
  margin: 0 auto;
}
.recruit .recruit_inner .recruit_internship-wrapper .section_bottom_link a {
  --button-width:min(250px, 100%);
  --margin-x: auto;
  --button-color:#fff;
  display: block;
  background: #FF8504;
  padding-block: calc(10px + 0.2083333333vw);
  border-radius: 40px;
  border: var(--button-border, unset);
  width: var(--button-width, min(300px, 100%));
  margin-inline: var(--margin-x, 0);
}
.recruit .recruit_inner .recruit_internship-wrapper .section_bottom_link a button {
  display: flex;
  align-items: center;
  font-size: calc(18px + 0.2083333333vw);
  font-weight: 600;
  color: var(--button-color, #fff);
  margin-inline: auto;
}
.recruit .recruit_inner .recruit_internship-wrapper .section_bottom_link a button img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .recruit_internship-wrapper .section_bottom_link a {
    --margin-x: 0;
  }
}
.recruit .recruit_inner .recruit_content.recruit_flow {
  padding: calc(15px + 1.3020833333vw);
}
.recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_inner h3 {
  color: #FF8504;
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  line-height: 1.08;
}
.recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_inner h3:nth-of-type(2) {
  margin-top: calc(25px + 2.6041666667vw);
}
.recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_inner p {
  margin-top: calc(15px + 0.5208333333vw);
  font-size: 14px;
  line-height: 1.85;
}
.recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_container {
  margin-top: calc(20px + 0.2604166667vw);
  display: flex;
  overflow: hidden;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_container {
    flex-direction: row;
    gap: 0;
  }
}
.recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_container .flow_item {
  --arrow-size: 25px;
  --arrow-position:43px;
  --arrow-width:50px 0 50px 3px;
  background-color: #FF8504;
  color: #fff;
  display: grid;
  place-content: center;
  height: 100px;
  position: relative;
  text-align: center;
  font-size: calc(16px + 0.1041666667vw);
  line-height: 1.6;
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_container .flow_item:is(.recruit_flow_inner > div:nth-of-type(2) > *) {
    width: calc(22% - var(--arrow-size));
  }
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_container .flow_item {
    width: calc(25% - var(--arrow-size));
    padding-right: var(--arrow-size);
  }
}
.recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_container .flow_item:last-child {
  --arrow-width:50px 0 50px 30px;
}
.recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_container .flow_item:last-child::before, .recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_container .flow_item:last-child::after {
  display: none;
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_container .flow_item:last-child::before, .recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_container .flow_item:last-child::after {
    display: block;
    right: -5px;
  }
}
.recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_container .flow_item::before {
  display: none;
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_container .flow_item::before {
    display: block;
    content: "";
    position: absolute;
    bottom: var(--arrow-position);
    right: var(--arrow-size);
    background-color: #FF8504;
    width: 0;
    height: 0;
    border: solid #fff;
    border-width: var(--arrow-width);
    transform: rotateZ(-30deg);
    z-index: 3;
    pointer-events: none;
  }
}
.recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_container .flow_item::after {
  display: block;
  content: "";
  position: absolute;
  top: unset;
  bottom: -40px;
  right: 0;
  left: 0;
  margin-inline: auto;
  background-color: transparent;
  width: 0;
  height: 0;
  transform: rotateZ(90deg);
  z-index: 3;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FF8504;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .recruit .recruit_inner .recruit_content.recruit_flow .recruit_flow_container .flow_item::after {
    display: block;
    content: "";
    position: absolute;
    top: var(--arrow-position);
    right: var(--arrow-size);
    left: unset;
    background-color: #FF8504;
    width: 0;
    height: 0;
    border: solid #fff;
    border-width: var(--arrow-width);
    transform: rotateZ(30deg);
  }
}
.recruit .section_wrapper-movies {
  padding-bottom: 20px;
}
.recruit .outer .section_wrapper {
  background: #fff;
  --sc-wrapper-margin-bottom:0;
}
.recruit .outer .section_wrapper .section_wrapper_container {
  --maring-block: 0;
  padding-block: var(--outer-wrppr-pblock, 30px 20px);
  --sec-inner-width:min(1310px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .recruit .outer .section_wrapper .section_wrapper_container {
    --outer-wrppr-pblock:calc(25px + 1.8229166667vw) calc(15px + 0.78125vw);
  }
}
.recruit .outer .section_wrapper .section_wrapper_container .section_content-main {
  color: #FF8504;
  font-weight: 600;
  text-align: center;
}
.recruit .outer .section_wrapper .section_wrapper_container .section_content-main h2 {
  font-size: calc(20px + 1.0416666667vw);
  line-height: 1.45;
}
.recruit .outer .section_wrapper .section_wrapper_container .section_content-main h3 {
  margin-top: 10px;
  font-size: calc(16px + 0.4166666667vw);
  line-height: 1.08;
}
.recruit .outer .section_layer_wrapper {
  --sec-inner-width:min(1310px, 100%);
  margin-block: var(--sc-layer-block, 20px 50px);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .recruit .outer .section_layer_wrapper {
    --sc-layer-block:calc(15px + 0.2604166667vw) calc(100px + 2.6041666667vw);
  }
}
.recruit .outer .section_layer_wrapper .section_breadcrumb {
  margin-block: 0;
}
.recruit .outer .section_layer_wrapper > .layer_wrapper {
  margin-top: calc(30px + 2.6041666667vw);
}
.recruit .outer .section_layer_wrapper > .layer_wrapper:nth-of-type(2) {
  margin-top: calc(30px + 1.3020833333vw);
}
.recruit .outer .section_layer_wrapper .layer_inner-image {
  width: min(790px, 100%);
  margin: 0 auto;
}
.recruit .outer .section_layer_wrapper .layer_inner div:is(.layer_inner-image + *) {
  margin-top: calc(30px + 1.0416666667vw);
  font-size: calc(16px + 0.2083333333vw);
  line-height: 2;
}
.recruit .outer .section_layer_wrapper .layer_inner div:is(.layer_inner-image + *) span {
  --circle-w:8px;
  display: inline-block;
  width: var(--circle-w);
  height: var(--circle-w);
  border-radius: var(--circle-w);
  background-color: #FFC515;
  margin-right: 15px;
  margin-bottom: 2px;
}
.recruit .outer .section_layer_wrapper .layer_inner-join {
  width: min(900px, 100%);
  background-color: #FFF9E8;
  border-radius: 10px;
  margin: calc(40px + 1.5625vw) auto 0;
  padding-block: calc(20px + 0.5208333333vw) calc(25px + 0.78125vw);
  padding-inline: calc(15px + 1.0416666667vw);
  text-align: center;
}
.recruit .outer .section_layer_wrapper .layer_inner-join h3 {
  color: #FF8504;
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  padding-bottom: calc(15px + 0.2604166667vw);
  line-height: 1.08;
  border-bottom: 2px solid #FF8504;
}
.recruit .outer .section_layer_wrapper .layer_inner-join p {
  margin-top: calc(20px + 0.5208333333vw);
  font-size: calc(16px + 0.2083333333vw);
  line-height: 2;
}
.recruit .outer .section_layer_wrapper .layer_inner-join p a {
  color: #FF8504;
}
.recruit .outer .section_layer_wrapper .layer_inner-join p a span:first-child {
  text-decoration: underline;
}
.recruit .outer .section_layer_wrapper .layer_inner-join p a span:nth-child(2) {
  position: relative;
  top: -9px;
  padding-inline: 6px;
}
.recruit .outer .section_layer_wrapper .layer_inner-join > div {
  margin-top: var(--link-maring-top, 40px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, auto));
  gap: var(--link-gap, 30px);
}
@media screen and (min-width: 992px) {
  .recruit .outer .section_layer_wrapper .layer_inner-join > div {
    --link-gap: 0 calc(15px + 0.78125vw);
    --link-maring-top: calc(25px + 0.2604166667vw);
  }
}
.recruit .outer .section_layer_wrapper .layer_inner-join > div > .ng_link > a {
  --link-maring-top:20px;
  --margin-x:auto;
  --button-color:#fff;
  display: block;
  background: #FF8504;
  padding-block: calc(10px + 0.2083333333vw);
  border-radius: 40px;
  border: var(--button-border, unset);
  width: var(--button-width, min(300px, 100%));
  margin-inline: var(--margin-x, 0);
}
.recruit .outer .section_layer_wrapper .layer_inner-join > div > .ng_link > a button {
  display: flex;
  align-items: center;
  font-size: calc(18px + 0.2083333333vw);
  font-weight: 600;
  color: var(--button-color, #fff);
  margin-inline: auto;
}
.recruit .outer .section_layer_wrapper .layer_inner-join > div > .ng_link > a button img {
  width: 100%;
}
.recruit .outer .section_layer_wrapper .layer_inner-join > div > a {
  display: block;
  position: relative;
  text-align: center;
  --color-orange: #FF8504;
  --color-white: #fff;
  padding-block: 25px 20px;
  border: 2px solid #FF8504;
  border-radius: 7px;
  font-size: calc(18px + 0.2083333333vw);
  font-weight: 600;
  line-height: 1.45;
}
.recruit .outer .section_layer_wrapper .layer_inner-join > div > a::before {
  --before-height:30px;
  content: attr(data-link);
  position: absolute;
  inset: 0;
  top: calc(var(--before-height) * 0.5 * -1);
  margin: 0 auto;
  font-size: calc(14px + 0.1041666667vw);
  border: 1px solid #FF8504;
  line-height: 1.625;
  font-weight: 600;
  border-radius: var(--before-height);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 18px;
  text-align: center;
  height: var(--before-height);
}
.recruit .outer .section_layer_wrapper .layer_inner-join > div > a:first-child {
  background-color: var(--color-orange);
  color: var(--color-white);
}
.recruit .outer .section_layer_wrapper .layer_inner-join > div > a:first-child::before {
  background-color: var(--color-white);
  color: var(--color-orange);
}
.recruit .outer .section_layer_wrapper .layer_inner-join > div > a:last-child {
  background-color: var(--color-white);
  color: var(--color-orange);
}
.recruit .outer .section_layer_wrapper .layer_inner-join > div > a:last-child::before {
  background-color: var(--color-orange);
  color: var(--color-white);
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content {
  --layer-padding:calc(10px + 1.5625vw);
  overflow: hidden;
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content:not(:first-child) {
  margin-top: calc(40px + 3.125vw);
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content h2 {
  background: #FF8504;
  padding-block: calc(5px + 0.2604166667vw);
  padding-left: var(--layer-padding);
  color: #fff;
  border-radius: 15px 15px 0 0;
  font-size: calc(18px + 0.5729166667vw);
  font-weight: 600;
  line-height: 1.44;
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content-inner {
  padding-inline: var(--layer-padding);
  padding-block: calc(20px + 1.3541666667vw);
  border: 3px solid #FF8504;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 15px 15px;
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content-inner h3 {
  font-size: calc(18px + 0.3125vw);
  font-weight: 600;
  line-height: 1.08;
  color: #FF8504;
  margin-bottom: 20px;
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content-inner h3:not(:first-child) {
  margin-top: calc(30px + 1.0416666667vw);
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content-inner p {
  margin-top: 10px;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content-inner .content_detail {
  margin-top: calc(15px + 0.2604166667vw);
  background-color: #FFF9E8;
  border-radius: 10px;
  padding: calc(10px + 0.5208333333vw) calc(15px + 0.5208333333vw);
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content-inner .content_detail h4 {
  color: #FF8504;
  font-size: calc(14px + 0.1041666667vw);
  font-weight: 600;
  margin-bottom: 10px;
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content-inner .content_detail div {
  font-size: calc(12px + 0.1041666667vw);
  line-height: 1.85;
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content-inner .content_detail div span {
  padding-right: 15px;
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content-inner .content_voice_wrapper {
  display: grid;
  grid-template-columns: var(--voice-columns, 1fr);
  gap: calc(15px + 0.78125vw);
}
@media screen and (min-width: 992px) {
  .recruit .outer .section_layer_wrapper .layer_container .layer_content-inner .content_voice_wrapper {
    --voice-columns:165px auto;
  }
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content-inner .content_voice_wrapper > :nth-child(2n-1) {
  margin: 0 var(--voice-image-margin-inline, auto);
}
@media screen and (min-width: 992px) {
  .recruit .outer .section_layer_wrapper .layer_container .layer_content-inner .content_voice_wrapper > :nth-child(2n-1) {
    --voice-image-margin-inline:0;
  }
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content-inner .content_voice_wrapper > :nth-child(2n) > p {
  display: block;
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.625;
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content-inner .content_voice_wrapper > :nth-child(2n) > p:first-child {
  color: #FF8504;
}
.recruit .outer .section_layer_wrapper .layer_container .layer_content-inner .content_voice_wrapper > :nth-child(2n) > p:last-child {
  margin-top: 10px;
}

.information {
  --sc-top-h: calc(300px + 6.0625vw);
}
@media screen and (min-width: 1200px) {
  .information .section_inner-title {
    --sec-in-ttl-px: calc(30px + 1.5625vw) calc(60px + 2.0833333333vw);
  }
}
.information .information_container {
  --sec-inner-width: min(1310px, 100%);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
.information .information_inner {
  border: 2px solid #00479C;
  border-radius: 30px;
  padding-block: calc(30px + 2.8645833333vw);
  padding-inline: calc(15px + 2.8645833333vw);
  background: #fff;
}
.information .information_inner .information_content .news_item {
  padding-inline: 0;
  border-bottom: 3px dotted #6BAEFE;
}
.information .information_inner .information_content .news_item:not(:first-child) {
  margin-top: clamp(20px, 3.90625vw, 30px);
}
.information .information_inner .information_content .news_item a {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  flex-direction: column;
  padding-block: 10px 20px;
}
@media screen and (min-width: 992px) {
  .information .information_inner .information_content .news_item a {
    align-items: center;
    gap: 34px;
    flex-direction: row;
  }
}
.information .information_inner .information_content .news_item a > span:nth-child(1) {
  color: #00479C;
  font-size: 14px;
  font-weight: 600;
}
.information .information_inner .information_content .news_item a > span:nth-child(2) {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .information .information_inner .information_content .news_item a > span:nth-child(2) {
    font-weight: 600;
  }
}
.information .information_detail {
  border: 2px solid #00479C;
  border-radius: 30px;
  padding: calc(20px + 1.0416666667vw) calc(15px + 1.3020833333vw);
  background: #fff;
}
.information .information_detail-inner h3 {
  font-size: calc(18px + 0.7291666667vw);
  font-weight: 600;
  color: #00479C;
  margin-bottom: 2%;
}
.information .information_detail-inner a {
  text-decoration: underline;
  color: #00479C;
  word-break: break-all;
}
.information .information_detail-content {
  margin-top: calc(20px + 1.0416666667vw);
}
.information .information_detail-content a {
  text-decoration: underline;
  color: #00479C;
}
.information .information_link_archive {
  margin-block: calc(100px + 2.6041666667vw);
}
.information .information_link_archive a {
  --button-width:min(250px, 100%);
  --margin-x:auto;
  --button-color: #FF8504;
  --button-border:2px solid #FF8504;
  display: block;
  background: #fff;
  padding-block: calc(10px + 0.2083333333vw);
  border-radius: 40px;
  border: var(--button-border, unset);
  width: var(--button-width, min(300px, 100%));
  margin-inline: var(--margin-x, 0);
}
.information .information_link_archive a button {
  display: flex;
  align-items: center;
  font-size: calc(18px + 0.2083333333vw);
  font-weight: 600;
  color: var(--button-color, #fff);
  margin-inline: auto;
}
.information .information_link_archive a button img {
  width: 100%;
}
.information .information_link_archive a button > span:nth-child(1) img {
  transform: rotate(180deg);
}

.faq {
  --sc-top-h: calc(300px + 6.0625vw);
}
@media screen and (min-width: 1200px) {
  .faq .section_inner-title {
    --sec-in-ttl-px: calc(30px + 1.5625vw) 0;
  }
}
.faq .section_wrapper {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .faq .section_wrapper {
    --sec-wrapper-margin-bottom:calc(100px + 2.6041666667vw);
  }
}
.faq .section_wrapper-faq {
  --sec-inner-width: min(1280px, 100%);
  --sec-inner-pinline: calc(20px + 1.0416666667vw);
  --faq-sec-border: 2px solid #FF8504;
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
.faq .section_wrapper-faq .faq_ancher {
  width: min(650px, 100%);
  border: var(--faq-sec-border);
  background: #fff;
  border-radius: 23px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, auto));
  grid-template-rows: 45px;
  align-items: center;
  padding: 0 20px;
}
.faq .section_wrapper-faq .faq_ancher a {
  display: block;
  color: #FF8504;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  padding-block: 13px;
}
.faq .section_wrapper-faq .faq_ancher a img {
  padding-right: 8px;
}
.faq .section_wrapper-faq .faq_ancher a span {
  position: relative;
  bottom: 1px;
}
.faq .section_wrapper-faq .section_faq_container {
  margin-top: 40px;
  padding: var(--faq-sec-innr-padding-inline, 30px 7px);
  border: var(--faq-sec-border);
  background: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  .faq .section_wrapper-faq .section_faq_container {
    --faq-sec-innr-padding-inline: calc(15px + 1.3020833333vw) calc(15px + 1.3020833333vw) calc(20px + 1.5625vw);
  }
}
.faq .section_wrapper-faq .section_faq_container h3 {
  font-size: calc(18px + 0.7291666667vw);
  line-height: 0.82;
  color: #FF8504;
  text-align: var(--faq-h3-talign, center);
}
@media screen and (min-width: 992px) {
  .faq .section_wrapper-faq .section_faq_container h3 {
    --faq-h3-talign:left;
  }
}
.faq .section_wrapper-faq .section_faq_container .accordion {
  margin-top: calc(20px + 0.5208333333vw);
}
.faq .section_wrapper-faq .section_faq_container .faq_q, .faq .section_wrapper-faq .section_faq_container .faq_a {
  display: grid;
  grid-template-columns: 35px 73%;
  align-items: self-start;
  gap: var(--faq-gird-gap, 5px);
}
@media screen and (min-width: 992px) {
  .faq .section_wrapper-faq .section_faq_container .faq_q, .faq .section_wrapper-faq .section_faq_container .faq_a {
    align-items: center;
    grid-template-columns: 35px 1fr;
    --faq-gird-gap:calc(10px + 0.5208333333vw);
  }
}
.faq .section_wrapper-faq .section_faq_container .faq_q span, .faq .section_wrapper-faq .section_faq_container .faq_a span {
  width: 35px;
  height: 35px;
  display: grid;
  place-content: center;
  color: #FF8504;
  font-size: 20px;
  font-weight: 600;
}
.faq .section_wrapper-faq .section_faq_container .faq_q p, .faq .section_wrapper-faq .section_faq_container .faq_a p {
  font-size: calc(14px + 0.1041666667vw);
  line-height: 1.5;
}
.faq .section_wrapper-faq .section_faq_container .faq_a {
  grid-template-columns: 35px 1fr;
  align-items: baseline;
  padding-bottom: calc(10px + 0.2604166667vw);
}
.faq .section_wrapper-faq .section_faq_container .faq_a span {
  border: 0;
  color: #B8B8B8;
}
.faq .section_wrapper-faq .section_faq_container .faq_a p {
  font-size: clamp(14px, 2.0833333333vw, 16px);
  color: #271C1C;
  line-height: 1.62;
  position: relative;
  top: -5px;
}
.faq .section_wrapper-faq .section_faq_container .accordion-item {
  position: relative;
}
.faq .section_wrapper-faq .section_faq_container .accordion-item::after {
  width: 95%;
}
@media screen and (min-width: 992px) {
  .faq .section_wrapper-faq .section_faq_container .accordion-item::after {
    width: 100%;
  }
}
.faq .section_wrapper-faq .section_faq_container .accordion-button {
  padding-block: calc(10px + 0.2604166667vw);
  position: relative;
}
.faq .section_wrapper-faq .section_faq_container .accordion-button::before, .faq .section_wrapper-faq .section_faq_container .accordion-button::after {
  content: "";
  position: absolute;
  right: clamp(20px, 3.90625vw, 35px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #FF8504;
  width: 15px;
  height: 2px;
  transition: all 0.3s;
  background-image: none;
  opacity: 1;
}
.faq .section_wrapper-faq .section_faq_container .accordion-button::after {
  transform: rotate(90deg);
}
.faq .section_wrapper-faq .section_faq_container .accordion-button:not(.collapsed)::before, .faq .section_wrapper-faq .section_faq_container .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.faq .faq_bottom {
  --sec-inner-width: min(1280px, 100%);
  --sec-inner-pinline: calc(20px + 1.0416666667vw);
  width: var(--sec-inner-width, min(1750px, 100%));
  padding-inline: var(--sec-inner-pinline, 15px);
  margin-inline: auto;
}
.faq .faq_bottom_container {
  margin-top: 40px;
  padding: var(--faq-bottom-padding-inline, 30px 7px);
}
@media screen and (min-width: 992px) {
  .faq .faq_bottom_container {
    --faq-bottom-padding-inline: calc(15px + 1.3020833333vw) calc(15px + 1.3020833333vw) calc(20px + 1.5625vw);
  }
}
.faq .faq_bottom_container .faq_bottom_inner {
  --circle-size:9px;
  padding: calc(10px + 0.2604166667vw);
  background-color: #F5F4F2;
  width: min(420px, 100%);
}
.faq .faq_bottom_container .faq_bottom_inner h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
}
.faq .faq_bottom_container .faq_bottom_inner h4 span {
  height: var(--circle-size);
  width: var(--circle-size);
  background-color: #FFC515;
  border-radius: var(--circle-size);
  margin-right: 5px;
  display: inline-block;
}
.faq .faq_bottom_container .faq_bottom_inner > div {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
}
/*# sourceMappingURL=style.css.map */