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

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

#service .flex {
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin-bottom: 120px;
}

#service figure {
	width: 450px;
	height: 278px;
}

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

#service .copy {
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 1;
}

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

#service .copy .en:after {
	display: block;
	content: '';
	width: 0;
	height: 1px;
	margin-top: 15px;
	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 p {
	margin-bottom: 2em;
}

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

#service h3 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
	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: 120px;
	text-align: center;
}

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

#service .fee a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 12px;
	height: 64px;
	margin: 0 -8px 0 12px;
	background: url(/include/images/arrow_right.svg) no-repeat left / 100% auto;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	transform: translateX(0);
}

#service .fee a:hover:after {
	transform: translateX(5px);
}

#service .fee a:hover {
	opacity: 0.6;
}

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

#support .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
	padding-top: 120px;
	border-top: solid 1px var(--gray);
}

#support figure {
	width: 260px;
	height: 260px;
}

#support .row {
	width: 700px;
	text-align: left;
}

#support h3 {
	margin-bottom: 30px;
	padding-left: 32px;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	position: relative;
}

#support h3:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 24px;
	height: 30px;
	margin-right: 0.5em;
	background: url(../images/ill.svg) no-repeat left;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

#support .comennt p {
	margin-bottom: 2em;
}

