@charset "utf-8";

html {
	font-family: YuGothic, sans-serif;
	text-align: center;
	display: block;
}

main {
	text-align: left;
	display: inline-block;
}

header {
	position: relative;
	height: 15vh;
	background: url(./img/desk-office-image2.webp) center / cover;
}

/* サイトタイトルをヘッダーに中央配置 */
header h1 {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	margin: 0;
	padding: 0 .5em;
	color: #fff;
	font-size: 3rem;
	line-height: 1.4;
	font-family: "Dosis", sans-serif;
	letter-spacing: .1em;
	transform: translateY(-50%);
}

section + section {
	margin-top: 60px;
	
}