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

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-bottom: 50px;
	position: relative;
	z-index: 0;
}

#visual figure {
	width: 100%;
	height: 380px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#visual h2 {
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 380px;
	color: #fff;
}

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

#about {
	margin-bottom: 70px;
}

#about .container {
	width: 900px;
	padding: 20px 0 30px;
	font-size: 18px;
	line-height: 1.7;
	position: relative;
}

#about .container:after,
#about .container:before {
	content: '';
	width: 33px;
	height: 100%;
	border: solid 3px #ef8200;
	position: absolute;
	top: 0;
}

#about .container:after {
	border-left: 0;
	right: 0;
}

#about .container:before {
	border-right: 0;
	left: 0;
}

#about h3 {
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #ef8200;
}

/* ---------------------------------------------------------
	CSS Document material
--------------------------------------------------------- */

#material {
	margin-bottom: 70px;
}

#material .container {
	width: 840px;
}

#material .section {
	margin-bottom: 100px;
	position: relative;
}

#material h3 {
	margin-bottom: 55px;
	padding-bottom: 30px;
	border-bottom: solid 1px #dcdbdb;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 1.5;
}

#material h4 {
	height: 110px;
	margin-bottom: 30px;
	background: #fcf2ea;
	font-weight: 500;
	font-size: 22px;
	line-height: 110px;
	color: #ef8200;
	position: relative;
}

#material h4:before {
	content: '';
	width: 1px;
	height: 50px;
	background: #ef8200;
	position: absolute;
	top: -25px;
	left: 420px;
}

#material p {
	width: 570px;
	text-align: justify;
}

#material #material_01 .section {
	min-height: 200px;
}

#material #material_01 figure {
	width: 210px;
	height: 260px;
	position: absolute;
	top: -60px;
	right: 20px;
}

#material #material_02 .section {
	min-height: 200px;
}

#material #material_02 p {
	margin-left: auto;
}

#material #material_02 figure {
	width: 210px;
	height: 260px;
	position: absolute;
	top: -60px;
	left: 20px;
}

#material #material_03 .section {
	display: flex;
	justify-content: space-between;
}

#material #material_03 figure {
	width: 230px;
	text-align: left;
}

#material #material_03 figure img {
	width: 210px;
	height: 233px;
}

/* ---------------------------------------------------------
	CSS Document story
--------------------------------------------------------- */

#story {
	margin-bottom: 110px;
}

#story h3 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.4;
	color: #b59a5f;
}

#story .player {
	width: 840px;
	height: 513px;
	margin: 0 auto;
	padding: 20px 0;
	background: #000;
}

#story iframe {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document note
--------------------------------------------------------- */

#note {
	margin-bottom: 50px;
	padding: 40px 0;
	background: #dcf0fb url(../images/bg.jpg) center / auto 100%;
}

#note .container {
	width: 840px;
	padding: 40px;
	background: #fff;
}

#note h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #6bb9ca;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #6bb9ca;
}

#note p {
	text-align: justify;
}
