/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 28 2025 | 19:45:20 */
/* トップページ */

/* メインビジュアル */
.p-mainVisual__slideTitle {
	transform: translatey(-5vh)!important;
}
@media (max-width: 959px) {
	.p-mainVisual__slideTitle {
		transform: translatey(-15vh)!important;
	}
}
.p-mainVisual__slideTitle span {
	font-family: 'RocknRoll One', 'M PLUS 1p', sans-serif;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 2.4rem;
}
html[lang="en-US"] .p-mainVisual__slideTitle span {
	line-height: 1.2;
}
.p-mainVisual__slideTitle .red {
	color: var(--color_deep01);
	font-size: 1.2em;
	text-shadow: 1px 1px 1px #fff;
}
@media (max-width: 959px) {
	.p-mainVisual__slideTitle {
		font-size: 2rem;
		text-align: left;
		transform: translatey(-10vh);
	}
}

/* ファーストメッセージ */
.top-first-message .company-name {
	font-size: clamp(24px, 8vw, 120px);
	font-weight: 800;
}

/* 私たちについて */
.top-about .bg {
	position: absolute;
	top: -200px;
	left: -40px;
	width: min(350px, 22vw);
	transform: rotate(80deg);
}
@media (max-width: 959px) {
	.top-about .bg {
		position: absolute;
		top: -110px;
		left: -40px;
		width: 120px;
	}	
}
.top-about .item {
	position: relative;
}
@media (min-width: 600px) {
	.top-about .item:first-of-type {
		padding-left: 10vw;
	}
}
@media (max-width: 599px) {
	.top-about .item:first-of-type {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.top-about .item .ashirai {
	top: 10px;
	left: 0;
	font-size: 3.75rem;
}
@media (max-width: 959px) {
	.top-about .item .ashirai {
		font-size: 2.5rem;
	}
}
.top-about .item figure img {
	border-radius: 40px;
}

/* イラスト背景セクション1 */
.top-illust-bg-section1 .bg {
	position: absolute;
	top: -80px;
	right: -100px;
	width: 500px;
	transform: rotate(60deg);
}
@media (max-width: 959px) {
	.top-illust-bg-section1 .bg {
		top: 0;
		right: -20px;
		width: 150px;
	}
}

/* 事業内容 */
.top-buisiness .bg {
	position: absolute;
	top: -230px;
	right: -100px;
	width: 300px;
	transform: rotate(60deg);
}
.top-buisiness .item {
	position: relative;
}
.top-buisiness .item figure img {
	border-radius: 40px;
}

/* 背景 */
.top-bg .company-name {
	font-size: clamp(24px, 8vw, 120px);
	font-weight: 800;
}

/* サービスメニュー */
.top-service .item figure img {
	border-radius: 40px;
}
.top-service .item {
	position: relative;
}
.top-service .item .ashirai {
	top: 10px;
}

/* イラスト背景セクション2 */
.top-illust-bg-section2 .bg {
	position: absolute;
	top: -80px;
	right: 0;
	width: 350px;
	transform: rotate(40deg);
}
@media (max-width: 959px) {
	.top-illust-bg-section2 .bg {
		position: absolute;
		top: -20px;
		right: -20px;
		width: 130px;
	}
}

/* 選ばれる理由 */
.top-strengths .item figure img {
	border-radius: 40px;
}
.top-strengths .item {
	position: relative;
}

/* イラスト背景セクション3 */
.top-illust-bg-section3 .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	transform: rotate(80deg);
}
@media (max-width: 959px) {
	.top-illust-bg-section3 .bg {
		top: 40px;
		left: 0;
		width: 100px;
	}
}




