/*
Theme Name: Customize
Template: hello-elementor
Version: 3.4.4
*/

body {
  color: #353133;
  font-family: 'Noto Sans JP', sans-serif;
}

p {
  margin-block: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font: inherit;
}

a {
  color: inherit;
}

ul {
  margin: 0;
  padding-left: 1.5em;
}

:root {
  --header-height: 0;
  --home-case-height: 0
}

em {
  font-style: normal;
}

strong {
  font: inherit;
}

small {
  font-size: 1em;
}

.anchor-target {
  scroll-margin-top: var(--header-height);
}

header {
  position: sticky !important;
  top: 0;
}

.header-shadow {
  box-shadow: 0 4px 3px rgb(53 49 51 / 0.1);
}

.hfe-nav-menu-icon {
  padding: 0;
}

.hfe-nav-menu-icon svg {
  width: 32px;
  height: 28px;
}

.global-menu {
  margin-left: auto;
}

.header-cta {
  flex: 0 0 auto !important;
  width: auto;
  min-width: 0;
}

.header-cta > .e-con-inner {
  margin: 0;
}

.drawer-button {
  display: grid;
  place-content: center;
}
.drawer-button .elementor-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.drawer-button .elementor-button-icon svg {
  width: 32px;
  height: 28px;
}
.drawer-button.hide {
  display: none;
}

.drawer-menu {
  position: fixed;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  transition: translate 0.3s ease-out;
}

.drawer-menu.hide {
  translate: 0 -100%;
  pointer-events: none;
}

.drawer-menu li {
  border-bottom: 1px solid #a89e96;
}
.drawer-menu li a {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}

:where(.button-download, .button-contact) a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: 265px;
  height: 100%;
  text-align: left !important;
}

.button-download.wide a {
  width: 331px;
}

.service-content .cta .button-download.free a {
  gap: 10px;
  width: 294px;
}
@media (width <= 640px) {
  .service-content .cta .button-download.free a {
    width: 182px;
  }
}

.section-reason .button-download.three a {
  gap: 10px;
  width: 402px;
}
@media (width <= 640px) {
  .section-reason .button-download.three a {
    width: 255px;
  }
}

.button-download a {
  gap: 3px;
  padding: 0 0 0 34px;
}

.button-contact a {
  padding: 12px 16px;
}

.button-download a::before {
  content: '';
  flex: 0 0 74px;
  height: 49px;
  margin-top: -2px;
  margin-bottom: -7px;
  background: transparent url(../../uploads/2025/08/top-cta-image-01.png) center / 100% auto no-repeat;
}

.button-contact a::before {
  content: '';
  flex: 0 0 71px;
  height: 40px;
  background: transparent url(../../uploads/2025/08/top-cta-image-02.png) center / 100% auto no-repeat;
}

:where(.button-download.free, .button-download.three) .elementor-button-text {
  display: grid;
  gap: 3px;
  place-content: center;
  text-align: center;
}

:where(.button-download.free, .button-download.three) .elementor-button-text span {
  color: #ed6e00;
  font-size: 16px;
}

@media (width <= 640px) {
  .button-download.three a {
    justify-content: center;
    text-align: center !important;
  }
  .button-download.three a::before {
    content: none;
  }
  .button-download.three .elementor-button-text span {
    font-size: 12px;
  }
}

.link-button a {
  position: relative;
  min-width: 272px;
  text-align: left !important;
  transition: color 0.3s, background-color 0.3s;
}

.link-button a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin-top: auto;
  margin-bottom: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ed6e00;
  transition: scale 0.3s, background-color 0.3s;
}

.link-button a:focus-visible {
  background-color: #ed6e00 !important;
  color: #fff !important;
}

.link-button a:focus-visible::before {
  background-color: #fff;
  scale: 2;
}
@media (any-hover: hover) {
  .link-button a:hover {
    background-color: #ed6e00 !important;
    color: #fff !important;
  }
  .link-button a:hover::before {
    background-color: #fff;
    scale: 2;
  }
}

.link-button .elementor-button-content-wrapper {
  justify-content: flex-start;
}

.footer-logo {
  margin-right: auto;
}

.footer-nav .e-con-inner {
  border-bottom: 1px solid #a89e96;
}

.footer-link h3::before {
  content: '■';
  display: inline-block;
  margin-right: 8px;
}

.footer-link ul {
  list-style: none;
  display: grid;
  gap: 10px;
  padding-left: 24px;
}

.footer-link li::before {
  content: "\200B";
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

footer a[target="_blank"] {
  display: block;
  width: fit-content;
  padding-right: calc(1em + 5px);
  background: transparent url(../../uploads/2025/07/footer-icon.svg) right center / 1em auto no-repeat;
}

footer a[target="_blank"]:focus-visible {
  background-image: url(../../uploads/2025/07/footer-icon-orange.svg);
}
@media (any-hover: hover) {
  footer a[target="_blank"]:hover {
    background-image: url(../../uploads/2025/07/footer-icon-orange.svg);
  }
}

.download-button {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 5px;
  background-color: #353133 !important;
  background-image: none !important;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-link-wrap {
  float: left;
}

@media (width > 640px) {
  .footer-link-wrap + .footer-link-wrap {
    padding-left: 25px;
  }
}

.footer-link .e-con-inner {
  display: block;
}

.footer-term a {
  white-space: nowrap;
}

span.hfe-breadcrumbs-home-icon {
  margin-right: 2px;
}

.home .fv-text em {
  display: inline-block;
  padding: 3px 18px;
  background-color: #f39e55;
  color: #fff;
  font-style: normal;
  clip-path: polygon(3px 0, 100% 0,  calc(100% - 3px) 100%, 0 100%);
}

.home .fv-text em + em {
  margin-left: -0.25em;
}

@media (width <= 640px) {
  .home .fv-text em {
    margin-top: 7px;
  }
  .home .section-fv :where(.button-download, .button-contact) a {
    justify-content: center;
    width: 242px;
    min-height: 59px;
    text-align: center !important;
  }
  .home .section-fv :where(.button-download, .button-contact):not(.wide) a::before {
    content: none;
  }
  .home .section-fv .button-download:not(.wide) br {
    display: none;
  }
  .button-download.wide a {
    width: 294px;
    justify-content: flex-start;
    text-align: left !important;
  }
}

.home .fv-wrap .e-con-inner {
  position: relative;
}

.home .section-fv :where(.elementor-widget-text-editor, .cta-button-wrap) {
  position: relative;
  z-index: 1;
}

.home-logo-text em {
  color: #ed6e00;
  font-size: 1.16em;
}

@media (width <= 640px) {
  .home-logo-text em {
    font-size: 1.2em;
  }
}

h2 {
  font-weight: inherit;
}
h2 em {
  color: #ed6e00;
  font-size: 1.16em;
}
@media (width <= 640px) {
  h2 em {
    font-size: 1.2em;
  }
}

.home-about h2 strong {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 11px;
  padding: 3px 18px;
  background-color: #ed6e00;
  color: #fff;
  font-weight: inherit;
  clip-path: polygon(3px 0, 100% 0,  calc(100% - 3px) 100%, 0 100%);
}

.home-about h2 strong + strong {
  margin-left: -0.25em;
}
@media (width <= 640px) {
  .home-about h2 strong {
    margin-top: 13px;
    margin-bottom: 0;
  }
  .home-about h2 strong:nth-of-type(n+2) {
    margin-top: 7px;
    margin-right: 3px;
    margin-bottom: 13px;
  }
}

.home-issue > div {
  box-shadow: 0 0 5px rgb(54 25 1 / 0.25);
  border-radius: 5px;
}

@media (width <= 1024px) {
  .home-issue {
    max-width: 518px;
    margin-right: auto;
    margin-left: auto;
  }
  .home-issue.reason-issue {
    max-width: 100%;
  }
}

.home-issue.reason-issue > div {
  flex: 0 0 340px;
}
@media (width <= 960px) {
  .home-issue.reason-issue > div {
    flex-basis: 326px;
  }
}
@media (width <= 640px) {
  .home-issue.reason-issue > div {
    flex-basis: 100%;
    max-width: 315px;
  }
}

.home-reason-container {
  position: relative;
  display: grid !important;
  place-items: start;
  place-content: start;
}
.home-reason-container:nth-of-type(even) {
  place-items: start end;
  place-content: start end;
}

.home-reason-container::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((50vw - 50%) + 838px);
  background-color: #fff;
  box-shadow: 0 0 3px rgb(53 49 51 / 0.1);
}
.home-reason-container:nth-of-type(odd)::before {
  left: calc((50vw - 50%) * -1);
  border-radius: 0 5px 5px 0;
}
.home-reason-container:nth-of-type(even)::before {
  right: calc((50vw - 50%) * -1);
  left: auto;
  border-radius: 5px 0 0 5px;
}
@media (width <= 1024px) {
  .home-reason-container::before {
    width: calc(100% - 130px);
  }
}
@media (width <= 640px) {
  .home-reason-container::before {
    width: calc(100% - 60px);
  }
}

.home-reason-container .e-con-inner {
  position: relative;
}

.home-reason-container .img {
  position: absolute;
  bottom: 20px;
}
.home-reason-container:nth-of-type(odd) .img {
  left: 600px;
}
.home-reason-container:nth-of-type(even) .img {
  right: 600px;
  left: auto;
}

@media (width <= 1024px) {
  .home-reason-container .img {
    bottom: 0;
  }
  .home-reason-container:nth-of-type(odd) .img {
    left: auto;
    right: 50px;
  }
  .home-reason-container:nth-of-type(even) .img {
    right: auto;
    left: 50px;
  }
}
@media (width <= 640px) {
  .home-reason-container:nth-of-type(odd) .img {
    right: 30px;
  }
  .home-reason-container:nth-of-type(even) .img {
    left: 30px;
  }
  .home-reason-container:nth-of-type(3) .img {
    bottom: -21px;
  }
}

.home-reason-container h3 {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding-bottom: 30px;
  background: transparent left bottom / 6px 1px repeat-x;
  background-image: linear-gradient(to left, #8e755f, #8e755f 50%, transparent 50%, transparent 100%);
}

.home-reason-container h3 .value {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  line-height: 1.31;
  letter-spacing: 0.048em;
  text-align: center;
}

.home-reason-container h3 .en {
  display: block;
  margin-top: -7px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.048em;
  text-align: center;
}
@media (width <= 640px) {
  .home-reason-container h3 {
    display: grid;
    gap: 12px;
    place-items: start;
    padding-bottom: 24px;
  }
  .home-reason-container h3 .value {
    font-size: 40px;
  }
  .home-reason-container h3 .en {
    font-size: 12px;
  }
}

.home-reason-container :where(h3, p) {
  width: 100%;
  max-width: 444px;
}
@media (640px <= width <= 700px) {
  .reason .home-reason-container :where(h3, p) {
    width: 90%;
  }
}

.home-reason-container:nth-of-type(even) :where(h3, p) {
  margin-left: auto;
}
@media (width <= 640px) {
  .home-reason-container h3 {
    width: calc(100% - 60px);
  }
  .home-reason-container p {
    width: calc(100% - 60px);
  }
}

.home-cta-wrap {
  position: relative;
}

.home-cta-wrap .img {
  top: auto;
  right: 0;
  height: 291px;
  margin-right: auto;
  margin-left: auto;
}

.home-cta :where(.button-download, .button-contact) a {
  width: 316px;
}
@media (width > 960px) {
  .home-cta p {
    min-height: 4lh;
  }
}
@media (width <= 640px) {
  .home-cta :where(.button-download, .button-contact) a {
    width: 236px;
    justify-content: center;
    text-align: center;
  }
  .home-cta :where(.button-download, .button-contact) a::before {
    content: none;
  }
}

@media (width > 1024px) {
  .home-case {
    position: relative;
  }

  .home-case-text {
    position: sticky;
    top: var(--header-height);
  }
  .home-case .posts-list {
    padding-top: 100px;
  }
}

.posts-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.posts-list .post-item::before {
  content: "\200B";
  font-size: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.posts-list .post-item {
  position: relative;
  display: grid;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  color: inherit;
}

.posts-list img {
  width: 100%;
  order: -1;
}

.posts-list .custom-field {
  color: #787577;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: 0.021em;
}

.posts-list .post-link {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.024em;
  transition: color 0.3s ease-out;
}

.posts-list .post-link::before {
  content: '';
  position: absolute;
  inset: 0;
}

.posts-list .post-taxonomies {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.posts-list .post-term {
  padding: 6px 8px;
  background-color: #f2f1ee;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: 0.018em;
}

.posts-list .post-link:focus-visible {
  color: #ed6e00;
}
@media (any-hover: hover) {
  .posts-list .post-link:hover {
    color: #ed6e00;
  }
}

.posts-list .post-wrap {
  display: grid;
  padding: 20px;
}
.home-case .posts-list {
  display: grid;
  grid-template-columns:  1fr 1fr;
  gap: 50px 10px;
}
@media (width <= 1024px) {
  .home-case .posts-list {
    grid-template-columns: 1fr;
  }
}

.home-case .posts-list .post-item:nth-of-type(1) {
  grid-column: span 2;
}
@media (width <= 1024px) {
  .home-case .posts-list {
    gap: 20px;
  }
  .home-case .posts-list .post-item:nth-of-type(1) {
    grid-column: span 1;
  }
}

.home-case .posts-list .post-item {
  place-items: start;
  padding: 20px;
}

.home-case .posts-list .custom-field {
  order: 0;
  margin-top: 20px;
  font-weight: 700;
}

.home-case .posts-list .post-link {
  order: 1;
}

.home-case .posts-list .post-taxonomies {
  order: 2;
}

@media (640px <= width <= 1024px) {
  .home-case .posts-list .post-item {
    justify-items: start;
    gap: 0 30px;
    grid-template-columns: 44.1% 1fr;
  }
  .home-case .posts-list img {
    grid-row: span 4;
  }
  .home-case .posts-list .custom-field,
  .home-case .posts-list .post-link,
  .home-case .posts-list .post-taxonomies {
    grid-column: 2 / 3;
  }
  .home-case .posts-list .custom-field {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .home-case .posts-list .post-link {
    margin-top: 0;
  }
}

@media (width <= 640px) {
  .home-case .posts-list .post-item {
    padding: 15px;
  }
}

.home-column .posts-list .swiper-slide {
  height: auto;
  padding: 5px;
}

.home-column .posts-list .post-item {
  display: grid;
  grid-template-rows: auto 1fr;
  box-shadow: 0 0 5px rgb(54 25 1 / 0.25);
}

.home-column .posts-list .post-link {
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 20px;
  padding-left: 20px;
}

.home-column .posts-list .post-taxonomies {
  order: 1;
  margin-top: 5px;
}

.home-column .swiper-button-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 38px;
  margin-bottom: 43px;
  border-bottom: 1px solid #ebebeb;
}

.home-column :where(.swiper-button-next, .swiper-button-prev) {
  position: static;
  display: grid;
  place-content: center;
  width: 25px;
  height: 35px;
  margin-top: 0;
  padding: 0;
  background: transparent center / 15px auto no-repeat;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  opacity: 1 !important;
}
.home-column :where(.swiper-button-next, .swiper-button-prev)::after {
  content: none;
}
.home-column .swiper-button-next {
  background-image: url(../../uploads/2025/07/button-right.svg);
}
.home-column .swiper-button-prev {
  background-image: url(../../uploads/2025/07/button-left.svg);
}
@media (width <= 640px) {
  .home-column .swiper-button-wrap {
    display: none;
  }
}

.home-seminar .posts-list {
  display: grid;
  gap: 10px;
}

.home-seminar .posts-list .post-item {
  display: grid;
  gap: 0 30px;
  padding: 30px;
}

.home-seminar .posts-list .post-taxonomies {
  grid-row: 2 / 3;
}

@media (width <= 640px) {
  .home-seminar .posts-list {
    gap: 20px;
  }
  .home-seminar .posts-list .post-item {
    padding: 15px;
  }
  .home-seminar .posts-list .post-taxonomies {
    margin-top: 24px;
  }
}

@media (width > 640px) {
  .home-seminar .posts-list .post-item {
    grid-template-columns: 262px 1fr;
  }
  .home-seminar .posts-list img {
    grid-row: span 4;
  }
  .home-seminar .posts-list .custom-field,
  .home-seminar .posts-list .post-item,
  .home-seminar .posts-list .post-taxonomies {
    grid-column: 2 / 3;
  }

  .home-seminar .posts-list .post-taxonomies {
    grid-row: 1 / 2;
  }

  .home-seminar .posts-list .post-link {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .home-seminar .posts-list .custom-field {
    font-size: 16px;
  }
}

.home-download .posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}

.home-download .posts-list .post-item {
  place-content: start;
  padding: 20px;
  box-shadow: 0 0 5px rgb(54 25 1 / 0.25);
}

.home-download:not(.reason-case) .posts-list .post-link {
  grid-row: 3 / 4;
  margin-top: 10px;
  margin-bottom: 0;
}

.home-download .posts-list .post-taxonomies {
  margin-top: 20px;
}

@media (width <= 1024px) {
  .home-download .posts-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .home-download .posts-list .post-item:nth-of-type(3) {
    display: none;
  }
}
@media (width <= 640px) {
  .home-download .posts-list {
    grid-template-columns: 1fr;
  }
  .home-download .posts-list .post-item {
    padding: 15px;
  }
}

.reason-case .posts-list {
  gap: 15px;
}

.reason-case .posts-list .post-item {
  display: grid;
  place-items: start;
  gap: 15px;
  padding: 20px;
}

.reason-case .posts-list img {
  order: -1;
}

.reason-case .posts-list .custom-field {
  order: 0;
  margin-top: 0;
  font-weight: 700;
}

.reason-case .posts-list .post-link {
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.reason-case .posts-list .post-taxonomies {
  order: 2;
  margin-top: 0;
}


#splide02 {
  width: calc(100% + 40px);
  translate: -20px 0;
}

.page-title h1 {
  display: grid;
}

.page-title .en {
  color: #ed6e00;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (width <= 640px) {
  .page-title .en {
    font-size: 20px;
    letter-spacing: 0.02em;
  }
}

.page-header-cta {
  flex: 0 0 318px !important;
  width: 318px;
  box-shadow: 3px 3px 6px rgb(237 110 0 / 0.1);
}
@media (width <= 960px) {
  .page-header-cta {
    flex-basis: 197px !important;
    width: 197px;
  }
}

.page-header-cta a {
  width: 290px;
}
@media (width <= 960px) {
  .page-header-cta a::before {
    content: none;
  }
}

@media (width > 960px) {
  .blog-header .page-header-cta {
    flex-basis: 338px !important;
    width: 338px;
  }
  .blog-header .page-header-cta a {
    flex-basis: 310px !important;
    width: 310px;
  }
}

.page-header-cta-text em {
  position: relative;
  width: 100%;
}
.page-header-cta-text em::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -3px;
  height: 3px;
  background-color: #ed6e00;
}

.service-about .leadtext p {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.service-about :where(em, strong) {
  color: #ed6e00;
}

@media (width <= 640px) {
  .service-about .leadtext strong {
    font-size: 20px;
    line-height: 1.45em;
  }
}

.service-content .lead p {
  display: grid;
  place-items: center;
  min-height: 2lh;
}

.service-content .recruit-lead p {
  min-height: 3lh;
}

.bg-gray-down {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 70px));
}
@media (width <= 960px) {
  .bg-gray-down {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
  }
}
@media (width <= 640px) {
  .bg-gray-down {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 54px), 50% 100%, 0 calc(100% - 54px));
  }
}

.service-content .cta a {
  width: 351px;
}
@media (width <= 640px) {
  .service-content .cta a {
    justify-content: center;
    width: 100%;
    text-align: center !important;
  }
  .service-content .cta a::before {
    content: none;
  }
}

.service-list {
  position: relative;
}

.recruit-service .service-list {
  padding-right: 42.47%;
}
@media (width <= 960px) {
  .recruit-service .service-list {
    padding-right: 35.38%;
  }
}
@media (width <= 640px) {
  .recruit-service .service-list {
    padding-right: 20px;
  }
}

.service-list h3 .num {
  position: absolute;
  top: -85px;
  left: -18px;
  padding: 7px 25px 8px;
  border-radius: 100px;
  background-color: #ed6e00;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (width <= 960px) {
  .service-list h3 .num {
    top: -72px;
    left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }
}
@media (width <= 640px) {
  .service-list h3 .num {
    top: -54px;
    left: -10px;
    padding: 4px 10px 5px;
    font-size: 14px;
  }
}

.service-list ul {
  list-style: none;
  display: grid;
  gap: 10px;
  padding: 0;
}
@media (width <= 640px) {
  .service-list ul {
    gap: 5px;
  }
}

.service-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.service-list li::before {
  content: "\200B";
  flex: 0 0 1em;
  height: 1em;
  margin-top: 5px;
  border-radius: 50%;
  background-color: #fbc024;
}

@media (width <= 640px) {
  .service-list .img {
    position: static !important;
  }
}

.section-flow-item h3 {
  display: grid;
  gap: 29px;
}
@media (width <= 640px) {
  .section-flow-item h3 {
    gap: 23px;
  }
}

.section-flow-item h3 .num {
  position: relative;
  width: fit-content;
  color: #ed6e00;
}

.section-flow-item h3 .num::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 2px;
  background-color: #fbc024;
}
@media (width <= 640px) {
  .section-flow-item h3 .num::after {
    right: -3px;
  }
}

.section-flow .button-contact a {
  width: 272px;
}

.section-flow .button-contact a::before {
  content: none;
}
@media (width <= 960px) {
  .section-flow .button-contact a {
    justify-content: center;
    text-align: center !important;
  }
}
@media (width <= 640px) {
  .section-flow .button-contact a {
    width: 230px;
  }
}

.section-flow p a {
  text-decoration: underline;
}

.section-faq .e-n-accordion-item-title-header {
  flex: 1 1 auto;
  padding-top: 4px;
}

.section-faq .e-n-accordion-item-title-icon {
  margin-top: 5px;
  margin-left: 56px;
}
@media (width <= 640px) {
  .section-faq .e-n-accordion-item-title-icon {
    width: 20px;
    margin-top: 2px;
    margin-left: 23px;
  }
  .section-faq .e-n-accordion-item-title-icon svg {
    width: 100%;
    height: 100%;
  }
}

.section-faq summary {
  align-items: flex-start !important;
  gap: 0 !important;
}

.section-faq summary::before {
  content: 'Q';
  display: flex;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-right: 24px;
  padding-top: 5px;
  border-radius: 50%;
  background-color: #ed6e00;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.section-faq .content {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.section-faq .content::before {
  content: 'A';
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-right: 24px;
  border-radius: 50%;
  background-color: #fbc024;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.section-faq .content p {
  padding-top: 4px;
}

@media (width <= 640px) {
  .section-faq .e-n-accordion-item-title-header,
  .section-faq .content p {
    padding-top: 3px;
  }

  .section-faq summary::before,
  .section-faq .content::before {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    font-size: 13px;
  }
}

.page-section-cta {
  background-color: #ed6e00;
  background-image: url(../../uploads/2025/08/bg30.png), linear-gradient(296deg, #fba024, #ed6e00);
  background-position: left top;
  background-size: 280px auto, auto;
  background-repeat: repeat, no-repeat;
}

.page-section-cta .button-contact a::before {
  flex-basis: 51px;
  height: 32px;
}

.page-section-cta .button-download a::before {
  flex-basis: 65px;
  height: 44px;
}

@media (width <= 1024px) {
  .page-section-cta :where(.button-contact, .button-download) a {
    width: 316px !important;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (width <= 640px) {
  .page-section-cta :where(.button-contact, .button-download) a {
    width: 242px !important;
    justify-content: center;
    text-align: center !important;
  }
  .page-section-cta :where(.button-contact, .button-download) a::before {
    content: none;
  }
}

.page-section-cta .tel a {
  display: block;
  width: fit-content;
  margin: 10px auto 4px;
  color: #ed6e00;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.036em;
}

.page-section-cta .tel small {
  font-size: 12px;
  font-weight: 500;
}

.page-section-cta .item {
  position: relative;
}

.page-section-cta .item:nth-last-of-type(n+2)::before {
  content: '';
  position: absolute;
  top: 40px;
  right: 0;
  left: auto;
  width: 1px;
  height: calc(100% - 80px);
  background-image: linear-gradient(to bottom, #8e755f 0%, #8E755F 50%, transparent 50%, transparent 100%);
  background-size: 1px 6px;
  background-repeat: repeat-y;
  background-position: 0 0;
}
@media (width <= 1024px) {
  .page-section-cta .item:nth-last-of-type(n+2)::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 40px;
    width: calc(100% - 80px);
    height: 1px;
    background-image: linear-gradient(to right, #8e755f 0%, #8E755F 50%, transparent 50%, transparent 100%);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: 0 0;
  }
}
@media (width <= 640px) {
  .page-section-cta .item:nth-last-of-type(n+2)::before {
    left: 15px;
    width: calc(100% - 30px);
  }
}

.section-page-link .item {
  position: relative;
  background: #fff url(../../uploads/2025/08/87d6263ce72df25f98199add2a245e27.svg) right 10px bottom 10px / 22px auto no-repeat;
}
@media (640px <= width <= 960px) {
  .section-page-link .item {
    flex: 0 0 213px;
  }
}

.section-page-link a {
  display: inline-block;
  margin-bottom: 20px;
  color: #ed6e00;
  font-size: 20px;
  font-weight: bold;
}
@media (width <= 640px) {
  .section-page-link a {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.section-page-link a::before {
  content: '';
  position: absolute;
  inset: -30px;
}
@media (width <= 960px) {
  .section-page-link a::before {
    right: -15px;
	left: -15px;
  }
}
@media (width <= 640px) {
  .section-page-link a::before {
	top: -24px;
    right: -20px;
	bottom: -24px;
	left: -20px;
  }
}

.section-plan table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  min-width: 512px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.024em;
}
@media (width <= 640px) {
  .section-plan table {
    font-size: 12px;
    letter-spacing: 0.014em;
  }
}

.section-plan td {
  background-color: #fff;
}

.section-plan :where(th, td) {
  width: 25%;
  border: 1px solid rgb(154 154 154 / 0.5);
  padding: 28px 10px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
@media (width <= 640px) {
  .section-plan :where(th, td) {
    padding: 24px 10px;
  }
}

.section-plan :where(th, td):empty {
  border: none;
}

.section-plan .lite {
  border-top-left-radius: 5px;
  background-color: #f5ae71;
  color: #fff;
}

.section-plan .standard {
  background-color: #f18e38;
  color: #fff;
}

.section-plan .premium {
  border-top-right-radius: 5px;
  background-color: #ed6e00;
  color: #fff;
}

.section-plan :where(.lite, .standard, .premium) {
  padding: 22px 10px;
  border: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.024em;
}
@media (width <= 640px) {
  .section-plan :where(.lite, .standard, .premium) {
    padding: 25px 5px;
    font-size: 20px;
  }
}

.section-plan .first {
  background-color: #e5e5e5;
  border-left: none;
}

.section-plan .second {
  background-color: #f6f6f6;
}
@media (width <= 960px) {
  .section-plan .second {
    padding: 18px 10px;
  }
}

.corner-tl {
  border-top-left-radius: 5px;
}

.corner-bl {
  border-bottom-left-radius: 5px;
}

.corner-br {
  border-bottom-right-radius: 5px;
}

.section-plan tr:nth-of-type(2) :where(th, td) {
  border-top: none;
}

.section-plan tr:last-of-type :where(th, td) {
  border-bottom: none;
}

.section-plan td:last-of-type {
  border-right: none;
}

@media (width <= 640px) {
  .table-wrap {
    height: calc(464px + 6px);
    overflow: auto;
  }
}
@media (width > 960px) {
  .section-plan table br {
    display: none;
  }
}

.price-support .support-wrap > div {
  aspect-ratio: 1;
  flex: 0 0 340px;
}
@media (width <= 960px) {
  .price-support .support-wrap > div {
    flex-basis: 328px;
  }
}
@media (width <= 640px) {
  .price-support .support-wrap > div {
    flex-basis: 315px;
  }
}

@media (width <= 1150px) {
  .price-support .support-wrap > div:last-of-type {
    margin-top: -50px;
  }
}
@media (width <= 960px) {
  .price-support .support-wrap > div:last-of-type {
    margin-top: -58px;
  }
}
@media (width <= 768px) {
  .price-support .support-wrap > div:last-of-type {
    margin-top: 0;
  }
}

.price-support .support-wrap h3 {
  display: grid;
  gap: 20px;
  place-items: center;
}

.price-support .support-wrap h3 em {
  padding: 8px 24px;
  border-radius: 100px;
  background-color: #ed6e00;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.case-filter,
.seminar-filter-tags,
.column-filter {
  padding: 56px 40px;
  border-radius: 5px;
  background-color: #f2f1ee;
}
@media (width <= 960px) {
  .case-filter {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .seminar-filter-tags,
  .column-filter {
    padding: 40px;
  }
}
@media (width <= 640px) {
  .case-filter,
  .seminar-filter-tags,
  .column-filter {
    padding: 20px;
  }
}

.seminar-filter-tags {
  margin-bottom: 56px;
}
@media (width <= 960px) {
  .seminar-filter-tags {
    margin-bottom: 80px;
  }
}
@media (width <= 640px) {
  .seminar-filter-tags {
    margin-bottom: 64px;
  }
}

.seminar-finished .seminar-filter-tags {
  background-color: #d2d1d1;
}

.case-filter-form {
  display: grid;
  grid-template-columns: repeat(3, auto) 1fr;
  gap: 20px;
}
@media (width <= 960px) {
  .case-filter-form {
    grid-template-columns: 1fr auto 1fr;
    row-gap: 16px;
    max-width: 534px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (width <= 640px) {
  .case-filter-form {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.case-filter-form label {
  display: grid;
  gap: 8px;
}
@media (width <= 640px) {
  .case-filter-form label {
    width: 100%;
    max-width: 275px;
    margin-right: auto;
    margin-left: auto;
  }
}

.case-filter-form .label {
  font-weight: 700;
}

.case-filter-form .icon-cross {
  align-self: end;
  padding-bottom: 20px;
  font-size: 11px;
  line-height: 1;
}
@media (width <= 640px) {
  .case-filter-form .icon-cross {
    align-self: initial;
    position: relative;
    top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
  }
  .case-filter-form .icon-cross + label {
    margin-top: -3px;
  }
}

.case-filter-form select {
  appearance: none;
  width: 242px;
  padding: 14px;
  border: 1px solid #353133;
  border-radius: 5px;
  background-color: #fff;
  color: #6f6a6d;
  font-size: 13px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.024em;
}
@media (width <= 960px) {
  .case-filter-form select {
    width: 100%;
  }
}

.case-filter-form select.selected {
  color: #353133;
}

.case-filter-form select option:nth-of-type(n+2) {
  color: #353133;
}

.case-filter-form .select-wrap {
  position: relative;
}

.case-filter-form .select-wrap .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 14px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  pointer-events: none;
}

.case-filter-form .select-wrap .icon svg {
  display: block;
}

button[type="submit"] {
  cursor: pointer;
}

:where(.case-filter-form, .column-filter-form) button[type="submit"] {
  align-self: end;
  width: 242px;
  margin-left: auto;
  padding: 13px;
  border-radius: 5px;
  border: none;
  background-color: #353133;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
}
@media (width <= 960px) {
  :where(.case-filter-form) button[type="submit"] {
    grid-column: span 3;
    margin-right: auto;
  }
}
@media (width <= 640px) {
  :where(.case-filter-form) button[type="submit"] {
    grid-column: span 1;
    width: 100%;
    max-width: 275px;
    margin-top: 24px;
  }
}

.column-filter-form {
  display: grid;
  grid-template-columns: 1fr 242px;
  gap: 8px 16px;
  margin-bottom: 48px;
}
@media (width <= 960px) {
  .column-filter-form {
    grid-template-columns: 1fr;
  }
}

.column-filter-form label {
  grid-column: span 2;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.024em;
}
@media (width <= 960px) {
  .column-filter-form label {
    grid-column: span 1;
  }
  .column-filter-form button[type="submit"] {
    margin-right: auto;
  }
}
@media (width <= 690px) {
  .column-filter-form button[type="submit"] {
    width: 100%;
    margin-top: 16px;
  }
}

.case-filter-tags {
  margin-top: 48px;
}
@media (width <= 640px) {
  .case-filter-tags {
    margin-top: 38px;
  }
}

.filter-tags > p {
  padding-bottom: 1em;
  border-bottom: 1px solid #a89e96;
  font-size: 16px;
  font-weight: 700;
}

.seminar-finished .filter-tags > p {
  border-bottom-color: #353133;
}

.filter-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.019em;
}
@media (width <= 640px) {
  .filter-tags .tags-list {
    gap: 5px;
    font-size: 12px;
  }
}

.filter-tags .tags-list a {
  display: flex;
  align-items: start;
  gap: 5px;
  padding: 4px 14px;
  border-radius: 100px;
  border: 1px solid #353133;
  background-color: #fff;
  color: #353133;
}
@media (width <= 640px) {
  .filter-tags .tags-list a {
    padding: 4px 9px;
  }
}

.filter-tags .tags-list a .icon {
  flex: 0 0 13px;
  height: 13px;
  margin-top: 5px;
}

.filter-tags .tags-list a .icon svg {
  display: block;
}

.filter-tags .tags-list a.case-feature .icon,
.filter-tags .tags-list a.seminar-tag .icon {
  color: #fbc024;
}
.filter-tags .tags-list a.case-theme .icon {
  color: #ed6e00;
}

.filter-tags .tags-list a.is-active {
  background-color: #353133;
  color: #fff;
}

.posts-list.archive-case,
.posts-list.archive-download,
.posts-list.archive-seminar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (width <= 960px) {
  .posts-list.archive-case,
  .posts-list.archive-download,
  .posts-list.archive-seminar {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width <= 640px) {
  .posts-list.archive-case,
  .posts-list.archive-download,
  .posts-list.archive-seminar {
    grid-template-columns: 1fr;
  }
}

.posts-list.archive-case {
  gap: 32px 20px;
}
@media (width <= 960px) {
  .posts-list.archive-case {
    column-gap: 16px;
  }
}
@media (width <= 640px) {
  .posts-list.archive-case {
    row-gap: 20px;
  }
}

.posts-list.archive-download {
  gap: 48px 40px;
}
@media (width <= 960px) {
  .posts-list.archive-download {
    gap: 20px;
  }
}

.posts-list.archive-seminar {
  gap: 20px;
}
@media (640px <= width <= 960px) {
  .posts-list.archive-seminar {
    gap: 16px;
  }
}

@media (width > 640px) {
  body:not(.single) .posts-list.archive-case li:first-of-type {
    grid-column: span 2;
    margin-bottom: 22px;
  }
}
@media (width > 960px) {
  body:not(.single) .posts-list.archive-case li:first-of-type {
    grid-column: span 3;
    margin-bottom: 18px;
  }
  body:not(.single) .posts-list.archive-case li:first-of-type {
    grid-template-columns: 472px 1fr;
    grid-template-rows: repeat(4, auto) 1fr;
    column-gap: 33px;
  }
  body:not(.single) .posts-list.archive-case li:first-of-type > *:not(.post-img) {
    grid-column-start: 2;
  }
  body:not(.single) .posts-list.archive-case li:first-of-type .post-img {
    grid-row: span 5;
  }
}

@media (width <= 960px) {
  .single .posts-list.archive-case li:nth-of-type(3) {
    display: none;
  }
}

:where(.posts-list.archive-case, .posts-list.archive-download, .archive-seminar) .post-item {
  place-items: start;
  place-content: start;
  padding: 20px;
  box-shadow: 0 0 6px rgb(0 0 0 / 0.16) !important;
}

.posts-list.archive-seminar .post-item {
  padding-bottom: 15px;
}

.posts-list .post-date {
  color: #787577;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.021em;
}

.posts-list.archive-case .post-date {
  margin-top: 24px;
}

@media (width > 960px) {
  body:not(.single) .posts-list.archive-case li:first-of-type .post-date {
    margin-top: 0;
  }
}

@media (width <= 960px) {
  body:not(.single) .posts-list.archive-case li:first-of-type .post-date {
    margin-top: 32px;
  }
}
@media (width <= 640px) {
  body:not(.single) .posts-list.archive-case li:first-of-type .post-date {
    margin-top: 24px;
  }
}

.posts-list.archive-case .post-link {
  margin-top: 8px;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.024em;
}
@media (width <= 640px) {
  .posts-list.archive-case .post-link {
    font-size: 20px !important;
  }
}

body:not(.single) .posts-list.archive-case li:first-of-type .post-link {
  margin-bottom: 24px;
  font-size: 24px;
}

.posts-list .post-excerpt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.024em;
}

.posts-list.archive-case .post-excerpt {
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 8lh;
  margin-bottom: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}

body:not(.single) .posts-list.archive-case li:first-of-type .post-excerpt {
  -webkit-line-clamp: 5;
  max-height: 5lh;
}

.posts-list.archive-case .post-img {
  aspect-ratio: 472/295;
  width: 100%;
}

:where(.posts-list.archive-case, .posts-list.archive-download, .posts-list.archive-seminar) .post-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.posts-list.archive-download .post-item {
  grid-template-rows: repeat(4, auto) 1fr auto;
}

.posts-list.archive-download .post-download {
  grid-row: -1 / -2;
  color: #ed6e00;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.016em;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.posts-list.archive-download .post-img {
  aspect-ratio: 283/175;
  width: 100%;
  margin-bottom: 20px;
}

.posts-list.archive-download .post-link {
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.024em;
}
@media (width <= 640px) {
  .posts-list.archive-download .post-link {
    margin-bottom: 16px;
  }
}

.posts-list.archive-download .post-link::before {
  z-index: 2;
}

.posts-list.archive-download .post-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
  letter-spacing: 0.016em;
}

.posts-list.archive-download .post-download {
  margin-top: 24px;
}

.posts-list.archive-seminar .post-link {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.024em;
}

.posts-list.archive-seminar .post-excerpt {
  margin-bottom: 24px;
}

.posts-list.archive-seminar .seminar-date {
  color: #ed6e00;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.016em;
}

.posts-list.archive-seminar .post-footer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
}

.posts-list.archive-seminar .seminar-recruit {
  flex: 0 0 auto;
  display: inline-block;
  padding: 5px 7px;
  border-radius: 5px;
  border: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.018em;
}

.posts-list.archive-seminar .seminar-recruit.upcoming {
  color: #ed3700;
}

.posts-list.archive-seminar .post-item {
  grid-template-rows: repeat(5, auto) 1fr auto;
}

.posts-list.archive-seminar .post-link::before {
  z-index: 2;
}

.posts-list.archive-seminar .post-term {
  pointer-events: none;
}

:where(.posts-list.archive-seminar, .posts-list.archive-column) .post-more {
  align-self: end;
  justify-self: end;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.016em;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.posts-list.archive-column {
  display: grid;
  gap: 24px;
}

.posts-list.archive-column li {
  border-bottom: 1px solid #a89e96;
}

.posts-list.archive-column .post-item {
  display: grid;
  grid-template-columns: 35.7% 1fr;
  gap: 0 32px;
  place-items: start;
  padding-bottom: 24px;
}
@media (width <= 960px) {
  .posts-list.archive-column .post-item {
    grid-template-columns: 150px 1fr;
    column-gap: 24px;
  }
  .posts-list.archive-column .post-more {
    margin-top: 16px;
  }
}
@media (width <= 640px) {
  .posts-list.archive-column .post-item {
    grid-template-columns: 1fr;
  }
  .posts-list.archive-column .post-more {
    margin-top: 16px;
  }
}

.posts-list.archive-column .post-img {
  grid-row: span 5;
}
@media (width <= 640px) {
  .posts-list.archive-column .post-img {
    grid-row: span 1;
    margin-bottom: 24px;
  }
}

.posts-list.archive-column .post-img img {
  border-radius: 5px;
}

.posts-list.archive-column .post-link {
  margin-top: 5px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.024em;
}
@media (width <= 640px) {
  .posts-list.archive-column .post-link {
    font-size: 20px;
  }
}

@media (width <= 960px) {
  .posts-list.archive-column .post-excerpt {
    font-size: 14px;
  }
}

.posts-list.archive-column .post-taxonomies {
  margin-top: 46px;
}
@media (width <= 640px) {
  .posts-list.archive-column .post-taxonomies {
    margin-top: 24px;
  }
}

.posts-list.archive-column .post-date {
  font-weight: 500;
}

.pagination {
  --pagination-color: #ed6e00;
  padding-top: 48px;
}
@media (width <= 640px) {
  .pagination {
    padding-top: 40px;
  }
}

.seminar-finished .pagination {
  --pagination-color: #353133;
}

.pagination-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.016em;
}

.pagination-item::before {
  content: "\200B";
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.pagination-button {
  display: grid;
  place-content: center;
  width: 43px;
  height: 43px;
  border: 1px solid var(--pagination-color);
  border-radius: 50%;
  color: var(--pagination-color);
}

.pagination-item.first .pagination-button {
  background: #fff url(../../uploads/2025/08/guillemet-left.svg) center / 17px auto no-repeat;
}
.pagination-item.prev .pagination-button {
  background: #fff url(../../uploads/2025/08/chevron-left.svg) center / 10px auto no-repeat;
}
.pagination-item.dots .pagination-button {
  background: #fff url(../../uploads/2025/08/dot.svg) center / 16px auto no-repeat;
}
.pagination-item.next .pagination-button {
  background: #fff url(../../uploads/2025/08/chevron-right.svg) center / 10px auto no-repeat;
}
.pagination-item.last .pagination-button {
  background: #fff url(../../uploads/2025/08/guillemet-right.svg) center / 17px auto no-repeat;
}

.seminar-finished .pagination-item.first .pagination-button {
  background: transparent url(../../uploads/2025/08/guillemet-left-black.svg) center / 17px auto no-repeat;
}
.seminar-finished .pagination-item.prev .pagination-button {
  background: transparent url(../../uploads/2025/08/chevron-left-black.svg) center / 10px auto no-repeat;
}
.seminar-finished .pagination-item.dots .pagination-button {
  background: transparent url(../../uploads/2025/08/dot-black.svg) center / 16px auto no-repeat;
}
.seminar-finished .pagination-item.next .pagination-button {
  background: transparent url(../../uploads/2025/08/chevron-right-black.svg) center / 10px auto no-repeat;
}
.seminar-finished .pagination-item.last .pagination-button {
  background: transparent url(../../uploads/2025/08/guillemet-right-black.svg) center / 17px auto no-repeat;
}

.pagination-item.current .pagination-button {
  background-color: var(--pagination-color);
  color: #fff;
}

.seminar-finished .pagination-button {
  color: #353133;
}

@media (width <= 640px) {
  .pagination-item {
    display: none;
  }
  .pagination-item.first,
  .pagination-item.prev,
  .pagination-item.current,
  .pagination-item.next,
  .pagination-item.last {
    display: list-item;
  }
}

@media (width > 960px) {
  .case-content .profile-container {
    flex: 0 0 419px;
  }
}

.case-content .profile-wrap {
  grid-template-columns: 140px 1fr;
}
@media (width > 640px) {
  .case-content .profile-wrap div[data-widget_type="heading.default"] {
    flex: 0 0 140px;
  }
}

.case-content .client-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (width <= 640px) {
  .case-content .client-name {
    font-size: 16px;
  }
}

.case-content .sub-heading p {
  display: flex;
  align-items: center;
  gap: 8px;
}

.case-content .sub-heading p::before {
  content: '';
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ed6e00;
}

.case-content .post-terms .terms-list {
  list-style: none;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding-left: 0;
}

.case-content .post-terms a {
  display: inline-block;
  padding: 6px 8px;
  background-color: #f2f1ee;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: 0.018em;
}

.case-header img {
  display: block;
  width: 100%;
}

.case-body p + p {
  margin-top: 1lh;
}

.case-body img {
  display: inline-block;
  width: 100%;
  max-width: 700px;
  margin-top: 16px;
}
@media (width <= 960px) {
  .case-body img {
    margin-top: 32px;
  }
}
@media (width <= 640px) {
  .case-body img {
    margin-top: 24px;
  }
}

.breadcrumbs {
  padding: 15px 0;
}

.breadcrumb-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.012em;
  line-height: 1.42;
}

.breadcrumb-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.breadcrumb-item:last-of-type {
  flex-shrink: 1;
}

.breadcrumb-item span[aria-current="page"] {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 1lh;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  color: #8f8c8d;
}

.breadcrumbs a {
  display: flex;
  align-items: center;
  color: inherit;
}

.breadcrumbs .e-font-icon-svg {
  height: 1em;
  margin-right: 2px;
}

.download-content img {
  display: block;
  width: 100%;
}

@media (width <= 640px) {
  .download-content .document-detail {
    font-size: 14px;
  }
}

.download-recommended ul {
  display: grid;
  gap: 5px;
  margin-left: 1em;
  padding-left: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: 0.014em;
}
.download-recommended.contact ul {
  font-weight: inherit;
}

.wpcf7-form {
  display: grid;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@media (width > 640px) {
  .seminar-form .wpcf7-form {
    font-size: 16px;
  }
}
@media (width > 960px) {
  .wpcf7-form {
    max-width: 460px;
  }
  .seminar-form .wpcf7-form {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (width <= 960px) {
  .wpcf7-form {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
  }
}

.seminar-form {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.wpcf7-form > p:nth-of-type(1) {
  margin-bottom: 6px;
  font-size: 14px;
}

.wpcf7-form > label {
  display: block;
  margin-top: 20px;
}
.seminar-form .wpcf7-form > label {
  margin-top: 32px;
}

.wpcf7-form em {
  color: #ed3700;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.wpcf7-form-control-wrap + small {
  display: block;
  margin-top: 5px;
}

.seminar-form .wpcf7-form-control-wrap + small {
  font-size: 12px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="search"],
textarea {
  display: block;
  width: 100%;
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid rgb(53 49 51 / 0.5);
  background-color: #fff;
  font-family: inherit;
  font-size: 16px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder {
  color: #cbcbcb;
  font-size: 12px;
}

textarea {
  height: 150px;
  resize: none;
}

input[type="submit"] {
  margin-top: 32px;
  padding: 16px;
  border: none;
  background-color: #a2a2a2;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.download-content .radio-wrap {
  margin-top: 20px;
}

.radio-wrap .wpcf7-form-control-wrap {
  margin-top: 10px;
}

.wpcf7-form-control.wpcf7-radio {
  display: grid;
  gap: 5px;
  font-size: 12px;
}

:where(.wpcf7-form-control.wpcf7-radio, .wpcf7-form-control.wpcf7-acceptance) label {
  display: flex;
  gap: 10px;
  align-items: center;
}

.wpcf7-form-control.wpcf7-radio input[type="radio"],
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
  flex: 0 0 15px;
  height: 15px;
  margin: 0;
  appearance: none;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgb(53 49 51 / 0.5);
}

.wpcf7-form-control.wpcf7-radio input[type="radio"]:checked,
.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked {
  background: transparent url(../../uploads/2025/08/6c5950565026eafc6cc7a34796f2822c.svg) center / 9px auto no-repeat;
}

.wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.wpcf7-form-control.wpcf7-acceptance {
  display: block;
  font-size: 12px;
}

.seminar-form .wpcf7-form-control.wpcf7-acceptance label {
  justify-content: center;
}

.wpcf7-not-valid-tip {
  color: #ed3700;
  font-size: 12px;
}

.wpcf7-form .privacy {
  margin-top: 20px;
}

.wpcf7-form .privacy a[target="_blank"] {
  display: inline-block;
  margin-left: 3px;
  background: none;
  color: #68859a;
}

.seminar-form .wpcf7-form .privacy {
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}

.seminar-outline {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0.024em;
}
@media (width <= 640px) {
  .seminar-outline {
    font-size: 14px;
  }
}

@media (width > 640px) {
  .seminar-header .heading {
    flex: 0 0 140px;
  }
}
@media (width <= 640px) {
  .seminar-header .heading  {
    width: 88px !important;
  }
}

.request-button .elementor-button-content-wrapper {
  justify-content: space-between !important;
}

.seminar-recommend ul {
  display: grid;
  gap: 10px;
  margin-left: 1em;
  padding-left: 0;
}

.seminar-summary {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.024em;
}
@media (width <= 640px) {
  .seminar-header {
    font-size: 14px;
  }
  .seminar-summary {
    font-size: 12px;
  }
}

@media (width > 640px) {
  .seminar-summary > div:nth-last-of-type(n+3) {
    border-bottom: 1px solid #a89e96;
  }
}
@media (width <= 640px) {
  .seminar-summary {
    justify-content: stretch !important;
  }
  .seminar-summary > div:nth-of-type(even) {
    border-bottom: 5px solid #f2f1ee;
  }
}

.seminar .elementor-widget-google_maps iframe {
  height: 239px !important;
}
@media (width <= 640px) {
  .seminar .elementor-widget-google_maps iframe {
    height: 160px !important;
  }
}

.column-date {
  color: #787577;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.014em;
}

.column-title {
  margin-top: 35px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.032em;
}
@media (width <= 640px) {
  .column-title {
    font-size: 24px;
  }
}

.column-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.019em;
}

.column-tags .column-tag-item {
  display: flex;
  align-items: start;
  gap: 5px;
  padding: 4px 14px;
  border-radius: 100px;
  border: 1px solid #353133;
  background-color: #fff;
  color: #353133;
}
@media (width <= 640px) {
  .column-tags .column-tag-item {
    padding: 4px 9px;
  }
}

.column-tags .column-tag-item .icon {
  flex: 0 0 13px;
  height: 13px;
  margin-top: 2px;
}

.column-tags .column-tag-item .icon {
  color: #fbc024;
}

.column-figure {
  display: block;
  margin-top: 56px !important;
}

.column-figure img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.post-content .addtoany_list {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.sidebar .addtoany_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}

.addtoany_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.016em;
}

.sidebar .addtoany_list a {
  padding: 4px;
  font-size: 16px;
}

.post-content .addtoany_list a {
  padding: 0 11px;
  font-size: 14px;
}
.post-content .addtoany_list .a2a_svg {
  width: 30px !important;
  height: 30px !important;
}

@media (width <= 640px) {
  .addtoany_list a {
    width: 36px;
    height: 36px;
    padding: 0 !important;
  }
}
.a2a_button_x {
  background-color: rgb(26, 26, 26);
}

.a2a_button_line {
  background-color: rgb(0, 195, 0);
}

.a2a_button_facebook {
  background-color: rgb(8, 102, 255);
}

.a2a_button_linkedin {
  background-color: rgb(0, 123, 181);
}

.single .addtoany_list .a2a_button_x:focus-visible,
.single .addtoany_list .a2a_button_x:focus {
  background-color: rgb(26, 26, 26) !important;
}
.single .addtoany_list .a2a_button_line:focus-visible,
.single .addtoany_list .a2a_button_line:focus {
  background-color: rgb(0, 195, 0) !important;
}
.single .addtoany_list .a2a_button_facebook:focus-visible,
.single .addtoany_list .a2a_button_facebook:focus {
  background-color: rgb(8, 102, 255) !important;
}
.single .addtoany_list .a2a_button_linkedin:focus-visible,
.single .addtoany_list .a2a_button_linkedin:focus {
  background-color: rgb(0, 123, 181) !important;
}
@media (any-hover: hover) {
  .single .addtoany_list .a2a_button_x:hover {
    background-color: rgb(26, 26, 26) !important;
  }
  .single .addtoany_list .a2a_button_line:hover {
    background-color: rgb(0, 195, 0) !important;
  }
  .single .addtoany_list .a2a_button_facebook:hover {
    background-color: rgb(8, 102, 255) !important;
  }
  .single .addtoany_list .a2a_button_linkedin:hover {
    background-color: rgb(0, 123, 181) !important;
  }
}

.post-content p + p {
  margin-top: 1lh;
}

.prev-next-posts {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 50px;
}
@media (width <= 960px) {
  .prev-next-posts {
    gap: 30px;
  }
}
@media (width <= 640px) {
  .prev-next-posts {
    gap: 38px;
  }
}

.prev-next-posts .prev-post {
  grid-column: 1/2;
}

.prev-next-posts .next-post {
  grid-column: 3/4;
}

.prev-next-posts .separator {
  grid-column: 2/3;
  width: 1px;
  height: 100%;
  background-color: #a89e96;
}

.prev-next-posts :where(.prev-post, .next-post) a {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 16px;
  margin-top: 24px;
}
@media (width <= 640px) {
  .prev-next-posts :where(.prev-post, .next-post) a {
    grid-template-columns: 1fr;
  }
}

.prev-next-posts p {
  padding-bottom: 8px;
  border-bottom: 1px solid #a89e96;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.016em;
}

.prev-next-posts .post-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: 0.024em;
}

.prev-next-posts img {
  border-radius: 5px;
}

.sidebar .terms-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.019em;
}

#ez-toc-container {
  margin-bottom: 0;
  padding: 40px;
}
@media (width <= 640px) {
  #ez-toc-container {
    padding: 20px;
  }
}

.ez-toc-title-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.ez-toc-title-container::before {
  content: '';
  display: inline-block;
  flex: 0 0 17px;
  width: 17px;
  height: 20px;
  background-color: #ed6e00;
  clip-path: polygon(50% 0, 100% 5px, 100% calc(100% - 5px), 50% 100%, 0 calc(100% - 5px), 0 5px);
}

.ez-toc-title-toggle {
  margin-left: auto;
}

.ez-toc-title-toggle a {
  outline: none !important
}

#ez-toc-container nav {
  padding-left: 27px;
}

#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 20px;
}

.ez-toc-list.ez-toc-list-level-1 {
  display: grid;
  gap: 16px;
}

.ez-toc-list-level-3 {
  display: grid;
  gap: 8px;
  margin-top: 8px !important;
}

.arrow-unsorted-368013 {
  display: none;
}

.wpp-list {
  list-style: none;
  display: grid;
  gap: 24px;
  padding-left: 0;
  counter-reset: number;
}

.wpp-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  place-items: start;
  padding-bottom: 24px;
  border-bottom: 1px solid #a89e96;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: 0.024em;
  counter-increment: number;
}

.wpp-list li a:first-of-type {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.wpp-list img {
  display: block;
}

.wpp-list li a:first-of-type::before {
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  padding-top: 1px;
  padding-left: 7px;
  background-color: #fbc024;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.21;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.wpp-list li:nth-of-type(n+4) a::before {
  background-color: #7c7c7c;
}

.wpp-meta, .wpp-excerpt {
  display: none;
}

.company-purpose-title {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 7px;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media (width <= 640px) {
  .company-purpose-title {
    align-items: start;
  }
}

.company-purpose-title > div {
  display: contents;
}

.company-purpose-title .goals p {
  display: contents;
}

.company-purpose-title .goals em {
  grid-row: span 2;
  font-size: 100px;
  line-height: 1;
}

.company-purpose-title .purpose p {
  margin-top: -8px;
}

.company-goal-list ul {
  list-style: none;
  display: grid;
  gap: 37px;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
}
@media (width <= 960px) {
  .company-goal-list ul {
    gap: 23px;
  }
}
@media (width <= 640px) {
  .company-goal-list ul {
    gap: 27px;
  }
}

.company-goal-list li {
  position: relative;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr;
  align-items: end;
}
@media (width <= 640px) {
  .company-goal-list li {
    gap: 14px;
  }
}

.company-goal-list li::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #ed6e00;
}

.company-goal-list li em {
  margin-bottom: -8px;
  color: #ed6e00;
  font-family: 'Roboto', sans-serif;
}
@media (width <= 640px) {
  .company-goal-list li em {
    margin-bottom: -3px;
    font-size: 20px;
  }
}

.company-goal-list li em :where(span, u) {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  text-decoration: none !important;
}
@media (width <= 640px) {
  .company-goal-list li em :where(span, u) {
    font-size: 32px;
  }
}

.company-goal-detail p {
  margin-top: 5px;
  margin-bottom: 24px;
}
@media (width <= 640px) {
  .company-goal-detail p {
    margin-bottom: 20px;
  }
}

@media (width <= 640px) {
  div#ez-toc-container .ez-toc-title {
    font-size: 16px;
  }
  div#ez-toc-container ul li, div#ez-toc-container ul li a {
    font-size: 14px;
  }
}

.grecaptcha-badge {
  display: none;
}

:where(.page-id-52, .single-download, .page-id-4492, .single-seminar) .grecaptcha-badge {
  display: block;
}

.simplebar-track.simplebar-horizontal {
  height: 6px;
  background-color: #f7f7f7;
}

.simplebar-track .simplebar-scrollbar {
  display: block !important;
}

.simplebar-track .simplebar-scrollbar::before {
  inset: 0;
  height: 6px;
  background-color: #c7c7c7;
  opacity: 1;
}

.swiper {
  overflow: clip visible;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  right: 0;
  bottom: -12px;
  height: 6px;
  background-color: #f7f7f7;
}

.swiper-scrollbar-drag {
  background-color: #c7c7c7;
}

.cm-swiper .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
}

.cm-swiper .swiper-slide img {
  display: block;
  height: 80px;
  width: auto;
}

.cm-swiper-2 {
  width: calc(100% + 40px);
  translate: -40px 0;
}

.cm-swiper .swiper-wrapper{
  transition-timing-function: linear;
}