@charset "utf-8";

/*アイキャッチ*/
h1.page-title,
.page-description {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0px;
}


/*コンセプト*/

.concept{
	margin-top: 50px;
}

.concept div{
	border-bottom: 1px solid #000;
	width: 100%;
	margin:auto;
}

h3{
	font-size: 2.7rem;
}

.concept div{
	font-size: 2.1rem;
}

.concept_text{
	margin-top: 40px;
	line-height: 3.5rem;
}

.concept_text p{
	margin: 0;
}

.concept_recruitment{
	margin: 40px auto 60px auto;
}

.about_img{
	justify-content: space-between;
}

.about_img img{
	border-radius: 120px;
}

.about_img a{
	box-shadow: none;
}

.skip{
	font-size: 0
}

/* PC */
@media (min-width: 901px){
	.concept div{
		max-width: 1030px;
	}
}

/* tablet portrait */
@media (max-width: 900px){
	header.entry-header {
		margin: 0 -20px;
	}
	.about_img.flex-container {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.about_img a {
		margin-top: 0px;
		width: 40%;
		display: block;
	}
	/*.about_img a:nth-child(2n),*/
	.about_img a:nth-child(n+3) {
		margin-top: 20px;
	}
}

/* Smart phpne landscape */
@media (max-width: 600px){
}

/* Smart phpne portrait */
@media (max-width: 480px){
}
