@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#service .service {
	padding-top: 90px;
}
#service .service::before {
	background: #fff url(../img/bg.png) no-repeat center top / cover;
}
#service .service .box {
	margin-bottom: 110px;
}
#service .service .box .img {
	position: relative;
	width: 550px;
	height: 300px;
	background-image: url("../img/service/point01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
#service .service .box:nth-of-type(2) .img {
	background-image: url("../img/service/point02.jpg");
}
#service .service .box:nth-of-type(3) .img {
	background-image: url("../img/service/point03.jpg");
}
#service .service .box .img::before {
	position: absolute;
	inset: 0;
	background: rgba(19, 24, 52, 0.6);
	content: "";
	z-index: 1;
	border-radius: 5px;
}
#service .service .box .img::after {
	position: absolute;
	inset: 30px 30px;
	border: 1px solid #999;
	content: "";
	z-index: 2;
	border-radius: 5px;
}
#service .service .box .img .txt {
	position: relative;
	color: #fff;
	font-size: 33px;
	line-height: 1.85;
	text-align: center;
	z-index: 3;
	letter-spacing : 3.3px;
}
#service .service .box .img .txt .fs {
	font-size: 16px;
	line-height: 1.6;
	display: block;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 0;
}
#service .service .box .img .wind {
	position: absolute;
	top: -30px;
	left: 30px;
	font-size: 61px;
	z-index: 1;
	transform: rotate(-5deg);
	line-height: 1;
}
#service .service .box.rev .img .wind {
	left: auto;
	right: 30px;
}
#service .service .box ul {
	width: 500px;
}
#service .service .box ul li {
	background: #fff;
	margin-bottom: 5px;
	font-size: 20px;
	padding: 10px 0 10px 50px;
	position: relative;
}
#service .service .box ul li::before {
	content: "";
	position: absolute;
	top: 28px;
	left: 20px;
	width: 10px;
	height: 1px;
	background: var(--color-gold);
}
#service .service .msg {
	font-size: 33px;
}
#service .usage {
	padding-top: 90px;
}
#service .usage::before {
	background: #fff url(../img/bg.png) no-repeat center top / cover;
}
#service .usage::after {
	background: url("../img/service/bg.jpg") no-repeat center / cover;
	height: 612px;
}
#service .usage .grid {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 260px);
	gap: 20px 0;
}
#service .usage .grid .box {
	background: #fff;
	aspect-ratio: 1 / 1;
}
#service .usage .grid .box .ico {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 105px;
	height: 111px;
	margin: 40px auto 30px;
}
#service .usage .grid .box .txt {
	font-size: 18px;
}

@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#service .service, #service .usage {
		padding-top: 50px;
	}
	#service .service .box {
		display: block;
		margin-bottom: 40px;
	}
	#service .service .box .img {
		margin: 0 auto 20px;
	}
	#service .service .box .img .wind {
		font-size: 50px;
		top: -20px;
		left: 30px;
	}
	#service .service .box.rev .img .wind {
		right: auto;
		left: 30px;
	}
	#service .service .box .img .txt {
		font-size: 30px;
	}
	#service .service .box ul {
		width: 100%;
	}
	#service .service .box ul li {
		font-size: 18px;
		padding: 5px 5px 5px 40px;
	}
	#service .service .box ul li::before {
		top: 22px;
	}
	#service .service .msg {
		font-size: 25px;
	}
	#service .usage::after {
		height: 300px;
	}
	#service .usage .grid {
		grid-template-columns: repeat(3, 32%);
	}
	#service .usage .grid .box .ico {
		width: calc(105px * 0.8);
		height: calc(111px * 0.8);
		margin: 30px auto 20px;
	}
	#service .usage .grid .box .ico img {
		transform: scale(0.8)
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service .service .box .img {
		width: 100%;
		height: auto;
		aspect-ratio: 55 / 30;
	}
	#service .service .box .img::after {
		inset: 15px 15px;
	}
	#service .service .box .img .txt {
		font-size: 20px;
	}
	#service .service .box .img .wind {
		font-size: 35px;
		top: -15px;
		left: 10px;
	}
	#service .service .box.rev .img .wind {
		left: 10px;
	}
	#service .service .box ul li {
		font-size: 110%;
		padding-left: 35px;
	}
	#service .service .box ul li::before {
		top: 18px;
		left: 15px;
	}
	#service .service .box .img .txt .fs {
		font-size: 12px;
	}
	#service .service .msg {
		font-size: 18px;
	}
	#service .usage::after {
		height: 250px;
	}
	#service .usage .grid {
		grid-template-columns: repeat(2, 48%);
	}
	#service .usage .grid .box .ico {
		margin: 20px auto 0;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#service .service .msg {
		font-size: 15px;
	}
	#service .service .box .img .txt .fs {
		font-size: 10px;
		margin-top: 10px;
	}
}