@charset "UTF-8";
body {
  overflow-x: hidden !important; }

.c5-h1Title__inner {
  max-width: 1000px;
  margin: 0 auto; }

.c5-anchor {
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 100px; }

.c5-mv_about {
  margin-bottom: 120px;
  position: relative; }

@media only screen and (max-width: 767px) {
  .c5-mv_about {
    margin: 0 -20px 40px -20px; } }
.c5-mv_about__txt {
  position: absolute;
  background: rgba(255, 255, 255, 0.89);
  border-radius: 32px;
  top: 40px;
  left: 40px;
  padding: 0 20px;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100px; }
  .c5-mv_about__txt div {
    margin: -40px 0 0 15px; }
    .c5-mv_about__txt div img {
      width: 100px; }

@media only screen and (max-width: 767px) {
  .c5-mv_about__txt {
    position: static;
    padding: 20px;
    display: block; }
    .c5-mv_about__txt div {
      margin: 0; }
      .c5-mv_about__txt div img {
        width: 100px; } }
.c5-mv_about__img img {
  width: 100%; }

.c5-mv_about h1 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
  margin: 0; }

@media only screen and (max-width: 767px) {
  .c5-mv_about h1 {
    font-size: 18px;
    margin: 0 0 15px 0; } }
.c5-inner {
  max-width: 1000px;
  margin: 0 auto; }
  .c5-inner img {
    max-width: 100%;
    width: 100%;
    vertical-align: bottom; }

.c5-title {
  /*&__bg {
  		position: relative;    
  		display: block;
  		width: 100%;
  		height: 72px;
  		background: url("/edge-analytics-appliance/scene/images/ttl.png") no-repeat;
  		background-position: center center;
  		background-size: cover;
  		/*background-attachment: fixed;*/
  		/*@media only screen and (max-width: 767px) {
  			height: 60px;
  			background: url("/edge-analytics-appliance/scene/images/ttl_tab.png") no-repeat;
  			&::after {
  				position: absolute;
  				display: inline-block;
  				content: url(/edge-analytics-appliance/scene/images/ttl_tabR.jpg);
  				height: 22px;
  				bottom: 0;
  				right: 0;
  			}
  		}	
  	&__text {
  		display: flex;
  		justify-content: flex-start;
  		align-items: center;
  		height: 100%;
  		color: rgba(255,255,255,1);
  		padding: 0 0 0 0.5rem;
  		@media only screen and (min-width: 767px) {
  			padding: 0 0 0 2rem;
  		}
  		span {
  			position: relative;
  			font-size: clamp(15px , 2vw , 24px);
  			&:first-of-type{
  				font-weight: 600;
  				white-space: nowrap;
  			}
  			&:last-of-type{
  				margin: 0 0 0 0.5rem;
  				font-weight: 400;
  				@media only screen and (min-width: 767px) {
  					margin: 0 0 0 1rem;
  				}
  				&::before {
  					position: absolute;
  					display: inline-block;
  					content: "";
  					width: 1px;
  					height: 100%;
  					background: rgba(255,255,255,1);
  					left: -3px;
  				}
  			}
  		}
  		p {
  			font-size: clamp(15px , 2vw , 24px);
  		}
  	}
  }*/ }
  .c5-title__band {
    margin: 0;
    overflow-x: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f4f3f3;
    display: block; }
    @media only screen and (min-width: 767px) {
      .c5-title__band {
        display: flex;
        justify-content: center;
        align-items: center; } }
    .c5-title__band__text {
      height: 100%;
      color: rgba(0, 0, 0, 0.7);
      padding: 1rem 0;
      display: block;
      line-height: 24px; }
      @media only screen and (min-width: 767px) {
        .c5-title__band__text {
          display: flex;
          padding: 2rem 0; } }
      .c5-title__band__text span {
        display: block;
        position: relative;
        font-weight: 600; }
        .c5-title__band__text span:first-of-type {
          display: flex;
          justify-content: center;
          align-items: center;
          background: #5e6b79;
          color: white;
          width: 132px;
          margin: 0 auto;
          text-align: center;
          border-radius: 4px; }
        .c5-title__band__text span:last-of-type {
          font-size: clamp(15px, 2vw, 24px);
          text-align: center; }
          @media only screen and (min-width: 767px) {
            .c5-title__band__text span:last-of-type {
              text-align: initial; } }
      .c5-title__band__text p {
        font-weight: 600;
        margin: 0;
        font-size: clamp(15px, 2vw, 24px); }

.c5-content-box {
  display: block;
  flex-direction: row; }
  @media only screen and (min-width: 767px) {
    .c5-content-box {
      display: flex;
      justify-content: center;
      flex-direction: row-reverse; } }
  .c5-content-box__txt {
    flex: 0 1 50%; }
  .c5-content-box__img {
    flex: 1;
    margin-left: 0; }
    @media only screen and (min-width: 767px) {
      .c5-content-box__img {
        margin-left: 20px; } }
    .c5-content-box__img img {
      width: 100%; }

.c5-col {
  display: block; }
  @media only screen and (min-width: 767px) {
    .c5-col {
      display: flex;
      justify-content: center;
      align-items: center; } }
  .c5-col__img {
    flex: 0 1 30%;
    text-align: center; }
  .c5-col__txt {
    flex: 1;
    margin-left: 0; }
    @media only screen and (min-width: 767px) {
      .c5-col__txt {
        margin-left: 20px; } }
  .c5-col .button-link {
    display: block; }
    @media only screen and (min-width: 767px) {
      .c5-col .button-link {
        display: flex; } }
    .c5-col .button-link p {
      margin: 0 1rem 0 0; }
      .c5-col .button-link p:last-of-type {
        margin: 0 0 20px 0; }
        @media only screen and (min-width: 767px) {
          .c5-col .button-link p:last-of-type {
            margin: 0; } }
      .c5-col .button-link p button {
        width: 200px; }

.c5-content-bg {
  background: #f0f4f5;
  padding: 1rem; }
  @media only screen and (min-width: 767px) {
    .c5-content-bg {
      padding: 1rem 2rem; } }

.c5-description-ttl {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 10px 0 5px 0;
  color: #0070c0; }

.c5-description-txt {
  position: relative;
  padding: 0 0 0 24px; }
  .c5-description-txt::before {
    position: absolute;
    display: inline-block;
    content: url("/edge-analytics-appliance/scene/images/icon.svg");
    width: 20px;
    height: 17px;
    top: 3px;
    left: 0; }
  .c5-description-txt span {
    font-size: 15px; }

.c5-col-box__productName {
  font-size: .775rem; }

.c5-col-box__modelName {
  font-size: 1rem;
  font-weight: 700; }

.c5-movie-box {
  background: white;
  padding: 1rem;
  border-top: solid 1px #0070c0;
  border-bottom: solid 1px #0070c0; }
  @media only screen and (min-width: 767px) {
    .c5-movie-box {
      padding: 2rem 4.5rem; } }
  .c5-movie-box div:first-of-type {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 600; }

.c5-icon_arrow {
  position: relative;
  width: 80%;
  margin: 0 auto;
  display: inline-block;
  border: none;
  padding: 0; }
  @media only screen and (min-width: 767px) {
    .c5-icon_arrow {
      width: calc(100% / 3); } }
  .c5-icon_arrow span {
    font-size: clamp(0.8rem, 2vw, 16px);
    font-weight: 500; }

.c5-icon_blue {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 60px;
  /* blue */
  background: #2d75c7;
  border: #2d75c7;
  color: white;
  /* Inside auto layout */
  flex: none;
  order: 3;
  flex-grow: 0; }
  .c5-icon_blue::after {
    position: absolute;
    top: 15px;
    right: 10px;
    content: url("/edge-analytics-appliance/scene/images/arrow.svg");
    width: 15px;
    height: 27px; }
  .c5-icon_blue a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: white;
    padding: 20px 0; }
  .c5-icon_blue:hover {
    background: #34568e; }

.border-full {
  margin: 30px 0; }
  .border-full__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1rem, 2vw, 20px);
    font-weight: 600;
    text-align: center; }
    .border-full__heading::before, .border-full__heading::after {
      content: '';
      width: 14%;
      height: 2px;
      background-color: #0070c0; }
      @media only screen and (min-width: 767px) {
        .border-full__heading::before, .border-full__heading::after {
          width: 24.5%; } }
    .border-full__heading::before {
      margin-right: 20px; }
    .border-full__heading::after {
      margin-left: 20px; }

.c5-possible-ai p {
  font-size: calc(15px,2vw,1rem); }

/* 横スクロールバー__Start */
.c5-drawing-ai {
  position: relative;
  height: 60vh;
  overflow-x: scroll;
  margin: 2rem 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }
  @media only screen and (min-width: 767px) {
    .c5-drawing-ai {
      overflow-x: initial;
      height: auto;
      border: none; } }
  .c5-drawing-ai__img {
    position: absolute;
    width: 200%; }
    @media only screen and (min-width: 767px) {
      .c5-drawing-ai__img {
        width: 100%;
        position: initial; } }
    .c5-drawing-ai__img img {
      width: 100%; }

/* スクロールバーの幅と高さを設定する */
.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

/* スクロールバーの形を設定する */
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.5rem; }

/* スクロールバーの色を設定する */
.scrollbar-thumb-black::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: rgba(0, 0, 0, 0.3); }

/* 横スクロールバー__end */
.tb-border {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px 0; }

.caption {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  padding: 10px;
  margin: 30px auto auto; }

/*c5-stickyBottom-start*/
.c5-stickyBottom {
  z-index: 100;
  padding: 30px 0;
  width: 100%;
  border-image-source: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw; }
  @media only screen and (max-width: 767px) {
    .c5-stickyBottom {
      padding: 15px 0; } }

.c5-stickyBottom.is-fixed {
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px; }

.c5-btnWrap01 {
  /*margin: 0 -15px;*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .c5-btnWrap01 {
      display: block;
      margin: 0; } }

.c5-btnWrap01 > a {
  flex: 0 1 calc(100% / 3);
  /*margin: 0 15px;*/
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  min-height: 50px;
  display: inline-block; }

/*c5-stickyBottom-end*/
.c5-sp {
  display: block; }

@media only screen and (min-width: 767px) {
  .c5-sp {
    display: none; } }
.white {
  color: white; }

.blue {
  color: #0070c0; }

.medium {
  font-size: 14px; }

.small {
  font-size: 12px; }

.weighter {
  font-weight: 600; }

dl dd {
  margin-left: 0; }

/*.c5-three_value {
	dl {
		dt {
			
		}
		dd {
			font-size: 14px;
			margin: 20px 0 0 0;
		}
	}
}
.c5-title_decoration {
    font-size: clamp(20px, 2vw, 28px);
    padding: 0.25em 0.5em;
    color: #000D7D;
    background: transparent;
    border-left: solid 5px #000D7D;
    border-bottom: none;
}*/



.c5-button img{
	width: 400px;
	
}

.c5-button a:hover img{
	width: 400px;
	opacity: .7;
	
}