#ct_bg {
	background: none;
}
#ct_bg::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #5E2A8B url("../img/bg_index01_pc.jpg") no-repeat 50% 100% / 100%;
}
.flowerColumn01 {
	max-width: 750px;
	margin: 9px auto 45px;
	position: relative;
}
.flowerColumn01 .logo {
	width: 400px;
	width: 53.33%;
	text-align: center;
	margin-bottom: 21px;
}
.flowerColumn01 .img01 {
	width: 330px;
	width: 44%;
}
.flowerColumn01 .box {
	width: 400px;
	width: 53.33%;
	background: linear-gradient(180deg, rgba(101, 45, 145, .8) 0%, rgba(0, 170, 235, .8) 100%);
	border-radius: 9999px;
	padding: 18px 35px 21px 40px;
}
.flowerColumn01 .box p {
	color: #fff;
	font-family: "M PLUS 1", system-ui;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 2.0rem;
	line-height: 1.5;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
	.flowerColumn01 .img01 {
		top: 0;
		position: absolute;
		right: 0;
	}
}
@media screen and (max-width: 810px) {
	.flowerColumn01 .box p {
		font-size: 2.469vw;
	}
}
@media screen and (max-width: 767px) {
	#ct_bg::before {
		background: #5E2A8B url("../img/bg_index01_sp.jpg") no-repeat 50% 0 / 100%;
	}
	.flowerColumn01 {
		margin: 0.5vw auto 10.75vw;
		position: relative;
	}
	.flowerColumn01 .logo {
		width: 75vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.flowerColumn01 .img01 {
		width: 82.5vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5vw;
	}
	.flowerColumn01 .box {
		width: 100%;
		padding: 3.5vw;
	}
	.flowerColumn01 .box p {
		text-align: center;
		font-size: 1.8rem;
		font-size: 4.5vw;
	}
}