@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
.line {
	background: linear-gradient(90deg, rgba(0, 162, 255, 1) 0%, rgba(87, 96, 99, 1) 32%, rgba(0, 162, 255, 1) 68%, rgba(87, 96, 99, 1) 100%);
	width: 100%;
	height: 1px;
	border: none;
	position: relative;
}
.line::before {
	content: "";
	background: url(../img/top/icon02.png) no-repeat center / 100%;
	width: 38px;
	height: 25px;
	position: absolute;
	top: -5px;
	right: 0;
}
.line.lft::before {
	right: auto;
	left: 0;
}
#service #price {
	position: relative;
}
#service #price .bg_white {
	background: #fff;
	width: 980px;
	margin: 0 auto;
	padding: 50px;
	border-radius: 20px;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
#service #price .ashirai {
	position: absolute;
	z-index: 0;
	bottom: 260px;
	left: -165px;
}
#service #price .bg_white table {
	width: 100%;
	font-size: 110%;
}
#service #price .bg_white table tr:first-of-type {
	background: rgba(217, 241, 255, 0.5);
	overflow: hidden;
}
#service #price .bg_white table tr:nth-child(2n+3) {
	background: rgba(238, 239, 239, 0.5);
}
#service #price .bg_white table tr th, #service #price .bg_white table tr td {
	padding: 21px;
	text-align: center;
	font-weight: 500;
}
#service #price .bg_white table tr:first-of-type th:first-of-type, #service #price .bg_white table tr:not(:first-of-type) th:first-of-type {
	border-radius: 20px 0 0 20px;
}
#service #price .bg_white table tr td {
	color: var(--color-primary);
}
#service #price .bg_white table tr th:nth-of-type(2), #service #price .bg_white table tr td:first-of-type {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#service #price .bg_white table tr th:last-of-type, #service #price .bg_white table tr td:last-of-type {
	border-radius: 0 20px 20px 0;
}
#service #price .rit {
	margin-right: 60px;
}
#about h4 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 90px;
}
#about h4.mbs {
	margin-bottom: 30px;
}
#about .section {
	position: relative;
}
#about .section .steps {
	position: relative;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 310px);
	gap: 90px 0;
	margin-bottom: 110px;
}
#about .section .steps::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
	-webkit-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
	bottom: -100px;
	background: url("../img/service/arrow.png") no-repeat center / 100% auto;
	width: 33px;
	height: 104px;
}
#about .section .steps .box {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #fff;
	border-radius: 20px;
	position: relative;
	padding: 50px 20px 20px;
}
#about .section .steps .box .step {
	background: url("../img/service/bg-step.png") no-repeat center;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	width: 66px;
	height: 72px;
	padding-top: 15px;
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	color: var(--color-primary);
	z-index: 1;
}
#about .section .steps .box .step .no {
	font-size: 28px;
}
#about .section .steps .box .ico {
	width: 114px;
	height: 116px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}
#about .section .goal {
	position: relative;
	width: 142px;
	height: 142px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #7fd0ff;
	border-radius: 50%;
	font-size: 35px;
	font-weight: 500;
	margin: 0 auto;
}
#about .section .goal::before {
	content: "";
	background: url("../img/service/ribbon.png") no-repeat center / 100% auto;
	width: 67px;
	height: 47px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1;
}
#about .section .ashirai02 {
	position: absolute;
	right: -200px;
	bottom: 70px;
}
#about .section .bg_white {
	padding: 40px;
	border-radius: 20px;
	background: #fff;
	margin-top: 40px;
}
#about .section .bg_white ul {
	width: 50%;
}
#about .section .bg_white ul li {
	padding-left: 15px;
	position: relative;
	font-size: 110%;
	margin-bottom: 10px;
}
#about .section .bg_white ul li:last-of-type {
	margin-bottom: 0;
}
#about .section .bg_white ul li::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-primary);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#about .steps .box:not(:nth-child(3n))::before {
		content: "";
		position: absolute;
		right: -60px;
		top: calc(50% - 52px);
		background: url("../img/price/arrow.png") no-repeat center / 100% auto;
		width: 33px;
		height: 104px;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
	#about .steps .box:nth-child(odd):before {
		content: "";
		position: absolute;
		right: -50px;
		top: calc(50% - 52px);
		background: url("../img/service/arrow.png") no-repeat center / 100% auto;
		width: 33px;
		height: 104px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#service .txt.fm {
		font-size: 105%;
	}
	#service #price .bg_white {
		width: 100%;
		padding: 20px;
		margin-bottom: 20px;
	}
	#service #price .bg_white table {
		font-size: 100%;
	}
	#service #price .bg_white table tr th, #service #price .bg_white table tr td {
		padding: 15px;
	}
	#service #price .rit {
		margin-right: 0;
	}
	#about h4 {
		font-size: 20px;
	}
	#about .section .steps {
		gap: 50px 0;
		max-width: 680px;
		margin: 0 auto 90px;
		grid-template-columns: repeat(2, 310px);
	}
	#about .section .bg_white {
		padding: 20px;
	}
	#about .section .bg_white ul {
		width: 48%;
	}
	#about .section .bg_white ul li {
		font-size: 105%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service #price .bg_white {
		padding: 15px;
	}
	#service #price .bg_white table tr th, #service #price .bg_white table tr td {
		padding: 10px;
	}
	#service #price .rit {
		font-size: 100%;
	}
	#about .section .steps {
		display: block;
	}
	#about .section .steps .box {
		width: 100%;
		padding: 50px 15px 15px;
		margin-bottom: 100px;
	}
	#about .section .steps .box:not(:last-child)::before {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
		-webkit-transform: translateX(-50%) rotate(90deg);
		-ms-transform: translateX(-50%) rotate(90deg);
		bottom: -90px;
		background: url("../img/service/arrow.png") no-repeat center / 100% auto;
		width: 33px;
		height: 104px;
	}
	#about .section .bg_white ul {
		width: 100%;
	}
	#about .section .bg_white ul:first-of-type {
		margin-bottom: 5px;
	}
	#about .section .bg_white ul li {
		margin-bottom: 5px;
	}
	#about .section .bg_white ul li::before {
		top: 10px;
	}
}