@media screen and (max-width: 1023px) {
  .humburger {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 999;
    width: 50px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .burger-menu-area {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 998;
    transform: translate(50%, -50%);
  }
  .color-circle-bg,
  .white-circle-bg {
    background: #0d8bf4;
    border-radius: 50%;
    height: 30vw;
    aspect-ratio: 1/1;
    transition: 0.5s;
  }
  .white-circle-bg {
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    transition: 0.3s;
    z-index: -1;
  }

  header .g-nav-area .g-nav-zone {
    display: none;
  }
  header .g-nav-area .g-nav-zone * + * {
    margin-left: 0px;
  }
  header .g-nav-area .g-nav-zone div {
    font-size: 1.9rem;
    border: 1px solid;
    border-radius: 5px;
    z-index: 99999;
  }
  header .g-nav-area .g-nav-zone a {
    width: 100%;
    height: 50px;
    display: flex;
    padding: 10px;
    align-items: center;
  }
  header .g-nav-area .contact-btn {
    display: none;
  }
  .u-about .text-content-area {
    max-width: 100%;
    background-color: rgba(68, 68, 68, 0.233);
  }
  .u-about .text-content-area {
    box-sizing: border-box;
    color: white;
    padding: 10%;
    border-radius: 0px;
  }
  .u-about .big-image-area img,
  .u-about .big-image-area video {
    height: 100%;
    border-radius: 0;
  }
  .u-about .image-content-area::after {
    width: 0;
  }

  .u-about .image-content-area {
    height: 100%;
    background: #00000061;
    filter: brightness(0.5);
    position: absolute;
    top: 0;
  }
  .u-about .small-image-area {
    display: none;
  }
  .content-area .positionnWrap .u-about {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    width: 100dvw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .u-about .mb-2gap {
    margin-bottom: 50px;
  }
  .strength_wrapper:nth-child(even),
  .strength_wrapper {
    flex-direction: column;
    gap: 0;
    padding: 10%;
  }

  .strength_img.scrollin {
    width: 100%;
  }

  .strength_box {
    width: 100%;
  }
  .MenuBtn {
    width: auto;
    height: 14vw;
    aspect-ratio: 1;
  }
  span.ja {
    font-size: 23px;
  }
  .contact-btn {
    width: 325px;
    margin: auto;
    border-radius: 999px;
  }
  .contact-parts .contact-btn-area {
    flex-direction: column;
    gap: 20px;
  }
  .contact-parts .contact-btn.tel,
  .contact-parts .contact-btn.mail {
    height: auto;
    max-height: none;
  }
  .contact-btn-text {
    display: none;
  }
  .contact-area .contact-btn-area .contact-btn.mail {
    border-radius: 999px;
  }
  .contact-btn a {
    padding: 10px;
  }
  .contact-parts .white-circle {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .contact-btn-title {
    font-size: 20px;
  }
  .contact-parts .contact-btn-area {
    margin-bottom: 30px;
  }
  .news-area {
    padding: 35px;
  }
  .news-area {
    width: 100%;
  }
  .strength_wrapper {
    margin-bottom: 20px;
  }
  article.contact-area h2 {
    width: fit-content;
    margin-bottom: 20px;
  }
  .company-intr th::before {
    content: none;
  }
  header .g-nav-area .g-nav-zone.is-open {
    display: flex;
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    width: 66%;
    margin: auto;
    padding-top: 46px;
    color: white;
    gap: 36px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .g-nav-area .g-nav-zone {
    display: none;
  }

  header .g-nav-area .g-nav-zone * + * {
    margin-left: 0px;
  }

  header .g-nav-area .g-nav-zone div {
    font-size: 1.9rem;
    border: 1px solid;
    border-radius: 5px;
    z-index: 99999;
  }

  header .g-nav-area .g-nav-zone a {
    width: 100%;
    height: 50px;
    display: flex;
    padding: 35px 0 35px 32px;
    align-items: center;
  }

  header .g-nav-area .contact-btn {
    display: block;
  }
  .is-open .color-circle-bg,
  .is-open .white-circle-bg {
    height: 200vh;
  }
  .is-open .white-circle-bg {
    height: 220vh;
  }
  .menu-menu {
    margin: auto;
  }
  .menu-menu li {
    width: auto;
  }

  .menu-menu li a {
    padding: 10px 25px;
  }

  .menu-menu {
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .companycard_content {
    width: auto;
    padding: 20px;
  }

  .companycard_wrapper {
    flex-direction: column;
  }

  .companycard_img_box {
    width: 90%;
    margin: 20px auto;
    background: #48759c;
    margin-bottom: -100px;
    border-radius: 20px;
    position: relative;
  }

  .companycard_img_box::before {
    content: "";
    background: linear-gradient(0deg, white 11%, transparent 26%);
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    inset: 0;
  }

  h2.companycard_title {
    line-height: 1.2;
  }

  h3 {
    font-size: 1.7rem;
    line-height: 1.3;
  }
  .newsText {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .MenuBtn {
    display: none;
  }
}
