/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 26 2026 | 17:54:48 */
/* トップページ */

/* メインビジュアル */
.p-mainVisual__textLayer {
	top: auto;
	bottom: 0;
	background-color: rgba(255, 255, 255, .7);
	max-width: 100%;
	height: 160px;
}
@media (max-width: 599px) {
	.p-mainVisual__textLayer {
		height: 60px;
	}
	.p-mainVisual__slide {
		padding-bottom: 40px;
	}
}
.p-mainVisual__textLayer .fv-text {
	font-size: clamp(16px, 2.6vw, 30px);
	line-height: 2;
	letter-spacing: .4em;
}
@media (max-width: 599px) {
	.p-mainVisual__textLayer .fv-text {
		font-size: 13px;
		letter-spacing: .1em;
		text-align: center;
		margin-right: -10px;
	}
}
.p-mainVisual__textLayer .fv-badge {
	transform: translatey(-40px);
}
@media (max-width: 599px) {
	.p-mainVisual__textLayer .fv-badge {
		transform: translatey(-15px);
	}
}
.p-mainVisual__textLayer .fv-badge img {
	width: 180px;
}
@media (max-width: 599px) {
	.p-mainVisual__textLayer .fv-badge img {
		width: 75px;
	}
}
/* @media (max-width: 599px) {
	.p-mainVisual__textLayer {
		top: 5%;
		bottom: auto;
		right: -2%;
		left: auto;
		background-color: rgba(255, 255, 255, .7);
		max-width: 80px;
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.p-mainVisual__textLayer .fv-text {
		writing-mode: vertical-rl;
		letter-spacing: .3em;
		transform: translateX(-1px);
	}
	.p-mainVisual__textLayer .p-blogParts .content .swell-block-columns__inner {
		flex-direction: column-reverse;
		justify-content:  center;
		width: 85px;
		margin-inline: auto;
	}
	.p-mainVisual__textLayer .p-blogParts .content .swell-block-columns__inner * {
		margin: 0;
	}
} */

/* 新着情報 & ブログ */
@media (min-width: 960px) {
	.top-news h2.sectionTitle {
		margin-left: 0;
	}
	.top-news .sub-title {
		text-align: left;
	}
}
@media (max-width: 959px) {
	.top-news h2.sectionTitle {
		text-align: center!important;
	}
}
.top-news .swell-block-columns__inner {
	align-items: stretch!important;
}
.top-news .swell-block-columns__inner .swell-block-column:first-of-type {
	display: flex;
	flex-direction: column;
}
.top-news .swell-block-columns__inner .swell-block-column:first-of-type .swell-block-button {
	margin-top: auto;
	margin-left: 0;
}
.top-news .swell-block-columns__inner .swell-block-column:first-of-type .swell-block-button span {
	color: #fff;
}
.top-news .swell-block-columns__inner .swell-block-column:first-of-type .swell-block-button svg {
	fill: #fff;
}
@media (min-width: 960px) {
	.top-news .swell-block-columns__inner .swell-block-column:first-of-type .swell-block-button {
		margin-bottom: 16px!important;
	}
}
.top-news .p-postListWrap {
	background-color: #fff;
	padding: 10px 20px;
}
.top-news .p-postListWrap .p-postList {
	border-top: 0;
}
.top-news .p-postListWrap .p-postList .p-postList__item:last-of-type a {
	border-bottom: 0;
}
@media (min-width: 960px) {
	.top-news .p-postListWrap {
		margin-bottom: 0;
	}
}
.top-news h2.sectionTitle {
	margin-bottom: 10px;
}
.top-news h2.sectionTitle::after {
	display: none;
}
.top-news .p-postList__meta {
	position: initial;
}
.top-news .p-postList__cat {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	background: var(--color_main);
	color: #fff;
	padding: .4em .6em;
}
.top-news h3 {
	padding-right: 100px!important;
}
.top-news .swell-block-button__link span {
	color: #fff;
}
.top-news .swell-block-button__link svg {
	fill: #fff;
}

/* 取扱業務 */
.top-service .item {
	background-color: #fff;
}
.top-service .item .wrap {
	padding: 20px;
}

