/* ----------------------------------------------------------------------
共通
---------------------------------------------------------------------- */

ul,
ol {
	list-style: none;
	padding-left: 0;
}
/*
svg,
img {
	vertical-align: bottom;
	height: auto;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 15px 0;
	background-color: #153368;
  }

/*--------------------------------------------------------------
# Hero Section ファーストビュー
--------------------------------------------------------------*/
@media (min-width: 1200px) {
	#hero {
	  width: 100%;
	  height: 70vh;
	  min-height: 550px;
	  min-width: none;
	  background-image: url("https://logstorage.com/img_general/toppage/2025bg_pc.png");
	  background-position: center center;
	  background-size: cover;
	}
	
	#hero .container {
	  padding-top: 85px;
	}
	
	/*キャッチコピー*/
	#hero h1 {
	  margin: 0 0 10px 0;
	  font-weight: 700;
	  line-height: 56px;
	  color: #FFF;
	}
	
	#hero .first-copy {
	  font-size: 44px;
	}
	
	#hero .second-copy {
	  font-size: 61px;
	}
	
	#hero p {
	  color: #FFF;
	  margin-bottom: 15%;
	  margin-top: 5%;
	  font-size: 16px;
	  line-height: 1.7;
	  font-weight: bold !important;
	  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
	}

	#hero .logo-container{
		transform: translate(40%, 75%);
	}

	#hero .logo-container img{
		width: 22%;
	}
	
	#hero .btn-get-started {
	  font-weight: 500;
	  font-size: 16px;
	  letter-spacing: 1px;
	  display: inline-block;
	  padding: 10px 28px 11px 28px;
	  border-radius: 50px;
	  transition: 0.5s;
	  margin: 10px 0 0 0;
	  color: #fff;
	  background: var(--c2);
	}
	
	#hero .btn-get-started:hover {
	  color: #fff;
	  background: var(--c2);
	
	}
	
	#hero .btn-watch-video {
	  font-size: 16px;
	  display: flex;
	  align-items: center;
	  transition: 0.5s;
	  margin: 10px 0 0 25px;
	  color: #fff;
	  line-height: 1;
	}
	
	#hero .btn-watch-video i {
	  line-height: 0;
	  color: #fff;
	  font-size: 32px;
	  transition: 0.3s;
	  margin-right: 8px;
	}
	
	#hero .btn-watch-video:hover i {
	  color: #47b2e4;
	}
	
	#hero .animated {
	  animation: up-down 2s ease-in-out infinite alternate-reverse both;
	}
  
  }
  @media (max-width: 1199px) {
	#hero {
	  width: 100%;
	  height: 60vh;
	  min-height: 550px;
	  min-width: none;
	  background-image: url("https://logstorage.com/img_general/toppage/2025bg_pc.png");
	  background-position: center center;
	  background-size: cover;
	}
  
	#hero .container {
	  padding-top: 125px;
	}
  
	/*キャッチコピー*/
	#hero h1 {
	  margin: 0 0 10px 0;
	  font-weight: 700;
	  line-height: 58px;
	  color: #FFF;
	}
  
	#hero .first-copy {
	  font-size: 40px;
	}
  
	#hero .second-copy {
	  font-size: 58px;
	}
  
	#hero p {
	  color: #FFF;
	  margin-bottom: 25%;
	  margin-top: 5%;
	  font-size: 16px;
	  line-height: 1.7;
	  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
	  font-weight: bold;
	}

	#hero .logo-container{
		transform: translate(40%, 75%);
	}

	#hero .logo-container img{
		width: 22%;
	}
  
	#hero .btn-get-started {
	  /*font-family: "Jost", sans-serif;*/
	  font-weight: 500;
	  font-size: 16px;
	  letter-spacing: 1px;
	  display: inline-block;
	  padding: 10px 28px 11px 28px;
	  border-radius: 50px;
	  transition: 0.5s;
	  margin: 10px 0 0 0;
	  color: #fff;
	  background: var(--c2);
	}
  
	#hero .btn-get-started:hover {
	  color: #fff;
	  background: var(--c2);
	}
  
	#hero .btn-watch-video {
	  font-size: 16px;
	  display: flex;
	  align-items: center;
	  transition: 0.5s;
	  margin: 10px 0 0 25px;
	  color: #fff;
	  line-height: 1;
	}
  
	#hero .btn-watch-video i {
	  line-height: 0;
	  color: #fff;
	  font-size: 32px;
	  transition: 0.3s;
	  margin-right: 8px;
	}
  
	#hero .btn-watch-video:hover i {
	  color: #47b2e4;
	}
  
	#hero .animated {
	  animation: up-down 2s ease-in-out infinite alternate-reverse both;
	}
  }
  
  @media (min-width: 769px) and (max-width: 991px) {
	#hero {
	  height: 110vh;
	  text-align: center;
	  min-height: 750px;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  background-image: url("https://logstorage.com/img_general/toppage/2025bg_sp.png");
	  background-position: center center;
	  background-size: cover;
	}
  
	#hero .container {
	 /* padding-top: 190px;*/
	}
  
	#hero .copy-container {
	  margin-top: -40%;
	  color: #FFF;
	}
  
	#hero .first-copy {
	  font-size: 40px;
	}
  
	#hero .second-copy {
	  font-size: 54px;
	}
  
	#hero p {
	  color: #FFF;
	  font-size: 16px;
	  margin-top: 45%;
	  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
	  font-weight: bold;
	}

	#hero .logo-container img{
		display: none;
	}
  
	#hero .cta-container {
	  margin-top: -5%;
	}

	#hero .float-img {
		width: 85%;
		height: auto;
		margin-bottom: 5%;
	}
  
  
	#hero .hero-img img {
	  width: 70%;
	}
  
	.slider-box {
	  display: none;
	}
  }
  
  @media (min-width: 601px) and (max-width: 768px) {
	#hero {
	  height: 110vh;
	  text-align: center;
	  min-height: 750px;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  background-image: url("https://logstorage.com/img_general/toppage/2025bg_sp.png");
	  background-position: center center;
	  background-size: cover;
	}
  
	#hero .container {
	  padding-top: 190px;
	}
  
	#hero .copy-container {
	  margin-top: -61%;
	  color: #FFF;
	}
  
	#hero .first-copy {
	  font-size: 40px;
	}
  
	#hero .second-copy {
	  font-size: 55px;
	}
  
	#hero p {
	  color: #FFF;
	  font-size: 16px;
	  margin-top: 55%;
	  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
	  font-weight: bold;
	}
	#hero .logo-container img{
		display: none;
	}
	#hero .cta-container {
	  margin-top: -5%;
	}

	#hero .float-img {
		width: 85%;
		height: auto;
	}
  
  
	#hero .hero-img img {
	  width: 80%;
	}
  
	.slider-box {
	  display: none;
	}
  }
  
  @media (max-width: 600px) {
	  #hero {
		  height: 115vh;
		  padding-top: 150px;
		  text-align: center;
		  background-image: url("https://logstorage.com/img_general/toppage/2025bg_sp.png");
		  background-position: center center;
		  background-size: cover;
	  }
  
	  #hero .container {
		  padding-top: 50px;
	  }
  
	  #hero .copy-container {
		  margin-top: -178px;
		  color: #FFF;
	  }
  
	  #hero .first-copy {
		  font-size: 34px;
	  }

	  #hero h1 {
		margin-top: 4%;
		line-height: 43px;
	  }
  
	  #hero .second-copy {
		  font-size: 48px;
	  }
  
	  #hero p {
		color: #FFF;
		font-size: 12px;
		margin-top: 55%;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
		font-weight: bold;
    }
	
	#hero .LogstoragePoints3 img {
		width: 155% !important;
		transform: translate(-61%, 260%);
	}

	  #hero .logo-container img{
		display: none;
	}
  
	  #hero .cta-container {
		  margin-top: 20px;
	  }

	  #hero .float-img {
		width: 85%;
		height: auto;
	}
  
  
	  #hero .hero-img img {
		  width: 80%;
	  }
  
	  .slider-box {
		  display: none;
	  }
  }
  

/* ----------------------------------------------------------------------
実績用ロゴスライダーはここから
---------------------------------------------------------------------- */
.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%);
	}
}

/* ----------------------------------------------------------------------
  実績用ロゴスライダーはここまで
  ---------------------------------------------------------------------- */
.why-us .box {
	box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
	background: #fff;
	height: 100%;
	border-radius: 5px;
	text-align: center;
	font-size: 0.9em;
}

.why-us .box .label {
	transform: translate(0%, -25%);
	display: inline-block;
}

.img-fluid2 {
	max-width: 150%;
}


/* --スマホ改行-- */
.br-sp {
	display: none;
}

@media screen and (max-width: 991px) {
	.br-pc {
		display: none;
	}

	.br-sp {
		display: inline-block;
	}
}

/* --スマホ非表示-- */
@media screen and (max-width: 991px) {
	.hydee {
		display: none;
	}
}


/* --movie 背景-- */
.movie-container {
	position: relative;
	width: 100%;
	text-align: left;
}

@media screen and (min-width: 992px) {
	.movie-main {
		position: absolute;
		width: 77%;
		margin-top: 6%;
		margin-left: 12%;
		transform: translate(0%, 8%);
	}
	
	.movie-frame {
		position: relative;
		width: 100%;
	}
	
	.movie-frame img {
		width: 100%;
		object-fit: cover;
		transform: translate(0%, 10%);
	}
}

@media screen and (max-width: 991px) {
	.movie-main {
		position: absolute;
		width: 54%;
		margin-top: 12%;
		margin-left: 12%;
		transform: translate(21%, 65%);
	}
	
	.movie-frame {
		position: relative;
		width: 100%;
	}
	
	.movie-frame img {
		width: 100%;
		object-fit: cover;
		transform: translate(0%, 80%);
	}}

	@media screen and (max-width: 768px) {
		.movie-main {
			position: absolute;
			width: 63%;
			margin-top: 12%;
			margin-left: 12%;
			transform: translate(12%, 60%);
		}
		
		.movie-frame {
			position: relative;
			width: 100%;
		}
		
		.movie-frame img {
			width: 100%;
			object-fit: cover;
			transform: translate(0%, 73%);
		}}

		@media screen and (max-width: 600px) {
			.movie-main {
				position: absolute;
				width: 62%;
				margin-top: 0%;
				margin-left: 0%;
				transform: translate(32%, 148%);
			}
			
			.movie-frame {
				position: relative;
				width: 100%;
			}
			
			.movie-frame img {
				width: 100%;
				object-fit: cover;
				transform: translate(0%, 125%);
			}}

/* ----------------------------------------------------------------------
問合せ用ボタン
---------------------------------------------------------------------- */

a.btn-get-started {
	padding: 8px 20px;
	border-radius: 50px;
	margin: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	background: var(--c2);
	border: 2px solid var(--c2);
}

a.btn-get-started:hover,
a.btn-get-started:focus:hover {
	color: #fff;
	background: var(--c1);
}



form .btn-get-started {
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	background: var(--c2);
	border: 2px solid var(--c2);
}

form .btn-get-started:hover,
form .btn-get-started:focus:hover {
	color: #fff;
	background: var(--c1);
}



/* ----------------------------------------------------------------------
本サイトと同じCSS
カードボックス1
---------------------------------------------------------------------- */
.flex-parent {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/*折り返し*/
	justify-content: space-between;
	/*両端揃え*/
	margin-bottom: 10px;
	margin-top: 50px;
	font-weight: 600;
}

.flex-child {
	width: 32%;
	min-width: 330px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 15px;
	margin-top: 20px;
	background: radial-gradient(#FFF, #FFF);
	box-shadow: var(--shadow2);
}

.flex-grandchild-img {
	width: 100%;
	height: auto;
	position: relative;
	/*    border: 1px solid #ccc;*/
}

.flex-grandchild-img::after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	padding-top: 64%;
}

.flex-grandchild-img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px 5px 0 0;
}

.flex-grandchild-inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 100%;
	text-align: center;
}

.flex-grandchild-inner h3 {
	align-items: center;
	min-height: 20px;
	font-size: 1.2rem;
	box-sizing: border-box;
	border-bottom: 1px solid #47b2e4;
	text-align: center;
	margin: 1em;
	padding-bottom: 20px;
	padding-top: 20px;
}

.flex-grandchild-inner h3 img {
	display: block;
	width: 12.5%;
	height: auto;
	margin-right: 8px;
}

.flex-grandchild-innerText {
	flex-grow: 1;
	padding: 5px 10px;
	box-sizing: border-box;
	align-items: center;
}

.flex-grandchild-innerLink {
	width: 100%;
	height: auto;
}

.flex-grandchild-inner .q_custom_button2 {
	align-items: center;
}

@media screen and (max-width: 1310px) {
	.flex-child {
		width: 100%;
		display: flex;
		flex-direction: row;
		box-sizing: border-box;
		border-radius: 3px;
		padding: 15px;
	}

	.flex-child:nth-of-type(n+2) {
		margin-top: 40px;
	}

	.flex-grandchild-img img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 3px 0 0 3px;
		/*角丸変更*/
	}

	.flex-grandchild-inner h3 {
		/*padding:10px 0;*/
	}

	.flex-grandchild-innerText {
		min-height: 50px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		/* 4行以上は省略 */
	}
}

@media screen and (max-width: 500px) {
	.flex-parent {
		width: 100%;
		margin: 0 auto;
	}

	.flex-child {
		flex-direction: column;
	}

	.flex-grandchild-img {
		max-width: 200px;
		margin: 0 auto;
	}

	.flex-grandchild-img img {
		border-radius: 3px 3px 0 0;
		/*角丸変更*/
	}
}

/* ----------------------------------------------------------------------
カードボックス2
---------------------------------------------------------------------- */

.flex-child2 {
	width: 100%;
	display: flex;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 15px;
	margin-top: 10px;
	background: radial-gradient(#FFF, #FFF);
	box-shadow: var(--shadow2);
}

.flex-grandchild-img2 {
	max-width: 350px;
	width: 100%;
	height: 220px;
	position: relative;
}

.flex-grandchild-img2::after {
	display: block;
	content: '';
	width: 30%;
	height: 0;
	padding-top: 64%;
}

.flex-grandchild-img2 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	/*角丸変更*/
}

.flex-grandchild-inner2 {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 100%;
	text-align: center;
}

.flex-grandchild-inner2 h3 {
	align-items: center;
	min-height: 20px;
	font-size: 1.2rem;
	box-sizing: border-box;
	border-bottom: 1px solid #47b2e4;
	text-align: left;
	padding-left: 1.5em;
	margin: 1em;
}

.flex-grandchild-inner2 h3 img {
	display: block;
	width: 12.5%;
	height: auto;
	margin-right: 8px;
}

.flex-grandchild-innerText2 {
	flex-grow: 1;
	padding: 5px 10px;
	box-sizing: border-box;
	align-items: center;
	text-align: left;
	padding-left: 1.5em;
	margin-bottom: 25px;
}

.flex-grandchild-innerLink2 {
	width: 100%;
	height: auto;
}

.flex-grandchild-inner2 .q_custom_button2 {
	align-items: center;
}

@media screen and (max-width: 500px) {
	.flex-child2 {
		flex-direction: column;
	}

	.flex-grandchild-img2 {
		width: 100%;
		height: auto;
		max-width: 200px;
		margin: 0 auto;
	}

	.flex-grandchild-img2 img {
		border-radius: 3px 3px 0 0;
		/*角丸変更*/
	}
}


/* ----------------------------------------------------------------------
TOP キャッチ
---------------------------------------------------------------------- */
/*
.LogstoragePoints li {
	position: absolute;
	width: 110px;
	height: 110px;
	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;
	color: var(--c1);
	background-color: #FFF;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
	border-radius: 1000px;
	border: 1px solid var(--c1);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}*/

/*
.LogstoragePoints1 li {
	transform: skew(-5deg, -3deg);
	position: absolute;
	width: 250px;
	height: 50px;
	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;
	color: var(--c1);
	background-color: #FCEE21;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
} */
.LogstoragePoints2 li {
	position: absolute;
	width: 150px;
	height: 150px;
	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;
	color: var(--c1);
	background-color: #FFF;
	border: 2px solid var(--c1);
	box-shadow: 10px 10px 20px rgba(255, 255, 255, 0.15);
	border-radius: 500px;
	font-weight: 600;
	line-height: 0.8;
	text-align: center;
}
.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;
}

@media (min-width: 1200px){
.LogstoragePoints3 li img{
	width: 220px;
	transform: translate(-50%, -20%);
}
}
@media (max-width: 1199px){
	.LogstoragePoints3 li img{
		width: 190px;
		transform: translate(-50%, -70%);
	}
}
@media (max-width: 991px){
	.LogstoragePoints3 li img{
		width: 180px;
		transform: translate(-110%, 400%);
	}
}
@media (max-width: 768px){
	.LogstoragePoints3 li img{
		width: 180px;
		transform: translate(-105%, 350%);
	}
}
@media (max-width: 600px){
	.LogstoragePoints3 li img{
		width: 180px;
		transform: translate(-70%, 594%);
	}
}

/*
.LogstoragePoints2 div{
	bottom: 0;
	left: 0;
}*/

.small-text{
	font-size: 20px;
}

.large-text{
	font-size: 80px;
}


.LogstoragePoints1 li.p1 {
	top: -5%;
	left: -5%;
}

.LogstoragePoints2 li.p2 {
	top: 1%;
	left: 75%;
}
.LogstoragePoints3 li.p3 {
	top: 70%;
	left: 80%;
}


/*
.LogstoragePoints li.p3 {
	top: 60%;
	left: 50%;
}*/

/* 
.catch {
	position: absolute;
	right: 0;
	top: 0px;
	width: 70px;
	transform: translateX(50%);
}
*/


/* ________SP________ 
@media screen and (max-width: 800px) {

	.LogstoragePoints1 li {
		transform: scale(0.7, 0.7);
	}

	.LogstoragePoints1 li.p1 {
		top: -20%;
		left: 0%;
	}

	.LogstoragePoints2 li {
		transform: scale(0.6, 0.6);
	}

	.LogstoragePoints2 li.p2 {
		top: -20%;
		left: 65%;
	}

	.LogstoragePoints3 li {
		transform: scale(0.6, 0.6);
	}

	.LogstoragePoints3 li.p3 {
		top: -20%;
		left: 70%;
	}


}*/

/* ----------------------------------------------------------------------
キャッチラベル
---------------------------------------------------------------------- */
@media (min-width: 992px) {
.tx1 {
	font-size: 21px;
	font-weight: 600;
	color: #FFF;
	background-color: var(--c1);
	padding: 10px 19px;
	border-radius: 3px;
	display: inline-block;
	line-height: 1;
}

.tx2 {
	/* font-size: 21px;*/
	font-weight: 600;
	color: #FFF;
	background-color: var(--c2);
	padding: 10px 19px;
	border-radius: 3px;
	display: inline-block;
	line-height: 1;
}

.tx3 {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	background-color: var(--c1);
	border-radius: 3px;
	padding: 10px 19px;
	display: inline-block;
	line-height: 1;
	transform: translate(0%, 50%);
}

.tx4 {
	font-size: 21px;
	font-weight: 600;
	display: inline-block;
	padding: 10px 19px;
	color: var(--c2);
	border: 2px solid var(--c2);
	border-radius: 3px;
}}

@media (max-width: 991px) {
	.tx1 {
		font-size: 21px;
		font-weight: 600;
		color: #FFF;
		background-color: var(--c1);
		padding: 10px 19px;
		border-radius: 3px;
		display: inline-block;
		line-height: 1;
	}
	
	.tx2 {
		/* font-size: 21px;*/
		font-weight: 600;
		color: #FFF;
		background-color: var(--c2);
		padding: 10px 19px;
		border-radius: 3px;
		display: inline-block;
		line-height: 1;
	}
	
	.tx3 {
		font-size: 12px;
		font-weight: 600;
		color: #FFF;
		background-color: var(--c1);
		border-radius: 3px;
		padding: 10px 19px;
		display: inline-block;
		line-height: 0.5;
		transform: translate(5%, 100%);
	}
	
	.tx4 {
		font-size: 21px;
		font-weight: 600;
		display: inline-block;
		padding: 10px 19px;
		color: var(--c2);
		border: 2px solid var(--c2);
		border-radius: 3px;
	}}


/* ----------------------------------------------------------------------
誘導アロー1
---------------------------------------------------------------------- */

.scroll-downs {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 34px;
	height: 55px;
}

.mousey {
	margin-top: 20px;
	width: 1px;
	padding: 5px 10px;
	height: 30px;
	border: 2px solid #FFF;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
}

.scroller {
	width: 10px;
	height: 10px;
	margin-left: -5px;
	border-radius: 50%;
	background-color: #FFF;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}

@keyframes scroll {
	0% {
		opacity: 0;
	}

	10% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(15px);
		opacity: 0;
	}
}

@media (min-width: 992px) {
.tx1 {
	font-size: 21px;
	font-weight: 600;
	color: #FFF;
	background-color: var(--c1);
	padding: 10px 19px;
	border-radius: 3px;
	display: inline-block;
	line-height: 1;
}

.tx3 {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	background-color: var(--c1);
	border-radius: 3px;
	padding: 8px 19px;
	display: inline-block;
	line-height: 1;
	transform: translate(0%, -30%);
}

.tx4 {
	font-size: 21px;
	font-weight: 600;
	display: inline-block;
	padding: 10px 19px;
	color: var(--c2);
	border: 2px solid var(--c2);
	border-radius: 3px;
}}

@media (max-width: 991px) {
	.tx1 {
		font-size: 21px;
		font-weight: 600;
		color: #FFF;
		background-color: var(--c1);
		padding: 10px 19px;
		border-radius: 3px;
		display: inline-block;
		line-height: 1;
	}
	
	.tx3 {
		font-size: 16px;
		font-weight: 600;
		color: #FFF;
		background-color: var(--c1);
		border-radius: 3px;
		display: inline-block;
		line-height: 0.5;
		translate: 5px -305px;
	}
	
	.tx4 {
		font-size: 21px;
		font-weight: 600;
		display: inline-block;
		padding: 10px 19px;
		color: var(--c2);
		border: 2px solid var(--c2);
		border-radius: 3px;
	}}

	@media (max-width: 768px) {
		.tx1 {
			font-size: 21px;
			font-weight: 600;
			color: #FFF;
			background-color: var(--c1);
			padding: 10px 19px;
			border-radius: 3px;
			display: inline-block;
			line-height: 1;
		}
	
		
		.tx3 {
			font-size: 16px;
			font-weight: 600;
			color: #FFF;
			background-color: var(--c1);
			border-radius: 3px;
			padding: 10px 19px;
			display: inline-block;
			line-height: 0.5;
			transform: translate(10px, -10px);
		}
		
		.tx4 {
			font-size: 21px;
			font-weight: 600;
			display: inline-block;
			padding: 10px 19px;
			color: var(--c2);
			border: 2px solid var(--c2);
			border-radius: 3px;
		}}

		@media (max-width: 600px) {
			.tx1 {
				font-size: 21px;
				font-weight: 600;
				color: #FFF;
				background-color: var(--c1);
				padding: 10px 19px;
				border-radius: 3px;
				display: inline-block;
				line-height: 1;
			}
			
			.tx3 {
				font-size: 12px;
				font-weight: 600;
				color: #FFF;
				background-color: var(--c1);
				border-radius: 3px;
				padding: 10px 19px;
				display: inline-block;
				line-height: 0.5;
				transform: translate(10px, 125px);
			}
			
			.tx4 {
				font-size: 21px;
				font-weight: 600;
				display: inline-block;
				padding: 10px 19px;
				color: var(--c2);
				border: 2px solid var(--c2);
				border-radius: 3px;
			}}


/* ----------------------------------------------------------------------
誘導アロー1
---------------------------------------------------------------------- */

.scroll-downs {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 34px;
	height: 55px;
}

.mousey {
	margin-top: 20px;
	width: 1px;
	padding: 5px 10px;
	height: 30px;
	border: 2px solid #FFF;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
}

.scroller {
	width: 10px;
	height: 10px;
	margin-left: -5px;
	border-radius: 50%;
	background-color: #FFF;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}

@keyframes scroll {
	0% {
		opacity: 0;
	}

	10% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(15px);
		opacity: 0;
	}
}

/* ----------------------------------------------------------------------
誘導アロー2
---------------------------------------------------------------------- */
.arrowWrap {
	margin-top: 20px;
}

/* アニメーション設定 */
.arrow {
	width: 15px;
	margin: 0 auto;
	-webkit-animation: arrow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
	animation: arrow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}

.arrow span {
	position: relative;
	display: block;
}

.arrow span:before {
	content: '';
	width: 50px;
	height: 50px;
	border: 0;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	box-sizing: border-box;
}

@keyframes arrow {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	100% {
		opacity: 0.5;
		-webkit-transform: translate3d(-50%, -8px, 0);
		transform: translate3d(-50%, -8px, 0);
	}
}


/* ----------------------------------------------------------------------
ABM
---------------------------------------------------------------------- */
/* // LogstorageStepsA
----------------------------------------------- */

.contentsWrap {
	padding-top: 100px;
	padding-bottom: 250px;
}

@media (max-width: 575px) {
	.contentsWrap {
		padding-top: 0;
		padding-bottom: 0;
	}

}

.LogstorageStepsA {
	display: flex;
	display: -ms-flexbox;
	align-items: flex-start;
	-ms-align-items: flex-start;
	align-content: flex-start;
	-ms-align-content: flex-start;
}


.LogstorageStepsA .stepWrap {
	width: 550px;
	margin-right: 80px;
	position: -webkit-sticky;
	position: sticky;
	top: 110px;
}

.LogstorageStepsA .stepWrap>.inner {
	position: relative;
	text-align: center;
}

.LogstorageStepsA .contentsWrap {
	flex: 1;
}

/* stepWrap  */
.LogstorageStepsA .steps {
	display: flex;
	display: -ms-flexbox;
}

.LogstorageStepsA .steps>li {
	width: calc(100% / 5);
	position: relative;
}

.LogstorageStepsA .steps>li>.in {
	/*height: 110px;*/
	height: 50px;
	line-height: 1.4;
	border: 1px solid var(--c1);
	background-color: #FFF;
	border-left: 0;
	color: var(--c1);
	position: relative;
	display: block;
	z-index: 1;
	width: 100%;
}

.LogstorageStepsA .steps>li:nth-of-type(1) {
	z-index: 10 0;
}

.LogstorageStepsA .steps>li:nth-of-type(2) {
	z-index: 9 0;
}

.LogstorageStepsA .steps>li:nth-of-type(3) {
	z-index: 8 0;
}

.LogstorageStepsA .steps>li:nth-of-type(4) {
	z-index: 7 0;
}

.LogstorageStepsA .steps>li:nth-of-type(5) {
	z-index: 6 0;
}

.LogstorageStepsA .steps>li:nth-of-type(6) {
	z-index: 5 0;
}

.LogstorageStepsA .steps>li:nth-of-type(7) {
	z-index: 4 0;
}

.LogstorageStepsA .steps>li:nth-of-type(8) {
	z-index: 3 0;
}

.LogstorageStepsA .steps>li:first-of-type {
	border-left: 1px solid var(--c1);
}

.LogstorageStepsA .steps>li .num {
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	height: 30px;
	display: flex;
	display: -ms-flexbox;
	align-items: flex-end;
	-ms-align-items: flex-end;
	justify-content: center;
	-ms-justify-content: center;
}

.LogstorageStepsA .steps>li .num .n {
	font-size: 115%;
	display: inline-block;
	margin-left: 6px;
}

.LogstorageStepsA .steps>li .text {
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	height: calc(100% - 30px);
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	line-height: 1.42;
	color: var(--c1);

}

.LogstorageStepsA .steps>li:after {
	content: " ";
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 9px;
	height: 9px;
	border-top: 1px solid var(--c1);
	border-right: 1px solid var(--c1);
	z-index: 5;
	background-color: #fff;
	margin-left: -4px;
}

.LogstorageStepsA .steps>li:last-of-type:after {
	display: none;
}

.LogstorageStepsA .steps>li.on {
	box-shadow: 3px 3px 0px #8192B4;
}

.LogstorageStepsA .steps>li.on>.in {
	background-color: var(--c1);
	color: #FFF;
}

.LogstorageStepsA .steps li.on:after {
	border-top: 1px solid var(--c1);
	border-right: 1px solid var(--c1);
	background-color: var(--c1);
}

.LogstorageStepsA .steps li.on:before {
	content: " ";
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 9px;
	border-color: transparent transparent transparent #8192B4;
	margin-top: 3px;
}

.LogstorageStepsA .steps li.on:last-of-type:before {
	display: none;
}


/* monitor  */
.LogstorageStepsA .monitor {
	margin-top: 75px;
	width: calc(100% + 100px);
	margin-left: -50px;
	position: relative;
}

.LogstorageStepsA .monitor .pc {
	position: relative;
	z-index: 10;
}

.LogstorageStepsA .monitor .capture {}

.LogstorageStepsA .monitor .capture li {
	position: absolute;
	left: 42%;
	top: 30px;
	transform: translateX(-50%);
	width: 400px;
}

.LogstorageStepsA .monitor .capture li img {
	opacity: 0;
	transition-delay: 0.4s;
	transition-duration: 0.3s;
}

.LogstorageStepsA .monitor .capture li.on img {
	opacity: 1;
	transition-delay: 0s;
}


/* contentsWrap  */
.LogstorageStepsA .stepContentsItems .item {
	margin-bottom: 120px;
}

.LogstorageStepsA .stepContentsItems .item:last-of-type {
	margin-bottom: 0px;
}

.LogstorageStepsA .stepContentsItems .item .num {
	font-size: 23px;
	color: var(--c1);
	line-height: 1;
	margin-bottom: 13px;
	font-weight: 500;
}

.LogstorageStepsA .stepContentsItems .item .num .n {
	font-size: 136%;
	margin-left: 5px;
	display: inline-block;
}

.LogstorageStepsA .stepContentsItems .item .title {
	line-height: 1.4em;
	margin-bottom: 16px;
}

.LogstorageStepsA .stepContentsItems .item .title .in {
	font-size: 21px;
	font-weight: 600;
	color: #FFF;
	background-color: var(--c1);
	padding: 10px 19px;
	border-radius: 3px;
	display: inline-block;
	line-height: 1;
}

.LogstorageStepsA .stepContentsItems .item .htx1 {
	line-height: 1.6em;
	margin-bottom: 17px;
	font-weight: 500;
	font-size: 24px;
}

.LogstorageStepsA .stepContentsItems .item .addContents {
	margin-top: 45px;
}

.LogstorageStepsA .stepContentsItems .item .addContents .ttl1 {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	line-height: 1;
	margin-bottom: 14px;
}

.LogstorageStepsA .stepContentsItems .item .addContents .ttl1 img {
	width: 24px;
	margin-right: 10px;
}

.LogstorageStepsA .stepContentsItems .item .logos1 {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.LogstorageStepsA .stepContentsItems .item .logos1 li {
	margin-right: 25px;
	margin-bottom: 20px;
}

.LogstorageStepsA .stepContentsItems .item .logos1 li img {
	height: 41px;
	width: auto;
}



/* ________SP________ */
@media screen and (max-width: 1030px) {
	.LogstorageStepsA {
		display: block;
	}

	.LogstorageStepsA .stepWrap {
		width: 100%;
		margin-right: 0;
		top: 10px;
		z-index: 10;
		padding-top: 80px;
		background-color: #FFF;
		text-align: center;
	}

	.LogstorageStepsA .contentsWrap {
		flex: auto;
		position: relative;
		z-index: 5;
	}

	/* stepWrap  */
	.LogstorageStepsA .steps {}

	.LogstorageStepsA .steps>li {}

	.LogstorageStepsA .steps>li br {}

	.LogstorageStepsA .steps>li>.in {
		/*	height: 80px;*/
		height: 38px;

	}

	.LogstorageStepsA .steps>li .num {
		font-size: 12px;
		height: 23px;
	}

	.LogstorageStepsA .steps>li .num .n {
		font-size: 115%;
		margin-left: 4px;
	}

	.LogstorageStepsA .steps>li .text {
		font-size: 10px;
		height: calc(100% - 23px);
		line-height: 1.35;
		letter-spacing: -1px;
	}

	.LogstorageStepsA .steps>li:after {
		width: 5px;
		height: 5px;
		margin-left: -3px;
	}

	.LogstorageStepsA .steps>li.on {
		box-shadow: 2px 2px 0px #8192B4;
	}

	.LogstorageStepsA .steps li.on:before {
		border-width: 6px 0 6px 4.5px;
		margin-top: 2px;
	}


	/* monitor  */
	.LogstorageStepsA .monitor {
		display: none;
	}

	/* contentsWrap  */
	.LogstorageStepsA .stepContentsItems {
		margin-top: 45px;
	}

	.LogstorageStepsA .stepContentsItems .item {
		margin-bottom: 80px;
	}

	.LogstorageStepsA .stepContentsItems .item .num {
		font-size: 21px;
		margin-bottom: 11px;
	}

	.LogstorageStepsA .stepContentsItems .item .num .n {
		font-size: 130%;
		margin-left: 4px;
	}

	.LogstorageStepsA .stepContentsItems .item .title {
		margin-bottom: 14px;
	}

	.LogstorageStepsA .stepContentsItems .item .title .in {
		font-size: 17px;
		padding: 9px 11px;
	}

	.LogstorageStepsA .stepContentsItems .item .htx1 {
		margin-bottom: 13px;
		font-size: 20px;
	}

	.LogstorageStepsA .stepContentsItems .item .htx1 br {
		display: none;
	}

	.LogstorageStepsA .stepContentsItems .item .addContents {
		margin-top: 25px;
	}

	.LogstorageStepsA .stepContentsItems .item .addContents .ttl1 {
		margin-bottom: 11px;
	}

	.LogstorageStepsA .stepContentsItems .item .addContents .ttl1 img {
		width: 21px;
		margin-right: 6px;
	}

	.LogstorageStepsA .stepContentsItems .item .logos1 {}

	.LogstorageStepsA .stepContentsItems .item .logos1 li {
		margin-right: 17px;
		margin-bottom: 13px;
	}

	.LogstorageStepsA .stepContentsItems .item .logos1 li img {
		height: 33px;
	}

}

/* ----------------------------------------------------------------------
フワフワボタン
---------------------------------------------------------------------- */

/*
.float {
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: .3s;
	opacity: 1;
	animation: float 1s infinite;
}

.float:before {
	content: "";
	width: 90%;
	height: 10px;
	position: absolute;
	top: 100%;
	left: 5%;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	z-index: -1;
	opacity: 1;
	transition: .3s;
	animation: shadowfloat 1s infinite;

}

.float:hover:before {
	transform: translateY(7px);
	opacity: 1;
}

@keyframes float {
	50% {
		transform: translateY(7px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes shadowfloat {
	50% {
		transform: translateY(-7px);
		opacity: 0
	}

	100% {
		transform: translateY(0px);
		opacity: 1
	}
}*/


/* ----------------------------------------------------------------------
フォームとタブ
---------------------------------------------------------------------- */

sup {
	font-size: 60%;
	color: var(--sup);
}

.sup-color {
	color: var(--sup);
}

form .formTable {
	width: 100%;
	max-width: 800px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}


table thead th,
table th {
	width: 30%;
	background: #fafafa;
	padding: 4px 8px;
	border: solid 1px #ccc;
	font-weight: normal;
	text-align: left;
}

table thead td,
table td {
	padding: 4px 8px;
	border: solid 1px #CCC;
	font-weight: normal;
	text-align: left;
}

input,
button,
select,
textarea {
	border: solid 1px #ccc;
	color: var(--c1);
	padding: 7px 2%;
	border-radius: 3px;
	font-size: 16px;
}


input.button {
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 50px;
	background: var(--c2);
	color: #FFF;
	font-size: 14px;
	border: 2px solid var(--c2);
	font-weight: 600;
}

@media screen and (max-width:992px) {
	#formWrap {
		width: 95%;
		margin: 0 auto;
	}

	table.formTable th,
	table.formTable td {
		width: auto;
		display: block;
	}

	table.formTable th {
		margin-top: 5px;
		border-bottom: 0;
	}

	form input[type="text"],
	form textarea {
		width: 100%;
		padding: 5px;
		font-size: 110%;
		display: block;
	}

	form input[type="submit"],
	form input[type="reset"],
	form input[type="button"] {
		display: block;
		width: 100%;
		height: 40px;
		color: #fff;
		background: var(--c2);
		margin-bottom: 10px;
	}
}



.outer-container {
	width: 100%;
	justify-content: center;
}

.tab-wrap {
	display: flex;
	width: 100%;
	max-width: 1300px;
	flex-wrap: wrap;
	justify-content: center;
}

.tab-wrap:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #FFF;
	display: block;
	/*order: -1;*/
}

.tab-label {
	color: White;
	background: LightGray;
	white-space: nowrap;
	text-align: center;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 50px;
	flex: 1;
	margin-bottom: 10px;
	min-width: 300px;
	font-size: 12px;
	margin-left: 5px;
	padding: 10px 0px;
}

.tab-label:not(:last-of-type) {
	margin-left: 5px;
}

.tab-content {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	background: var(--c1);
}

.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	margin-top: 15px;
	padding: 15px;
	opacity: 1;
	transition: .5s opacity;
}

/* ラジオボタン非表示 */
.tab-switch {
	display: none;
}


/* ----------------------------------------------------------------------
フッタ
---------------------------------------------------------------------- */


#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #73c5eb;
	text-decoration: none;
}

/* ----------------------------------------------------------------------
インフォサイエンスフッタブロックはここから
---------------------------------------------------------------------- */
.copyright-block {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.copyright-block-inner {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bottom-menu ul {
	display: flex;
}

.bottom-menu li {
	padding: 0 0.8rem;
}

.bottom-menu a {
	list-style: none;
	color: #FFF;
}

.bottom-menu li:first-child {
	padding-left: 0;
}

.copyright ul {
	display: flex;
	align-items: center;
}

.copyright li {
	list-style: none;
	color: #FFF;
	padding: 0 1.6rem;
}

.copyright a:hover {
	opacity: 0.8;
}

.copyright li:first-child {
	padding-left: 0;
}

.copyright li:last-child {
	display: flex;
	align-items: center;
}

.copyright img {
	width: 100%;
	max-width: 90px;
}

.bottom-menu a:hover {
	opacity: 0.8;
}

@media (max-width:960px) {

	.copyright-block {
		padding: 0rem;
	}

	.copyright-block-inner {
		display: flex;
		flex-direction: column;
	}

	.bottom-menu {
		padding-bottom: 1rem;
	}

	/*
    .bottom-menu li{
        font-size: 0.8rem;
    } */
	.copyright li {
		font-size: 0.7rem;
		margin: 0;
		padding: 0;
	}

	.copyright img {
		width: 100%;
		max-width: 80px;
	}

	.copyright ul {
		display: flex;
		flex-direction: column;
	}

	.copyright li:first-child {
		padding-bottom: 0.8rem;
	}
}

/* ----------------------------------------------------------------------
インフォサイエンスフッタブロックはここまで
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------

不明
---------------------------------------------------------------------- */

/* sectionA  */
:root {
	--sectionA-padding-pc: 110px;
}

.sectionA {
	padding: var(--sectionA-padding-pc) 0;
	position: relative;
}

.sectionA._s1 {
	padding: calc(var(--sectionA-padding-pc) * 0.9);
}

.sectionA._s2 {
	padding: calc(var(--sectionA-padding-pc) * 0.8);
}

.sectionA._s3 {
	padding: calc(var(--sectionA-padding-pc) * 0.7);
}

.sectionA._s4 {
	padding: calc(var(--sectionA-padding-pc) * 0.6);
}

/* ________SP________ */
@media screen and (max-width: 800px) {

	/* sectionA  */
	:root {
		--sectionA-padding-sp: 75px;
	}

	.sectionA {
		padding: var(--sectionA-padding-sp) 0;
		position: relative;
	}

	.sectionA._s1 {
		padding: calc(var(--sectionA-padding-sp) * 0.9);
	}

	.sectionA._s2 {
		padding: calc(var(--sectionA-padding-sp) * 0.8);
	}

	.sectionA._s3 {
		padding: calc(var(--sectionA-padding-sp) * 0.7);
	}

	.sectionA._s4 {
		padding: calc(var(--sectionA-padding-sp) * 0.6);
	}
}

.sectionBorderA {
	position: relative;
}

.sectionBorderA:after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--c1);
	opacity: 0.1;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 5;
	line-height: 1.5;
}

.sectionBorderA:before {
	content: " ";
	display: block;
	width: 230px;
	height: 1px;
	background-color: var(--c1);
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 10;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.sectionBorderA:before {
		width: 110px;
	}

}


.functionItemsB>li {
	background-color: #FFF;
	box-shadow: var(--shadow2);
	border-radius: 3px;
	overflow: hidden;
	border-left: 3px solid var(--c2);
	padding: 15px 15px 20px 20px;
	margin-bottom: 18px;
	width: 100%;
	text-align: left;
}

.cta p {
	color: #fff;
	color: var(--c1);
}

/* 【タイトル部分】 */
.txt_set {
	display: inline-block;
	opacity: 0;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transform: scale(3);
	transform: scale(3);

}

/* //アニメーション開始 */

.txt_set.on {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease() 0.2s;
	transition: all 0.5s ease() 0.2s;
}



/* 【数字部分】 //アニメーション前 */
.fade-in-up03 {
	display: inline-block;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.fade-in-up04 {
	display: inline-block;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

/*アニメーション開始 */
.shown .fade-in-up03 {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.shown .fade-in-up04 {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}


/*【グレーのボックス部分】 //アニメーション前 */

.box_cover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 2em;
	top: 0;
	display: block;
	background-color: #ddd;
}

/*//アニメーション開始*/
.shown .box_cover {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
	transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
}


.tag {
	display: inline-block;
	font-size: 12px;
	padding: 3px 8px;
	margin-left: 15px;
	background-color: #DEE1E7;
	color: var(--c1);
}

