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

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

#about .title {
	height: 90px;
	padding-top: 15px;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

#about .title:before {
	content: '';
	width: 400px;
	border-bottom: 90px solid #fff;
	border-left: 30px solid transparent;
	border-right: 30px 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: 36px;
	letter-spacing: 0;
	color: var(--orange);
}

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

#about .bg {
	margin-bottom: 80px;
	padding: 80px 0;
	background: #fff;
	position: relative;
	z-index: 0;
}

#about .bg:before {
	content: '';
	width: 600px;
	height: 773px;
	background: url(../top/bg.webp) no-repeat calc(50%) top;
	position: absolute;
	top: 0;
	right: calc(50% + 500px);
	z-index: -1;
}

#about .container {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	width: 1150px;
}

#about ol {
	width: 600px;
	text-align: left;
}

#about li {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 30px;
}

#about li:after {
	display: block;
	content: '';
	height: 1px;
	margin-top: 10px;
	background-image: linear-gradient(90deg, transparent 0%, transparent 80%, var(--orange) 80%, var(--orange) 100%, transparent);
	background-size: 4px 1px;
}

#about li span {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	border-radius: 100%;
	background: var(--orange);
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

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

#service {
	margin-bottom: 130px;
}

#service h3 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
	padding-bottom: 15px;
	border-bottom: solid 3px var(--orange);
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
}

#service ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

#service ul li {
	width: 280px;
	height: 46px;
	margin: 0 15px 20px;
	padding: 0 1em;
	border-radius: 10px;
	border: solid 2px var(--orange);
	background: #fff;
	font-size: 18px;
	line-height: 40px;
}

#service .flex {
	display: flex;
	justify-content: space-between;
}

#service dl {
	width: 48%;
}

#service dt {
	margin-bottom: 30px;
	border-radius: 50px;
	background: var(--orange);
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}

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

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

#role {
	margin-bottom: 70px;
}

#role h3 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
	padding-bottom: 15px;
	border-bottom: solid 3px var(--orange);
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
}

#role p {
	margin-bottom: 60px;
}

#role .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: justify;
}

#role dl {
	width: 45%;
	margin-bottom: 40px;
}

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

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

#schedule .bg {
	margin-bottom: 80px;
	padding: 80px 0 40px;
	background: #fff;
	position: relative;
	z-index: 0;
}

#schedule .bg:before {
	content: '';
	width: 600px;
	height: 773px;
	background: url(../top/bg.webp) no-repeat calc(50%) top;
	position: absolute;
	top: 0;
	right: calc(50% + 500px);
	z-index: -1;
}

#schedule .container {
	width: 1000px;
}

#schedule h3 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
	padding-bottom: 15px;
	border-bottom: solid 3px var(--orange);
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
}

#schedule .entry {
	display: flex;
	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 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin-right: 30px;
	border-radius: 10px 0 0 10px;
	background: var(--orange);
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.1;
	color: #fff;
}

#schedule .num i {
	display: block;
	font-weight: 600;
	font-size: 26px;
}

#schedule .name {
	display: flex;
	align-items: center;
	width: 230px;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	color: var(--orange);
}

#schedule .summary {
	display: flex;
	align-items: center;
	width: 500px;
	text-align: left;
	line-height: 1.5;
}

#schedule .month {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	margin-left: auto;
	border-radius: 0 10px 10px 0;
	background: #ddd;
	text-align: center;
}

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

#system {
	margin-bottom: 130px;
}

#system h3 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
	padding-bottom: 15px;
	border-bottom: solid 3px var(--orange);
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
}

#system .figure {
	height: 690px;
	margin-bottom: 60px;
}

#system .flex {
	display: flex;
	justify-content: space-between;
}

#system dl {
	width: 47%;
	font-size: 18px;
}

#system dt {
	margin-bottom: 20px;
	border-radius: 50px;
	background: var(--orange);
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}

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

#system dd {
	display: flex;
	margin-left: 10px;
	text-align: justify;
}

#system dd ul {
	min-width: 196px;
}

#system dd ul:nth-of-type(odd) {
	margin-right: 2em;
}

#system dd li:before {
	content: '●';
	margin-right: 0.3em;
}
