/*
Theme Name: IC
*/
@charset "UTF-8";
body{
/* 	margin-top:-32px!important; */
}

a {
	color :inherit!important;
	text-decoration: none!important;
}
img {
	vertical-align: top;
}
ul {
	padding-left: 0!important;
}
li {
	list-style-type: none;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.white {
	color: #fff;
}
.text-shadow {
	text-shadow: 2px 5px 5px gray;
}
.active {
	border-bottom: 2px solid #2da0d2;
}
.inline-block {
	display: inline-block;
}
.backgroundMovie {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
video {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.top-header {
	position: relative;
	z-index: 2;
	color: #ffffff;
	height: 100vh;
}
.page-header {
	box-shadow: 0 1px 4px gray;
}
.about-us-header {
	background: url(https://sps-test-site/ic/wp-content/uploads/2021/08/about-us-top-sample.jpeg) center/cover no-repeat;
}
.header-contents {
	width: 600px;
	margin:0 auto;
}
.company-title-catchcopy {
	padding-top: 100px;
}
.page-company-title-catchcopy {
	padding:20px 0 0 30px;
}
.company-name {
	font-size: 40px;
}
.top-header h1 img {
	width: 400px;
	filter:drop-shadow(4px 4px 4px #fff) drop-shadow(-4px -4px 4px #fff) drop-shadow(-4px 4px 4px #fff) drop-shadow(4px -4px 4px #fff);
}
.page-header h1 img {
	width: 300px;
}
.top-header h1 {
	margin: 50px 0;
}
.top-header h2 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 25px;
	font-weight: 300;
}
.top-contact {
	height: 60px;
	justify-content: space-between;
}
.page-header .flex {
	justify-content: space-between;
}
.page-top-contact-wrap {
	padding: 20px 30px 0 0;
}
.tel {
	width: 300px;
}
.tel img {
	display: inline-block;
	margin-top: 10px;
	width:45px;
	height: 45px;
	vertical-align: bottom;
}
.tel address {
	font-size: 20px;
	text-align: center;
	background: url(https://sps-test-site/ic/wp-content/uploads/2021/08/tel-logo.jpg) left top/60px no-repeat;
}
.tel address span {
	font-size: 13px;
}
.to-contactform {
	width: 260px;
	text-align: center;
	background-color: #2da0d2;
}
.to-contactform p {
	line-height: 60px;
	background: url(https://sps-test-site/ic/wp-content/uploads/2021/08/allow-right-double.jpg) left top/60px no-repeat;
}
.menu-ul {
	width: 450px;
	text-align: center;
}
.menu-ul a {
	width: 150px;
}
.top-wrapper .menu-ul a {
	border:1px solid transparent;
}
.top-menu-ul {
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
.page-menu-ul {
	padding: 15px 0;
}
.access-header .page-menu-ul {
	padding-bottom: 0;
}
.menu-list {
	height: 50px;
	line-height: 50px;
}
.top-wrapper .menu-list {
	background-color:rgba(0,0,0,0.5);
}
.top-wrapper .menu-list:hover {
	background-color:rgba(255,255,255,0.5);
	color:#212529;
}
.menu-list span {
	display: inline-block;
	padding: 0 10px;
}
.top-wrapper .menu-link{
	background-color:rgba(0,0,0,0.5);
	width: 150px;
    height: 50px;
    margin-top: 1px;
    margin-left: 1px;
}
.top-wrapper .menu-link:hover{
	background-color:rgba(255,255,255,0.5);
}
.menu-link img {
	width:50px;
}
 picture img{
	 width: 100%;
}
.top-slick {
	z-index: 2;
}
.slick-next {
	right: 0;
	z-index: 3;
}
.slick-prev {
	left: 0;
	z-index: 3;
}
.contents-wrapper{
}
footer{}
.page-title {
	margin: 30px 0 50px 0;
}
.page-title h2 span {
	display: inline-block;
	padding-left: 20px;
	border-left: 20px solid #2da0d2;
}
.contents {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.contents h3 {
	font-size: 22px;
	padding: 30px 0 10px 0;
	margin: 50px 0;
}
.company-info table {
	width: 90%;
	max-width: 800px;
	margin: 20px auto 50px auto;
}
.company-info table th {
	padding: 20px;
	text-align: center;
}
.company-info table td {
	padding-right: 20px;
	padding-left: 20px;
}
.form-group {
	width: 700px;
}
.tb_contact {
	display: none;
}
@media screen and (max-width: 950px) {
	.tel {
		width: auto;
		margin-right: 10px;
		margin-left: 10px;
	}
	.catchcopy {
		padding-right: 40px;
	}
	.to-contactform {
		width: 200px;
	}
}
@media screen and (max-width: 820px) {
	.page-header .flex {
		flex-direction: column;
	}
	.page-company-title-catchcopy {
		padding:10px 0 0 0;
		text-align: center;
	}
	.page-top-contact-wrap {
		padding: 0;
	}
	.page-header .flex.page-menu-ul {
		flex-direction: row;
	}
	.page-menu-ul {
		margin: 0 auto;
		padding: 0 0 10px 0;
	}
	.catchcopy {
		margin-bottom: 5px;
		padding: 0 20px;
	}
	.page-header-contact {
		display: none;
	}
	.tb_contact {
		display: block;margin: 40px 0 30px 0;
		padding: 60px 0 30px 0;
		box-shadow: 0 -3px 6px gray;
		justify-content: center;
	}
	.tb_contact__container {
		justify-content: center;
	}
	.tel--tb {
		padding: 0 20px;
	}
	.tel--tb address {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 782px){
	body{
/* 		margin-top:-46px!important; */
	}
}
@media screen and (max-width: 650px) {
	.top-contact {
		height: auto;
		flex-direction: column;
		align-items: center;
	}
}
@media screen and (max-width: 600px) {
	.top-header {
		height: 100vh;
	}
	.header-contents {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.menu-ul {
		width: 100%;
	}
	.top-header h1 {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.top-header h1 img {
		width: 100%;
	}
	.company-info table {}
	.company-info table th {
		display: block;
		border-bottom: 1px solid #000000;
	}
	.company-info table td {
		display: block;
		padding: 20px;
		text-align: center;
	}
	.tb_contact__container {
		flex-direction: column;
	}
	.tel--tb {
		padding-bottom: 20px;
	}
	.tb_contact .to-contactform {
		margin: 0 auto;
	}
}