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

#conWrap #wrap .inner1160 {
	overflow: visible;
}

/* sec-service */
.sec-service {
}
.sbox-service {
	padding: 40px 0;
	border-bottom: 1px solid #ccc	
}
.sbox-service .sbox-wrap {
	display: flex;
	flex-wrap: wrap;
}

.sbox-service .sbox-wrap .left {
	width: 30%;
}
.sbox-service .sbox-wrap .right {
	flex: 1;
}

.sbox-service .img-wrap {
	box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
.sbox-service .img-wrap .img {
	display: block;
	aspect-ratio: 1 / 1;
	position: relative;
}
.sbox-service .img-wrap .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	object-fit: cover;
}

.sbox-service .headline {
	display: block;
	position: relative;
	padding: 10px 70px 10px 0;
	border-bottom: 3px solid #005aa0;
	margin-bottom: 30px;
}
.sbox-service .headline .f-en {
	text-align: left;
	line-height: 1;
	padding-bottom: 10px;
}
.sbox-service .headline .ttl {
	line-height: 1.2;
}
.sbox-service .headline .arrow {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #005aa0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	z-index: 1;
}
.sbox-service .headline .arrow:before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: 1;
}

.sbox-service .service-desc .tag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 5px 15px;
}
.sbox-service .tag .icon-tag {
	display: inline-block;
    padding: 3px 15px;
    background-color: #ebebeb;
    border: 1px solid #b6b6b6;
    border-radius: 9999px;
    color: #333;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0.025em;
    position: relative;
}


.sbox-service .service-desc .info-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sbox-service .info-box .price-box {
	width: fit-content;
}
.sbox-service .info-box .option-box {
	flex: 1;
	padding-left: 30px;
	margin-left: 30px;
	position: relative;
}
.sbox-service .info-box .option-box:before {
	content: "";
	display: block;
	width: 5px;
	height: 100%;
	background-color: rgba(0,90,160,0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.sbox-service .info-box .option-box dd {
	line-height: 1.8;
}


/* has-img */
.sbox-service.has-img {
}
.sbox-service.has-img .sbox-wrap {
}

.sbox-service.has-img .headline {
	padding-left: 30px;
}
.sbox-service.has-img .service-desc {
	padding-left: 30px;
}

@media (max-width: 767px) {
	.sbox-service .sbox-wrap .left {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	.sbox-service .sbox-wrap .right {
		flex: auto;
		width: 100%;
	}
	.sbox-service.has-img .headline {
		padding-left: 0;
		margin-bottom: 15px;
	}
	.sbox-service.has-img .service-desc {
		padding-left: 0;
	}

}

@media (max-width: 640px) {
	.sbox-service .info-box .option-box {
		flex: auto;
		width: 100%;
		margin-top: 20px;
		padding-left: 15px;
		margin-left: 0;
	}
	.sbox-service .info-box .option-box:before {
		content: "";
		display: block;
		width: 5px;
		height: 100%;
		background-color: rgba(0,90,160,0.2);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}
}

@media (max-width: 480px) {
	.sbox-service {
	    padding: 20px 0;
	}
	.sbox-service .service-desc .tag .txt {
		font-size: 1.4rem;		
	}
}









