/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2026 | 04:40:29 */
/* トップページ */

/* メインビジュアル */
.p-mainVisual__slideTitle {
	text-align: left;
	font-size: 60px;
	font-weight: 700;
}
@media (max-width: 599px) {
	.p-mainVisual__slideTitle {
		font-size: 40px;
	}	
}
.p-mainVisual__slideTitle span {
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.45);
	display: block;
	letter-spacing: .05em;
}
.p-mainVisual__imgLayer img {
	object-position: center 15%;
}
@media (max-width: 850px) {
		.p-mainVisual__slideTitle {
			writing-mode: vertical-rl;
			margin-right: auto;
			margin-left: 20px;
		}	
	.p-mainVisual__imgLayer img {
		object-position: 75% center;
	}
}

/* 提供サービス */
/* サービスカードの高さを揃える */
.topPage_service .content .item {
	display: flex;
}
.topPage_service .item-link {
	display: flex;
	width: 100%;
	flex: 1;
	cursor: pointer;
	transition: .3s;
}
.topPage_service .item-link:hover {
	opacity: .6;
}
.topPage_service .content .item .icon-wrap {
	display: flex;
	width: 100%;
}
.topPage_service .content .icon-wrap > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
/* end */

.topPage_service .img-wrap {
	position: relative;
}
.topPage_service .img-wrap::before {
	position: absolute;
	content: "";
	inset: 0;
	background: rgba(0 ,0 ,0, .2);
	width: 100%;
	height: 100%;
}
.topPage_service .img-wrap .inner-content {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
}
.topPage_service .img-wrap .inner-content h3 {
	color: #fff;
	letter-spacing: .1em;
	font-size: 28px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	padding-top: 40px;
	margin-bottom: 20px;
}
.topPage_service .img-wrap .inner-content img {
	width: 30px;
}
@media (max-width: 599px) {
	.topPage_service .img-wrap .inner-content h3 {
		font-size: 22px;
	}	
}
.topPage_service .icon-wrap {
	padding-left: 20px;
	padding-right: 20px;
}
.topPage_service .icon-wrap img {
	width: 60px;
	text-align: center;
}
.topPage_service .icon-wrap .title-wrap {
	position: relative;
}
.topPage_service .icon-wrap .title-wrap h3 {
	flex-basis: 100%;
	padding-right: 40px;
}
@media (max-width: 599px) {
	.topPage_service .icon-wrap .title-wrap h3 {
		padding-left: 20px;
		font-size: 17px!important;
	}	
}
.topPage_service .icon-wrap .title-wrap figure {
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
}
