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

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header:before {
	height: 760px;
}

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main .container {
	height: 590px;
	margin-bottom: 110px;
	position: relative;
	z-index: 0;
}

#main .container:after {
	content: '';
	width: 600px;
	height: 590px;
	background: url(../top/visual.svg) no-repeat left bottom / 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
}

#main .slick-dots {
	height: 10px;
	text-align: center;
	font-size: 0;
	transform: translateX(-50%);
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 5;
}

#main .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

#main .slick-dots button {
	vertical-align: top;
	width: 10px;
	height: 10px;
	outline: 0;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	border: 0;
	background: rgba(255, 255, 255, 0.9);
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

#main .slick-dots .slick-active button {
	background: #8a73ba;
}

#main h2 {
	text-align: left;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 5;
}

#main h2 .en {
	display: block;
	margin-bottom: 15px;
	text-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
	font-family: 'Akrobat SemiBold', 'Noto Sans JP', sans-serif;
	font-size: 80px;
	line-height: 70px;
}

#main h2 .ja {
	display: block;
	font-weight: 500;
	font-size: 16px;
}

/* ---------------------------------------------------------
	CSS Document topics
--------------------------------------------------------- */

#topics {
	margin-bottom: 90px;
}

#topics h2 {
	margin-bottom: 40px;
}

#topics .container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

#topics .find {
	width: 270px;
	text-align: justify;
	line-height: 1.4;
}

#topics .find:hover {
	opacity: 0.6;
}

#topics figure {
	height: 170px;
	overflow: hidden;
	background: #f8f8f8;
}

#topics figure img {
	width: 270px;
	height: 270px;
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}

#topics dt {
	margin: 10px 0;
	font-size: 15px;
}

#topics dt a {
	text-decoration: none;
	color: #3a3737;
}

#topics dt a:hover {
	opacity: 1;
}

#topics dd {
	font-size: 14px;
}

#topics dd .date {
	margin-right: 1em;
	letter-spacing: 0.05em;
	color: #868585;
}

#topics dd .category {
	color: #8a73ba;
}

/* ---------------------------------------------------------
	CSS Document event
--------------------------------------------------------- */

#event {
	padding: 90px 0 90px;
	background: #f8f8f8;
}

#event h2 {
	margin-bottom: 50px;
}

#event .container {
	width: 920px;
}

#event .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

#event .flex figure {
	width: 180px;
	height: 180px;
}

#event .flex .section {
	width: 690px;
	text-align: justify;
	line-height: 1.7;
}

#event .about dt {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #8a73ba;
}

#event .type {
	margin-top: 20px;
	font-size: 0;
}

#event .type dt {
	display: inline-block;
	vertical-align: top;
	height: 28px;
	overflow: hidden;
	padding: 0 1em;
	background: #8a73ba;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 26px;
	color: #fff;
}

#event .type dd {
	padding: 1.2em 1.5em;
	border-radius: 0 6px 6px 6px;
	background: #e9e6e6;
	font-size: 16px;
}

/* ---------------------------------------------------------
	CSS Document slide
--------------------------------------------------------- */

#slide {
	margin-bottom: 50px;
}

/* ---------------------------------------------------------
	CSS Document link
--------------------------------------------------------- */

#recruit .container {
	display: flex;
	justify-content: space-between;
	width: 920px;
	margin-bottom: 30px;
}

#recruit p {
	width: 630px;
	text-align: justify;
}

