/* =========== */
:root {
  --color-white: #FFFFFF;
  --color-main: #FFDF31;
  --color-sub: #FFF8C1;
  --color-accent: #0CAF8F;
  --color-border: #CCCCCC;
  --xs: 0.75rem;
  --s: 0.8rem;
  --m: 1rem;
  --l: 1.5rem;
  --xl: 1.75rem;
  --xxl: 2.5rem; }

@media (max-width: 767px) {
  :root {
    --m: 16px;
    --l: 18px;
    --xl: 20px;
    --xxl: 24px; } }

/* =========== */
/* =========== */
body {
  font-size: var(--m); }
  body a {
    text-decoration: underline;
    transition: opacity 0.1s ease, text-decoration 0.1s ease; }
    body a:hover {
      text-decoration: none;
      opacity: 0.8; }
  body br.sp {
    display: none; }
    @media (max-width: 767px) {
      body br.sp {
        display: inline; } }
  body .site-header__container, body .site-menu__container, body nav ._flex, body #mobile-site-menu, body #mobile-popup-menu, body .mobile-fixed-menu__icon, body .mobile-fixed-menu__container {
    display: none; }
  body nav img {
    width: 160px;
    height: auto !important; }
  @media (max-width: 767px) {
    body nav img {
      width: 120px; } }
  body #page-projects-show {
    margin-top: 3.5rem; }
    @media (max-width: 1023px) {
      body #page-projects-show {
        margin-top: 4.4rem; } }
    @media (max-width: 767px) {
      body #page-projects-show {
        margin-top: 0rem; } }
  body .header__container {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 4.3rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      body .header__container {
        position: static;
        height: 50px; } }
  body .cy-fixbtn {
    position: fixed;
    top: 10px;
    right: 8px;
    z-index: 100; }
    body .cy-fixbtn .section__wrapper {
      padding: 0 !important; }
    body .cy-fixbtn .button__button {
      margin: 0 3px 0 0 !important; }
    @media (max-width: 767px) {
      body .cy-fixbtn {
        bottom: 0;
        right: 0;
        left: 0;
        top: auto; }
        body .cy-fixbtn .button__button {
          padding: 8px 21px; }
        body .cy-fixbtn .button__wrapper {
          background-color: rgba(255, 223, 49, 0.75);
          padding: 13px 0 5px 0; } }
  body .button__wrapper .button__button {
    margin-top: 34px;
    color: var(--color-white);
    border: none;
    border-radius: 0;
    background-color: var(--color-accent);
    border-radius: 34px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
    text-decoration: none; }
    body .button__wrapper .button__button:hover {
      color: var(--color-white);
      border: none;
      background-color: #098169;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0); }
  body .cy-fin {
    width: 100%;
    color: #FFF;
    font-size: var(--l);
    background-color: #AA0000; }
    body .cy-fin .section__wrapper {
      padding: 1.5rem 0; }
    @media (max-width: 767px) {
      body .cy-fin {
        font-size: var(--m); } }
  body .cy-main {
    background-image: url("https://dl.qloba.info/uploads/projects/page_image/image/42466/ceed7c7e-de7d-4799-abbc-f958e1175e4d.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center; }
    body .cy-main h1 {
      font-size: var(--xxl); }
    body .cy-main h2 {
      font-size: var(--xl); }
    body .cy-main h4 {
      font-size: var(--l);
      font-weight: normal;
      margin: 0 0 13px 0;
      line-height: 150%; }
    body .cy-main .heading__container {
      width: 75%;
      margin: 0 auto; }
    @media (max-width: 1024px) {
      body .cy-main .heading__container {
        width: 95%; } }
    @media (max-width: 767px) {
      body .cy-main {
        background-image: url("https://dl.qloba.info/uploads/projects/page_image/image/42444/3fcf9b88-587b-4301-9e05-62a90ffd484c.png");
        background-size: 100% auto; }
        body .cy-main h4 {
          margin: 0 0 8px 0; }
        body .cy-main .heading__container {
          width: 100%; } }
  body .cy-about .heading__container {
    margin-bottom: 34px;
    text-align: center; }
    body .cy-about .heading__container h2.heading__h {
      font-size: var(--l);
      text-align: center;
      display: inline;
      background: linear-gradient(transparent 70%, var(--color-main) 60%); }
    body .cy-about .heading__container .heading__h {
      text-align: left; }
  @media (max-width: 767px) {
    body .cy-about .heading__container {
      margin-top: 8px;
      margin-bottom: 21px; }
      body .cy-about .heading__container h2.heading__h {
        line-height: 165%; } }
  body .cy-about .heading__h {
    text-align: center !important; }
  body .cy-about .section__wrapper {
    max-width: 980px; }
  body .cy-about h4 {
    width: 100%;
    padding: 1rem;
    text-align: center;
    background: var(--color-sub);
    border: 1px solid var(--color-border);
    border-bottom: none;
    border-radius: 8px 8px 0 0; }
  body .cy-about .text__container {
    width: 100%;
    margin-top: -34px;
    padding: 0.5rem 0 1rem 0;
    border: 1px solid var(--color-border);
    border-top: none;
    border-radius: 0 0 8px 8px;
    background-color: #FFFFFF; }
    body .cy-about .text__container ul {
      display: flex;
      justify-content: center;
      list-style: none;
      padding-left: 0;
      margin: 0; }
      body .cy-about .text__container ul li {
        padding: 0.5rem 1.5rem;
        position: relative; }
        body .cy-about .text__container ul li:not(:first-child)::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 1px;
          background-color: var(--color-border); }
  @media (max-width: 767px) {
    body .cy-about .text__container {
      padding: 0;
      margin-top: -21px; }
      body .cy-about .text__container ul {
        display: block; }
        body .cy-about .text__container ul li {
          padding: 0.8rem; }
          body .cy-about .text__container ul li:last-child {
            margin-top: 0px; }
          body .cy-about .text__container ul li:not(:first-child)::before {
            width: 0px; }
          body .cy-about .text__container ul li:not(:last-child) {
            margin-top: 0px;
            border-bottom: 1px solid var(--color-border); } }
  body .cy-service .heading__container {
    margin-bottom: 34px;
    text-align: center; }
    body .cy-service .heading__container h2.heading__h {
      font-size: var(--l);
      text-align: center;
      display: inline;
      background: linear-gradient(transparent 70%, var(--color-main) 60%); }
    body .cy-service .heading__container .heading__h {
      text-align: left; }
  @media (max-width: 767px) {
    body .cy-service .heading__container {
      margin-top: 8px;
      margin-bottom: 21px; }
      body .cy-service .heading__container h2.heading__h {
        line-height: 165%; } }
  body .cy-service .heading__h {
    text-align: left !important; }
  body .cy-service h4 {
    width: 100%;
    padding: 1rem;
    text-align: center;
    background: var(--color-sub);
    border: 1px solid var(--color-border);
    border-bottom: none;
    border-radius: 8px 8px 0 0; }
  @media (max-width: 767px) {
    body .cy-service .image__wrapper {
      width: 55%; } }
  body .cy-casestudy .heading__container {
    margin-bottom: 34px;
    text-align: center; }
    body .cy-casestudy .heading__container h2.heading__h {
      font-size: var(--l);
      text-align: center;
      display: inline;
      background: linear-gradient(transparent 70%, var(--color-main) 60%); }
    body .cy-casestudy .heading__container .heading__h {
      text-align: left; }
  @media (max-width: 767px) {
    body .cy-casestudy .heading__container {
      margin-top: 8px;
      margin-bottom: 21px; }
      body .cy-casestudy .heading__container h2.heading__h {
        line-height: 165%; } }
  body .cy-casestudy .heading__h {
    text-align: left !important; }
  body .cy-casestudy h4 {
    width: 100%;
    padding: 1rem;
    text-align: center;
    background: var(--color-sub);
    border: 1px solid var(--color-border);
    border-bottom: none;
    border-radius: 8px 8px 0 0; }
  body .cy-seminar .heading__container {
    margin-bottom: 34px;
    text-align: center; }
    body .cy-seminar .heading__container h2.heading__h {
      font-size: var(--l);
      text-align: center;
      display: inline;
      background: linear-gradient(transparent 70%, var(--color-main) 60%); }
    body .cy-seminar .heading__container .heading__h {
      text-align: left; }
  @media (max-width: 767px) {
    body .cy-seminar .heading__container {
      margin-top: 8px;
      margin-bottom: 21px; }
      body .cy-seminar .heading__container h2.heading__h {
        line-height: 165%; } }
  body .cy-seminar h5, body .cy-seminar .text__container {
    line-height: 150%;
    padding-left: 1rem;
    text-align: left; }
  body .cy-seminar .button__container {
    margin-top: 0; }
  body .cy-seminar .table__columns--sp {
    margin-bottom: -13px;
    background-color: var(--color-white);
    border-radius: 8px;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.05); }
    body .cy-seminar .table__columns--sp > div:first-of-type {
      width: 18%;
      font-weight: bold;
      border-radius: 8px 0 0 8px;
      background-color: var(--color-main); }
    body .cy-seminar .table__columns--sp > div:nth-of-type(2) {
      padding: 1.5rem; }
    body .cy-seminar .table__columns--sp .button__wrapper {
      text-align: right;
      padding-right: 13px; }
  @media (max-width: 1024px) {
    body .cy-seminar .table__columns--sp > div:first-of-type {
      border-radius: 8px 0 0 8px;
      width: 20%; } }
  @media (max-width: 767px) {
    body .cy-seminar h4 {
      font-size: var(--xl);
      line-height: 140%; }
    body .cy-seminar h5 {
      font-size: var(--l);
      line-height: 140%;
      padding-left: 0; }
    body .cy-seminar .text__container {
      padding-left: 0; }
    body .cy-seminar .table__columns--tb > .table__column {
      margin-bottom: 0.5rem; } }
  body .cy-seminar-mov .heading__container {
    margin-bottom: 34px;
    text-align: center; }
    body .cy-seminar-mov .heading__container h2.heading__h {
      font-size: var(--l);
      text-align: center;
      display: inline;
      background: linear-gradient(transparent 70%, var(--color-main) 60%); }
    body .cy-seminar-mov .heading__container .heading__h {
      text-align: left; }
  @media (max-width: 767px) {
    body .cy-seminar-mov .heading__container {
      margin-top: 8px;
      margin-bottom: 21px; }
      body .cy-seminar-mov .heading__container h2.heading__h {
        line-height: 165%; } }
  body .cy-seminar-mov .heading__h {
    text-align: left !important; }
  body .cy-seminar-mov h4 {
    width: 100%;
    padding: 1rem;
    text-align: center;
    background: var(--color-sub);
    border: 1px solid var(--color-border);
    border-bottom: none;
    border-radius: 8px 8px 0 0; }
  body .cy-seminar-mov .text__container {
    padding-left: 1rem; }
  body .cy-seminar-mov .fontsize-larger {
    font-size: 120%; }
  body .cy-seminar-mov .fontsize-smaller {
    line-height: 175%;
    margin-top: 8px; }
  @media (max-width: 767px) {
    body .cy-seminar-mov h5, body .cy-seminar-mov .text__container {
      padding-left: 0; }
    body .cy-seminar-mov .button__button {
      margin-top: 0.2rem;
      margin-bottom: 0.5rem; }
    body .cy-seminar-mov .table__columns--tb > .table__column {
      margin-bottom: 0.5rem; } }
  body .cy-download .heading__container {
    margin-bottom: 34px;
    text-align: center; }
    body .cy-download .heading__container h2.heading__h {
      font-size: var(--l);
      text-align: center;
      display: inline;
      background: linear-gradient(transparent 70%, var(--color-main) 60%); }
    body .cy-download .heading__container .heading__h {
      text-align: left; }
  @media (max-width: 767px) {
    body .cy-download .heading__container {
      margin-top: 8px;
      margin-bottom: 21px; }
      body .cy-download .heading__container h2.heading__h {
        line-height: 165%; } }
  body .cy-download .heading__h {
    text-align: left !important; }
  body .cy-download h4 {
    width: 100%;
    padding: 1rem;
    text-align: center;
    background: var(--color-sub);
    border: 1px solid var(--color-border);
    border-bottom: none;
    border-radius: 8px 8px 0 0; }
  body .cy-download .fontsize-larger {
    margin-top: 8px; }
  @media (max-width: 767px) {
    body .cy-download .fontsize-larger {
      font-size: var(--xl); }
    body .cy-download .button__button {
      margin-top: 0.2rem;
      margin-bottom: 0.5rem; }
    body .cy-download .table__columns--tb > .table__column {
      margin-bottom: 1rem; } }
  body .cy-overview .heading__container {
    margin-bottom: 34px;
    text-align: center; }
    body .cy-overview .heading__container h2.heading__h {
      font-size: var(--l);
      text-align: center;
      display: inline;
      background: linear-gradient(transparent 70%, var(--color-main) 60%); }
    body .cy-overview .heading__container .heading__h {
      text-align: left; }
  @media (max-width: 767px) {
    body .cy-overview .heading__container {
      margin-top: 8px;
      margin-bottom: 21px; }
      body .cy-overview .heading__container h2.heading__h {
        line-height: 165%; } }
  body .cy-overview th, body .cy-overview tr, body .cy-overview td {
    font-size: var(--m); }
    body .cy-overview th p, body .cy-overview tr p, body .cy-overview td p {
      line-height: 150%; }
  body .cy-overview .custom-table tr {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border); }
  body .cy-overview .custom-table td {
    display: block;
    padding: 1rem;
    border: none; }
    body .cy-overview .custom-table td:nth-child(1) {
      font-weight: bold;
      padding-bottom: 0; }
  @media (min-width: 768px) {
    body .cy-overview .custom-table {
      width: 100%; }
      body .cy-overview .custom-table td {
        display: table-cell; }
        body .cy-overview .custom-table td:nth-child(1) {
          width: 20%;
          padding-bottom: 1rem; }
        body .cy-overview .custom-table td:nth-child(2) {
          width: 80%; } }
  body .cy-menu .heading__container {
    margin-bottom: 34px;
    text-align: center; }
    body .cy-menu .heading__container h2.heading__h {
      font-size: var(--l);
      text-align: center;
      display: inline;
      background: linear-gradient(transparent 70%, var(--color-main) 60%); }
    body .cy-menu .heading__container .heading__h {
      text-align: left; }
  @media (max-width: 767px) {
    body .cy-menu .heading__container {
      margin-top: 8px;
      margin-bottom: 21px; }
      body .cy-menu .heading__container h2.heading__h {
        line-height: 165%; } }
  body .cy-link .heading__container {
    margin-bottom: 34px;
    text-align: center; }
    body .cy-link .heading__container h2.heading__h {
      font-size: var(--l);
      text-align: center;
      display: inline;
      background: linear-gradient(transparent 70%, var(--color-main) 60%); }
    body .cy-link .heading__container .heading__h {
      text-align: left; }
  @media (max-width: 767px) {
    body .cy-link .heading__container {
      margin-top: 8px;
      margin-bottom: 21px; }
      body .cy-link .heading__container h2.heading__h {
        line-height: 165%; } }
  body .cy-link .image--medium {
    width: 100%; }
  body .cy-contact .heading__container {
    margin-bottom: 34px;
    text-align: center; }
    body .cy-contact .heading__container h2.heading__h {
      font-size: var(--l);
      text-align: center;
      display: inline;
      background: linear-gradient(transparent 70%, var(--color-main) 60%); }
    body .cy-contact .heading__container .heading__h {
      text-align: left; }
  @media (max-width: 767px) {
    body .cy-contact .heading__container {
      margin-top: 8px;
      margin-bottom: 21px; }
      body .cy-contact .heading__container h2.heading__h {
        line-height: 165%; } }
  body .cy-contact .button__container {
    margin-top: 0; }
  body .cy-footer {
    font-size: var(--s); }
    body .cy-footer div[style*="margin-top:0px"] {
      display: flex;
      justify-content: start;
      align-items: end;
      flex-wrap: wrap; }
    body .cy-footer .text__container {
      flex-grow: 1;
      text-align: right;
      margin: 0; }
      body .cy-footer .text__container .text__text {
        text-align: left;
        margin: 0;
        padding: 0; }
        body .cy-footer .text__container .text__text .cy-logo {
          width: 140px;
          transform: translate(0, -25%); }
        body .cy-footer .text__container .text__text ul {
          display: flex;
          justify-content: flex-end;
          align-items: end;
          gap: 1rem 0;
          list-style: none;
          margin: 0 0 0.5rem; }
          body .cy-footer .text__container .text__text ul li {
            padding: 0 1rem;
            border-right: 1px solid #FFFFFF; }
            body .cy-footer .text__container .text__text ul li:last-child {
              border-right: none; }
        body .cy-footer .text__container .text__text .cy-copyright {
          text-align: right; }
    @media (max-width: 767px) {
      body .cy-footer {
        font-size: var(--xs);
        margin: 0 0 21px 0; }
        body .cy-footer ._p-4 {
          padding-left: 0;
          padding-right: 0; }
        body .cy-footer .section__wrapper {
          text-align: center; }
          body .cy-footer .section__wrapper .text__container {
            text-align: center; }
            body .cy-footer .section__wrapper .text__container .text__text {
              text-align: center; }
              body .cy-footer .section__wrapper .text__container .text__text .cy-logo {
                width: 120px; }
              body .cy-footer .section__wrapper .text__container .text__text ul {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 0.5rem 0;
                padding: 0;
                margin: 1rem 0 1rem; }
              body .cy-footer .section__wrapper .text__container .text__text .cy-copyright {
                text-align: center; } }
  @media (max-width: 1024px) {
    body ._mb-10 {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    body ._mb-10 {
      margin-bottom: 2.5rem; } }
  body .modal__container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    overflow-y: auto; }
    body .modal__container .modal__content .modal__header {
      display: flex;
      justify-content: flex-end;
      background-color: var(--color-sub);
      padding: 5px 5px 5px 0; }
      body .modal__container .modal__content .modal__header h4 {
        visibility: hidden;
        width: 85%; }
      body .modal__container .modal__content .modal__header button {
        width: 15%; }
        body .modal__container .modal__content .modal__header button svg {
          width: 85%;
          color: #212121; }
    @media (max-width: 767px) {
      body .modal__container .modal__content {
        width: 90%;
        height: 80%;
        margin: auto 0;
        padding: 0; }
        body .modal__container .modal__content .modal__header {
          display: flex;
          justify-content: flex-end;
          background-color: var(--color-sub);
          padding: 5px 5px 5px 0; } }
