@media screen and (max-width: 767px) {
	.c-pagettl.-service .c-pagettl__text.-spadj {
		font-size: 1.4rem;
	}
}

.p-service {
	background-color: #f9f9f9;
	padding-top: 7rem;
	padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
	.p-service {
		padding-top: 5rem;
		padding-bottom: 6rem;
	}
}
.p-service__text {
	text-align: center;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: 0.08em;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-service__text {
		font-size: 1.6rem;
		line-height: 2.0625;
		text-align: left;
	}
}
.p-service__text span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(237, 181, 23, 0.3)));
	background: linear-gradient(transparent 60%, rgba(237, 181, 23, 0.3) 60%);
}
.p-service__content {
	margin-top: 9.5rem;
}
@media screen and (max-width: 767px) {
	.p-service__content {
		margin-top: 5.4rem;
	}
}
.p-service__box {
	background-color: #ffffff;
	border: 2px solid #6489b3;
	margin-top: 11rem;
	padding: 0 7.5rem 4rem;
}
@media screen and (max-width: 767px) {
	.p-service__box {
		margin-top: 6rem;
		padding: 0 0 4rem;
	}
}
.p-service__box:first-of-type {
	margin-top: 0;
}
.p-service__box .title {
	width: 50rem;
	max-width: 100%;
	height: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #6489b3;
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 100vh;
	margin: auto;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	padding-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
	.p-service__box .title {
		-webkit-transform: none;
		        transform: none;
		width: 100%;
		border-radius: 0;
		font-size: 1.6rem;
		text-align: center;
		height: auto;
		padding: 0.7rem 0 0.8rem;
	}
}
.p-service__box .icon {
	border-radius: 50%;
	border: 1px solid #000;
}
.p-service__box .icon img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-service__box .subttl {
	font-size: 1.8rem;
	line-height: 2.1111111111;
	letter-spacing: 0.05em;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-service__box .subttl {
		text-align: center;
		font-size: 1.6rem;
	}
}
.p-service__box .text {
	font-size: 1.5rem;
	line-height: 1.6666666667;
	letter-spacing: 0.04em;
}
.p-service__box .inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-service__box .inn {
		display: block;
		padding: 2.9rem 2.2rem 0;
	}
}
.p-service__box .inn .icon {
	width: 15rem;
	height: 15rem;
}
@media screen and (max-width: 767px) {
	.p-service__box .inn .icon {
		width: 10rem;
		height: 10rem;
		margin: 0 auto 0;
	}
}
.p-service__box .inn .cnt {
	width: calc(100% - 15rem);
	padding-left: 9rem;
}
@media screen and (max-width: 767px) {
	.p-service__box .inn .cnt {
		width: 100%;
		padding: 0;
		margin-top: 1.2rem;
	}
}
.p-service__box .inn .text {
	margin-top: 0.7rem;
}
.p-service__box .inn + .inn {
	position: relative;
	margin-top: 4rem;
	padding-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-service__box .inn + .inn {
		margin-top: 6.6rem;
		padding-top: 3rem;
	}
}
.p-service__box .inn + .inn::before {
	content: "";
	display: block;
	border-top: 1px solid #6489b3;
	width: 82rem;
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	.p-service__box .inn + .inn::before {
		width: 28rem;
	}
}
.p-service__box .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.3rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 2rem;
	margin-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
	.p-service__box .list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 0.3rem 1.3rem;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding: 2.9rem 2rem 0;
		margin-top: 0;
		margin-bottom: 0;
	}
}
.p-service__box .list .item .icon {
	width: 12rem;
	height: 12rem;
}
@media screen and (max-width: 767px) {
	.p-service__box .list .item .icon {
		width: 8.5rem;
		height: 8.5rem;
	}
}
.p-service__box .list .item .subttl {
	text-align: center;
	margin: 0 -1em;
}
@media screen and (max-width: 767px) {
	.p-service__box .list .item .subttl {
		font-size: 1.3rem;
	}
}
.p-service__box .list + .text {
	margin-top: 1.6rem;
	padding: 0 1rem;
	letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
	.p-service__box .list + .text {
		padding: 0 2rem;
	}
}

.p-service-sec {
	background-color: #ffffff;
	padding-top: 9.5rem;
	padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
	.p-service-sec {
		padding-top: 7.5rem;
		padding-bottom: 3rem;
	}
	.p-service-sec .l-content-inner.-wide {
		padding: 0;
	}
}
.p-service-sec + .p-service-sec {
	margin-top: -10rem;
}
@media screen and (max-width: 767px) {
	.p-service-sec + .p-service-sec {
		margin-top: -3rem;
	}
}
.p-service-sec__title {
	border-bottom: 0.6rem solid #6489b3;
	padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
	.p-service-sec__title {
		border-bottom-width: 0.4rem;
		padding: 0 2.2rem 2.5rem;
	}
}
.p-service-sec__title .title {
	text-align: center;
	font-size: 5rem;
	line-height: 1.1;
	letter-spacing: 0.08em;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-service-sec__title .title {
		font-size: 3rem;
	}
}
.p-service-sec__title .text {
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.1111111111;
	letter-spacing: 0.08em;
	margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-service-sec__title .text {
		font-size: 1.5rem;
		line-height: 1.8;
		margin-top: 2rem;
		text-align: left;
	}
}
.p-service-sec__content {
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	.p-service-sec__content {
		margin-top: 3rem;
	}
}
.p-service-sec__box {
	background-color: #f7f7f7;
	margin-top: 10rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-service-sec__box {
		padding: 5rem 2.2rem;
		display: block;
		margin-top: 3rem;
	}
}
.p-service-sec__box:first-of-type {
	margin-top: 0;
}
.p-service-sec__box:nth-of-type(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.p-service-sec__box .img {
	width: 45rem;
}
@media screen and (max-width: 767px) {
	.p-service-sec__box .img {
		width: 100%;
		margin-top: 2rem;
	}
}
.p-service-sec__box .cnt {
	width: calc(100% - 45rem);
	padding: 7rem 10rem 0;
}
@media screen and (max-width: 767px) {
	.p-service-sec__box .cnt {
		width: 100%;
		padding: 0 0 0;
	}
}
.p-service-sec__box .tag {
	width: 10rem;
	height: 2.5rem;
	background-color: #6489b3;
	color: #ffffff;
	border-radius: 100vh;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-bottom: 0.1em;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-service-sec__box .tag {
		margin: auto auto auto;
	}
}
.p-service-sec__box .title {
	font-size: 3rem;
	line-height: 1.3333333333;
	font-weight: bold;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	.p-service-sec__box .title {
		font-size: 2.2rem;
		line-height: 1.7272727273;
		text-align: center;
	}
}
.p-service-sec__box .title span {
	font-size: 60%;
	letter-spacing: 0.05em;
	display: inline-block;
}
@media print, screen and (min-width: 768px) {
	.p-service-sec__box .title span {
		margin-right: -4em;
	}
}
.p-service-sec__box .list {
	font-size: 1.8rem;
	line-height: 2.1111111111;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.p-service-sec__box .list {
		font-size: 1.5rem;
		line-height: 2;
		margin-top: 1.2rem;
	}
}
.p-service-sec__box .text {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.p-service-sec__box .text {
		font-size: 1.5rem;
		margin-top: 1.2rem;
	}
}
.p-service-sec__box .c-btn {
	margin-top: 3rem;
	width: 18rem;
	height: 3.8rem;
}
/*# sourceMappingURL=service.css.map */