@charset "utf-8";
/* CSS Document */

#top-service {
	margin-top: 1em;
	padding: 20px;
	border-radius: 10px;
	border: 8px solid #fff7fa;
}
.service-lead {
	font-size: 18px;
	text-align: center;
}
.service-tip {
	margin-top: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
.service-card {
	width: calc((100% - 30px) / 4);
	border: 1px solid #efefef;
	border-radius: 10px;
	transition: .25s ease;
	text-align: center;
}
.service-card:hover {
	transform: translateY(-4px);
}
.service-card a {
	display: block;
	padding: 15px 10px;
}
.service-card img {
	max-width: 80px;
	width: 100%;
}
.service-card .service-title {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #db5d81;
}
#onestop .flow-box {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 60px;
}
#onestop .flow-card {
	width: calc((100% - 120px) / 3);
	padding: 20px 10px;
	border-radius: 10px;
	border:  1px solid #f2d7df;
	text-align: center;
	position: relative;
}
#onestop .flow-card:not(:last-child)::before {
	content: "";
	height: 2px;
	width: 50px;
	background-color: #efefef;
	position: absolute;
	top: 50%;
	right: -55px;
	transform: translateY(-50%);
}
#onestop .flow-card:not(:last-child)::after {
	font-family: "Font Awesome 6 Free";
	content: "\f1b0";
	font: var(--fa-font-solid);
	color: #f7c9d7;
	position: absolute;
	top: 49%;
	right: -40px;
	transform: translateY(-50%);
	font-size: 1.8em;
	rotate: 25deg;
}
#onestop .flow-card .step-txt {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #fff;
	background: #db5d81;
}
#onestop .flow-card .flow-title {
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
#onestop .flow-card img {
	max-width: 100px;
	width: 100%;
}
#onestop .flow-card .flow-txt {
	margin-top: 10px;
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 1.8;
}
.onestop-service {
	margin-top: 20px;
}
.onestop-service-title {
	text-align: center;
	margin-bottom: 10px;
}
.onestop-service-title span {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #666;
	padding: 0 15px;
	background: #fff;
	position: relative;
}
.onestop-service-title span::before {
	content: "";
	width: 220px;
	height: 2px;
	background: #db5e81;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1
}
.onestop-tip {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
.onestop-tip li {
	width: calc((100% - 70px) / 8);
	border: 1px solid #f3d9e2;
	border-radius: 10px;
	padding: 15px 5px;
}
.onestop-tip li .img-box {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 auto 5px;
	background-color: #fff7fa;
	text-align: center;
}
.onestop-tip li .img-box img {
	width: 45px;
	padding-top: 6px;
}
.onestop-tip li .service-title {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #db5d81;
}
.one-midashi {
	margin-top: 20px;
	padding: 25px 20px;
	border-radius: 10px;
	background: #fff3f7;
	text-align: center;
}
.one-midashi .stop-txt {
	font-size: 22px;
	font-weight: 700;
}
.one-midashi .stop-main {
	font-size: 38px;
	font-weight: 700;
	color: #db5d81;
}
.one-midashi .stop-sub-txt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 2;
	color: #666;
}

#service .cate-title {
	line-height: 1.3;
}
#service .cate-title span {
	font-weight: bold;
	font-size: 24px;
}
.service-list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.service-list-card {
	width: calc(50% - 10px);
	border-radius: 10px;
	border: 1px solid #f3d9e2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.service-list-card a {
	display: block;
	padding: 10px;
	transition: .25s ease;
}
.service-list-card:hover {
	box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}
.service-list-card .flexbox {
	gap: 10px;
	align-items: center;
}
.service-list-card .img-box {
	width: calc(40% - 10px);
}
.service-list-card .txt-box {
	width: calc(60% - 10px);
}
.service-list-card .service-label {
	font-size: 12px;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	background-image: linear-gradient(90deg, #db5d81 0%, #f2c94c);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.service-list-card .service-title {
	font-size: 24px;
	margin-top: 8px;
	font-weight: bold;
	line-height: 1;
}
.service-list-card .service-txt {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
}
.service-list-card .service-btn {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	text-align: center;
	width: 70%;
	margin-left: auto;
	margin-top: 15px;
	color: #db5e81;
	position: relative;
	transition: .25s ease;
}
.service-list-card .service-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin: auto;
	background-color: #db5e81;
	width: 15px;
	height: 15px;
	clip-path: polygon(40% 0, 90% 50%, 40% 100%, 30% 90%, 70% 50%, 30% 10%);
	transform: translateY(-50%);
	transition: transform .25s ease;
}
.service-list-card:hover .service-btn::before {
	transform: translate(6px, -50%);
}
.service-list-card .img-box {
	overflow: hidden;
	border-radius: 8px;
}
.service-list-card img {
	transition: .25s;
}
.service-list-card:hover img {
	transform:scale(1.05);
}

#reason .flexbox {
	margin-top: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
#reason .reason-card {
	width: calc((100% - 60px) / 4);
}
.reason-icon-box {
	margin: 0 auto;
	text-align: center;
	width: 120px;
	height: 120px;
	border-radius: 999px;
	background: #fff7fa;
}
.reason-icon-box img {
	width: 80px;
	padding-top: 20px;
}
.reason-title {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.5px;
	margin-top: 10px;
}
.reason-txt {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}
.reason-txt strong {
	color: #db5e81;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 3px;
}

.first-list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.first-card {
	width: calc((100% - 20px) / 2);
	padding: 20px 10px;
	border-radius: 10px;
	border: 1px solid #f2d7df;
	text-align: center;
	position: relative;
}
.first-card .step-txt {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #fff;
	background: #db5d81;
}
.first-card .first-title {
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.first-card .first-icon-box {
	max-width: 100px;
	width: 100%;
	margin: 0 auto;
}
.first-card .first-txt {
	margin-top: 10px;
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 1.8;
}
#first .strong-box{
	margin-top: 20px;
	padding: 25px 20px;
	border-radius: 10px;
	background: #fff3f7;
	text-align: center;
}
.strong-sub-title {
	display: inline-block;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: #555;
	position: relative;
}
.strong-sub-title::before,
.strong-sub-title::after {
	content: "";
	width: 20px;
	height: 2px;
	background: #555;
	position: absolute;
}
.strong-sub-title::before {
	left: -30px;
	bottom: 10px;
	transform: rotate(45deg);
}
.strong-sub-title::after {
	right: -30px;
	bottom: 10px;
	transform: rotate(-45deg);
}
.strong-title {
	font-size: 38px;
	font-weight: 700;
	color: #db5d81;
	line-height: 1.3;
}
.strong-txt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 2;
	color: #666;
}

#pet-guide {
	margin-top: 2em;
}
.guide-wrap {
	margin-top: 20px;
	padding: 24px;
	background-color: #f9f9f9;
}
.guide-box {
	margin-bottom: 20px;
}
.guide-box:last-of-type {
	margin-bottom: 0;
}
.guide-title {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	padding: 8px 12px;
	background-color: #fff3f7;
	border-left: 5px solid #db5d81;
	margin-bottom: 15px;
}
.guide-txt {
	font-size: 16px;
	line-height: 1.8;
}
.guide-point {
	margin-top: 10px;
}
.under {
	padding: 0 5px;
	font-weight: bold;
	background: linear-gradient(transparent 64%,#ff9 0%);
}
.guide-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.guide-list li {
	width: calc((100% - 40px) /3);
	padding: 20px;
	border: 1px solid #f3d9e2;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.guide-list .icon-box {
	width: 56px;
	margin: 0 auto;
}
.guide-list .txt-box {
	width: calc(100% - 76px);
}
.guide-list .txt-box strong {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #222;
}
.guide-list .txt-box p {
	line-height: 1.8;
	font-size: 14px;
	color: #666;
}
.guide-bottom {
	margin-top: 10px;
	font-size: 16px;
}

.compare-table {
	width: 100%;
	margin-top: 20px;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #f3d9e2;
	border-radius: 10px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.8;
}
.compare-table th,
.compare-table td {
	padding: 18px 20px;
	border-right: 1px solid #f3d9e2;
	border-bottom: 1px solid #f3d9e2;
	vertical-align: middle;
}
.compare-table tr:last-child th,
.compare-table tr:last-child td {
	border-bottom: none;
}
.compare-table th:last-child,
.compare-table td:last-child {
	border-right: none;
}
.compare-table thead th {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.compare-table thead th:first-child {
	width: 16%;
	background: #fafafa;
	color: #333;
}
.compare-table thead th:nth-child(2) {
	background: #db5d81;
	padding: 10px 20px;
}
.compare-table thead th:nth-child(3) {
	background: #e7c157;
}
.compare-table tbody th {
	width: 16%;
	background: #fff6f8;
	color: #db5d81;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}
.compare-table td {
	background: #fff;
}
.compare-table td strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #db5d81;
	line-height: 1.5;
}

@media screen and (max-width: 480px) {
	.service-tip {
		justify-content: flex-start;
	}
	.service-card {
		width: calc((100% - 20px) / 3);
	}
	#onestop .flow-box {
		gap: 60px 0;
	}
	#onestop .flow-card {
		width: 100%;
	}
	#onestop .flow-card:not(:last-child)::before {
		width: 4px;
		height: 50px;
		border-left: 4px dotted #eaeaea;
		top: calc(100% + 5px);
		right: 50%;
		transform: translateX(-50%);
		background-color: transparent;
	}
	#onestop .flow-card:not(:last-child)::after {
		top: 110%;
		right: 50%;
		transform: translateY(-50%);
	}
	.onestop-tip li {
		width: calc((100% - 30px) / 4);
	}
	.one-midashi .stop-txt {
		font-size: 20px;
	}
	.one-midashi .stop-main {
		font-size: 30px;
	}
	.one-midashi .stop-sub-txt {
		font-size: 14px;
		line-height: 1.8;
	}
	.service-list {
		gap: 10px;
	}
	.service-list-card {
		width: calc(50% - 5px);
	}
	.service-list-card .flexbox {
		flex-wrap: wrap;
	}
	.service-list-card .img-box {
		width: 100%;
	}
	.service-list-card .txt-box {
		width: 100%;
	}
	.service-list-card .service-btn {
		width: 100%;
	}
	.service-list-card .service-title {
		font-size: 18px;
		line-height: 1.3;
	}
	.service-list-card .service-txt {
		font-size: 14px;
	}
	#reason .reason-card {
		width: calc((100% - 20px) / 2);
	}
	.reason-title {
		font-size: 20px;
	}
	.strong-title {
		font-size: 28px;
	}
	.strong-txt {
		margin-top: 10px;
	}
	.strong-txt {
		line-height: 1.8;
	}
	.compare-table td {
		font-size: 14px;
	}
	.compare-table th, .compare-table td {
		padding: 18px 15px;
	}
	.guide-list li {
		width: calc((100% - 15px ) / 2);
		gap: 10px;
		padding: 20px 15px;
	}
	.guide-list .txt-box {
		width: 100%;
		text-align: center;
	}
	.guide-list .txt-box strong {
		font-size: 17px;
	}
	.guide-list .txt-box p {
		text-align: left;
	}
}