#title {
	color: #fff;
	text-shadow: 0 0 4px #000;
	padding: 100px 0 70px 50%;
	background: url("../img/fujimura.jpg") center center / cover;
	position: relative;
}
#title > div {
	text-align: center;
	width: 270px;
}
#title h1 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 1.5em;
	display: inline-block;
}
#title h1 strong {
	font-size: 1.5em;
	font-family: 'Noto Serif JP', serif;
}
#title h1 span {
	font-size: 1.2em;
	font-family: 'Work Sans', sans-serif;
}
@media screen and (max-width: 560px){
	#title {
		background: url("../img/fujimura_sp.jpg?v=20200906") top center / cover;
		padding: 270px 0 60px 0;
	}
	#title > div {
		margin: 0 auto;
	}
}
h2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 1.3em;
	margin-bottom: .3em;
}
h2 {
	margin-bottom: .3em;
}
#title p {
	font-size: .8em;
	line-height: 1.8;
	margin-bottom: 2em;
}
#title p strong {
	font-family: 'Work Sans', sans-serif;
	font-size: 2em;
}
ul {
	list-style: none;
}
#title > ul {
	padding: 0 10px;
	box-sizing: border-box;
	width: 500px;
	max-width: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
#title > ul li {
	color: #000;
	font-size: .9em;
	text-shadow: none;
	text-align: center;
	padding: 5px;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	width: 50%;
	float: left;
	cursor: pointer;
}
#title > ul li:first-child,
body.career #title > ul li:last-child {
	background-color: #fff;
}
body.career #title > ul li:first-child {
	background-color: rgba(255, 255, 255, .6);
}

#thinking {
	font-size: .9em;
	margin: 0 auto;
	padding: 0 20px 40px 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 770px;
}
#career {
	font-size: .8em;
	margin: 0 auto;
	padding: 0 10px 40px 10px;
	box-sizing: border-box;
	width: 100%;
	max-width: 770px;
	overflow: hidden;
}
#career,
body.career #thinking {
	display: none;
}
body.career #career {
	display: block;
}

#thinking h2 {
	color: #444;
	font-size: 1.2em;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 2px;
	padding-top: 40px;
	text-align: center;
}
#thinking h2 strong {
	color: #a44444;
	font-size: 1.5em;
	letter-spacing: 5px;
}
#thinking p {
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 1.5em;
}
#thinking h3 {
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 2px;
	color: #900000;
}
div.left {
	padding-right: 15px;
	box-sizing: border-box;
	width: 50%;
	float: left;
}
div.right {
	padding-left: 15px;
	box-sizing: border-box;
	width: 50%;
	float: right;
}
@media screen and (max-width: 680px){
	div.left,
	div.right {
		padding: 0;
		width: 100%;
		float: none;
	}
}
p.caption {
	font-size: .8em;
	text-align: center !important;
}
div img {
	margin-bottom: 3px;
	display: block;
	width: 100%;
	height: auto;
}

#career > div {
	padding: 0 10px;
	box-sizing: border-box;
	width: 50%;
	float: left;
}
#career h2 {
	color: #900000;
	padding-top: 40px;
}
#career li {
	margin-left: 4.5em;
	padding: .5em 0 .5em 1.5em;
	border-left: 2px solid #c88;
	position: relative;
}
#career li:before {
	content: '';
	background-color: #c88;
	border-radius: 5px;
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: -6px;
	top: 9px;
}
#career li em {
	color: #888;
	font-style: normal;
	text-align: right;
	padding: .5em 1.5em 0 0;
	display: inline-block;
	box-sizing: border-box;
	width: 4.5em;
	position: absolute;
	left: -4.5em;
	top: 0;
}
@media screen and (max-width: 560px){
	#career > div {
		width: 100%;
		float: none;
	}
}
#career > div#video {
	width: 100%; 
	float: none;
	clear: both;
}
@media screen and (max-width: 370px){
	#video h2 span {
		display: block;
	}
}
#video > div {
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
}
#video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}