@charset "UTF-8";
/* CSS Document */
/*companyArea*/
.companyArea .inner {
	padding: 120px 20px 150px;
	text-align: center;
	position: relative;
}
.companyArea .inner dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.companyArea .inner dl {
	margin: 50px auto;
	max-width: 1000px;
}
.companyArea .inner dl dt {
    font-weight: 700;
	width: 25%;
	text-align: center;
	background-color: #ff3a63;
	color: #fff;
	border-radius: 25px;
	padding: 10px 0;
}
.companyArea .inner dl dd {
    font-weight: 700;
	width: 75%;
	margin-left: 5%;
	padding: 15px 0;
	text-align: left;
	border-bottom: 3px dotted #ff3a63;
}
.companyArea .inner:before {
	position: absolute;
	content: "";
	top: 25px;
	right: 20px;
	width: 150px;
	height: 142px;
	background-image: url("../img/top/concept_bg04.png");
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}
.companyArea .inner:after {
    position: absolute;
    content: "";
    bottom: 30px;
    left: 10%;
    width: 246px;
    height: 136px;
    background-image: url(../img/top/concept_bg10.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
@media screen and (max-width: 1000px) {
	.companyArea .inner {
		padding: 50px 8vw 10px;
	}
	.companyArea .inner dl {
		display: block;
	}
	.companyArea .inner dl {
		text-align: left;
		margin-bottom: 20px;
	}
	.companyArea .inner dl dt {
		width: inherit;
		display: inline-block;
		margin-bottom: 15px;
		text-align: left;
		padding: 10px 2em;
	}
	.companyArea .inner dl dd {
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
		padding: 0 0 10px;
	}
}
@media screen and (max-width: 600px) {
	.companyArea .inner:before {
		background-size: 7rem;
		top: 15px;
		right: -5px;
	}
	.companyArea .inner:after {
		background-size: 7rem;
		top: inherit;
		left: inherit;
		bottom: -50px;
	    right: 0;
	}
}
@media screen and (max-width: 500px) {
	.companyArea .inner dl {
		margin: 20px auto 0;
	}
}
@media screen and (max-width: 400px) {
	.companyArea .inner:before {
		top: 15px;
		background-size: 8rem;
	}
	.companyArea .inner:after {
		background-size: 9rem;
	}
}
