@charset "UTF-8";
/* CSS Document */
.main-area {
	width: 100%;
	color: #000;
	padding: 0 0 0 40%;
}
.h1-box {
    width: 100%;
    padding: 30vh 0 0;
}
.h1-box p {
	font-size: 15px;
}
.h1-box h1 {
	max-width: 500px;
    width: 100%;
    padding: 20px 0 0;
}
.h1-box h1 img {
    width: 100%;
}
.catch-box {
    width: 100%;
    padding: 8vh 0 0;
}
.catch-box .catch-txt {
    font-size: 3.5vw;
    font-weight: 800;
}
.catch-box .catch-txt02 {
    font-size: 11px;
	color: #555;
}
.concept-box {
    width: 100%;
    padding: 10vh 15% 0 0;
}
.concept-box .concept-txt {
    font-size: 14px;
    font-weight: 400;
	color: #000;
}
.works-box .inner {
	padding: 8vh 0;
}
.works-box .inner ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: flex-start;
	text-align: center;
}
.works-box .inner ul li {
	width: calc(50% - 20px);
	margin: 0 10px 20px;
}
.works-box .inner ul li:nth-child(even) {
	margin: 15vh 10px 20px;
}
.works-box .inner ul li .box01 {
	width: 300px;
	height: 300px;
	margin: 0 auto;
	position: relative;
	border: 3px solid #FFF;
}
.works-box .inner ul li .box01:before {
	position: absolute;
	z-index: 1;
	font-size: 7rem;
	display: inline-block;
}
.works-box .inner ul li.service01 .box01:before {
	content: "O";
	top: 20%;
	left: 25%;
}
.works-box .inner ul li.service02 .box01:before {
	content: "W";
	top: 40%;
	right: 25%;
}
.works-box .inner ul li.service03 .box01:before {
	content: "D";
	top: 25%;
	left: 55%;
}
.works-box .inner ul li.service04 .box01:before {
	content: "T";
	top: 40%;
	right: 25%;
}
.works-box .inner ul li.service05 .box01:before {
	content: "M";
	top: 20%;
	left: 25%;
}
.works-box .inner ul li h2 {
	font-size: 3rem;
	padding: 10px 0 0;
}
.works-box .inner ul li .txt02 {
	font-size: 1.1rem;
	padding: 5px 0;
	color: #555;
}
.works-box .inner ul li .txt03 {
	font-size: 1rem;
	padding: 15px 0;
	color: #666;
}
@media screen and (max-width: 1000px) {
}


@media screen and (max-width: 768px) {
.main-area {
	padding: 0 5vw 0 8vw;
}
.works-box .inner ul li {
	width: calc(100% - 10px);
	margin: 0 5px 20px;
}
.concept-box .concept-txt {
    font-size: 13px;
}
}

@media screen and (max-width: 400px) {
	.main-area {
		padding: 0 5vw 0 5vw;
	}
	.h1-box h1 {
		max-width: 270px;
	}
	.h1-box p {
		font-size: 3.5vw;
	}
	.catch-box .catch-txt {
		font-size: 7.1vw;
	}
	.catch-box p {
		padding-right: 20px;
	}
	.concept-box {
		width: 100%;
		padding: 10vh 20px 0 0;
	}
	.concept-box .concept-txt {
		font-size: 3.8vw;
		line-height: 1.5;
	}
	.works-box .inner ul li .box01 {
		width: 250px;
		height: 250px;
		background-color: rgba(255,255,255,.7)
	}
	.works-box .inner ul li:nth-child(even) {
		margin: 15vh 0 20px;
	}
	.works-box .inner ul li:nth-child(odd) {
		margin: 15vh 0 20px;
	}
}
