/*-------------------------------
	subf view
-------------------------------*/

.subf_view {
	background:url(../images/bg_subf_feature.jpg) no-repeat center / cover;
}

.subf_view h1 img {
	max-width:29rem;
}

.ser_slide div.ser_comment * {
	font-weight: revert;
	padding: revert;
	list-style: revert;
}
/*-------------------------------
	sec service
-------------------------------*/

.sec_service {
	padding-bottom:100px;
}

.ser_block {
	padding:30px;
	background: #f5fdff;
	border-radius: 12px;
/*	border: 4px solid #5ea4ff;*/
}

.ser_block:not(:last-of-type) {
	margin-bottom:50px;
}

.ser_title,
.ser_info,
.ser_dl,
.ser_dl dt,
.ser_dl dd {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.ser_title {
	align-items: flex-start;
	cursor: pointer;
	position:relative;
}

.ser_title::before,
.ser_title::after {
	content:"";
	display: block;
	width:30px;
	height:4px;
	background:#5ea4ff;
	transition:transform .3s;
	position:absolute;
	top:0;
	bottom:0;
	right:0px;
	margin:auto 0;
	transform:rotate(0deg);
}

.ser_title::after {
	transform:rotate(90deg);
}

.ser_block.active .ser_title::after {
	transform:rotate(0deg);
}


.ser_title figure {
	overflow: hidden;
	border-radius:2rem;
	width:320px;
	height: auto;
}

.ser_title figure img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.ser_title h3 {
	font-size:3rem;
	padding:0 0 0em 2.1em;
	position:relative;
	margin-bottom:0.75em;
	color:#6aabff;
	font-weight:500;
}

.ser_title h3::before {
	content:"";
	display: block;
	width:48px;
	height:48px;
	background:url(../images/icon_cloth01.png) no-repeat center / contain;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto 0;
}

.ser_block .ser_slide {
	display: none;
	padding-bottom:30px;
}

.ser_block.active .ser_slide {
	display: block;
}

.ser_price {
	width:calc(100% - 320px);
	padding:0 60px 0 30px;
}

.ser_price > div.price {
	font-size:2.4rem;
	font-weight:700;
	text-align:right;
	line-height: 1.2;
}

.ser_price p small {
	font-weight:500;
	font-size:1.6rem;
}

.ser_info {
	margin:40px 0 40px;
	padding-bottom:40px;
	position:relative;
}

.ser_info::before,
.ser_info::after {
	content:"";
	display: block;
	width:100%;
	height:3px;
	border-bottom:3px dotted #6aabff;
	position:absolute;
	left:0;
	bottom:0;
}

.ser_info::after {
	left:2px;
	bottom:1px;
}

.ser_dl01 {
	width:35%;
	margin-right:5%;
}

.ser_dl02 {
	width:60%;
}

.ser_dl dt,
.ser_dl dd {
	font-size:1.8rem;
	line-height:1.5;
	padding:0.75em 1em;
	font-weight:500;
	letter-spacing: 0.05em;
	-webkit-box-align: center;
	align-items: center;
}

.ser_dl dt {
	width:160px;
	background:#6aabff;
	border:2px solid #6aabff;
	color:#fff;
	border-radius:1rem 0 0 1rem;
	text-align:center;
	-webkit-box-pack: center;
	justify-content: center;
}

.ser_dl dd {
	width:calc(100% - 160px);
	border-top:2px solid #6aabff;
	border-right:2px solid #6aabff;
	border-bottom:2px solid #6aabff;
	border-radius:0 1rem 1rem 0;
	background: #fff;
}

.ser_comment {
	font-size:1.6rem;
	line-height:1.875;
	letter-spacing: 0.025em;
	margin-bottom:50px;
}

.ser_block:nth-of-type(even),
.ser_block:nth-of-type(even) .ser_info::before,
.ser_block:nth-of-type(even) .ser_info::after,
.ser_block:nth-of-type(even) .ser_dl dt,
.ser_block:nth-of-type(even) .ser_dl dd {
	border-color:#5bc6ff;
}

.ser_block:nth-of-type(even) .ser_title h3 {
	color:#5bc6ff;
}

.ser_block:nth-of-type(even) .ser_title h3::before {
	background:url(../images/icon_cloth02.png) no-repeat center / contain;
}

.ser_block:nth-of-type(even) .ser_title::before,
.ser_block:nth-of-type(even) .ser_title::after,
.ser_block:nth-of-type(even) .ser_dl dt {
	background:#5bc6ff;
}

/*-------------------------------
	responsive
-------------------------------*/

@media screen and (max-width:960px){

.ser_title figure {
	width:184px;
	height:184px;
}

.ser_price {
	width:calc(100% - 184px);
}

.ser_title h3 {
	font-size:2.4rem;
}

.ser_title h3::before {
	width:38px;
	height:38px;
}

.ser_dl01 {
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}

.ser_dl02 {
	width:100%;
}

@media screen and (max-width:740px){

.ser_title {
	padding-bottom:50px;
}

.ser_title::before,
.ser_title::after {
	width:20px;
	height:20px;
	top:auto;
	left:0;
	bottom:10px;
	margin:0 auto;
	background:none;
	border-right:4px solid #5ea4ff;
	border-bottom:4px solid #5ea4ff;
	transform:rotate(45deg);
}

.ser_block:nth-of-type(even) .ser_title::before,
.ser_block:nth-of-type(even) .ser_title::after {
	border-color:#5bc6ff;
	background:none;
}

.ser_title::after {
	display: none;
}

.ser_block.active .ser_title::before {
	transform:rotate(225deg);
}

.ser_title figure {
	width:100%;
	height:184px;
	margin-bottom:20px;
}

.ser_price {
	width:100%;
	padding-left:0;
	padding-right:0;
}

} /* end 740px */

} /* end 960px */

/*-------------------------------
	ver sp	
-------------------------------*/

@media screen and (max-width:599px){

.subf_view h1 img {
	max-width:calc(29rem / 2);
}

/*-------------------------------
	sec service
-------------------------------*/

.sec_service {
	padding-bottom:5rem;
}

.ser_block {
	border-radius: 2rem;
	padding:1.5rem;
	border-width:0.2rem;
}

.ser_block:not(:last-of-type) {
	margin-bottom:2.5rem;
}

.ser_title {
	padding-bottom:4rem;
}

.ser_title::before,
.ser_title::after {
	width:1.5rem;
	height:1.5rem;
	top:auto;
	left:0;
	bottom:1rem;
	margin:0 auto;
	border-width:0.2rem;
}

.ser_title figure {
	border-radius:1rem;
	width:100%;
	height:16.8rem;
	margin-bottom:1.5rem;
}

.ser_title h3 {
	font-size:clamp(16px,1.8rem,27px);
	margin-bottom:0.25em;
}

.ser_title h3::before {
	width:3.2rem;
	height:3.2rem;
}

.ser_block .ser_slide {
	padding-bottom:2rem;
}

.ser_price {
	width:100%;
	padding-left:0;
	padding-right:0;
}

.ser_price p {
	font-size:clamp(16px,1.8rem,27px);
}

.ser_price p small {
	font-size:clamp(16px,1.8rem,27px);
}

.ser_info {
	margin:1rem 0 2rem;
	padding-bottom:2.5rem;
}

.ser_info::before,
.ser_info::after {
	height:0.2rem;
	border-width:0.2rem;
}

.ser_info::after {
	left:0.2rem;
	bottom:0.1rem;
}

.ser_dl01 {
	width:100%;
	margin-right:0;
	margin-bottom:1.5rem;
}

.ser_dl02 {
	width:100%;
}

.ser_dl dt,
.ser_dl dd {
	font-size:clamp(16px,1.6rem,24px);
}

.ser_dl dt {
	width:100%;
	border-width:0.2rem;
	border-radius:1rem 1rem 0 0;
	padding:0.3em 1em;
}

.ser_dl dd {
	width:100%;
	border-width:0.2rem;
	border-left:0.2rem solid #5ea4ff;
	border-radius:0 0 1rem 1rem;
}

.ser_comment {
	font-size:clamp(16px,1.6rem,24px);
	margin-bottom:2.5rem;
}


} /* end 599px */

/*20241101*/
.pagelink {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	gap: 2.5%;
	margin-bottom: min(10vw, 5em);
	.link_child {
		width: 18%;
		a {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			padding: 10px 0 12px;
			border-radius: 8px;
			border: 2px solid #6aabff;
			color: #fff;
			background: #6aabff;
			font-size:clamp(16px,1rem,24px);
			position: relative;
		}
		a::after {
			content: "";
		    width: 8px;
		    height: 8px;
		    margin-left: 15px;
            margin-right: -8px;
		    border-left: 2px solid #fff;
		    border-bottom: 2px solid #fff;
		    transition: transform .3s;
		    transform: rotate(-45deg);
		    transition: .5s;
		}
		a:hover {
			color: #6aabff;
			background: #fff;
			border: 2px solid #6aabff;
		}
		a:hover::after {
			border-left: 2px solid #6aabff;
		    border-bottom: 2px solid #6aabff;
		}
	}
}
@media screen and (max-width:768px){
	.pagelink {
		.link_child {
			width: calc(calc(100% - 5%) / 3);
		}
		.link_child:nth-of-type(n + 4) {
			margin-top: 2.5%;
		}
	}
}
@media screen and (max-width:599px){
	.pagelink {
		.link_child {
			width: 100%;
			a::after {
				position: absolute;
				right: 30px;
				top: 33%;
			}
		}
		.link_child:nth-of-type(n + 2) {
			margin-top: 2.5%;
		}
	}
}
.service_wrap:not(:nth-of-type(1)) {
	margin-top: 5rem;
}
.service_wrap > h3 {
	font-size: 3rem;
    padding-bottom: 10px;
    line-height: 1.0;
    border-bottom: 2px solid #6aabff;
    margin-bottom: 3rem;
    color: #6aabff;
    font-weight: 500;
}




