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

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 8vw 20vw;
}

#about p {
	margin-bottom: 8vw;
}

#about .section {
	text-align: justify;
}

#about h4 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 4vw;
	color: var(--orange);
}

#about h4:before {
	display: inline-block;
	vertical-align: 0.3em;
	content: '';
	width: 14px;
	height: 1px;
	margin-right: 8px;
	background: var(--orange);
}

#about .table {
	margin-bottom: 12vw;
}

#about dl {
	display: flex;
	justify-content: space-between;
}

#about dt {
	display: table-cell;
	vertical-align: middle;
	width: 130px;
	padding-bottom: 10px;
	border-bottom: solid 1px var(--orange);
	font-weight: 600;
}

#about dt {
	width: 28%;
	padding: 1em 0;
	border-bottom: solid 1px var(--orange);
	font-weight: 600;
}

#about dl:first-of-type dt {
	border-top: solid 1px var(--orange);
}

#about dd {
	width: 70%;
	padding: 1em 0;
	border-bottom: solid 1px var(--silver);
}

#about dl:first-of-type dd {
	border-top: solid 1px var(--silver);
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	margin-bottom: 15vw;
	padding: 15vw 8vw 5vw;
	background: #f0f0f0;
}

#flow .about {
	margin-bottom: 10vw;
	text-align: justify;
}

#flow .step {
	margin-bottom: 15vw;
	background: #fff;
	position: relative;
}

#flow .step:after {
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: solid 2px var(--gray);
	border-right: solid 2px var(--gray);
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -30px;
}

#flow .step:last-of-type:after {
	display: none;
}

#flow .box {
	text-align: justify;
}

#flow .box + .box {
	margin-top: 1vw;
}

#flow .box figure {
	text-align: center;
}

#flow .box figure img {
	height: 51.89173333333333vw;
}

#flow .box + .box figure img {
	height: 45.71253333333333vw;
}

#flow .row {
	padding: 4vw 5vw 6vw;
	background: #fff;
}

#flow .box .num {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 3vw;
	border-bottom: solid 1px var(--orange);
	color: var(--orange);
}

#flow .box .num span {
	margin-left: 3px;
	font-size: 4vw;
}

#flow .box .name {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 4vw;
}

/* ---------------------------------------------------------
	CSS Document history
--------------------------------------------------------- */

#history {
	margin: 0 8vw 20vw;
}

#history .about {
	margin-bottom: 8vw;
	text-align: justify;
}

#history .container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#history .name {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26vw;
	height: 26vw;
	margin-right: 6vw;
	border-radius: 100%;
	background: var(--orange);
	font-size: 4vw;
	line-height: 1.5;
	color: #fff;
	position: relative;
}

#history .name:after {
	content: '';
	width: 6vw;
	height: 1px;
	background: var(--gray);
	position: absolute;
	top: 12vw;
	right: -6vw;
}

#history ul {
	width: 52vw;
	padding-left: 8vw;
	text-align: left;
	position: relative;
}

#history ul:after {
	content: '';
	width: 1px;
	height: calc(100% - 11vw);
	background: var(--gray);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

#history li {
	padding-left: 15px;
	border-radius: 4px;
	background: rgba(255, 93, 11, 0.2);
	text-align: left;
	line-height: 11vw;
	position: relative;
}

#history li:before {
	content: '';
	width: 7vw;
	height: 1px;
	background: var(--gray);
	position: absolute;
	top: 5.5vw;
	left: -8vw;
}

#history li:after {
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: solid 1px var(--gray);
	border-right: solid 1px var(--gray);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: -3vw;
}

#history li + li {
	margin-top: 2vw;
}

#history figure {
	margin-top: 8vw;
	overflow: hidden;
	border-radius: 4px;
	opacity: 0;
	translate: 15% 0;
}

#history.isActive figure {
	opacity: 1;
	translate: 0;
	transition-duration: 0.5s;
	transition-delay: 0.8s;
	transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
}

#history figure img {
	height: 48.54586666666667vw;
	object-fit: cover;
	object-position: 15%;
}
