/*
PC表示とSP表示分け
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*PCで表示するコンテンツ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media(max-width:1200px) {
	.is-pc {
		display: none !important;
	}
}
/*SPで表示するコンテンツ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media(min-width:1200px) {
	.is-sp {
		display: none !important;
	}

}
/*SPで画像を中央に
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sp-view {
	width:100%;
	max-width: 450px;
}

/*
SPでは無視する改行
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.br-sp {
	display: none;
	margin-bottom: 1em;
}
/*
SPでは有効になる改行
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 1200px) {
	.br-pc {
		display: none;
	}

	.br-sp {
		display: inline-block;
	}
}
/*
SP表示で左右カラム逆転
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1200px) {
	.reverse {
		flex-direction: column-reverse !important;
	}
}

/*
かさなり調整
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.zindex10 {
		z-index: 10;
}



/*
HEROパート
–––––––––––––––––––––––––––––––––––––––––––––––––– 
#hero {
	width: 100%;
	min-height: 600px;

    background-image: url("../img/Adobe244536557_.jpg");
	background-position: center center;
	background-size: cover;
	margin: auto;
}
*/


/* ________PC________ */
@media screen and (min-width: 1200px) {
	#hero .row {
		text-align: left;
	}
}

.product-description {
	margin: 5em 0 2em 0;
	color: #FFF;
	font-weight: 400;
	font-size: 16px;
}

/* 
movie 背景
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.movie-container {
	position: relative;
	width: 100%;
	text-align: left;
}

.movie-main {
	position: absolute;
	width: 77%;
	margin-top: 4%;
	margin-left: 12%;
	padding-top: 2em;
}

.movie-frame {
	position: relative;
	width: 100%;
	padding-top: 2em;
}

.movie-frame img {
	width: 100%;
	object-fit: cover;
}
/* 
LogstoragePoints2
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.LogstoragePoints2 li {
	position: absolute;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	align-content: center;
	-ms-align-content: center;
	text-align: center;
}

.LogstoragePoints2 li img {
	width: 700px;
}

.LogstoragePoints2 li.p2 {
	top: 8%;
	left: 2%;
}

/* ________SP________ */
@media screen and (max-width: 1200px) {

	/*.LogstoragePoints3 li {
		transform: scale(0.6, 0.6);
	}*/

	.LogstoragePoints2 li.p2 {
		top: 2%;
		left: 0%;
	}

	.LogstoragePoints2 li img {

	}

}


/* 
LogstoragePoints3
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.LogstoragePoints3 li {
	position: absolute;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	align-content: center;
	-ms-align-content: center;
	text-align: center;
}

.LogstoragePoints3 li img {
	width: 50vw;
}

.LogstoragePoints3 li.p3 {
	top: 100%;
	left: -15%;
}

/* ________SP________ */
@media screen and (max-width: 1200px) {

	.LogstoragePoints3 li {
		transform: scale(0.8, 0.8);
	}

	.LogstoragePoints3 li img {
		width: 45vw;
	}

	.LogstoragePoints3 li.p3 {
		top: 20%;
		left: -3%;
	}

}




/* ----------------------------------------------------------------------
キャッチラベル
---------------------------------------------------------------------- */
.tx1 {
	font-weight: 500;
	color: #FFF;
	background-color: var(--base-color);
	padding: 10px 19px;
	border-radius: 3px;
	display: inline-block;
	line-height: 1;
}

.tx2 {
	font-weight: 500;
	color: #FFF;
	background-color: var(--link-color);
	padding: 10px 19px;
	border-radius: 3px;
	display: inline-block;
	line-height: 1;
}

.box1 {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	background: #fff;
	height: 100%;
	border-radius: 5px;
	text-align: center;
	padding: 1rem;
}

.box2 {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	background: #fff;
	height: 100%;
	border-radius: 5px;
	text-align: center;
	padding: 2rem;
	margin-bottom: 1rem;
}

.box3 {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	background: #fff;
	border-radius: 5px;
	padding: 3%;
}

.box4 {
	height: 100%;
	text-align: center;
	padding: 2rem;
	margin-bottom: 1rem;
}

.frame {
	border: 1px solid #d2d2d2;
	-webkit-box-shadow: 0 6px 6px -6px #cccccc;
	-moz-box-shadow: 0 6px 6px -6px #cccccc;
	box-shadow: 0 6px 6px -6px #cccccc;
}

.frame2 {
	border: 1px solid #d2d2d2;
	-webkit-box-shadow: 0 6px 6px -6px #cccccc;
	-moz-box-shadow: 0 6px 6px -6px #cccccc;
	box-shadow: 0 6px 6px -6px #cccccc;
	padding: 0.5em 0;
	font-size: 12px;
}

.labelpart {
	/*transform: translate(0%, -50%);*/
	display: inline-block;
}

.bottom-space{
	margin-bottom: 2em;
}

.catchcopy{
	max-width: 400px;
}

/*
リストアイコン呼び出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.c-list--check li {
	background: url(../img/icon-check-blue.svg) no-repeat 0 0;
	background-size: auto 20px;
	padding-left: 30px;
}

/*
パララックス背景
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.parallax-bg1 {
	background-color: #FFF;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.parallax-bg2 {
	background-color: #f4f4f4;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


/*
動くグラデーション
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.gradient-animator {
    background: linear-gradient(233deg, #3bd2ab, #4468db);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 6s ease infinite;
    -moz-animation: AnimationName 6s ease infinite;
    animation: AnimationName 6s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 58%}
    50%{background-position:100% 43%}
    100%{background-position:0% 58%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 58%}
    50%{background-position:100% 43%}
    100%{background-position:0% 58%}
}
@keyframes AnimationName {
    0%{background-position:0% 58%}
    50%{background-position:100% 43%}
    100%{background-position:0% 58%}
}


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}

.scroll_up.on {
	transform: translateY(0);
	opacity: 1.0;
}

/*----------------------------
  scroll_left ｜左から出現
  ----------------------------*/
.scroll_left {
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(-30px);
	/*opacity: 0;*/
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.scroll_left.on {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
}

/*----------------------------
  scroll_right ｜右から出現
  ----------------------------*/
.scroll_right {
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.scroll_right.on {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
}


/*スクロールするコンテンツ*/
.scrollbox {
	background-color: #111;
}

/*-------------------------------------------
必須ボックス
-------------------------------------------*/

.required::after {
	content: "必須";
	color: #ffffff;
	background: var(--key-color);
	font-size: 0.8em;
	padding: 0.3em;
	border-radius: 0.2em;
	margin-left: 1em;
}


/* ----------------------------------------------------------------------
インフォサイエンスフッタブロックはここから
---------------------------------------------------------------------- */

.copyright-block {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	padding-top: 40px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.copyright-block-inner {
	max-width: 1300px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copyright-block-inner ul {
	display: flex;
	padding-inline-start: 0px;
	align-items: center;
}

.copyright-block-inner li:first-child {
	padding-right: 1.6rem;
}

.copyright img {
	width: 100%;
	max-width: 90px;
}

.copyright li {
	color: #FFF;
	padding: 0 1.6rem;
}

@media (max-width:850px) {

	.copyright-block-inner {
		display: flex;
		flex-direction: column;
	}

	.bottom-menu {
		padding-bottom: 1rem;
	}

	.copyright-block-inner ul {
		display: flex;
		flex-direction: column;
	}

	.copyright-block-inner li {
		margin: 0;
		padding: 0;
	}

	.copyright-block-inner li:first-child {
		padding-right: 0;
		padding-bottom: 0.8rem;
	}

	.copyright-block-inner img {
		width: 100%;
		max-width: 80px;
	}

	.copyright li {
		font-size: 1rem;
	}
}

/* ----------------------------------------------------------------------
インフォサイエンスフッタブロックはここまで
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
実績用ロゴスライダーはここから
---------------------------------------------------------------------- */
.slider-box {
	box-sizing: border-box;
	overflow: hidden;
}

.loop-box {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.loop-box,
.loop-box ul {
	height: 70px;
	/*スライダーの高さ - 変更注意 */
}

.loop-box ul {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	list-style: none;
	width: calc(1500px * 2 * 1.2);
	/* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
	animation: 150s linear infinite;
	/* アニメーション設定 - 変更可 */
}

.loop-box li {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	width: calc(100%/ 4);
	/*li の幅を均等にする - 削除可・変更注意 */
}

.loop-box img {
	height: auto;
	width: 100%;
}

.loop-box ul.loop1 {
	animation-name: loop1;
}

.loop-box ul.loop2 {
	animation-name: loop2;
}

@keyframes loop1 {
	0% {
		transform: translateX(0);
	}

	49.99999% {
		transform: translateX(-100%);
	}

	50% {
		transform: translateX(100%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

/* ----------------------------------------------------------------------
  実績用ロゴスライダーはここまで
  ---------------------------------------------------------------------- */
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
	padding: 12px 0;
	margin: 0;
	text-align: center;
}

.clients img {
	/*max-width: 45%;*/
	transition: all 0.4s ease-in-out;
	display: inline-block;
	padding: 15px 0;
	/*filter: grayscale(100);*/
}

.clients img:hover {
	filter: none;
	transform: scale(1.1);
}

@media (max-width: 1200px) {
	.clients img {
		/*max-width: 40%;*/
		max-width: 100%;
	}
}

/* 画像の枠 (ここから)---------------------------------------------- */
.frame {
	border: 1px solid #D2D2D2;
	box-shadow: 0 6px 6px -6px #ccc;
  }

.frame200 {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
  border: 1px solid #d2d2d2;
  box-shadow: 0 6px 6px -6px #ccc;
}
.frame350 {
  width: 100%;
  max-width: 350px;
  margin-bottom: 20px;
  border: 1px solid #d2d2d2;
  box-shadow: 0 6px 6px -6px #ccc;
}
.frame500 {
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
  border: 1px solid #d2d2d2;
  box-shadow: 0 6px 6px -6px #ccc;
}
.frame750 {
  width: 100%;
  max-width: 750px;
  margin-bottom: 20px;
  border: 1px solid #d2d2d2;
  box-shadow: 0 6px 6px -6px #ccc;
}

@media screen and (max-width: 1301px) {
  @media screen and (max-width: 620px) {
    .frame200 {
      max-width: 150px !important;
    }
    .frame350 {
      max-width: 200px !important;
    }
  }
}
  /* 画像の枠 (ここまで)---------------------------------------------- */
/* テーブル (ここから)---------------------------------------------- */
  .table-container {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	font-size: 0.8em;
}

.table-container th {
	background-color: var(--key-color);
	border: 1px solid var(--key-color);
	color: white;
	text-align: left;
	padding: 8px;
}

.table-container td {
	border: 1px solid #ddd;
	padding: 8px;
}

/* テーブル (ここまで)---------------------------------------------- */
