@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document service
--------------------------------------------------------- */

#service .flex {
	margin: 0 5vw 15vw;
}

#service figure {
	margin-bottom: 8vw;
}

#service figure img {
	height: 55.6vw;
}

#service .section {
	text-align: left;
}

#service .copy {
	margin-bottom: 1.5em;
	font-size: 5vw;
	line-height: 1;
}

#service .copy .en {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 4vw;
	font-family: "orpheuspro", serif;
	letter-spacing: 0.05em;
	font-size: 3.5vw;
	color: var(--orange);
}

#service .copy .en:after {
	display: block;
	content: '';
	width: 0;
	height: 1px;
	margin-top: 3.5vw;
	background: var(--orange);
	transition-duration: 0.3s;
	transition-delay: 0.6s;
	transition-timing-function: ease-out;
}

#service .isActive .copy .en:after {
	width: 100%;
}

#service .copy .ja {
	display: block;
}

#service .comennt {
	margin-bottom: 5vw;
}

#service .box {
	margin-top: 5vw;
	padding: 5vw;
	border-radius: 10px;
	background: rgba(255, 207, 164, 0.3);
}

#service h3 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 4vw;
	line-height: 1.3;
}

#service h3:before {
	display: inline-block;
	vertical-align: 0.2em;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 0.5em;
	border-radius: 100%;
	background: var(--orange);
}

#service .fee {
	margin-bottom: 15vw;
	text-align: center;
}

#service .fee a {
	display: inline-block;
	vertical-align: top;
	width: 50vw;
	border-radius: 15vw;
	background: #F3E9E1;
	text-align: center;
	text-decoration: none;
	font-size: 4vw;
	line-height: 15vw;
	color: var(--black);
}

#service .fee a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 12px;
	height: 15vw;
	margin: 0 -8px 0 10px;
	background: url(/include/images/arrow_right.svg) no-repeat left / 100% auto;
}

/* ---------------------------------------------------------
	CSS Document support
--------------------------------------------------------- */

#support .flex {
	margin: 0 5vw 15vw;
	padding-top: 15vw;
	border-top: solid 1px var(--gray);
}

#support h3 {
	margin-bottom: 1.5em;
	font-size: 4.5vw;
	line-height: 150%;
	position: relative;
}

#support h3:before {
	display: block;
	content: '';
	height: 7vw;
	margin-bottom: 3vw;
	background: url(../images/ill.svg) no-repeat top;
}

#support p {
	margin-bottom: 8vw;
	text-align: left;
}

#support figure img {
	height: 60vw;
}
