*, *::before, *::after {
  box-sizing: border-box;
}

@view-transition {
  navigation: auto;
}

:root {
  --primary: #15376f;
  --second: #ec1d23;
}


.secmain .contwidth {
  padding-top: 1px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans", sans-serif;
  /* background: #f7f7f7 url('/addcommon/images/common/bg-body.png') re; */
}

a {
  transition: all 0.2s ease;
}

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

@media screen and (768px <= width) {
  .sp-cont {
    display: none !important;
  }
}
@media screen and (width < 768px) {
  .pc-cont {
    display: none !important;
  }
}

.txt-right {
  text-align: right;
}


.container {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding-top: 0;
  .contents {
    background-color: #f7f7f7;
    overflow: hidden;
    /* padding-bottom: 0; */
    @media screen and (width < 768px) {
      padding-inline: 20px;
    }
    &.npb {
      padding-bottom: 0;
    }
  }
}



figure.--center {
  text-align: center;
}

.__balance {
  text-wrap: balance;
}

main {
  flex: 1;
}

.inner {
  position: relative;
  /* max-width: 1206px; */
  max-width: 1166px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 0;
  .mod-topicPath, .mod-auto, .btn-wrap {
    position: relative;
    z-index: 1;
  }
}

.btn-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-block: 3rem 2rem;
  &.--center {
    justify-content: center;
  }
  &.--left {
    justify-content: flex-start;
  }
  .btn {
    padding-inline: 1.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    color: var(--primary);
    height: 50px;
    min-width: 180px;
    span {
      font-family: "Noto Sans";
      font-size: 1.4rem;
      font-weight: 500;
    }
  }
  .round {
    border-radius: 40px;
    border: 1px solid var(--primary);
    background-color: #fff;
  }
  .arrow {
    &::after {
      font: var(--fa-font-solid);
      content: '\f061';
      margin-left: 10px;
    }
  }
  .external {
    &::after {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      background: url('/addcommon/images/common/icon-external.svg') no-repeat center center;
      background-size: contain;
      margin-left: 10px;
    }
  }
  .download {
    &::after {
      content: '';
      display: block;
      width: 9px;
      height: 9px;
      background: url('/addcommon/images/common/icon-download.svg') no-repeat center center;
      background-size: contain;
      margin-left: 10px;
    }
  }
}

.title-wrap {
  padding-block: 3rem;
  max-width: 50vw;
  @media screen and (width < 768px) {
    max-width: 100%;
  }
  .section-title {
    display: flex;
    align-items: center;
    margin-block-end: 1rem;
    &::before {
      content: '';
      display: block;
      width: 3px;
      height: 3px;
      background-color: var(--second);
      order: 0;
    }
    &::after {
      content: '';
      display: block;
      width: 26px;
      height: 1px;
      background-color: var(--second);
      order: 1;
    }
    span {
      order: 2;
      font-size: 1.6rem;
      margin-left: 10px;
    }
  }
  .title-copy {
    font-size: 3rem;
    font-weight: 700;
    @media screen and (width < 768px) {
      font-size: 2.4rem;
    }
  }
  .title-en {
    line-height: 1;
    font-size: 100px;
    font-family: "Noto Sans";
    font-weight: 700;
    color: var(--primary);
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
    @media screen and (width < 768px) {
      font-size: 36px;
    }
  }
  .lead {
    margin-top: 3rem;
  }
}



.select-lang {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  gap: 4px;
  .jp, .en {
    display: inline-block;
    padding: 4px;
  }
  &::before {
    content: '';
    display: block;
    width: 16px;
    aspect-ratio: 1 / 1;
    background: url('/addcommon/images/icon-globe.svg') no-repeat center center;
    background-size: contain;
  }
  .separate {
    display: inline-flex;
    align-items: center;
    &::before {
      content: '';
      display: block;
      width: 3px;
      height: 3px;
      background-color: var(--primary);
    }
    &::after {
      content: '';
      display: block;
      width: 27px;
      height: 1px;
      background-color: var(--primary);
    }
  }
  a {
    opacity: 0.5;
    &:hover {
      opacity: 1;
    }
    & + .separate {
      flex-direction: row-reverse;
    }
  }
  &.--white {
    color: #fff;
    &::before {
      background: url('/addcommon/images/icon-globe_w.svg') no-repeat center center;
      background-size: contain;
    }
    .separate {
      &::before, &::after {
        background-color: #fff;
      }
    }
    a {
      color: #fff;
    }
  }
}

.header {
  background: #f7f7f7;
  position: relative;
}

.home {
  .header {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    .header-logo {
      img {
        display: none;
      }
      &::before {
        content: url('/addcommon/images/logo-elecs_w.svg');
      }
    }
    .global-nav-list {
      a {
        color: #fff;
      }
    }
    .select-lang {
      a, span {
        color: #fff;
      }
      &::before {
        background: url('/addcommon/images/icon-globe_w.svg') no-repeat center center;
      }
      .separate {
        &::before , &::after {
          background-color: #fff;
        }
      }

    }
    .btn-inquiry {
      a {
        background-color: #fff;
        &:hover {
          background-color: var(--primary);
        }
      }
    }
  }
}

.home:has(.emg) {
  .menu-trigger {
    position: absolute;
  }
  .header {
    position: sticky;
  }
}

.menu-open {
  .header {
    .select-lang {
      a, span {
        color: #fff;
      }
      &::before {
        background: url('/addcommon/images/icon-globe_w.svg') no-repeat center center;
      }
      .separate {
        &::before , &::after {
          background-color: #fff;
        }
      }

    }
  }
}


.menu-trigger {
  position: fixed;
  z-index: 10001;
  top: 20px;
  right: 40px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff url('/addcommon/images/icon-trigger.svg') no-repeat center center;
  box-shadow: 0 0 15px rgba(236, 29, 35, .15);
  transition: all 0.2s ease;
  @media screen and (width < 768px) {
    right: 20px;
  }
  &:hover {
    background: var(--second) url('/addcommon/images/icon-trigger_hov.svg') no-repeat center center;
  }
  .menu-open & {
    background: #fff url('/addcommon/images/icon-close.svg') no-repeat center center;
    &:hover {
      background: var(--second) url('/addcommon/images/icon-close_hov.svg') no-repeat center center;
    }
  }
}

header {
  .header-menu {
    display: none;
  }
  .header-inner {
    display: flex;
    align-items: center;
    height: inherit;
    gap: 20px;
    padding: 20px 110px 20px 40px;
    position: relative;
    z-index: 10;
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 100%;
    z-index: 101;
    background-color: inherit;
    @media screen and (width < 768px) {
      padding: 20px;
    }
  }
  .header-logo {
    margin-inline-end: auto;
    padding: 5px;
    @media screen and (width < 768px) {
      width: 157px;
    }
  }
  .global-nav {
    @media screen and (width < 1260px) {
      display: none;
    }
  }
  .global-nav-list {
    display: flex;
    align-items: center;
    a {
      display: inline-flex;
      align-items: center;
      height: 40px;
      padding: 0 0.6rem;
      font-size: 1.2rem;
      font-weight: bold;
      color: var(--primary);
      &:hover {
        color: var(--second);
      }
    }
  }
  .header-menuBtn {
      position: absolute;
      display: block;
      top: -3px;
      right: 5%;
      width: 25px;
      height: 60px;
      cursor: pointer;
      pointer-events: auto;
      z-index: 110;
  }
  .select-lang {
    @media screen and (width < 1260px) {
      display: none;
    }
  }
  .btn-inquiry {
    @media screen and (width < 768px) {
      display: none;
    }
    a {
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 135px;
      height: 40px;
      border-radius: 20px;
      box-shadow: 0 0 15px rgba(21, 55, 111, .15);
      font-size: 1.2rem;
      font-weight: 500;
      color: var(--primary);
      &:hover {
        opacity: 1;
        background-color: var(--primary);
        color: #fff;
      }
    }

  }

  .header-megamenu {
    translate: -100% 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    .header-megamenu-logo {
      display: inline-block;
      padding: 5px;
      @media screen and (width < 768px) {
        width: 157px;
      }
    }
    .megamenu-header {
      display: flex;
      justify-content: space-between;
    }
    .select-lang {
      margin-right: 70px;
    }
    .main-menu {
      padding: 5px;
      display: block;
      line-height: 1;
      font-size: 2.2rem;
      font-weight: 700;
      @media screen and (width < 768px) {
        font-size: 2rem;
      }
      &::before {
        content: '';
        display: block;
        width: 14px;
        height: 1px;
        background-color: var(--second);
        margin-bottom: 1rem;
      }
    }
    .header-submenu {
      margin-top: 50px;
      li {
        margin-block: 0.5rem;
      }
      a {
        display: blockl;
        padding: 5px;
      }
    }
    .header-megamenu-list-wrap {
      display: flex;
      gap: 100px;
      max-width: 1110px;
      margin-inline: auto;
      padding-block: 18.75vh;
      @media screen and (width < 768px) {
        padding-block: 50px;
      }
    }
    .header-megamenu-list {
      display: flex;
      flex-wrap: wrap;
      gap: 60px;
      @media screen and (width < 768px) {
        flex-direction: column;
        gap: 30px;
      }
      &.col-left {
        flex: 2;
      }
      &.col-right {
        flex: 1;
      }
    }
  }
  .header-megamenu-cont {
    padding: 20px 40px 40px;
    background: url('/addcommon/images/bg-common-menu.png') repeat;
    position: relative;
    z-index: 99;
    color: #fff;
    max-height: 100dvh;
    overflow: auto;
    @media screen and (width < 768px) {
      padding: 20px;
    }
    a {
      color: #fff;
    }
  }
  .header-megamenu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 100dvh;
    background-color: rgba(0,0,0,.7);
  }



  .header-subnav-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    @media screen and (width < 768px) {
      flex-direction: column;
      align-items: stretch;
    }
    .sub-nav {
      ul {
        display: flex;
        font-weight: 500;
        gap: 20px;
        @media screen and (width < 768px) {
          flex-wrap: wrap;

          gap: 20px 0;
          order: 1;
          li {
            width: 50%;
          }
        }
      }
      a {
        display: block;
        border-left: 1px solid #fff;
        line-height: 1;
        padding: 1px 5px 1px 20px;
        font-size: 1.4rem;
        @media screen and (width < 768px) {
          font-size: 1.2rem;
          padding: 1px 5px 1px 6px;
        }
      }

    }
    address {
      font-style: normal;
      font-size: 1.2rem;
    }
  }

}

.menu-open {
  .header-megamenu {
    translate: 0 0;
    visibility: visible;
  }
}

.bx-inquiry {
  background-color: #fff;
  max-width: 583px;
  padding: 60px;
  color: #000;
  text-align: center;
  i {
    font-size: 30px;
  }
  h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 1rem;
  }
  p {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

footer {
  background-color: #777 !important;
  .pos-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    .col {
      flex: 1;
    }
    @media screen and (width < 768px) {
      &.sp-column {
        flex-direction: column;
        padding-inline: 20px;
        .col {
          width: 100%;
        }
      }
    }
    &.--bottom {
      align-items: flex-end;
    }
    @media screen and (768px <= width) {
      &.pc-reverse {
        flex-direction: row-reverse;
      }
    }

  }
}

.footer-cont-upr {
  padding-block: 150px;
  background-color: #777;
  color: #fff;
  max-width: 1166px;
  margin-inline: auto;
  border-left: 1px solid #6f6f6f;
  border-right: 1px solid #6f6f6f;
  position: relative;
  * {
    position: relative;
    z-index: 1;
  }
  &::before{
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    left: 25%;
    border-left: 1px solid #6f6f6f;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 25%;
    border-right: 1px solid #6f6f6f;
  }
  &::after {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    right: 25%;
    border-left: 1px solid #6f6f6f;
    position: absolute;
    top: 0;
    z-index: 0;
  }
  .inner {
    padding-inline: 0;
  }

  @media screen and (width < 768px) {
    padding-block: 50px;
  }
}

.footer-cont-btm {
  border-top: 2px solid var(--second);
  background: url('/addcommon/images/bg-common-menu.png') repeat;
  padding: 70px 40px 40px;
  color: #fff;
  @media screen and (width < 768px) {
    padding: 20px;
  }
  a {
    color: #fff;
  }
  .site-url {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .copy {
    display: flex;
    flex-direction: column;
    .copy-ja {
      font-size: 4.4rem;
      font-weight: 500;
      line-height: 1.2727;
    }
    .copy-en {
      font-size: 1.4rem;
      font-weight: 300;
      margin-top: 1.5rem;
      font-family: "Noto Sans";
      font-weight: 300;
      @media screen and (width < 768px) {
        font-size: 1.1rem;
      }
    }
  }
  .footer-logo {
    width: 349px;
    margin-block: 3rem 6rem;
    @media screen and (width < 768px) {
      width: 265px;
      margin-block: 3rem;
    }
    a {
      display: inline-block;
    }
    img {
      width: 100%;
    }
  }
  .col {
    &.--right {
      max-width: 720px;
      margin-left: auto;
    }
  }
  .global-nav {
    font-size: 1.6rem;
    font-weight: 700;
    max-width: 600px;
    ul {
      display: flex;
      flex-wrap: wrap;
      gap: 20px 30px;
    }
    @media screen and (width < 768px) {
      margin-top: 3rem;
      li {
        min-width: calc(50% - 30px);
      }
      .w100 {
        width: 100%;
      }
    }
    a {
      padding: 5px;
      display: block;
      line-height: 1;
      &::before {
        content: '';
        display: block;
        width: 10px;
        height: 1px;
        background-color: var(--second);
        margin-bottom: 1rem;
      }
    }
  }
  .footer-subnav {
    display: flex;
    flex-direction: column;
  }
  .sub-nav {
    margin-block-start: 3rem;
    ul {
      display: flex;
      font-size: 1.4rem;
      font-weight: 500;
      gap: 20px;
      @media screen and (width < 768px) {
        flex-wrap: wrap;
        font-size: 1.2rem;
        gap: 20px 0;
        order: 1;
        li {
          min-width: 50%;
        }
      }
    }


    a {
      display: block;
      border-left: 1px solid #fff;
      line-height: 1;
      padding: 1px 5px 1px 20px;
    }

  }
  address {
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.6667;
    @media screen and (width < 768px) {
      font-size: 1.2rem;
    }
  }
  .footer-icons {
    display: flex;
    @media screen and (768px <= width) {
      justify-content: flex-end;
    }
    @media screen and (width < 768px) {
      margin-block: 3rem;
      order: 2;
    }
    gap: 15px;
    a {
      display: block;
      width: 76px;
      min-height: 70px;
      border-radius: 10px;
      overflow: hidden;
      &:empty {
        background-color: #7e7e7e;
      }
    }
  }
  .copyrights {
    margin-top: 1rem;
    font-size: 1.2rem;
    text-align: right;
    font-weight: 500;
    @media screen and (width < 768px) {
      font-size: 1rem;
      text-align: left;
    }
  }
}

body.en {
  .footer-cont-btm {
    padding: 20px;
    .footer-logo {
      width: 220px;
      margin: 0 auto 15px;
    }
    .site-url {
      text-align: center;
    }
  }
  .sec-product {
    background: url('/img/en/bg_product@2x.png') no-repeat center center;
    background-size: cover;
    max-width: 100%;
    position: relative;
    color: #fff;
    @media screen and (width < 768px) {
      padding: 20px;
      max-width: calc(100% + 40px);
      width: calc(100% + 40px);
      margin-inline: -20px;
    }
    &::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: rgb(0,0,0);
      background: linear-gradient(90deg, rgba(0,0,0,0.29735644257703087) 0%, rgba(0,0,0,0.30015756302521013) 20%, rgba(0,0,0,0) 60%);
      position: absolute;
      top: 0;
      left: 0;
      @media screen and (width < 768px) {
        background: linear-gradient(90deg, rgba(0,0,0,0.29735644257703087) 0%, rgba(0,0,0,0.30015756302521013) 40%, rgba(0,0,0,0) 100%);
      }
    }
    .inner {
      height: 560px;
      display: flex;
      align-items: center;
    }
    .title-copy {
      font-size: 4rem;
    }
    .section-title {
      color: var(--primary);
    }
    .title-copy {
      color: #000;
      font-size: 3.6rem;
      @media screen and (width < 768px) {
        font-size: 2.8rem;
      }
    }
    .btnmore {
      position: static;
    }
  }
}


.with-aside {
  display: flex;
  align-items: flex-start;
  @media screen and (width < 768px) {
    flex-direction: column;
  }
  .ctgLists {
    width: 25%;
    position: sticky;
    top: 20px;
    @media screen and (width < 768px) {
      position: static;
      h3 {
        margin-bottom: 0.5rem;
      }

      &.sp-show {
        display: block;
        width: 100%;
      }
    }
  }
  .list-article {
    max-width: 100%;
    flex: 1;
    ul {
      display: flex;
      flex-wrap: wrap;
      gap: 60px;
      li {
        width: calc(50% - 30px);
      }
      @media screen and (width < 768px) {
        gap: 40px;
        li {
          width: 100%;
        }

      }
      &.l-newsList {
        flex-direction: column;
        li {
          width: 100%;
        }
      }
    }
    .dvlctg {
      font-size: 1.2rem;
      span {
        box-shadow: 0 0 8px rgba(0, 49, 255, .4);
      }
    }
    dd {
      text-decoration: underline;
    }
    a {
      color: var(--primary);
      @media (width < 768px) {
        flex-direction: column;
        .__img {
          width: 100%;
          height: auto;
          margin: 0 0 18px;
        }
        .__txt {
          max-width: 100%;
          .article-head {
            margin-bottom: 10px;
          }
          .__label {
            margin-left: 10px;
          }
        }
      }
      &:hover {
        dd {
          text-decoration: none;
        }
      }
    }
  }
}



.page-header {
  position: relative;
  overflow: hidden;
  @media screen and (width < 768px) {
    border-right: 1px solid #e8e8e8;
    &::before {
      content: '';
      width: 25%;
      height: 100%;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 25%;
      margin-inline: auto;
      border-left: 1px solid #e8e8e8;
      border-right: 1px solid #e8e8e8;
    }
    &::after {
      content: '';
      display: block;
      width: 25%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 25%;
      margin-inline: auto;
      border-right: 1px solid #e8e8e8;
      z-index: 0;
    }
  }

  .title-wrap {
    position: absolute;
    z-index: 100;
    width: 100%;
    @media screen and (width < 768px) {
      position: static;
    }
    .section-title {
      color: var(--primary);
    }
  }
  .mv-wrap {
    position: relative;
    z-index: 10;
    margin-inline: 290px calc(50% - 50vw);
    /* margin-right: calc(50% - 50vw); */
    height: 625px;
    width: 100vw;
    @media screen and (width < 768px) {
      height: auto;
    }
    img {
      max-width: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    @media screen and (width < 768px) {
      position: static;
      margin-left: 40px;
    }
  }
  &.with-title {
    .inner {
      display: flex;
      align-items: center;
      position: relative;
      border-left: 1px solid #e8e8e8;
      @media screen and (width < 768px) {
        flex-direction: column;
      }
    }
  }

}



.mod-auto {
  background-color: #fff;
  padding: 40px;
  max-width: 1166px;
  @media (width < 768px) {
    padding: 20px;
    max-width: 100%;
  }
}

.mod-selectWrap {
  margin-bottom: 20px;
}

.wideCont {
  /* max-width: 100%; */
  margin-inline:calc(50% - 50vw);
  position: relative;
  color: #fff;
  @media (width < 768px) {
    max-width: calc(100% + 40px);
    /* width: 100%; */
    margin-inline: -20px;
  }
  &::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.29735644257703087) 0%, rgba(0,0,0,0.30015756302521013) 20%, rgba(0,0,0,0) 60%);
    position: absolute;
    top: 0;
    left: 0;
    @media screen and (width < 768px) {
      background: linear-gradient(90deg, rgba(0,0,0,0.29735644257703087) 0%, rgba(0,0,0,0.30015756302521013) 40%, rgba(0,0,0,0) 100%);
    }
  }
  .inner {
    height: 560px;
    display: flex;
    align-items: center;
  }
  .title-copy {
    font-size: 4rem;
    @media screen and (width < 768px) {
      font-size: 3.4rem;
    }
  }
  .btnmore {
    position: absolute;
    bottom: 40px;
    right: 40px;
  }
  @media screen and (width < 768px) {
    padding-inline: 20px;
  }
}



.sec-solution {
  background: url('/img/solution/bg_solution@2x.png') no-repeat center center;
  background-size: cover;
}
.sec-technology {
  background: url('/img/solution/bg_technology@2x.png') no-repeat center center;
  background-size: cover;
}

.solution {
  .container .contents {
    padding-bottom: 0;
  }
  &.index {
    .contwidth, .contents {
      padding-bottom: 0;
    }
  }
  .sec-universe {
    background: url('/img/solution/bg_universe@2x.png') no-repeat center center;
    background-size: cover;
  }
  .sec-system {
    background: url('/img/solution/bg_system@2x.png') no-repeat center center;
    background-size: cover;
  }
  .sec-support {
    background: url('/img/solution/bg_support@2x.png') no-repeat center center;
    background-size: cover;
  }

  .solution-summary {
    font-size: 2.4rem;
    font-weight: 700;
    @media screen and (width < 768px) {
      font-size: 1.8rem;
    }
  }
  .secTitle {
    text-align: center;
    margin-block: 50px 30px;
    @media screen and (width < 768px) {
      margin-block: 25px 15px;
    }
    span {
      display: block;
    }
    .en {
      font-size: 1.6rem;
      color: #ec1d23;
      font-weight: 400;
      @media screen and (width < 768px) {
        font-size: 1.4rem;
      }
    }
    .ja {
      font-size: 3.6rem;
      font-weight: 700;
      @media screen and (width < 768px) {
        font-size: 2.4rem;
      }
    }
  }
  .row-wrap {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    margin-block: 20px;
    p {
      flex: 1;
    }
    figure {
      max-width: 380px;
      width: 100%;
    }
    @media screen and (width < 768px) {
      flex-direction: column;
    }
  }
  .slide-casestudy {
    .item {
      a {
        display: block;
        margin: 20px;
        color: #15376f;
        text-decoration: underline;
        &:hover {
          text-decoration: none;
        }
      }
      p {
        margin-top: 20px;
      }
    }
  }
  .ongoing-projects {
    ul {
      margin-top: 10px;
      li {
        margin-block: 1rem;
      }
    }
  }
  .list-items {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    @media screen and (width < 768px) {
      flex-direction: column;
    }
    .item {
      @media screen and (768px <= width) {
        width: calc((100% - 90px) / 4);
      }
      @media screen and (width < 768px) {
        width: 100%;
      }

      a {
        display: block;
        margin: 20px;
        color: #15376f;
        text-decoration: underline;
        &:hover {
          text-decoration: none;
        }
      }
      p {
        margin-top: 20px;
      }
    }
  }
}

.slidenav_box {
  display: flex;
  align-items: center;
  max-width: 1010px;
  margin: 0 auto;
  padding-inline: 2rem;
}
.slide-arrow {
  outline: none;
  background: url(/img/top/prevWh.png) right center / 100% no-repeat;
  background-size: contain;
  opacity: 1;
  z-index: 10;
  width: 36px;
  height: 36px;
}
.prev-arrow {
  order: 1;
}
.next-arrow {
  order: 3;
  rotate: 180deg;
}
.slidenav_box.hor {
  .dots-wrap {
    height: 3px;
    width: 100%;
  }
}

.slidenav_box.ver {
  .dots-wrap {
    width: 3px;
    height: 100%;
    flex-direction: column;
  }
}

.dots-wrap {
  order: 2;
  margin-inline: 16px;

  display: flex;
  li {
    flex: 1;
    background-color: #eaeaea;
    &.slick-active {
      background-color: var(--primary);
    }
  }
  button {
    font-size: 0;
  }
}

.solution-image {
  padding: 0 0 90px;
  position: relative;
  &::before {
    content: '';
    display: block;
    max-width: 589px;
    width: 90vw;
    aspect-ratio: 589 / 397;
    background: url('/img/solution/logo-line.svg') no-repeat ;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
  }

}

.resilience {
  background-color: #15376f;
  color: #fff;
  position: relative;
  @media (width < 768px) {
    padding: 20px;
    margin-inline: -20px;
  }
  .list-resilience {
    display: flex;
    gap: 6%;
    @media (width < 768px) {
      flex-direction: column;
    }
    .title-wrap {
      flex: 1;
    }
  }
  .title-copy {
    font-size: 2rem;
  }
  .logo {
    width: 100%;
    padding-left: 50px;
    text-align: right;
    img {
      max-width: 658px;
      width: 100%;
      opacity: 0.05;
    }
  }
  position: relative;
  &::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0,0,0,.15);
    position: absolute;
    z-index: 0;
  }
  .inner {
    padding-top: 10px;
    padding-inline: 0;
    border-left: 1px solid rgba(0,0,0,.15);
    border-right: 1px solid rgba(0,0,0,.15);
    position: relative;
    > * {
      z-index: 10;
    }
    &::before, &::after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      z-index: 0;
      width: 25%;
      height: 100%;
    }
    &::before {
      left: 0;
      border-right: 1px solid rgba(0,0,0,.15);

    }
    &::after {
      right: 0;
      border-left: 1px solid rgba(0,0,0,.15);
    }
  }
}


.recruit {
  &.index {
    .contwidth, .contents {
      padding-bottom: 0;
    }
  }
  .sec-new {
    background: url('/img/recruit/bg_new@2x.png') no-repeat center center;
    background-size: cover;
  }
  .sec-career {
    background: url('/img/recruit/bg_career@2x.png') no-repeat center center;
    background-size: cover;
  }
  &.second {
    .page-header {
      height: 627px;
    }
    &.graduates {
      .page-header {
        background: url('/img/recruit/bg_new@2x.png') no-repeat center center;
      }
    }
  }
  .list-voices  {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 40px;
    li {
      width: calc(50% - 20px);
      @media (width < 768px) {
        width: 100%;
      }
    }
    .tpdtbtn {
      a {
        margin-top: 1rem;
      }
    }
  }
  .list-voices, .modaal-content {
    figure {
      img {
        display: block;
        margin-inline: auto;
      }
      figcaption {
        color: var(--primary);
        font-weight: 700;
        font-size: 1.6rem;
        margin-block: 3rem 1rem;
        line-height: 1.5;
        span {
          color: #525252;
          font-size: 1.2rem;

        }
      }
    }
    .voide-description {
      font-weight: 700;
      font-size: 1.8rem;
    }
    .row-cont {
      display: flex;
      align-items: flex-end;
      gap: 20px;
    }
  }

  .steps-to-join {
    .step {
      & + .step {
        border-top: 1px solid var(--primary);
        &::before {
          content: '';
          display: block;
          width: 12px;
          height: 10px;
          clip-path: polygon(0 0, 100% 0, 50% 100%);
          background-color: var(--primary);
          margin: 0 auto 10px;
        }
      }
    }
  }
  hr.dashed {
    height: 0;
    border: none;
    border-top: 1px dashed var(--primary);
  }
  .tb-guidelines {
    width: 100%;
    border: 1px solid #c9c9c9;
    border-collapse: collapse;
    caption {
      color: var(--primary);
      font-weight: 700;
      font-size: 2.2rem;
      text-align: left;
      margin-block: 0 2rem;
    }
    th, td {
      border: 1px solid #c9c9c9;
      padding: 10px 20px;
      text-align: left;
      vertical-align: top;
    }
    th {
      background-color: #e3e3e3;
      text-wrap: nowrap;
    }
    .nowrap {
      text-wrap: nowrap;
    }
  }
}


.mainCont-wrap {
  max-width: 100%;
  flex: 1;
}
.product-wrap {
  & + .product-wrap {
    margin-top: 60px;
  }
}
.itemCategory-title {
  color: var(--primary);
  margin-bottom: 30px;
}

.ctgLists {
  @media screen and (width < 768px) {
    display: none;
  }
}

.list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  @media screen and (540px <= width < 768px) {
    gap: 40px;
  }

  li {
    max-width: 252px;
    width: calc((100% - 120px) / 3);
    @media screen and (540px <= width < 768px) {
      width: calc((100% - 40px) / 2);
    }
    @media screen and (width < 540px) {
      width: 252px;
      margin-inline: auto;
    }
  }
  figure {
    img {
      width: 100%;
      aspect-ratio: 1 / 1;
      background-color: #fff;
      object-fit: contain;
    }
    figcaption {
      margin-top: 1.6rem;
      color: var(--primary);
      font-weight: 700;
      font-size: 1.4rem;
    }
  }
}

.contTitle {
  font-size: 2.4rem;
  color: var(--primary);
  margin-block: 40px 20px;
  &.with-mark {
    display: flex;
    align-items: center;
    &::before {
      content: '';
      display: block;
      width: 32px;
      height: 22px;
      background: url('/addcommon/images/common/icon-title.svg') no-repeat center center;
      background-size: contain;
      margin-right: 10px;
    }
    &.--white {
      color: #fff;
      &::before {
        background: url('/addcommon/images/common/icon-title_w.svg') no-repeat center center;
        background-size: contain;
      }
    }
  }
  @media (width < 768px) {
    font-size: 1.8rem;
  }
}

.contSubTitle {
  margin-block: 2rem 1rem;
  color: var(--primary);
}

.whiteBx {
  background-color: #fff;
  padding: 20px 40px;
  .contTitle {
    margin-top: 10px;
  }
  @media screen and (width < 768px) {
    padding: 20px 20px;
  }
  p {
    margin-block: 1rem 3rem;
    line-height: 1.875;
  }
  & + .whiteBx {
    margin-top: 40px;
  }
}

.strongtxt {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary);
  @media screen and (width < 768px) {
    font-size: 1.8rem;
  }
}


.l-table {
  dt {
    white-space: nowrap;
    padding-right: 2rem;
    /* width: 20%; */

  }
  @media screen and (768px <= width) {
    display: table;
    .l-table-item {
      display: table-row;
      dt, dd {
        display: table-cell;
        padding-block: 1rem;
      }
    }
  }
  @media screen and (width < 768px) {
    .l-table-item + .l-table-item {
      margin-top: 20px;
    }
  }

}
.company {
  .gmap-wrap {
    aspect-ratio: 5 / 3;
    @media screen and (width < 768px) {
      aspect-ratio: 3 / 4;
    }
    iframe {
      width: 100% !important;
      height: 100% !important;
    }
  }
  .companyCont {
    dt {
      color: var(--primary);
      font-weight: 700;
      white-space: nowrap;
      font-size: 1.6rem;
    }
    &#access {
      address {
        font-style: normal;
      }
      dl {
        margin-top: 40px;
      }
    }
  }
}

.__icon {
  width: 18px;
  height: 18px;
}



.ctgLists h3 {
  margin-top: 2rem;
}

body.works {
  .recipient {
    margin-block: 20px;
    display: flex;
    justify-content: flex-end;
    line-height: 1;
    dl {
      display: flex;
      color: #fff;
      font-size: 1.4rem;
      font-weight: 500;
      background-color: var(--primary);
      align-items: center;
      justify-content: center;
      padding: 10px 16px;
      border-radius: 6px;
    }
    dt {
      &::after {
        content: '：';
      }
    }
  }
  .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bclo-link-button-a {
    color: var(--primary);
  }
}


.works-slides {
  margin-block: 20px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: stretch;
  @media (width < 1200px) {
    flex-direction: column;
    max-width: 835px;
    margin-inline: auto;
  }
}
.works-slides-main {
  width: calc(100% - 251px);
  opacity: 0;
  &.slick-initialized {
    opacity: 1;
  }
  @media (width < 1200px) {
    width: 100%;
  }
  .item {
    max-width: 835px;
    div {
      aspect-ratio: 835 / 505;
      margin-block: 4px;
      @media (width < 1200px) {
        margin-inline: 4px;
      }
    }

  }
}
.works-slides-thumb {
  width: 227px;
  display: flex;
  gap: 25px;
  align-items: stretch;
  opacity: 0;
  &.slick-initialized {
    opacity: 1;
  }
  @media (width < 1200px) {
    width: 100%;
    flex-direction: column;
  }
  .item {
    width: 200px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    float: none;

    @media (width < 1200px) {
      /* width: 25%; */
      float: left;
      margin-inline: 4px;
    }
  }
  .dots-wrap {
    width: 3px;
    height: 100%;
    flex-direction: column;
  }
}
.dots-wrap {
  margin-block: 4px;
  display: flex;
  @media (width < 1200px) {
    margin-inline: 4px;
    height: 3px;
    width: 100%;
    flex-direction: row;
  }
  li {
    flex: 1;
    background-color: #eaeaea;
    &.slick-active {
      background-color: var(--primary);
    }
  }
  button {
    font-size: 0;
  }
}
hr {
  margin-block: 40px;
  border: none;
  border-bottom: 2px solid var(--primary);
  height: 0;
}

.bg-border {
  position: relative;
  &::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0,0,0,.15);
    position: absolute;
    z-index: 0;
  }
  .inner {
    padding-top: 10px;
    padding-inline: 0;
    border-left: 1px solid rgba(0,0,0,.15);
    border-right: 1px solid rgba(0,0,0,.15);
    position: relative;
    > * {
      z-index: 10;
    }
    &::before, &::after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      z-index: 0;
      width: 25%;
      height: 100%;
    }
    &::before {
      left: 0;
      border-right: 1px solid rgba(0,0,0,.05);

    }
    &::after {
      right: 0;
      border-left: 1px solid rgba(0,0,0,.05);
    }
  }
}

.container .contents {

}

body.about {

  .elecs-business {
    .narrow-inner {
      max-width: 930px;
      margin-inline: auto;
    }
    figure {
      margin-bottom: 60px;
    }
  }
  .elecs-3s {
    background-color: var(--primary);
    color: #fff;
    padding-block: 90px;
    @media (width < 768px) {
      padding: 20px;
    }
    .elecs-3s-cont {
      display: flex;
      margin-block: 80px;
      &:nth-child(even) {
        flex-direction: row-reverse;
      }
      @media (width < 768px) {
        margin-block: 40px;
        flex-direction: column !important;
        gap: 20px;
      }
      .col {
        flex: 1;
      }
      figure {
        text-align: center;
      }
      .elecs-3s-cont-title {
        margin-bottom: 3rem;
        display: flex;
        align-items: center;
        /* line-height: 1; */
        .main {
          font-size: 3.6rem;

          @media (width < 768px) {
            font-size: 2rem;
          }
        }
        .sub {
          font-size: 2rem;
          letter-spacing: 0.5em;
          display: inline-flex;
          align-items: center;
          &::before {
            content: '';
            display: block;
            width: 33px;
            height: 1px;
            background-color: #fff;
            margin-inline: 14px;
          }
        }
      }
      p {
        line-height: 2.5;
        & + figure {
          margin-top: 40px;
        }
      }
    }
  }

  .flow {
    padding-block: 60px;




    p {
      line-height: 2.5;
    }
  }
}

.list-flow {
  li {
    padding-block: 40px;
    position: relative;
    & + li {
      border-top: 1px solid var(--primary);
      &::before {
        position: absolute;
        top: 0;
        left: 50%;
        translate: -50% 0;
        content: '';
        display: block;
        width: 12px;
        height: 10px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        background-color: var(--primary);
        margin: 0 auto 10px;
      }
    }
  }
  .flow-cont {
    display: flex;
    align-items: flex-start;
    .flow-img {
      width: 24.8288%;
      padding-inline: 5%;
      img {
        display: block;
      }
    }
    .flow-txts {
      flex: 1;
    }
    dt {
      color: var(--primary);
      font-weight: 700;
      font-size: 1.8rem;
    }
    dd {
      margin-top: 1rem;
      line-height: 2.5;
    }
  }
}

.relation-cont {
  margin-block: 80px;
  display: flex;
  @media (width < 768px) {
    flex-direction: column;
  }

  .cont {
    & + .cont {
      margin-left: 40px;
      padding-left: 40px;
      border-left: 1px dashed #e5e5e5;
      @media (width < 768px) {
        margin-left: 0;
        padding-left: 0;
        margin-top: 40px;
        padding-top: 40px;
        border-left: none;
        border-top: 1px dashed #e5e5e5;
      }
    }
    .cont-name {
      color: var(--primary);
      font-size: 3rem;
      margin-top: 20px;
    }
  }
}

.btnmore.--center a {
  margin-inline: auto;
}
.no-margin {
  margin: 0 !important;
  padding: 0 !important;
}

body.download {
  .list-downloads {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    figcaption {
      margin-top: 20px;
      font-weight: 700;
      color: var(--primary);
    }
  }
  .itemCategory-title {
    margin-top: 40px;
  }
}

.policy-cont {
  h2 {
    font-size: 1.8rem;
  }
}


body.technology {
  .bx-border {
    margin-block: 2rem;
    border: 1px solid var(--primary);
    padding: 20px 30px;
    color: var(--primary);
    .list-ds {
      margin-top: 1em;
      display: flex;
      flex-wrap: wrap;
      gap: 0.25em 1em;
      list-style-type: disc;
      li {
        margin-left: 1em;
      }
    }
  }
  .tech-img {
    & + .tech-img {
      margin-top: 40px;
    }
    figcaption {
      margin-bottom: 20px;
    }
    img {
      display: block;
      margin-inline: auto;
    }
  }
}


.modaal-content-container {
  padding: 60px;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background-color: var(--primary);
}

.topicksSam {
  width: 100%;
  aspect-ratio: 282 / 189;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.bx-cookie-policy {
  position: sticky;
  z-index: 1000;
  bottom: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  gap: 30px;
  @media screen and (width < 1200px) {
    flex-direction: column;
  }
  @media screen and (width < 768px) {
    padding: 20px;
    gap: 25px;
  }
  p {
    flex: 1;
  }
  .cookie-agreement {
    display: flex;
    button {
      flex: 1;
      white-space: nowrap;
      max-width: 280px;
      height: 60px;
      display: inline-flex;
      text-align: center;
      align-items: center;
      justify-content: center;
      padding-inline: 2rem;
    }
    .no {
      border: 1px solid rgb(231, 231, 231);
    }
    .yes {
      color: #fff;
      background-color: #000;
    }
  }

}

.mod-topicPath-li:after {
  content: ' > ';
}


.note {
  font-size: 1.2rem;
}

.product.index .contents {
  padding-bottom: 0;
}
.product.detail {
  .news-detail-body {
    line-height: 2.125;
  }
  .contents {
    padding-bottom: 0;
  }
}

.tb-product-info {
  border-collapse: collapse;
  margin-block: 30px;
  th, td {
    border: 1px solid #707070;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    padding: 2rem;
    text-align: left;
    @media (width < 768px) {
      padding: 10px;
    }
  }
  th {
    color: var(--primary);
    font-weight: 700;
  }
  @media (width < 768px) {
    display: block;
    tbody, tr, th, td {
      display: block;
      border: none;
    }
    th {
      margin-top: 20px;
      background-color: rgb(226, 226, 226);
      white-space: inherit;
    }
  }
}



body:not(.home) {
  .header-stripe {
    max-width: 1166px;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-inline: auto;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    @media (width < 768px) {
      margin-inline: 20px;
      width: calc(100% - 40px)
    }
    &::before {
      content: '';
      width: 25%;
      height: 100%;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 25%;
      margin-inline: auto;
      border-left: 1px solid #e8e8e8;
      border-right: 1px solid #e8e8e8;
    }
    &::after {
      content: '';
      display: block;
      width: 25%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 25%;
      margin-inline: auto;
      border-right: 1px solid #e8e8e8;
      z-index: 0;
    }
  }
  .header-cont {
    position: relative;
    /* * {
      z-index: 1;
    } */
    /* &::before {
      content: '';
      max-width: 1166px;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin-inline: auto;
      border-left: 1px solid #e8e8e8;
      border-right: 1px solid #e8e8e8;
    }
    &::after {
      content: '';
      display: block;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin-inline: auto;
      border-left: 1px solid #e8e8e8;
      border-right: 1px solid #e8e8e8;
      z-index: 0;
    } */
  }
}

@media (width < 768px) {
  .tb-wrap {
    overflow-x: auto;
    .tb-guidelines {
      width: 200vw;

    }
  }
  .news-tab-wrap {
    padding: 0;
    margin: 0;
  }
  .display_selectedItem {
    height: 40px;
    position: relative;
    width: 100%;
    outline: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .cnt-cmsod-category {
      width: 100%;
      border: 1px solid #c5c5c5;
      background-color: #fff;
      padding-block: 10px;

  }
  .cnt-cmsod-category li {
      cursor: default;
      box-sizing: border-box;
      padding: 2px 10px;
  }


}




.news-tab-item:has(a.is-active) {
  &::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--primary);
    position: absolute;
    top: 0;
    left: -1px;
  }
}

.ctgLists {
  a {
    position: relative;
    display: block;
    width: 100%;
    &::after {
        content: "";
        display: block;
        width: 6px;
        height: 8px;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        background-color: var(--primary);
        position: absolute;
        top: 50%;
        right: 10px;
        translate: 0 -50%;
    }
  }
}

.cnt-cmsod-detail {
  .contents {
    padding-bottom: 0;
  }
}

.contents .inner {
  padding-bottom: 130px;
  @media (width < 768px) {
    padding-bottom: 20.3125vw;
  }
}


.page-header.with-title .inner,
.product.detail .contents > .inner,
.cnt-cmsod-detail .contents > .inner {
  border-left: 1px solid #E9E9E9; border-right:  1px solid #E9E9E9; position: relative;
  &::before {
    content:""; display: block; height: 100%; position: absolute; left: 25%; border-left: 1px solid #E9E9E9; position: absolute; top: 0; z-index: 0; width: 25%; border-right: 1px solid #E9E9E9;
  }
  &::after {
    content:""; display: block; height: 100%; position: absolute; right: 25%; border-left: 1px solid #E9E9E9; position: absolute; top: 0; z-index: 0;
  }
}


.emg {
  background-color: #FFD3D3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 14px;
  padding: 2rem;
  @media screen and (width < 768px) {
    padding: 2rem;
  }
  ul {
    flex: 1;
  }
  li {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  a {
    text-decoration: underline;
    display: flex;
  }
  .__date {
    display: none;;
  }
  .__text {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  button {
    width: 31px;
    height: 31px;
  }
}

.home:has(.emg) {
  .container {
    margin-top: -97px;
  }
}