@charset "utf-8";
/* CSS Document */

@media screen and (min-width:961px) { /*PC*/
	.p-visual-bottom {
		display: flex;
		position: absolute;
		bottom: 48px;
		left: 0;
		width: 100%;
		flex-direction: column;
		gap:36px;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-visual-bottom {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
}

.p-logo {
	max-width: 640px;
	margin: 0 auto;
}

.p-days {
	max-width: 500px;
	margin: 0 auto;
}

.p-staffs {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	justify-content: center;
	align-items: center;
}

.p-staffs img.p-staff01 {
	max-height: 50px;
	aspect-ratio:631 / 70;
}

.p-staffs img.p-staff02 {
	max-height: 50px;
	aspect-ratio:874 / 69;
}

.p-staffs img.p-staff03 {
	max-height: 50px;
	aspect-ratio:559 / 70;
}

.p-project {
	max-width: 600px;
	position: relative;
	box-sizing: border-box;
}

.p-phrase {
	max-width: 800px;
	margin:0 auto 0;
	position: relative;
	box-sizing: border-box;
}

@media screen and (min-width:961px) { /*PC*/
	.p-project {
		margin:0 auto 40px;
		padding-top: 40px;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-project {
		margin:0 auto 5%;
		padding-top: 5%;
	}
}

.p-foot-logo {
	width:100%;
	max-width:320px;
	margin:0 auto;
}

.p-copyright {
	font-size:1.4rem;
}