@charset "utf-8";
/* CSS Document */

body{
	font-family: 'EB Garamond','Noto Serif JP', serif,"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "メイリオ", Meiryo, "ＭＳ 明朝", sans-serif;
}


/* トップ画像 */
div#top_content{
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	height: 0;
    padding-top: 39.0625%;
}
div#top_content div.top_background{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
div#top_content div#top_background1{
	background-image: url("../images/heritage2_top_00.jpg");
	z-index: 10;
}


/* メイン */
div#main_content{
	background-image: url("../images/bg.jpg");
	margin: 0;
	padding: 0;
	padding-bottom: 155px;
	background-size: cover;
	position: relative;
	min-height: 1000px;
	z-index: 30;
}
div#main_content div#decoration_culture_lt{
	position: absolute;
	top: 154px;
	left: 0;
	z-index: 20;
	width: 312px;
	height: 197px;
}
div#main_content div#decoration_culture_rt{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	width: 302px;
	height: 160px;
}

div#main_content div#decoration_heritage_lt{
	position: absolute;
	top: 1000px;
	left: 0;
	z-index: 20;
	width: 245px;
	height: 139px;
}
div#main_content div#decoration_heritage_rt{
	position: absolute;
	top: 1300px;
	right: 0;
	z-index: 20;
	width: 300px;
	height: 189px;
}

div#main_content div#decoration_culture_lt2{
	position: absolute;
	top: 2794px;
	left: 0;
	z-index: 20;
	width: 312px;
	height: 197px;
}
div#main_content div#decoration_culture_rt2{
	position: absolute;
	top: 3000px;
	right: 0;
	z-index: 20;
	width: 302px;
	height: 160px;
}

div#main_content div#decoration_heritage_lt2{
	position: absolute;
	top: 4494px;
	left: 0;
	z-index: 20;
	width: 245px;
	height: 139px;
}
div#main_content div#decoration_heritage_rt2{
	position: absolute;
	top: 5000px;
	right: 0;
	z-index: 20;
	width: 300px;
	height: 189px;
}

div#main_content div#decoration_culture_lb{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 379px;
	height: 101px;
}
div#main_content div#decoration_culture_rb{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	width: 330px;
	height: 200px;
}

div#heritage_content{

}
div#heritage_content h2{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 160px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 1.3125rem;
	letter-spacing: 2px;
	font-weight: 400;
}
div#heritage_content h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #C08D4E;
  border-radius: 2px;
}

div.heritage_main{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 110px;
}
div.heritage_main div.profile_box{
	position: relative;
}
div.heritage_main div.profile_box div{
	position: absolute;
	right: 0;
	top: 0;
	background-color: #FFF;
	width: 434px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 35px;
	padding-bottom: 35px;
}
div.heritage_main div.profile_box div h3{
	font-size: 1.625rem;
	font-weight: 400;
	font-family: 'EB Garamond', serif;
	color: #C08D4E;
	margin: 0;
	padding: 0;
}
div.heritage_main div.profile_box div h4{
	font-size: 1.75rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 55px;
}
div.heritage_main div.profile_box div h5{
	font-size: 1.0625rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}
div.heritage_main dl{
	padding-top: 65px;
}
div.heritage_main dl dt,
div.heritage_main dl dd{
	margin: 0;
	padding: 0;
}
div.heritage_main dl dt{
	background-image: url("../images/heritage2_content_09.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	font-size: 1.6875rem;
	font-weight: 400;
}
div.heritage_main dl dd{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2em;
	padding-bottom:70px;
	padding-top: 20px;
}


div.image_box{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

div.heritage_main div.profile_box{
}
div.heritage_main:nth-of-type(2) div.profile_box {
	min-height: 220px;
}
div.heritage_main:nth-of-type(2) div.profile_box div{
	position: relative;
}
div.heritage_main:nth-of-type(2) div.profile_box img{
	position: absolute;
	right: 0;
}






hr {
	border:solid #C08D4E;
	border-width:1px 0 0 0;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
	width: 1071px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	margin-bottom: 0px;
} 

a.interview_top{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	margin-bottom: 0px;
	width: 223px;
	height: 60px;
	background-image:url("../images/btn_interview_top.png");
	background-repeat: no-repeat;
}
a.interview_top:hover{
	background-image:url("../images/btn_interview_top2.png");
}






@media screen and (max-width:768px) {
	div#heritage_main{
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		padding-bottom: 250px;
		padding-top: 120px;
	}
	div#heritage_main>img{
		width: 360px;
		height: auto;
	}
	
	div#heritage_main{

	}
	hr {
		width: 720px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 120px;
		margin-bottom: 0px;
	} 
	div.heritage_main dl dt{
		font-size: 2.1rem;
	}
	div.heritage_main dl dd{
		font-size: 1.3rem;
	}
}
