/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2026 | 21:56:14 */
/* トップページ */

#body_wrap.home .l-content {
	margin-bottom: 0!important;
}
#body_wrap.home #before_footer_widget {
	margin-top: 0!important;
}

/* ファーストビュー */
.p-mainVisual__slideTitle {
	font-weight: bold;
	letter-spacing: .05em;
}
@media (min-width: 600px) {
    .p-mainVisual__slideTitle {
        font-size: 40px;
    }
}
@media (max-width: 599px) {
	.p-mainVisual__slideTitle {
		font-size: 7vw;
		margin-bottom: 20px;
	}
}
.p-mainVisual__slideText {
	font-weight: bold;
	letter-spacing: .05em;
}
@media (min-width: 600px) {
    .p-mainVisual__slideText {
        font-size: 28px;
    }
}
@media (max-width: 599px) {
	.p-mainVisual__slideText {
		font-size: max(3vw, 18px);
	}
}
.p-mainVisual__slideText .bg-black {
	background-color: #fff;
	color: #333;
	display: inline-block;
	padding: .2em .4em;
	margin-left: .2em;
	margin-right: .2em;
	line-height: 1;
}

/* コレクトが提供するサービス */
.top-service .content .swell-block-columns__inner {
	justify-content: center;
}
.top-service .item h3 {
	font-weight: bold;
	padding: .4em .5em;
	letter-spacing: .05em;
}

/* 私たちについて */
.top-about .text-top {
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
}
@media (max-width: 599px) {
	.top-about .text-top {
		font-size: 16px;
		text-align: left;
	}
}
.top-about .content {
	background-color: #fff;
	padding: 2em 1em;
}
.top-about .fukidashi-wrap figure {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}
.top-about .fukidashi-wrap figure img {
	display: block;
	filter:
	drop-shadow( 5px  0   0 #fff)
	drop-shadow(-5px  0   0 #fff)
	drop-shadow( 0    5px 0 #fff)
	drop-shadow( 0   -5px 0 #fff)
	drop-shadow(0 4px 10px rgba(0,0,0,.25));
}
.top-about .text-soudan {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 599px) {
	.top-about .text-soudan {
		font-size: 18px;
	}
}
.top-about .text-soudan::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 1px;
  height: 35px;
  background: #333;
  transform: rotate(-15deg) translateY(-60%);
  transform-origin: center;
}
.top-about .text-soudan::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 1px;
  height: 35px;
  background: #333;
  transform: rotate(15deg) translateY(-60%);
  transform-origin: center;
}
@media (max-width: 599px) {
	.top-about .text-soudan::before {
		height: 45px;
		transform: rotate(-15deg) translateY(-50%);
	}
	.top-about .text-soudan::after {
		height: 45px;
		transform: rotate(15deg) translateY(-50%);
	}
}
.top-about .text-taiou {
	font-weight: bold;
}
.top-about .text-taiou * {
	font-size: 24px;
}
@media (max-width: 599px) {
	.top-about .text-taiou * {
		font-size: 20px;
	}
}
.top-about .content-taiou .swell-block-columns__inner {
	justify-content: center;
}
.top-about .content-taiou .item {
	padding: 10px;
}
.top-about .content-taiou .item p {
	letter-spacing: .05em;
}
@media (max-width: 599px) {
	.top-about .content-taiou .item {
		padding: 0!important;
	}
}
.top-about .content-taiou .item h4 {
	padding-top: 10px;
}
@media (max-width: 599px) {
	.top-about .content-taiou .item h4 {
		padding: .4em .3em;
	}
}

/* 多くのお客様に選ばれ続けている理由があります */
@media (max-width: 599px) {
	.top-reason h2 {
		font-size: 19px!important;
	}
}
@media (max-width: 599px) {
	.top-reason .swell-block-columns__inner {
		row-gap: 5px;
	}
	.top-reason .swell-block-columns__inner .title {
		margin-bottom: 10px!important;
	}
}
.top-reason .outer {
	position: relative;
}
.top-reason .staff-img-left,
.top-reason .staff-img-right {
	position: absolute;
	z-index: 1;
}
.top-reason .staff-img-left {
	left: -40px;
	top: -60px;
	width: 240px;
	transform: rotate(5deg);
}
.top-reason .staff-img-right {
	right: -10px;
	top: 80px;
	width: 220px;
}
@media (max-width: 800px) {
	.top-reason .staff-img-left {
		left: -10px;
		top: -60px;
		width: min(35%, 200px);
	}
	.top-reason .staff-img-right {
		right: -8px;
		top: auto;
		bottom: -40px;
		width: min(35%, 160px);
	}
}
.top-reason .staff-img-left img,
.top-reason .staff-img-right img {
	display: block;
	filter: drop-shadow(0 4px 4px rgba(0,0,0,.25));
}
.top-reason .content .point p {
	width: max-content;
	border-radius: 10px;
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	padding: .1em .4em;
	margin-left: auto;
}
@media (max-width: 599px) {
	.top-reason .content .point p {
		margin-left: 0!important;
		font-size: 12px;
	}
}
.top-reason .content .title {
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
}
.top-reason .content .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-image: linear-gradient(to right, #ccc 5px, transparent 5px);
	background-size: 10px 3px;
	background-repeat: repeat-x;
}
@media (min-width: 960px) {
	.top-reason .content .title::after {
		width: 95%;
	}
}
@media (max-width: 599px) {
	.top-reason .content .title::after {
		height: 2px;
		background-size: 10px 2px;
	}
}

/* 対応エリア */
.top-area .content figure {
	height: 100%;
	display: block;
}
.top-area .content .text-top {
	font-size: 22px;
	padding: 1em;
}
@media (max-width: 599px) {
	.top-area .content .text-top {
		font-size: 18px;
		line-height: 1.5;
	}
}
@media (max-width: 599px) {
	.top-area .content .text-top {
		font-size: 18px;
		line-height: 1.5;
	}
}
@media (max-width: 599px) {
	.top-area .content .swell-block-button {
		text-align: center;
	}
}

/* お知らせ */
@media (max-width: 599px) {
	.top-news .text {
		text-align: left;
	}
}

/* コレクトについて */
@media (max-width: 599px) {
	.top-company .map {
		height: 250px;
	}
}

