/*
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: 400px;
	background-image: url("../img/background-image.png");
	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%;
	}

}




/* ----------------------------------------------------------------------
キャッチラベル
---------------------------------------------------------------------- */

.box1 {
	background: #fff;
	height: 100%;
	padding: 2em 1em;
	text-align: left;
	margin-top: 2em;
	border: solid 1px var(--key-color);
	display: flex;
	align-items: center;
}

.box4 {
	margin-top: 2em;
	background-image: linear-gradient(90deg, rgba(229, 233, 239, 0.7)30%, rgba(229, 233, 239, 0.7));
	text-align: left;
	padding: 1em;
}

@media screen and (max-width: 1200px) {
	.box4 {
		margin-top: 2em;
		background-image: linear-gradient(90deg, rgba(229, 233, 239, 0.7)30%, rgba(229, 233, 239, 0.7));
		text-align: left;
		padding: 1em;
	}
}

.box2 {
	background: #fff;
	height: 100%;
	padding: 5%;
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px var(--key-color);
}

.box3 {
	background: #fff;
	padding: 5%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}



.bottom-space {
	margin-bottom: 2em;
}

.catchcopy {
	max-width: 400px;
}



/*
パララックス背景
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.parallax-bg1 {
	background-image: url(../img/background_1b.png);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*
.parallax-bg2 {
	background-image: url("../img/background2.png");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
*/

.parallax-bg2 {
	background-image: url(../img/background_2.png);
	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-a {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.loop-box-a,
.loop-box-a ul {
	height: 70px;
	/*スライダーの高さ - 変更注意 */
}

.loop-box-a 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-a li {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	width: calc(100%/ 4);
	/*li の幅を均等にする - 削除可・変更注意 */
}

.loop-box-a img {
	height: auto;
	width: 100%;
}

.loop-box-a ul.loop1 {
	animation-name: loop1;
}

.loop-box-a 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%;
	}
}

/* ----------------------------------------------------------------------
  20250715カスタム
  ---------------------------------------------------------------------- */
h2,
h3,
h5 {
	color: var(--key-color);
}

table.table-inner {
	width: 100%;
	border-collapse: separate;
	border-spacing: 15px;
}

table.table-inner td {
	background-color: #FFF;
}

.table-inner p {
	margin-left: 2em;
	margin-right: 2em;
}

section.lp-worries {
	background-color: var(--key-color) !important;
	padding: 0;
	background: var(--base-color);
}

.lp-worries p {
	color: #FFF;
	padding-left: 10px;
}

.lp-worries h3 {
	color: #FFF !important;
}

.circle-cover {
	background-color: var(--base-color);
	text-align: center;
	vertical-align: middle;
	clip-path: ellipse(45% 100% at 50% 50%);
}

.circle {
	padding-top: 80px;
	padding-bottom: 80px;
}

section#hero {
	padding: 0%;
}
section#form {
    padding: 3em 2%;
	background-image: linear-gradient(90deg, rgba(229, 233, 239, 0.7)30%, rgba(229, 233, 239, 0.7));
}

/*
リストアイコン呼び出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.box2 ul {
	width: fit-content;
	margin: auto;
}

.box2 li {
	background: url(../img/icon-logo.svg) no-repeat 0 0;
	background-size: auto 20px;
	padding-left: 30px;
	text-align: left;
}

.box2 h3 {
	text-align: center;
	margin-bottom: 1em;
}

.table-lp p {
	font-size: 1.2em;
}

.box4 ul {
	width: fit-content;
}

.box4 li {
	background: url(../img/icon-logo.svg) no-repeat 0 0;
	background-size: auto 20px;
	padding-left: 30px;
}
.box1 li {
	background: url(../img/icon-logo.svg) no-repeat 0 0;
	background-size: auto 20px;
	padding-left: 30px;
}

iframe {
	margin: 4rem 0;
}

iframe.youtube-16-9 {
	width: 100%;
	max-width: 900px;
	height: auto;
	aspect-ratio: 16 / 9;
	border: 0;
	box-shadow: 0 3px 10px 0 rgba(0.1, 0.1, 0.1, 0.25);
}

/* 文字の上に点 */
.text-dots {
	background-image: radial-gradient(circle at center, #FF540A 15%, transparent 15%);
	/* 点の色とサイズ調整 */
	background-position: top right;
	/* 点の位置 */
	background-repeat: repeat-x;
	/* 横方向に繰り返し */
	background-size: 1em 1em;
	/* 点の間隔とサイズ調整 */
	padding-top: .9em;
	/* 縦方向の位置調整 */
}