@charset "UTF-8";
/*!------------------------------------------------------------------
[ 背景斜めループスライドアニメーション ]
*/
.bg {
	animation: slide 5s ease-in-out infinite alternate;
	background-image: linear-gradient(-60deg, #ffffff 50%, #f8f8f8 50%);
	bottom: 0;
	left: -50%;
	opacity: 0.5;
	position: fixed;
	right: -50%;
	top: 0;
	z-index: -1;
}
.bg2 {
	animation-direction: alternate-reverse;
	animation-duration: 6s;
}
.bg3 {
	animation-duration: 7s;
}
@keyframes slide {
	0% {
		transform: translateX(-25%);
	}
	100% {
		transform: translateX(25%);
	}
}
/*!------------------------------------------------------------------
[ other ]
*/
h2 {
	letter-spacing:0.005em !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
}
.last_txt {
	text-align: left;
	letter-spacing:0.005em !important;
	line-height: 1.4 !important;
}
.textmark {
	font-weight: 900;
}
.philosophy {
margin: 2rem 0 0 0;
}
.philosophy li {
	text-indent: -1em !important;
	padding-left: 1em !important;
	list-style: none !important;
	margin: 0 0 0.5rem 0 !important;
}
#companytxt {
	border-bottom: 1px solid #dee2e6 !important;
}

#companytxt th {
	white-space: nowrap !important;
	text-align: left !important;
}

/*!------------------------------------------------------------------
[ map ]
*/
#footer {
	margin-top: 0 !important;
	border: none !important;
}
@media screen and (max-width: 991px) {
	#map iframe {
		min-width: 100% !important;
		min-height: 600px;
		padding: 0 !important;
		margin: 0 !important;
	}
}
@media screen and (min-width: 992px) {
	#map iframe {
		min-width: 100% !important;
		min-height: 600px;
		padding: 0 !important;
		margin: 0 !important;
	}
}