/* =========================================
   全体（body）
========================================= */
.section {
	position: relative;
	z-index: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.others {
	padding-bottom: 128px;
}
.others {
	margin-top: 80px;
}

.section-group .bg {
	padding: 128px 0;
}

.section-group .bg:first-of-type {
	padding: 0;
}

.section-group .bg.kurashi:nth-child(even) {
	background-color: #fff5e1;
	padding: 40px 0;
}

.section-group .bg.reform:nth-child(even) {
	background-color: #f9f6d0;
	padding: 40px 0;
}

/* =========================================
   各セクション
========================================= */

/* サービスタイトル＋説明エリア */
.service_title {
	width: 100%;
	margin: 77px auto 0;
	max-width: 1000px;
}

.service_title p {
	display: flex;
	justify-content: center;
	text-align: justify;
	margin: 0 auto;
}

.box-title.kurashi {
	background: #fadfb1;
}

.box-title.reform {
	background: #f8f0a9;
}

.service_img1 {
	display: flex;
	width: 600px;
	height: 450px;
	margin: 41px auto 64px;
	align-items: center;
}

.service_img1 img {
	width: 100%;
	height: auto;
}

.service_img2 {
	display: flex;
	margin-bottom: 27px;
	gap: 60px;
	justify-content: center;
	align-items: center;
}

.service_img2 img {
	width: 294px;
}

.service_img3 {
	width: 100%;
	margin-top: 40px;
}

.service_text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service_text p {
	font-weight: bold;
	width: 100%;
	text-align: center;
	font-size: 24px;
}

/* ご利用方法（usage） */
.usage {
	margin: 0 auto;
	max-width: 800px;
}

.usage p {
	text-align: center;
}

.usage p.bold {
	font-size: 40px;
	margin: 0 0 10px;
}

.usage .service_normal {
	padding: 40px 0 10px;
}

.usage .btn.form {
	margin-top: 20px;
}

.btn.kurashi {
	margin-bottom: 20px;
}

.btn.kurashi p.semibold {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	margin: 0;
}

.kurashi p.semibold {
	display: flex;
	justify-content: left;
	margin: 0;
	text-align: justify;
}

.kurashi p.semibold.ctr {
	justify-content: center;
}

.point {
	text-align: center;
}

.point_small {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	/* max-width: 580px; */
	max-width: 815px;
	margin: 0 auto;
	padding-top: 24px;
}

p.small.mb {
	margin-bottom: 64px;
}

.new {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.new p.service_normal {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 40px 0 34px;
	padding: 0;
}

.new p.small {
	text-align: center;
	max-width: none;
	margin-top: 24px;
}

.return p {
	margin: 0;
}

.tel_hikkoshi {
	font-size: 28px;
	font-weight: 600;
}

/* ーーーーーーーーーーーーーーーーーーーーーー
   ボタン
ーーーーーーーーーーーーーーーーーーーーーー */
.bk-btn {
	width: fit-content;
	gap: 40px;
}

.btn_group {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.btn_group > .bk-btn {
	width: auto;
	margin: 0;
}

@media screen and (max-width: 768px) {
	/* ---------- サービス概要 ---------- */
	.service-box {
		padding-top: 0;
		padding-bottom: 0;
	}

	.service_text p {
		font-size: 16px;
		text-align: center;
	}

	.service_title {
		margin-top: 24px;
	}

	.service_title.second {
		margin-top: 88px;
	}

	.service_title img,
	.service_title p {
		width: 100%;
	}
	h2.box-title.small {
		padding: 8px 13px;
	}

	p.small {
		margin: 8px auto 0;
	}

	p.small.mb {
		margin-bottom: 12px;
	}

	.service_title.service_normal p {
		text-align: left;
		font-size: 16px;
	}

	.service_img1 {
		width: 300px;
		height: auto;
		margin: 0 auto 24px;
	}

	.service_img2 {
		flex-direction: column;
		gap: 10px;
		margin: 0 0 10px;
	}

	.service_img2 img {
		width: 120px;
	}
	.service_img3 {
		margin-top: 0;
		margin-bottom: 28px;
	}

	/* ---------- usage ---------- */

	.usage p.bold {
		font-size: 22px;
	}
	.usage .service_normal {
		padding: 0 0 10px;
	}

	.usage p.small {
		font-size: 16px;
	}

	.usage .btn.form {
		margin-top: 10px;
	}

	.new p.service_normal {
		margin: 0 0 20px;
	}
	/* ---------- ボタン ---------- */
	.btn.service,
	.btn.request,
	.btn.kurashi {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}

	.tel_hikkoshi {
		font-size: 18px;
	}

	.bk-btn {
		gap: 5px;
		min-width: 280px;
		padding: 15px 20px;
	}

	.btn.kurashi p.semibold {
		font-size: 16px;
	}
	.btn_group {
		display: flex;
		flex-direction: column;
	}
	.others {
		margin-top: 0;
		padding-top: 48px;
	}
	.section-group .bg {
		padding: 40px 0 40px;
	}
	.section-group .bg:first-of-type {
		padding: 0;
	}

	.section-group .bg:nth-child(even) {
		padding: 40px 0;
	}
}
