/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 27 2026 | 06:17:28 */
/* 下層ページ（わたしたちについて） */

/* タイトル */
#content [class*="p-about-"] h2 {
	font-size: 45px!important;
	margin-top: 1em!important;
	margin-bottom: 1em!important;
}
@media (max-width: 599px) {
	#content [class*="p-about-"] h2 {
		font-size: 28px!important;
	}
}

/* 事業内容 */
.p-about-business .lead {
	font-size: 24px;
	margin-bottom: 1em!important;
}
@media (max-width: 599px) {
	.p-about-business .lead {
		font-size: 18px;
		text-align: left;
	}
}
.p-about-business .c-group .lead {
	font-size: 24px;
}
@media (max-width: 599px) {
	.p-about-business .c-group .lead {
		font-size: 18px;
	}
}
.p-about-business .c-group {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* .p-about-business .c-group::before,
.p-about-business .c-group::after {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 150px;
	border-width: 10px;
	border-style: solid;
	pointer-events: none;
}
@media (max-width: 599px) {
	.p-about-business .c-group::before,
	.p-about-business .c-group::after {
		height: 100px;
		border-width: 6px;
	}
} */
/* .p-about-business .c-group::before {
	top: 0;
	border-bottom: 0;
}
.p-about-business .c-group::after {
	bottom: 0;
	border-top: 0;
} */
.p-about-business .c-group .title {
	color: #fff;
	font-size: 40px;
	font-weight: normal!important;
	background-color: var(--color_deep02);
	border-radius: 40px;
	padding: .8em 1.5em;
	width: min(80%, 500px);
	margin: 0 auto 10px;
}
@media (max-width: 599px) {
	.p-about-business .c-group .title {
		font-size: 28px;
		padding: .8em 1.2em;
	}
}
.p-about-business .c-group .text,
.p-about-business .c-group .fukidashi {
	font-size: 22px;
}
@media (max-width: 599px) {
	.p-about-business .c-group .fukidashi {
		font-size: 14px;
	}
	.p-about-business .c-group .text {
		font-size: 18px;
		text-align: left;
	}
}
@media (max-width: 959px) {
	.p-about-business .c-group .text {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.p-about-business .c-group .swell-block-button a {
	padding: 2em;
	font-size: 1.2em;
	width: 80%;
	transition: .3s;
}
@media (max-width: 599px) {
	.p-about-business .c-group .swell-block-button a {
		padding: 1em;
		font-size: 1em;
		width: 90%;
	}
}

/* MICE事業部 */
/* .p-about-business .c-group.group-MICE::before,
.p-about-business .c-group.group-MICE::after {
	border-color: var(--color_deep02);
} */
.p-about-business .c-group.group-MICE .title {
	background-color: var(--color_deep02);
}
/* レンタル事業部 */
/* .p-about-business .c-group.group-rental::before,
.p-about-business .c-group.group-rental::after {
	border-color: var(--color_main);
} */
.p-about-business .c-group.group-rental .title {
	background-color: var(--color_main);
}
.p-about-business .c-group.group-rental .swell-block-columns__inner:has(.swell-block-button) {
	justify-content: center;
}

/* イベントサービスの強み */
.p-about-strengths .lead {
	font-size: 28px;
}
@media (max-width: 599px) {
	.p-about-strengths .lead {
		font-size: 20px;
		margin-bottom: 80px;
	}
}
.p-about-strengths .content {
	margin-bottom: 60px;
}
@media (max-width: 599px) {
	.p-about-strengths .content:nth-of-type(even) .swell-block-columns__inner {
		flex-direction: column-reverse;
	}
}
.p-about-strengths .content .item-text h3 {
	font-size: 46px;
	font-weight: normal;
	margin-bottom: 1em!important;
}
@media (max-width: 959px) {
	.p-about-strengths .content .item-text h3 {
		font-size: 28px;
	}
}
.p-about-strengths .content .item-text p {
	font-size: 20px;
}
@media (max-width: 599px) {
	.p-about-strengths .content .item-text p {
		font-size: 18px;
		text-align: left;
	}
}
.p-about-strengths .content .item-text {
	position: relative;
}
.p-about-strengths .content .item-text::before{
	content:"";
	position:absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 0;
	background: radial-gradient(circle at center,
	rgba(255, 80, 100, 0.55) 0%,
	rgba(255, 80, 100, 0.32) 35%,
	rgba(255, 80, 100, 0.14) 60%,
	rgba(255, 80, 100, 0.00) 70%
	);
	z-index: -1;
}

/* .イベントサービスの特徴 */
.p-about-feature h3 {
	font-weight: normal;
	font-size: 36px;
	margin-bottom: 20px!important;
}
@media (max-width: 599px) {
	.p-about-feature h3 {
		font-size: 24px;
		margin-top: 40px!important;
		margin-bottom: 30px!important;
		text-align: left!important;
	}
}
.p-about-feature .content {
	position: relative;
}
@media (max-width: 599px) {
	.p-about-feature .content {
		margin-bottom: 60px!important;
	}
}
.p-about-feature .content > * {
	z-index: 1;
	position: relative;
}
.p-about-feature .content::before {
	content: "";
	position: absolute;
	top: 50%;
	z-index: 0;
	height: 110%;
	width: 100vw;
}
.p-about-feature .content.bg-left::before {
	background: linear-gradient(90deg,
	rgba(255, 80, 100, .8) 0%,
	rgba(255, 80, 100, .5) 75%,
	rgba(255, 147, 189, .8) 100%
	);
}
.p-about-feature .content.bg-right::before {
	background: linear-gradient(-90deg,
	rgba(255, 35, 35, 1) 0%,
	rgba(255, 35, 35, .5) 75%,
	rgba(255, 147, 189, .8) 100%
	);
}
@media (max-width: 1099px) {
	.p-about-feature .content.bg-left::before {
		right: 50%;
		transform: translate(50%, -50%);
	}
	.p-about-feature .content.bg-right::before {
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
@media (min-width: 1100px) {
	.p-about-feature .content.bg-left::before {
		transform: translatey(-50%);
		clip-path: polygon(
		0 0,
		100% 0,
		95% 100%,
		0 100%
		);
	}
	.p-about-feature .content.bg-right::before {
		transform: translatey(-50%);
		clip-path: polygon(
		5% 0,
		100% 0,
		100% 100%,
		0 100%
		);
	}
	.p-about-feature .content.bg-left::before {
		right: -5vw;
	}
	.p-about-feature .content.bg-right::before {
		left: -3vw;
	}
}
.p-about-feature .content .item-text {
	font-size: 24px;
}
@media (max-width: 599px) {
	.p-about-feature .content .item-text {
		font-size: 18px;
	}
}
@media (min-width: 600px) {
	.p-about-feature .content.bg-right .item-text {
		padding-left: 40px;
	}
}









