@font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica.ttf');
}

@media(min-width: 769px){
	.sp{
		display: none!important;
	}
}
@media(max-width: 768px){
	.pc{
		display: none!important;
	}
}

html, button, input, select, textarea { 
	font-family: 'Helvetica', sans-serif; 
}
body { 
	font-family: 'Helvetica', sans-serif; 
}

h2::after {
	border: solid 2px #000;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	background: #fff;
}

#hero{
	height: 100vh;
	padding-bottom: 0px;
}
#hero h1 {
	font-weight: bold;
}
#hero h1, #hero p {
	color: #fff;
}
#hero .inner {
	padding-top: 20%;
}
#hero .learn-more-btn {
	background: #fff;
	box-shadow: 0px 3px 0px 0px #ccc;
	color: #000;
	padding: 15px 20px;
}

#intro .wp1:not(:first-of-type){
	padding-top: 50px;
}

#services{
	background-color: #fff;
}
#services .wp2 .icon{
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 50%;
	height: 250px;
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#services .wp2 .icon img{
	max-width: 120px;
}
#services a{
	color: #8c9398;
}

#recruit{
	overflow: hidden;
}
#recruit .wp3 {
	background: url(../img/recruit.jpg) no-repeat center center;    
}
#recruit .designs {
	top: 0px;
}
#recruit .iphone {
	width: 45%;
}
#recruit #servicesSlider, #recruit #servicesSlider_sp {
    margin-top: 20px;
    text-align: left;
}
#recruit #servicesSlider li, #recruit #servicesSlider_sp li{
	overflow: hidden;
}
#recruit #servicesSlider li img, #recruit #servicesSlider_sp li img{
	max-width: 100%;
}
#recruit #servicesSlider h1, #recruit #servicesSlider_sp h1{
	text-indent: 6px;
	background-image: none;
	padding-bottom: 10px;
}
#recruit #servicesSlider h1 span, #recruit #servicesSlider_sp h1 span{
	font-size: 0.8em;
	line-height: 1.7em;
}
#recruit .recruit-sp-img{
	width: 100%;
	height: 100%;
	background: url(../img/recruit-sp-2.jpg) no-repeat;	
	background-size: cover;
}

#company.swag {
	/*background: url(../img/company.jpg) no-repeat center center;	
	background-size: cover;
	background-attachment: fixed;*/
	background: unset;
}
#company.swag h1 {
	font-size: 35px;
}
#company.swag h1 span {
	font-size: 20px;
}
#company .down-arrow-btn {
	background: #fff;
	color: #000;
}

#company_info{
	background-color: #fff;
}
#company_info p{
	margin-top: 50px;
}

#contact p:not(.p-button){
	text-align: left;
	margin-top: 30px;
}
#contact p.complete{
	text-align: center;
}
#contact p span em{
	font-size: 0.7rem;
}
#contact input{
	width: 100%;
	padding: 8px 10px; 
}
#contact textarea{
	width: 100%;
	height: 120px;
	resize: vertical;
	padding: 10px;
}
#contact button {   
	margin: 30px 0 0;
	padding: 15px 40px;
	border: none;
	outline: none;
	background: #fff;
	box-shadow: 0px 3px 0px 0px #ccc;
	color: #000;
}
#contact label{
	margin-left: 30px;
}

#access{
	background-color: #fff;
}
#access p{
	margin-top: 50px;
}
#access .social-buttons{
	margin-top: 50px;
}
#access .social-btn{
	margin: 0 15px;
}
#access .social-btn:hover{
	background-color: #242830;
	opacity: 0.85;
}

.wrapper{
	background: #f3f5f8;
}
.fluid-white {
	background-color: unset;
}	

.background {
	background-image: url(../img/company.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: -1;
}

@media(max-width: 768px) {
	#hero .inner {
		padding-top: 35%;
	}
	#recruit #servicesSlider, #recruit #servicesSlider_sp{
		margin-top: 70px;
		padding: 0px 30px;
	}
	#company.swag {
		/*background: url(../img/company-sp-2.jpg) no-repeat center center;	
		background-size: cover;
		background-attachment: fixed;*/
		background: unset;
	}
	.background {
		background-image: url(../img/company-sp-2.jpg);
	}
}

@media screen and (max-width: 480px){
	#hero h1 {
		font-size: 28px;
		letter-spacing: 2px;
		margin: 10px 0px;
	}
	#hero p {
		font-size: 11px;
	}
	.wrapper {
		height: 970px;
	}	
	#recruit .recruit-sp-img{
		height: 750px;
	}
}

@media screen and (min-width: 480px) and (max-width: 991px){
	.wrapper {
		height: 740px;
	}
	#recruit .recruit-sp-img{
		height: 520px;
	}
}