body:has(.modal-container) .user-1, body:has(.modal-container) .user-2, body:has(.modal-container) .user-3, body:has(.modal-container) .user-4 {
  cursor: pointer;
}

.modal-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000;
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}
.modal-container.is-open .modal-overlay {
  opacity: 1;
}
.modal-container.is-open .modal-content {
  transform: translateY(0);
  opacity: 1;
}
.modal-container .mt-10 {
  margin-top: 10px;
}
.modal-container .mt-30 {
  margin-top: 30px;
}
.modal-container .fw-700 {
  font-weight: 700;
}
.modal-container .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(62, 62, 62, 0.5);
  opacity: 0;
  transition: all 0.4s ease;
  transition-delay: 0.075s;
  overflow-x: hidden;
}
.modal-container .modal-content {
  background: #fff;
  width: 90%;
  max-width: 800px;
  position: relative;
  margin: 30px auto 0;
  padding: 64px 16px 40px;
  display: flex;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(-15px);
  transition: all 0.25s ease;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .modal-container .modal-content {
    flex-direction: column;
    padding: 64px 29px 40px;
    gap: 20px;
  }
}
.modal-container .modal-content .modal-content__left {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .modal-container .modal-content .modal-content__left {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.modal-container .modal-content .modal-content__left .left--image {
  width: 100%;
  height: auto;
}
.modal-container .modal-content .modal-content__left .left--image img {
  width: 100%;
  height: auto;
}
.modal-container .modal-content .modal-content__left .left--social {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .modal-container .modal-content .modal-content__left .left--social {
    margin-top: 5px;
  }
}
.modal-container .modal-content .modal-content__left .left--social a {
  display: inline-block;
  width: 28px;
  height: 28px;
  transition: all 0.2s ease;
}
.modal-container .modal-content .modal-content__left .left--social a img {
  width: 100%;
  height: auto;
}
.modal-container .modal-content .modal-content__left .left--social a:hover {
  opacity: 0.8;
}
.modal-container .modal-content .modal-content__right {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .modal-container .modal-content .modal-content__right {
    width: 100%;
  }
}
.modal-container .modal-content .modal-content__right .txt-name {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .modal-container .modal-content .modal-content__right .txt-name {
    font-size: 18px;
  }
}
.modal-container .modal-content .modal-content__right .txt-position {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .modal-container .modal-content .modal-content__right .txt-position {
    font-size: 18px;
  }
}
.modal-container .modal-content .modal-content__right .txt-list li {
  line-height: 28px;
  font-size: 16px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .modal-container .modal-content .modal-content__right .txt-list li {
    font-size: 14px;
  }
}
.modal-container .modal-content .modal-content__right .txt-list li span {
  font-weight: 700;
}
.modal-container .modal-content .modal-content__right .txt-list:last-child {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .modal-container .modal-content .modal-content__right .title-list-3 {
    font-size: 14px;
  }
}
.modal-container .modal-content .modal-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  opacity: 0.8;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .modal-container .modal-content .modal-close-btn {
    width: 18px;
    height: 18px;
  }
}
.modal-container .modal-content .modal-close-btn:hover {
  opacity: 0.6;
}
.modal-container .modal-content .modal-close-btn svg {
  width: 100%;
  height: 100%;
}

.temp-hidden {
  display: none !important;
}

textarea {
  resize: none;
}

@media screen and (min-width: 1024px) {
  .pc-max-w-1140 {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1024px) {
  .pc-max-w-1200 {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1024px) {
  .pc-max-w-500 {
    max-width: 500px;
  }
}

@media screen and (min-width: 1024px) {
  .pc-max-w-600 {
    max-width: 600px;
  }
}

@media screen and (min-width: 1400px) {
  .is-menu-sidebar.menu_sidebar_slide_left {
    width: calc(100% - 240px);
    margin-left: auto;
  }
}

@media screen and (min-width: 568px) {
  .site-footer #block-23 .wp-block-group.wp-block-group-is-layout-flex {
    gap: 20px;
  }
  .site-footer #block-23 .wp-block-group.wp-block-group-is-layout-flex p {
    position: relative;
  }
  .site-footer #block-23 .wp-block-group.wp-block-group-is-layout-flex p::after {
    position: absolute;
    height: 60%;
    width: 1px;
    background-color: #000;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    content: "";
  }
  .site-footer #block-23 .wp-block-group.wp-block-group-is-layout-flex p:last-child:after {
    content: none;
  }
}
@media screen and (max-width: 567px) {
  .site-footer #block-23 .wp-block-group.wp-block-group-is-layout-flex {
    flex-direction: column;
  }
}

.elementor-element-3c390f0 h2 {
  font-size: 2.1em;
}
@media screen and (max-width: 1500px) {
  .elementor-element-3c390f0 h2 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 1366px) {
  .elementor-element-3c390f0 h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  .elementor-element-3c390f0 h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .elementor-element-3c390f0 h2 {
    font-size: 1.7em;
  }
}

.process-contact-container .process-contact-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 650px;
  margin: 60px auto 10px;
}
@media screen and (max-width: 1024px) {
  .process-contact-container .process-contact-list {
    max-width: 100%;
    width: 65%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 568px) {
  .process-contact-container .process-contact-list {
    width: 75%;
  }
}
.process-contact-container .process-contact-list .process-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 1/1;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  background-color: #e0e0e0;
  transition: background-color 0.3s;
}
.process-contact-container .process-contact-list .process-contact .number {
  color: #ffffff;
  font-family: "Bahnschrift", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  transform: translateY(7.5%);
}
@media screen and (max-width: 1024px) {
  .process-contact-container .process-contact-list .process-contact .number span {
    display: none;
  }
}
.process-contact-container .process-contact-list .process-contact .label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Meiryo", sans-serif;
  font-weight: 700;
  width: max-content;
  bottom: -50%;
  color: #000000;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .process-contact-container .process-contact-list .process-contact .label {
    bottom: -75%;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 568px) {
  .process-contact-container .process-contact-list .process-contact .label {
    font-size: 14px;
  }
}
.process-contact-container .process-contact-list .line {
  height: 2px;
  width: 100%;
  background-color: #e0e0e0;
  transition: background-color 0.3s;
}
.process-contact-container.step-1 .process-contact:nth-child(1) {
  background-color: #78cb4e;
}
.process-contact-container.step-2 .process-contact:nth-child(1),
.process-contact-container.step-2 .process-contact:nth-child(3) {
  background-color: #78cb4e;
}
.process-contact-container.step-2 .line:nth-child(2) {
  background-color: #78cb4e;
}
.process-contact-container.step-3 .process-contact {
  background-color: #78cb4e;
}
.process-contact-container.step-3 .line {
  background-color: #78cb4e;
}

@media screen and (max-width: 1024px) {
  .elementor-element.elementor-element-97f190c .elementor-element-4876c33 .tab-wrapper,
  .elementor-element.elementor-element-97f190c .elementor-element-402a3fd .tab-wrapper,
  .elementor-element.elementor-element-5b1f891 .elementor-element-4876c33 .tab-wrapper,
  .elementor-element.elementor-element-5b1f891 .elementor-element-402a3fd .tab-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .elementor-element.elementor-element-97f190c .elementor-element-4876c33 .custom-1,
  .elementor-element.elementor-element-97f190c .elementor-element-402a3fd .custom-1,
  .elementor-element.elementor-element-5b1f891 .elementor-element-4876c33 .custom-1,
  .elementor-element.elementor-element-5b1f891 .elementor-element-402a3fd .custom-1 {
    padding: 0 50px;
  }
}
.elementor-element.elementor-element-97f190c .elementor-element-4876c33 form.submitting .custom-label-1 span.required,
.elementor-element.elementor-element-97f190c .elementor-element-402a3fd form.submitting .custom-label-1 span.required,
.elementor-element.elementor-element-5b1f891 .elementor-element-4876c33 form.submitting .custom-label-1 span.required,
.elementor-element.elementor-element-5b1f891 .elementor-element-402a3fd form.submitting .custom-label-1 span.required {
  display: none;
}
.elementor-element.elementor-element-97f190c .elementor-element-4876c33 form.submitting .custom-input-1,
.elementor-element.elementor-element-97f190c .elementor-element-402a3fd form.submitting .custom-input-1,
.elementor-element.elementor-element-5b1f891 .elementor-element-4876c33 form.submitting .custom-input-1,
.elementor-element.elementor-element-5b1f891 .elementor-element-402a3fd form.submitting .custom-input-1 {
  position: relative;
}
.elementor-element.elementor-element-97f190c .elementor-element-4876c33 form.submitting .custom-input-1::after,
.elementor-element.elementor-element-97f190c .elementor-element-402a3fd form.submitting .custom-input-1::after,
.elementor-element.elementor-element-5b1f891 .elementor-element-4876c33 form.submitting .custom-input-1::after,
.elementor-element.elementor-element-5b1f891 .elementor-element-402a3fd form.submitting .custom-input-1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.65);
}
.elementor-element.elementor-element-97f190c .elementor-element-4876c33 form.submitting .custom-input-1 span.error,
.elementor-element.elementor-element-97f190c .elementor-element-402a3fd form.submitting .custom-input-1 span.error,
.elementor-element.elementor-element-5b1f891 .elementor-element-4876c33 form.submitting .custom-input-1 span.error,
.elementor-element.elementor-element-5b1f891 .elementor-element-402a3fd form.submitting .custom-input-1 span.error {
  display: none;
}
.elementor-element.elementor-element-97f190c .elementor-element-4876c33 form.submitting input.wpcf7-form-control.wpcf7-text,
.elementor-element.elementor-element-97f190c .elementor-element-4876c33 form.submitting textarea.wpcf7-form-control.wpcf7-textarea,
.elementor-element.elementor-element-97f190c .elementor-element-402a3fd form.submitting input.wpcf7-form-control.wpcf7-text,
.elementor-element.elementor-element-97f190c .elementor-element-402a3fd form.submitting textarea.wpcf7-form-control.wpcf7-textarea,
.elementor-element.elementor-element-5b1f891 .elementor-element-4876c33 form.submitting input.wpcf7-form-control.wpcf7-text,
.elementor-element.elementor-element-5b1f891 .elementor-element-4876c33 form.submitting textarea.wpcf7-form-control.wpcf7-textarea,
.elementor-element.elementor-element-5b1f891 .elementor-element-402a3fd form.submitting input.wpcf7-form-control.wpcf7-text,
.elementor-element.elementor-element-5b1f891 .elementor-element-402a3fd form.submitting textarea.wpcf7-form-control.wpcf7-textarea {
  border: none;
  box-shadow: none;
}
.elementor-element.elementor-element-97f190c .elementor-element-4876c33 form.wpcf7cp-form-hide,
.elementor-element.elementor-element-97f190c .elementor-element-402a3fd form.wpcf7cp-form-hide,
.elementor-element.elementor-element-5b1f891 .elementor-element-4876c33 form.wpcf7cp-form-hide,
.elementor-element.elementor-element-5b1f891 .elementor-element-402a3fd form.wpcf7cp-form-hide {
  position: relative;
}
.elementor-element.elementor-element-97f190c .elementor-element-4876c33 form.wpcf7cp-form-hide::after,
.elementor-element.elementor-element-97f190c .elementor-element-402a3fd form.wpcf7cp-form-hide::after,
.elementor-element.elementor-element-5b1f891 .elementor-element-4876c33 form.wpcf7cp-form-hide::after,
.elementor-element.elementor-element-5b1f891 .elementor-element-402a3fd form.wpcf7cp-form-hide::after {
  content: "";
  position: absolute;
  inset: 0;
}
.elementor-element.elementor-element-97f190c .elementor-element-4876c33 form .wpcf7-response-output,
.elementor-element.elementor-element-97f190c .elementor-element-402a3fd form .wpcf7-response-output,
.elementor-element.elementor-element-5b1f891 .elementor-element-4876c33 form .wpcf7-response-output,
.elementor-element.elementor-element-5b1f891 .elementor-element-402a3fd form .wpcf7-response-output {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  top: unset;
  margin-top: 50px;
  font-size: 18px;
  background: #ffb900;
  padding: 10px;
  color: #ffffff;
}
.elementor-element.elementor-element-97f190c .elementor-element-4876c33 form.sent .wpcf7-response-output,
.elementor-element.elementor-element-97f190c .elementor-element-402a3fd form.sent .wpcf7-response-output,
.elementor-element.elementor-element-5b1f891 .elementor-element-4876c33 form.sent .wpcf7-response-output,
.elementor-element.elementor-element-5b1f891 .elementor-element-402a3fd form.sent .wpcf7-response-output {
  background: linear-gradient(90deg, #78cb4e 0%, #489323 100%);
}

.elementor-element-fa349a7 {
  margin-bottom: 100px;
}

.elementor-element-218db05:has(form.submitting) .custom-button,
.elementor-element-218db05:has(form.submitting) .wpcf7cp-btns,
.elementor-element-fa349a7:has(form.submitting) .custom-button,
.elementor-element-fa349a7:has(form.submitting) .wpcf7cp-btns {
  position: relative;
}
.elementor-element-218db05:has(form.submitting) .custom-button::after,
.elementor-element-218db05:has(form.submitting) .wpcf7cp-btns::after,
.elementor-element-fa349a7:has(form.submitting) .custom-button::after,
.elementor-element-fa349a7:has(form.submitting) .wpcf7cp-btns::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.65);
}

@media screen and (max-width: 1024px) {
  .custom-contact-page .elementor-element.elementor-element-402a3fd.elementor-widget.elementor-widget-html {
    width: 100%;
  }
}

.company-information-section .company-information {
  width: 90%;
  max-width: 1140px;
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .company-information-section .company-information {
    flex-direction: column;
    margin: auto;
  }
}
.company-information-section .company-information .company-information__image,
.company-information-section .company-information .company-information__content {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .company-information-section .company-information .company-information__image,
  .company-information-section .company-information .company-information__content {
    width: 100%;
  }
}
.company-information-section .company-information .company-information__image img,
.company-information-section .company-information .company-information__content img {
  width: 90%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .company-information-section .company-information .company-information__image img,
  .company-information-section .company-information .company-information__content img {
    width: 100%;
    max-width: 425px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .company-information-section .company-information .company-information__image img,
  .company-information-section .company-information .company-information__content img {
    width: 85%;
    margin: 0 auto 15px;
  }
}
.company-information-section .company-information .company-information__image p,
.company-information-section .company-information .company-information__content p {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 2.5em;
  letter-spacing: 0px;
  word-spacing: 0em;
  color: #000000;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .company-information-section .company-information .company-information__image p,
  .company-information-section .company-information .company-information__content p {
    line-height: 1.9em;
  }
}

@media screen and (min-width: 768px) {
  .custom-company-page .elementor-element.elementor-element-05c329e {
    width: 90%;
    max-width: 1140px;
    margin: auto;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1257px) {
  .custom-company-page .elementor-element.elementor-element-05c329e {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .custom-company-page .elementor-element.elementor-element-05c329e {
    gap: clamp(15px, 4vw, 60px);
  }
}

@media (min-width: 768px) {
  .custom-company-message-page .elementor-element.elementor-element-d035775 {
    width: 90%;
    max-width: 1140px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .custom-company-message-page .company-message__description .-box-content-ceo {
    flex-direction: column-reverse;
    justify-content: center;
    overflow-x: hidden;
  }
  .custom-company-message-page .company-message__description .-box-content-ceo .-description-content-1 {
    z-index: 1;
    width: 100%;
  }
  .custom-company-message-page .company-message__description .-box-content-ceo .-ceo-avatar {
    z-index: 1;
    width: 100%;
    height: 90%;
  }
  .custom-company-message-page .company-message__description .-description-content-2 {
    width: 100%;
    z-index: 1;
  }
  .custom-company-message-page .company-message__description .-description-background {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .custom-strength-page .elementor-element.elementor-element-ee14660.e-con-full.e-flex.e-con.e-child {
    max-width: 1600px;
  }
}
@media screen and (min-width: 1181px) {
  .custom-strength-page .elementor-element.elementor-element-2adea61.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
  .custom-strength-page .elementor-element.elementor-element-2ba9937.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
  .custom-strength-page .elementor-element.elementor-element-2e36b01.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded,
  .custom-strength-page .elementor-element.elementor-element-763b810.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    max-width: 1320px;
    width: 95%;
  }
}
.custom-strength-page .strength-top-section * {
  box-sizing: border-box;
}
.custom-strength-page .strength-top-section .on-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .custom-strength-page .strength-top-section .on-pc {
    display: none;
  }
}
.custom-strength-page .strength-top-section .strength-list {
  width: 95%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .custom-strength-page .strength-top-section .strength-list {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .custom-strength-page .strength-top-section .strength-list {
    gap: 10px;
  }
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item {
  background: linear-gradient(90deg, #ffb74a 0%, #f90 100%);
  width: calc(25% - 30px);
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  height: 140px;
}
@media screen and (max-width: 1300px) {
  .custom-strength-page .strength-top-section .strength-list .strength-list-item {
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (max-width: 1180px) {
  .custom-strength-page .strength-top-section .strength-list .strength-list-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .custom-strength-page .strength-top-section .strength-list .strength-list-item {
    width: 100%;
    height: 70px;
  }
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item:nth-child(2) {
  background: linear-gradient(90deg, #68d6ff 0%, #00b9ff 100%);
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item:nth-child(2):hover::before {
  background: #00b9ff;
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item:nth-child(2):hover a {
  border: 10px solid #68d6ff;
  color: #00b9ff;
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item:nth-child(3) {
  background: linear-gradient(90deg, #ff74ab 0%, #ff53a3 100%);
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item:nth-child(3):hover::before {
  background: #ff53a3;
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item:nth-child(3):hover a {
  border: 10px solid #ff74ab;
  color: #ff53a3;
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item:nth-child(4) {
  background: linear-gradient(90deg, #b780ee 0%, #8c5ce1 100%);
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item:nth-child(4):hover::before {
  background: #8c5ce1;
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item:nth-child(4):hover a {
  border: 10px solid #b780ee;
  color: #8c5ce1;
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  bottom: 15px;
  transition: all 0.4s ease;
  background-color: #fff;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg aria-hidden="true" class="e-font-icon-svg e-fas-chevron-down" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
  -webkit-mask-size: contain;
  mask: url('data:image/svg+xml;utf8,<svg aria-hidden="true" class="e-font-icon-svg e-fas-chevron-down" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>') no-repeat center;
  mask-size: contain;
}
@media screen and (max-width: 768px) {
  .custom-strength-page .strength-top-section .strength-list .strength-list-item::before {
    bottom: 10px;
    width: 10px;
    height: 10px;
  }
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item a {
  background-color: transparent;
  height: 100%;
  width: 100%;
  border: 10px solid transparent;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 20px 30px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .custom-strength-page .strength-top-section .strength-list .strength-list-item a {
    padding: 20px;
    border: 5px solid transparent;
  }
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item a p {
  margin: 0;
  transition: all 0.4s ease;
  font-size: 18px;
  line-height: 30px;
  font-family: "Poppins", Sans-serif;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .custom-strength-page .strength-top-section .strength-list .strength-list-item a p {
    font-size: 16px;
    line-height: 1.3em;
  }
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item:hover {
  background: #fff;
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item:hover::before {
  background: #f90;
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item:hover a {
  border: 10px solid #ffb74a;
  color: #f90;
}
.custom-strength-page .strength-top-section .strength-list .strength-list-item:hover a p {
  transform: scale(1.1);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .custom-service-page .elementor-element.elementor-element-39e9541 .elementor-heading-title {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .custom-case-page .elementor-element.elementor-element-4a9752f .elementor-heading-title {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .custom-case-page .elementor-element.elementor-element-47ee158 {
    gap: clamp(10px, 2vw, 60px);
  }
}
@media screen and (min-width: 1024px) {
  .custom-case-page .elementor-element.elementor-element-1388f59,
  .custom-case-page .elementor-element.elementor-element-5fea116,
  .custom-case-page .elementor-element.elementor-element-4aa80f6,
  .custom-case-page .elementor-element.elementor-element-ea50167,
  .custom-case-page .elementor-element.elementor-element-3a330ef,
  .custom-case-page .elementor-element.elementor-element-e58e5a7 {
    width: 33%;
    max-width: 350px;
  }
}

@media screen and (min-width: 1024px) {
  .custom-case-detail-page .elementor-11002 .elementor-element.elementor-element-7073335:not(.elementor-motion-effects-element-type-background),
  .custom-case-detail-page .elementor-11002 .elementor-element.elementor-element-7073335 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
  .custom-case-detail-page .elementor-7447 .elementor-element.elementor-element-7073335:not(.elementor-motion-effects-element-type-background),
  .custom-case-detail-page .elementor-7447 .elementor-element.elementor-element-7073335 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
  .custom-case-detail-page .elementor-1338 .elementor-element.elementor-element-7073335:not(.elementor-motion-effects-element-type-background),
  .custom-case-detail-page .elementor-1338 .elementor-element.elementor-element-7073335 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background: #fff;
  }
  .custom-case-detail-page .elementor-11002 .elementor-element.elementor-element-20bd20e:not(.elementor-motion-effects-element-type-background),
  .custom-case-detail-page .elementor-11002 .elementor-element.elementor-element-20bd20e > .elementor-motion-effects-container > .elementor-motion-effects-layer,
  .custom-case-detail-page .elementor-7447 .elementor-element.elementor-element-20bd20e:not(.elementor-motion-effects-element-type-background),
  .custom-case-detail-page .elementor-7447 .elementor-element.elementor-element-20bd20e > .elementor-motion-effects-container > .elementor-motion-effects-layer,
  .custom-case-detail-page .elementor-1338 .elementor-element.elementor-element-20bd20e:not(.elementor-motion-effects-element-type-background),
  .custom-case-detail-page .elementor-1338 .elementor-element.elementor-element-20bd20e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    max-width: 1140px;
    margin: auto;
    width: 90%;
  }
  .custom-case-detail-page .elementor-11137 .elementor-element.elementor-element-1358e02,
  .custom-case-detail-page .elementor-8410 .elementor-element.elementor-element-1358e02,
  .custom-case-detail-page .elementor-11139 .elementor-element.elementor-element-1358e02 {
    max-width: 1140px;
    width: 90%;
    margin: auto;
  }
  .custom-case-detail-page .elementor-11160 .elementor-element.elementor-element-8b77788,
  .custom-case-detail-page .elementor-11159 .elementor-element.elementor-element-8b77788,
  .custom-case-detail-page .elementor-8442 .elementor-element.elementor-element-8b77788 {
    max-width: 1140px;
    width: 90%;
    margin: auto;
  }
  .custom-case-detail-page .elementor-8450 .elementor-element.elementor-element-bcd6d5e,
  .custom-case-detail-page .elementor-1916 .elementor-element.elementor-element-bcd6d5e,
  .custom-case-detail-page .elementor-11171 .elementor-element.elementor-element-bcd6d5e {
    max-width: 1140px;
    width: 90%;
    margin: auto;
  }
  .custom-case-detail-page .elementor-11185 .elementor-element.elementor-element-25cda75,
  .custom-case-detail-page .elementor-1918 .elementor-element.elementor-element-25cda75,
  .custom-case-detail-page .elementor-8734 .elementor-element.elementor-element-25cda75 {
    max-width: 1140px;
    width: 90%;
    margin: auto;
  }
  .custom-case-detail-page .elementor-9012 .elementor-element.elementor-element-91e3862,
  .custom-case-detail-page .elementor-1920 .elementor-element.elementor-element-91e3862,
  .custom-case-detail-page .elementor-11195 .elementor-element.elementor-element-91e3862 {
    max-width: 1140px;
    width: 90%;
    margin: auto;
  }
}

.custom-access-page .elementor-element-e13a5fa,
.custom-access-page .elementor-element-0386531,
.custom-access-page .elementor-element-cf088bd,
.custom-access-page .elementor-element-43a561d {
  flex: 1;
}

.custom-home-page .home-page-news .news-item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #D5D5D5;
}
.custom-home-page .home-page-news .news-item:last-child {
  border-bottom: none;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .custom-home-page .home-page-news .news-item {
    flex-direction: column;
    gap: 10px;
  }
  .custom-home-page .home-page-news .news-item:last-child {
    padding-bottom: 60px;
  }
}
.custom-home-page .home-page-news .news-item span, .custom-home-page .home-page-news .news-item p {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.custom-home-page .home-page-news .news-item span {
  width: 175px;
}
@media screen and (max-width: 768px) {
  .custom-home-page .home-page-news .news-item span {
    width: 100%;
  }
}
.custom-home-page .home-page-news .news-item p {
  flex: 1;
}
.custom-home-page .home-page-news .news-item .txt-bold {
  font-weight: bolder;
}

.home-text-en {
  line-height: 1.5em;
}

/*# sourceMappingURL=custom-theme.css.map */
