@charset "utf-8";
/* ------------------------------
 会社情報（PC）
------------------------------ */
.profileBox {
	padding: 50px;
	border-radius: 40px 40px 40px 0;
	background: #191919 url(../img/bg_dot_gray.png) repeat 0 0 / 3px 3px;
	color: #fff;
}
.profileBox img {
	width: 208px;
	border-radius: 30px 30px 30px 0;
}
.fr {
	line-height: 1.5;
}
.grayBlock {
	border-radius: 40px 0 0 40px;
	background-color: #f1f3f5;
}
.grayBlock .inBlock img {
	border-radius: 30px 30px 30px 0;
}
.tac img {
	width: 600px;
	height: 310px;
	border-radius: 60px 60px 60px 0;
}
@media print, screen and (min-width: 768px) {
	.profileBox {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.contents .inBlock.profileBox {
		margin-bottom: 70px !important;
	}
	.inBlock.profileBox::after {
		content: none;
	}
	.profileBox div {
		width: 511px;
	}
	.grayBlock {
		width: calc(100% - 60px);
		margin: 0 0 120px 60px;
		padding: 100px 60px 70px 0;
	}
	.grayBlock .inBlock {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.grayBlock .inBlock::after {
		content: none;
	}
	.grayBlock .inBlock img {
		width: 258px;
	}
	.grayBlock .inBlock div {
		width: 561px;
	}
}
/* ------------------------------
 会社情報（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.profileBox {
		padding: 40px 20px 20px;
		border-radius: 30px 30px 30px 0;
		text-align: center;
	}
	.contents .inBlock.profileBox {
		margin-bottom: 40px !important;
	}
	.profileBox img {
		margin-bottom: 30px;
		border-radius: 20px 20px 20px 0;
	}
	.profileBox div {
		text-align: left;
	}
	.fr {
		float: right !important;
	}
	.grayBlock {
		width: 95%;
		margin: 0 0 60px 5%;
		padding: 40px 20px 20px;
		border-radius: 30px 0 0 30px;
	}
	.grayBlock .inBlock {
		text-align: center;
	}
	.grayBlock .inBlock img {
		width: 208px;
		height: 208px;
		margin-bottom: 10px;
		border-radius: 20px 20px 20px 0;
		object-fit: cover;
		object-position: center 0;
	}
	.grayBlock .inBlock div {
		text-align: left;
	}
	.f32 {
		margin-bottom: 5px;
		text-align: center;
	}
	.tac img {
		width: 100%;
		height: auto;
		border-radius: 30px 30px 30px 0;
	}
}