@charset "utf-8";


html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, time,
a, abbr, acronym, address, em, strong, b, u, i,
dl, dt, dd, ol, ul, li,
img, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, section, article, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	line-height: 1;
}
header, footer, nav, section, article, figure, figcaption {
	display: block;
}



body {
	color: #000;
	background: #fff;
	font-weight: 400;
	font-family: "Noto Sans JP", Roboto, sans-serif;
}
li {
	list-style: none;
}
a {
	color: #009cdf;
}
a:hover {
	text-decoration: none;
}


.sp {
	display: none;
}


#kv {
	position: relative;
	width: 100%;
	height: 710px;
	background: url(../img/kv2.png) 50% 100% no-repeat;
	background-size: 1707px auto;
}
body.scrolled #wrap {
	position: relative;
	padding-top: 710px;
}
body.scrolled #kv {
	position: fixed;
	left: 0;
	top: -590px;
	z-index: 1000;
}


#kv .logo {
	position: absolute;
	right: 40px;
	top: 20px;
}
#kv .logo img {
	width: auto;
	height: 40px;
}

#kv .logo8 {
	position: absolute;
	left: 40px;
	top: 25px;
}
#kv .logo8 img {
	width: auto;
	height: 40px;
}





main {
	box-sizing: border-box;
	max-width: 1200px;
	padding: 0 50px;
	margin: 75px auto;
}
main section + section {
	margin-top: 100px;
}
main h2 {
	position: relative;
	margin: 0 0 30px;
	font-size: 60px;
	font-weight: 700;
	font-family: Roboto, sans-serif;
}
main h2 span {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0px 0 0;
	padding: 6px 5px 4px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	background: #000;
}


footer {
	position: relative;
	margin: 150px 0 20px;
	text-align: center;
}
footer .copyright {
	line-height: 20px;
	font-size: 13px;
	font-family: Roboto, sans-serif;
}

footer .logo {
	position: absolute;
	right: 40px;
	bottom: 5px;
}
footer .logo img {
	width: auto;
	height: 32px;
}

footer .logo8 {
	position: absolute;
	left: 40px;
	bottom: 5px;
}
footer .logo8 img {
	width: auto;
	height: 32px;
}

footer .sns {
	display: flex;
	justify-content: center;
	margin: 0 0 30px;
}
footer .sns dl + dl {
	margin-left: 50px;
}
footer .sns dt {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 400;
	font-family: Oswald, sans-serif;
	letter-spacing: 1px;
}
footer .site a {
	color: #000;
	line-height: 28px;
	font-size: 15px;
	font-family: Oswald, sans-serif;
}

footer .sns ul {
	display: flex;
	justify-content: center;
	margin: 0 0 15px;
}
footer .sns ul li + li {
	margin-left: 20px;
}
footer .sns a {
	cursor: pointer;
}
footer .sns img {
	width: 28px;
	height: auto;
}


.intro article p {
	line-height: 2;
	font-size: 20px;
	font-weight: 500;
}
.intro article p + p {
	margin-top: 18px;
}


.player {
	position: relative;
	padding-top: 56.25%;
}
.player iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}



.timetable .content figure {
	display: none;
}

.timetable {
	margin: 50px 0 0;
}
.timetable .note {
	margin: -10px 0 40px;
	font-weight: 700;
}
.timetable .note span {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	top: -2px;
	margin-right: 10px;
	background: url(../img/icon_info.svg) 0 0 no-repeat;
	background-size: 36px auto;
	vertical-align: middle;
}
.timetable .note em {
	border-bottom: 2px dotted #000;
}

.timetable > dl {
	display: flex;
}
.timetable > dl:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.timetable > dl + dl {
	margin-top: 70px;
}
.timetable > dl > dt {
	width: 200px;
	font-size: 24px;
	font-family: "Sawarabi Gothic", sans-serif;
}
.timetable > dl > dt span {
	display: inline-block;
	border-bottom: 3px solid #000;
}


.timetable > dl > dd {
	position: relative;
	display: flex;
	width: calc(100% - 200px);
}
.timetable .content {
	width: calc(100% - 230px);
	margin-left: 30px;
}
.timetable > dl > dd figure {
	width: 200px;
}
.timetable > dl > dd figure img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border: 3px solid #000;
}

.timetable h3 {
	width: 100%;
	margin: -8px 0 15px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}
.timetable h3 .sub {
	display: block;
	margin: 6px 0 0;
	font-size: 18px;
}
.timetable p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
}
.timetable dl dl {
	margin: 20px 0 0;
}
.timetable dl dl dt span {
	display: inline-block;
	margin: 0 0 10px;
	padding: 4px;
	font-size: 15px;
	font-weight: 500;
	border: 3px solid #000;
}
.timetable dl li + li {
	margin-top: 10px;
}
.timetable dl li .name {
	font-size: 16px;
}
.timetable dl li .company {
	font-size: 13px;
	margin-left: 0.5em;
}
.timetable dl li .company:before {
	content: "(";
}
.timetable dl li .company:after {
	content: ")";
}


.timetable > dl.special {
	padding: 30px;
	border: 3px dotted #000;
}
.timetable > dl.special > dt {
	width: 167px;
}
.timetable > dl.special > dd {
	width: calc(100% - 167px);
}
.timetable > dl.special > dt span {
	font-size: 21px;
}
.timetable > dl.special > dt span + span {
	margin-top: 10px;
}

.timetable li.cs .name {
	font-size: 18px;
	font-weight: 700;
	font-family: Roboto, sans-serif;
	letter-spacing: 1px;
}




.persons {
	margin: 50px 0 0;
}
.persons dl {
	display: flex;
}
.persons dl + dl {
	margin-top: 50px;
}
.persons dt {
	width: 240px;
	height: 240px;
}
.persons dt img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border: 3px solid #000;
}
.persons dd {
	box-sizing: border-box;
	width: calc(100% - 240px);
	margin-top: -2px;
	padding-left: 30px;
}
.persons dd .name .ja {
	font-size: 24px;
	font-weight: 700;
}
.persons dd .name .en {
	margin-left: 15px;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 900;
	font-family: Roboto, sans-serif;
}
.persons dd .name .en:before {
}
.persons dd .company {
	margin: 15px 0 0;
	font-size: 14px;
}
.persons dd article {
	margin: 30px 0 0;
}
.persons dd article p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}
.persons dd .link {
	margin: 10px 0 0;
}
.persons dd .link a {
	font-size: 16px;
	font-weight: 700;
	font-family: Roboto, sans-serif;
}
.persons dd .link ul {
	padding: 2px 0 0;
	font-size: 0;
}
.persons dd .link li {
	display: inline-block;
}
.persons dd .link li + li {
	margin-left: 20px;
}

