@charset "utf-8";
/* CSS Document */
#theSpaceOsaka {
	text-align: center;
}
.kvArea {
	position: relative;
}
.kvArea:before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 400px;
	background: #fff248;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.kvArea .tit {
	width: 515px;
	margin: 0 auto 80px;
	position: relative;
}
.kvArea .tit::before,
.kvArea .tit::after {
	content: "";
	position: absolute;
	bottom: -5px;
	width: 88px;
	height: 110px;
	background: url(../images/item_thespaceosaka01_pc.png) no-repeat center/contain;
	left: -120px;
}
.kvArea .tit::after {
	width: 63px;
	background: url(../images/item_thespaceosaka02_pc.png) no-repeat center/contain;
	left: auto;
	right: -80px;
}
.kvArea .img {
	max-width: 980px;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.kvArea .img::before {
	content: "";
	position: absolute;
	background: #000;
	width: 2px;
	height: 60px;
    top: -59px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.kvArea .img span {
	display: block;
	font-size: 1rem;
	text-align: right;
}
.kvArea .txt {
	padding-bottom: 80px;
	font-size: 1.8rem;
	line-height: 1.8;
}


/* オフィス
------------------------------------------------------------------------------------------------------ */
.officeArea {
	display: flex;
	flex-direction: column;
	gap: 100px 0;
	padding-top: 100px;
}
.officeTit {
	display: flex;
	align-items: center;
	gap: 20px;
	width: fit-content;
	margin: 0 auto 60px;
	font-size: 3.2rem;
	letter-spacing: 0.2rem;
	position: relative;
}
.officeTit >img {
	height: 27px;
	width: fit-content;
	margin-top: 5px;
}
.officeTit::before,
.officeTit:after {
	content: '';
	width: 10px;
	height: 37px;
	border-top: 2px solid #00001a;
	border-left: 2px solid #00001a;
	border-bottom: 2px solid #00001a;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
}
	.officeTit:after {
	border-right: 2px solid #00001a;
	border-left: none;
	left: auto;
	right: -20px;
}
.listTit {
	font-size: 2rem;
}
.listTit{
	display: flex;
	align-items: baseline;
	position: relative;
	margin-bottom: 28px;
}
.listTit:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
}
.listTit img{
	height: 19px;
	width: fit-content;
	padding-left: 10px;
}
.officeList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 60px;
}
.officeList li{
	width: calc((100% - 60px)/2);
	position: relative;
}
.officeList li::before{
	content: "";
	width: 110px;
	height: 110px;
	border-radius: 55px;
	background: #fff248;
	position: absolute;
	top: 0;
	left: -40px;
	z-index: -1;
}
#tokyoOffice li::before{
	background: #acddf6;
}
.listImg {
	padding: 0 20px;
}
.listTxt {
	margin-top: 15px;
	padding: 0 20px;
	line-height: 1.7;
	text-align: justify;
}


@media screen and (max-width:812px) {
	#theSpaceOsaka {
		max-width: 700px;
		margin: 0 auto;
		padding: 0 20px;
	}
	#theSpaceOsaka .tit{
		width: 324px;
	}
	.kvArea:before {
		width: 100vw;
		height: 270px;
	}
	.kvArea .tit {
		width: 100%;
		margin: 0 auto 60px;
	}
	.kvArea .tit::before,
	.kvArea .tit::after {
		bottom: -60px;
		width: 44px;
		height: 55px;
		left: 100px;
	}
	.kvArea .tit::after {
		width: 32px;
		left: auto;
		right: 110px;
	}
	.kvArea .img {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.kvArea .img::before {
		width: 1px;
		height:50px;
		top: -48px;
	}
	.kvArea .img span {
		display: block;
		font-size: 1rem;
		text-align: right;
	}
	.kvArea .txt {
		padding-bottom: 40px;
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: justify;
	}
	
	
	/* オフィス
	------------------------------------------------------------------------------------------------------ */
	.officeArea {
		max-width: 500px;
		margin: 0 auto;
		padding-top: 60px;
		gap: 60px 0;
	}
	.officeTit {
		gap: 10px;
		margin: 0 auto 30px;
		font-size: 2.2rem;
		letter-spacing: 0.15rem;
	}
	.officeTit >img {
		height: 19px;
	}
	.officeTit::before,
	.officeTit:after {
		width: 7px;
		height: 26px;
		border-top: 1px solid #00001a;
		border-left: 1px solid #00001a;
		border-bottom: 1px solid #00001a;
		left: -10px;
	}
		.officeTit:after {
		border-right: 1px solid #00001a;
		border-left: none;
		left: auto;
		right: -10px;
	}
	.listTit {
		font-size: 1.8rem;
		text-align: left;
	}
	.listTit{
		margin-bottom: 15px;
	}
	.listTit:before {
		bottom: -5px;
	}
	.listTit img{
		height: 15px;
	}
	.officeList {
		gap: 30px;
	}
	.officeList li{
		width: 100%;
	}
	.officeList li::before{
		width: 80px;
		height: 80px;
		border-radius: 40px;
		left: -30px;
	}
	.listImg {
		padding: 0 10px;
	}
	.listTxt {
		margin-top: 10px;
		padding: 0 10px;
		line-height: 1.4;
	}
}
