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

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

#about .title {
	height: 20vw;
	padding-top: 4vw;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

#about .title:before {
	content: '';
	width: 60vw;
	border-bottom: 20vw solid #fff;
	border-left: 8vw solid transparent;
	border-right: 8vw solid transparent;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#about .title .en {
	display: block;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 7vw;
	letter-spacing: 0;
	color: var(--orange);
}

#about .title .ja {
	display: block;
	font-weight: 500;
	font-size: 3vw;
}

#about .bg {
	margin-bottom: 15vw;
	padding: 5vw 5vw 15vw;
	background: #fff;
	position: relative;
	z-index: 0;
}

#about ol {
	margin-bottom: 5vw;
	text-align: left;
}

#about li {
	display: flex;
	align-items: center;
	height: 18vw;
	padding: 0 0 0 10vw;
	line-height: 1.5;
	position: relative;
}

#about li:after {
	content: '';
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, transparent 0%, transparent 80%, var(--orange) 80%, var(--orange) 100%, transparent);
	background-size: 4px 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#about li:last-of-type:after {
	display: none;
}

#about li span {
	width: 7vw;
	height: 7vw;
	border-radius: 100%;
	background: var(--orange);
	text-align: center;
	font-size: 4vw;
	line-height: 7vw;
	color: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

#about figure {
	height: 63.54986666666667vw;
}

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

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

#service h3 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10vw;
	padding-bottom: 3vw;
	border-bottom: solid 3px var(--orange);
	font-weight: 600;
	font-size: 5vw;
	line-height: 1.5;
}

#service ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 8vw;
}

#service ul li {
	width: 48%;
	margin-bottom: 3vw;
	padding: 0.5em 1em;
	border-radius: 10px;
	border: solid 2px var(--orange);
	background: #fff;
	font-size: 3.5vw;
	line-height: 1.5;
}

#service dl {
	margin-bottom: 10vw;
}

#service dt {
	margin-bottom: 5vw;
	border-radius: 10vw;
	background: var(--orange);
	text-align: center;
	font-size: 4vw;
	line-height: 10vw;
	color: #fff;
}

#service dd {
	margin: 0 10px;
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document role
--------------------------------------------------------- */

#role {
	margin: 0 5vw 15vw;
}

#role h3 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10vw;
	padding-bottom: 3vw;
	border-bottom: solid 3px var(--orange);
	font-weight: 600;
	font-size: 5vw;
	line-height: 1.5;
}

#role p {
	margin-bottom: 8vw;
	text-align: justify;
}

#role .flex {
	text-align: justify;
}

#role dl {
	margin-bottom: 10vw;
}

#role dt {
	margin-bottom: 3vw;
	padding-bottom: 3vw;
	border-bottom: solid 1px var(--orange);
	font-weight: 600;
	font-size: 4vw;
	line-height: 1.4;
	color: var(--orange);
}

/* ---------------------------------------------------------
	CSS Document schedule
--------------------------------------------------------- */

#schedule .bg {
	margin-bottom: 15vw;
	padding: 15vw 5vw 5vw;
	background: #fff;
}

#schedule h3 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10vw;
	padding-bottom: 3vw;
	border-bottom: solid 3px var(--orange);
	font-weight: 600;
	font-size: 5vw;
	line-height: 1.5;
}

#schedule .entry {
	margin-bottom: 40px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 8px rgba(34, 24, 21, 0.2);
	text-align: justify;
	line-height: 1.8;
	position: relative;
}

#schedule .entry:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 14px transparent;
	border-top: solid 14px #ddd;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -42px;
}

#schedule .entry:last-of-type:after {
	display: none;
}

#schedule .num {
	margin-bottom: 4vw;
	padding: 2vw;
	border-radius: 10px 10px 0 0;
	background: var(--orange);
	text-align: center;
	font-weight: 400;
	font-size: 3.5vw;
	line-height: 1.1;
	color: #fff;
}

#schedule .num i {
	font-weight: 600;
	font-size: 4.5vw;
}

#schedule .name {
	margin-bottom: 3vw;
	text-align: center;
	font-weight: 600;
	font-size: 5vw;
	line-height: 1.2;
	color: var(--orange);
}

#schedule .entry:last-of-type .name {
	margin-bottom: 0;
	padding-bottom: 5vw;
}

#schedule .summary {
	margin: 0 5vw;
	padding-bottom: 5vw;
	text-align: left;
	line-height: 1.5;
}

#schedule .month {
	padding: 2vw;
	border-radius: 0 0 10px 10px;
	background: #ddd;
	text-align: center;
}

#schedule .name + .month {
	margin-top: 5vw;
}

#schedule .month br {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document system
--------------------------------------------------------- */

#system {
	margin: 0 5vw 10vw;
}

#system h3 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10vw;
	padding-bottom: 3vw;
	border-bottom: solid 3px var(--orange);
	font-weight: 600;
	font-size: 5vw;
	line-height: 1.5;
}

#system .figure {
	height: 148.7290666666667vw;
	margin-bottom: 10vw;
}

#system dl {
	margin-bottom: 10vw;
}

#system dt {
	margin-bottom: 5vw;
	border-radius: 12vw;
	background: var(--orange);
	text-align: center;
	font-size: 4vw;
	line-height: 12vw;
	color: #fff;
}

#system dl:nth-of-type(2) dt {
	background: #999;
}

#system dd {
	margin: 0 10px;
	text-align: justify;
}
