@charset "utf-8";


/* -----------------------------------------------------------
    サービス
-------------------------------------------------------------- */

.fuchi {
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff,
  -3px 3px 3px #fff,  3px -3px 3px #fff,
  3px 0 3px #fff, -3px 0 3px #fff,
  0 3px 3px #fff,  0 -3px 3px #fff;
}

/* -----------------------------------------------------------
    intro-area
-------------------------------------------------------------- */
.intro-area {
	padding: 60px 0 0;
	position: relative;
}

.intro-area::before {
	content: "Support Your Life Support Your Life Support Your Life Support Your Life";
	position: absolute;
	top: 50%;
	left: initial;
	font-size: 14.0rem;
	white-space: nowrap;
	overflow: hidden;
	letter-spacing: 0;
	color: var(--palegreen);
	animation: marquee 120s linear infinite;
	z-index: -2;
}

@keyframes marquee {
  0% {
	transform: translateX(0%);
  }
  100% {
	transform: translateX(-50%);
  }
}

.intro-area .inner {
	text-align: center;
}

.intro-area .ill-wrap {
	width: 400px;
	margin: 40px auto 0;
}

.intro-area .ill-wrap img {
	width: 100%;
}

.intro-area .catch {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .1rem;
	display: inline-block;
	position: relative;
	border-bottom: 1px solid var(--green);
	padding: 0 20px 10px;
}

.intro-area .catch::before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	width: 20px;
	height: 20px;
}

.intro-area .catch::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 24px;
	transform: rotate(-45deg);
	background: var(--green);
	position: absolute;
	bottom: -21px;
	left: 49.6%;
}

.intro-area .catch .large {
	font-size: 3.6rem;
	color: var(--green);
	display: inline-block;
	padding: 0 5px;
	position: relative;
}

.intro-area .catch .large:last-child::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -24px;
	right: -54px;
	width: 80px;
	height: 40px;
	transform: rotate(45deg);
	
}

@media screen and (max-width: 767px){
	.intro-area {
		padding: 40px 0 0;
	}

	.intro-area::before {
		top: 60%;
		left: initial;
		font-size: 7.0rem;
	}
	
	.intro-area .inner {
		text-align: center;
	}
	
	.intro-area .ill-wrap {
		width: 80%;
		height: initial;
		margin: 20px auto 0;
		max-width: 400px;
	}

	.intro-area .catch {
		font-size: 2.0rem;
		line-height: 1.6;
		letter-spacing: 0;
		padding: 0 6px 10px;
	}

	.intro-area .catch::after {
		width: 1px;
		height: 20px;
		bottom: -18px;
		left: 49%;
	}

	.intro-area .catch .large {
		font-size: 2.6rem;
		color: var(--green);
		display: inline-block;
		padding: 0 2px;
		position: relative;
	}

	.intro-area .catch .large:last-child::after {
		top: -13px;
		right: -33px;
		width: 50px;
		height: 25px;
	}
}

/* -----------------------------------------------------------
    detail-area
-------------------------------------------------------------- */
.detail-area {
	padding: 0;
}

.detail-area .service-block .top-area > .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.detail-area .bottom-area {
	padding: 60px 0 100px;
}

.detail-area .bottom-area > .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

.detail-area .bottom-area .catch {
	font-size: 3.0rem;
	line-height: 1.6;
	font-weight: bold;
	margin: 0 0 30px;
	width: 100%;
	text-align: center;
	color: var(--green);
}

.detail-area .bottom-area .service-txt {
	line-height: 2.0;
	text-align: center;
	width: 100%;
	margin: 0 0 40px;
}

/*------ お近くのガラス修理センター ------*/
.detail-area .glass .top-area {
	background: url("../img/service-bg-glass.png") center/cover, no-repeat #fff;
	background-blend-mode: luminosity;
	opacity: .2;
	width: 100%;
}

.detail-area .service-block.glass .top-area > .inner {
	align-items: flex-end;
}

.detail-area .glass .catch-wrap {
	width: calc( 100% - 486px );
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.5;
	padding: 50px 0 60px;
}

.detail-area .glass .catch-wrap .logo {
	margin: 0 0 30px;
}

/*------ お近くの金庫鍵開けセンター ------*/
.detail-area .kinko .top-area {
	background: url("../img/service-bg-kinko.png") center/cover, no-repeat #fff;
	width: 100%;
	padding: 40px 0 0;
	background-blend-mode: luminosity;
	opacity: .2;
}

.detail-area .kinko .catch-wrap .logo {
	margin: 0 0 20px;
}

/*------ ハチ駆除119番 ------*/
.detail-area .hachi .top-area {
	background: url("../img/service-bg-hachi.png") center/cover, no-repeat #ffc039;
	width: 100%;
	height: 530px;
}

.detail-area .hachi .top-area .inner {
	position: relative;
	height: 560px;
}

.detail-area .hachi .top-area .catch-wrap {
	position: relative;
	z-index: 1;
}

.detail-area .hachi .top-area .person {
	position: absolute;
	top: 0;
	right: 0;
}

.detail-area .hachi .catch-wrap .logo {
	margin: 0 0 20px;
}

/*------ ゴキブリ駆除24 ------*/
.detail-area .goki .top-area {
	background: url("../img/service-bg-goki.jpg") center/cover, no-repeat;
	width: 100%;
}
/*------ 盗聴器 ------*/
.detail-area .tochoki .top-area {
	background: url("../img/service-img-tochoki.png") center/cover, no-repeat;
	width: 100%;
}

@media screen and (max-width: 767px){
	.detail-area {
		padding: 0;
	}
	
	.detail-area .service-block .top-area > .inner {
		flex-wrap: wrap;
	}
	
	.detail-area .bottom-area {
		padding: 30px 0 50px;
	}
	
	.detail-area .bottom-area > .inner {
	}
	
	.detail-area .bottom-area .catch {
		font-size: 2.4rem;
		margin: 0 0 20px;
		text-align: left;
	}
	
	.detail-area .bottom-area .service-txt {
		text-align: left;
		margin: 0 0 10px;
	}
	
	/*------ お近くのガラス修理センター ------*/
	.detail-area .glass .top-area {
		background: url("../img/service-sp-glass.jpg") center/cover, no-repeat;
		width: 100%;
		height: initial;
		aspect-ratio: 750 / 1224;
	}
	
	.detail-area .glass .catch-wrap {
		width: 100%;
		padding: 0;
		justify-content: center;
	}
	
	.detail-area .glass .catch-wrap .logo {
		display: none;
	}
	
	.detail-area .glass .img-wrap.person {
		width: 80%;
		margin: 0 auto;
		max-width: 400px;
	}
	
	/*------ お近くの金庫鍵開けセンター ------*/
	.detail-area .kinko .top-area {
		background: url("../img/service-sp-kinko.jpg") center/cover, no-repeat;
		width: 100%;
		height: initial;
		aspect-ratio: 750 / 1332;
	}
	
	.detail-area .kinko .catch-wrap .logo {
		display: none;
	}
	
	/*------ ハチ駆除119番 ------*/
	.detail-area .hachi .top-area {
		background: url("../img/service-sp-hachi.jpg") center/cover, no-repeat;
		width: 100%;
		height: initial;
		aspect-ratio: 750 / 1460;
	}

	.detail-area .hachi .top-area .inner {
		position: relative;
		height: inherit;
	}

	.detail-area .hachi .catch-wrap .logo {
		display: none;
	}
	
	/*------ ゴキブリ駆除24 ------*/
	.detail-area .goki .top-area {
		background: url("../img/service-sp-goki.jpg") center/cover, no-repeat;
		width: 100%;
		height: initial;
		aspect-ratio: 750 / 1008;
	}
	
	.detail-area .goki .catch-wrap .logo {
		display: none;
	}
	
	/*------ 盗聴器 ------*/
	.detail-area .tochoki .top-area {
		background: url("../img/service-sp-tochoki.png") center/cover, no-repeat;
		width: 100%;
		height: initial;
		aspect-ratio: 750 / 1460;
	}
	
	.detail-area .goki .catch-wrap .logo {
		display: none;
	}
	
}

/* -----------------------------------------------------------
    other-area
-------------------------------------------------------------- */

.other-area {
    margin: 40px 0 100px;
}

.other-area .other-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.other-area .other-list li {
    width: calc( (100% - 40px ) / 2);
}

.other-area .other-list li .other-btn {
    display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
    width: 100%;
    position: relative;
    border-radius: 20px;
    /*box-shadow: 3px 3px 10px rgba(0,0,0,.1);*/
    transition: all .4s;
    top: 0;
	gap: 30px;
	padding: 20px;
	border: 1px solid var(--green);
}

.other-area .other-list li .other-btn:hover {
    top: -15px;
    opacity: 1;
    box-shadow: 3px 3px 10px rgba(0,0,0,.1);
}

.other-area .other-list li .img-wrap {
	width: 240px;
	border-radius: 15px;
	overflow: hidden;
}

.other-area .other-list li .img-wrap img {
	width: 100%;
	object-fit: cover;
}

.other-area .other-list li .txt-box {
    width: calc( 100% - 270px );
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--green);
	position: relative;
	margin: 20px 0 0;
}
.other-area .other-list li .txt-box::after {
	content: "\f054";
    font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
    right: 0;
    transition: all .4s;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: var(--awesome);
	font-style: normal!important; 
}

.other-area .other-list li .other-btn:hover .txt-box::after {
    right: -5px;
}

.other-area .other-list li .txt-box .en {
	font-size: 4.6rem;
	font-weight: 500;
	color: var(--palegreen);
	font-family: var(--en);
	position: absolute;
	top: -30px;
	left: -15px;
	z-index: -1;
	letter-spacing: .2rem;
}

@media screen and (max-width: 767px){
    .other-area {
        margin: 0 0 60px;
    }
    
    .other-area .other-list {
        gap: 30px;
    }
    
    .other-area .other-list li {
        width: 100%;
    }
	
	.other-area .other-list li .other-btn {
		border-radius: 10px;
		gap: 20px;
		padding: 10px;
	}
	
	.other-area .other-list li .img-wrap {
		width: 120px;
		border-radius: 5px;
	}
	
	.other-area .other-list li .txt-box {
		width: calc( 100% - 120px );
		font-size: 1.8rem;
		margin: 10px 0 0;
	}
	
	.other-area .other-list li .txt-box .en {
		font-size: 3.0rem;
		font-weight: 500;
		top: -20px;
		left: -10px;
		letter-spacing: .1rem;
	}
}