@charset "UTF-8";
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

html,
body,
div,
span,
form,
label,
p,
dl,
dt,
dd,
ol,
ul,
li,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000000;
}

a:hover {
  color: #fabe00;
}

ul,
ol,
li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  color: #231815;
  font-weight: 400;
}

strong {
  font-style: inherit;
  font-weight: inherit;
}

address {
  font-style: normal;
}

.__standardWidth {
  max-width: calc(900px + 50px);
  padding-inline: 25px;
  margin-inline: auto;
}

.__standardWidth_NoGap {
  max-width: 900px;
  margin-inline: auto;
}

.__weight300 {
  font-weight: 300;
}

.__weight400 {
  font-weight: 400;
}

.__weight500 {
  font-weight: 500;
}

.__weight600 {
  font-weight: 600;
}

.__weight700 {
  font-weight: 700;
}

.__weight800 {
  font-weight: 800;
}

.__weight900 {
  font-weight: 900;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px; /* ヘッダーの高さが100pxの場合 */
}

.in_page_linkArea {
  top: 380px;
  left: -200px;
}

.in_page_linkArea.posFixed {
  position: fixed;
  top: 150px;
  left: -200px;
}

.overCurrentArea {
  position: relative;
  z-index: 1;
}

.demandMonitoring_Area {
  position: relative;
  max-width: calc(900px + 50px);
  padding-inline: 25px;
  margin-inline: auto;
}
@media (max-width: 860px) {
  .demandMonitoring_Area {
    -webkit-padding-before: 70px;
            padding-block-start: 70px;
  }
}

.systemFusionArea {
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 860px) {
  .systemFusionArea {
    grid-template-columns: 1fr;
  }
}
.systemFusionArea .prodSvcBaseItem_subTitle {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  line-height: 1.75rem;
}
@media (max-width: 860px) {
  .systemFusionArea .backupSystemImg {
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
  }
}

.tj3-gwDiagramArea {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
.tj3-gwDiagramArea .tj3-gwDiagramImg {
  -webkit-margin-before: 23px;
          margin-block-start: 23px;
}

.tj3-gwFunctionArea .prodSvcBaseItem_subTitle {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 860px) {
  .tj3-gwFunctionArea .prodSvcBaseItem_subTitle {
    display: block;
    font-size: 1.25rem;
  }
}
.tj3-gwFunctionArea .prodSvcBaseItem_subTitle span {
  display: inline-block;
  -webkit-padding-before: 3px;
          padding-block-start: 3px;
  -webkit-padding-after: 5px;
          padding-block-end: 5px;
  padding-inline: 12px;
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  background-color: #231815;
  border-radius: 4px;
  font-weight: 700;
}
@media (max-width: 860px) {
  .tj3-gwFunctionArea .prodSvcBaseItem_subTitle span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-margin-after: 4px;
            margin-block-end: 4px;
  }
}
.tj3-gwFunctionArea .prodSvcBaseItem_subTitle:nth-of-type(2) {
  -webkit-margin-before: 70px;
          margin-block-start: 70px;
}

.featureListContainer {
  grid-template-columns: 1.1fr 0.9fr;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
}
@media (max-width: 860px) {
  .featureListContainer {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}

.featureListBox,
.CloudListBox {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  -webkit-margin-before: 18px;
          margin-block-start: 18px;
}
@media (max-width: 860px) {
  .featureListBox,
  .CloudListBox {
    display: block;
  }
}
.featureListBox dt,
.CloudListBox dt {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
}
.featureListBox dt:before,
.CloudListBox dt:before {
  content: "●";
}
.featureListBox dt:not(:first-of-type),
.CloudListBox dt:not(:first-of-type) {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
.featureListBox dd,
.CloudListBox dd {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5625rem;
}

.CloudListBox img {
  max-width: 100%;
  -webkit-margin-before: 3px;
          margin-block-start: 3px;
}

.networkingBox {
  display: grid;
  grid-template-columns: 70px 1fr;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  width: 640px;
  padding-block: 20px;
  padding-inline: 30px;
  -webkit-margin-before: 18px;
          margin-block-start: 18px;
  background-color: #efefef;
  border-radius: 6px;
}
@media (max-width: 860px) {
  .networkingBox {
    width: 100%;
  }
}
.networkingBox .networking_img {
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
}
.networkingBox .networking_text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5625rem;
}

.networking_Logo {
  display: grid;
  place-content: center;
}

.dedicatedAppBox {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 860px) {
  .dedicatedAppBox {
    grid-template-columns: 1fr;
  }
}

.dedicatedApp {
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
}

.e-clamp_img {
  -webkit-margin-before: -15px;
          margin-block-start: -15px;
}
@media (max-width: 860px) {
  .e-clamp_img {
    display: none;
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
  }
}
