@charset "UTF-8";


/* *****************************************************
 *	root
 *	link
 *	layout
 *	footer
 *	header
 *	global
 *	base
 * *****************************************************/


/* *****************************************************
 *	root
 * *****************************************************/
* {
	margin: 0;
	padding: 0;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

img{
	border:none;
}

html {
	height: 100%;
	font-size: 62.5%;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

p,h1,h2,h3,h4,h5,h6,h7,ul,ol,li,dl,dt,dd,p,caption,th,td,form,input,textarea,blockquote,embed,object{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

input, select, textarea {
	font-family: "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,  "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}

	/* IE6 */
	* html .clearfix{
		zoom: 1;
	}
	/* IE7 */
	*:first-child+html .clearfix{
		zoom: 1;
	}

.noto{
	font-family: 'Noto Sans JP', sans-serif;
}

/* *****************************************************
 *	link
 * *****************************************************/
a:link,a:visited,a:hover,a:active{
	text-decoration:none;
}

a:link{
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#000;
}

a:focus {
	color:#000;
}

/* *****************************************************
 *	layout
 * *****************************************************/
/* whole
-------------------------------------------------------*/
body{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background:url("../images/background.png") 50% 0 fixed;
	color:#000;
	font-size: 16px;
	font-size: 1.6em;
	font-family: "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,  "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 1.0;
/*
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,  "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;	line-height: 1.0;
*/
	-webkit-text-size-adjust: 100%;
}

/* *****************************************************
 *	border
 * *****************************************************/

html::before{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	display:block;
	width:100%;
	height:30px;
	background:#ede2d5;
	z-index: 1000;
}

html::after{
	content: "";
	position: fixed;
	top: 30px;
	right: 0;
	display:block;
	width:30px;
	height:100%;
	background:#ede2d5;
	background: -moz-linear-gradient(top, #ede2d5 0%, #deceac 100%);
	background: -webkit-linear-gradient(top, #ede2d5 0%, #deceac 100%);
	background: -o-linear-gradient(top, #ede2d5 0%, #deceac 100%);
	background: -ms-linear-gradient(top, #ede2d5 0%, #deceac 100%);
	background: linear-gradient(to bottom, #ede2d5 0%, #deceac 100%);
	z-index: 1000;
}

body::before{
	content: "";
	position: fixed;
	bottom: 0;
	left: 0;
	display:block;
	width:100%;
	height:30px;
	background:#deceac;
	z-index: 1000;
}

body::after{
	content: "";
	position: fixed;
	top: 30px;
	left: 0;
	display:block;
	width:30px;
	height:100%;
	background:#ede2d5;
	background: -moz-linear-gradient(top, #ede2d5 0%, #deceac 100%);
	background: -webkit-linear-gradient(top, #ede2d5 0%, #deceac 100%);
	background: -o-linear-gradient(top, #ede2d5 0%, #deceac 100%);
	background: -ms-linear-gradient(top, #ede2d5 0%, #deceac 100%);
	background: linear-gradient(to bottom, #ede2d5 0%, #deceac 100%);
	z-index: 1000;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,
	html::before,
	html::after,
	body::before,
	body::after{
		display:none;
	}
}

* html div.pageWrap{
    height:100%;
}

div.pageWrap{
	position: relative;
	width:100%;
	min-height:100%;
	height: auto !important;
    height:100%;
	margin:0 auto;
	text-align:left;
}

/* *****************************************************
 *	header
 * *****************************************************/
header{
	position:relative;
	width:100%;
	margin:0 auto;
	padding:30px 0 0;
}

header > h1{
	position:absolute;
	top:40px;
	right:20px;
	line-height:0;
}

header > h2{
	position:absolute;
	top:40px;
	right:0;
	z-index:300;
}

header > h3{
	position:relative;
	margin:115px 0 50px;
	padding-left:230px;
	line-height:0;
}

header > h3::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
}

header h3.title01{
	height:107px;
	padding-top:40px;
}
header h3.title02{
	height:118px;
	padding-top:50px;
}
header h3.title03{
	height:114px;
	padding-top:30px;
}

header h3.title04{
	height:114px;
	padding-top:35px;
}

header h3.title01::before{
	width:132px;
	height:107px;
	background-image:url("../../images/bak_title01.png");
}
header h3.title02::before{
	width:111px;
	height:118px;
	background-image:url("../../images/bak_title02.png");
}
header h3.title03::before{
	width:169px;
	height:94px;
	background-image:url("../../images/bak_title03.png");
}
header h3.title04::before{
	width:147px;
	height:111px;
	background-image:url("../../images/bak_title04.png");
}

header > p{
	width:525px;
	height:315px;
	margin:100px 0 0;
}


/* *****************************************************
 *	global
 * *****************************************************/
div.fixed{
	position:relative;
	width:965px;
	margin:0 auto;
}

nav.global{
	//position: fixed;
	position: absolute;
	top: 30px;

	width:565px;
	padding:30px 0 40px;
	z-index:200;
}

nav.global > ul{
	word-spacing: -1em;
	display: table;
	display: block\9;
	font-size:0;

	position:relative;
	width:445px;
	margin:0 auto;
	list-style-type:none;
}

nav.global > ul li{
	word-spacing: normal;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:middle;

	width:118px;
	height:31px;
	margin-right:45px;
}

nav.global > ul li a{
	display:block;
	width:118px;
	height:31px;
}


nav.global > ul li:last-child{
	margin:0;
}


nav.global > ul li a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background:none!important;
}



/* *****************************************************
 *	base
 * *****************************************************/
/* container
-------------------------------------------------------*/
div.container{
	//width:965px;
	width:100%;
	margin:0 auto;
}




/* pagetitle
-------------------------------------------------------*/






/* *****************************************************
 *	main
 * *****************************************************/

div.main{
	padding:50px 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
}

div.summarySec{
	width:100%;
	padding:25px 50px;
	background:rgba(255,255,255,0.6);
	//z-index:150;
}

div.summarySec h4{
	padding:15px 0;
	font-size:24px;
	font-size:2.4rem;
}

div.summarySec h4 span{
	font-size:18px;
	font-size:1.8rem;
}

.summarySec{
	.type01{
		tr{
			&.materials{
				td{
					a{
						display: inline-block;
						letter-spacing: 0.05em;

						&:not(:last-of-type){
							margin-bottom: 10px;
						}
					}
				}
			}
		}
	}
}


div.appear{
	margin-right:40px;
}

div.data{
	position:relative;
	width:350px;
}

div.data > p{
	position:absolute;
	top:60px;
}

dl.baseinfo{
	position:absolute;
	bottom:0;
	padding-bottom:20px;
}

dl.baseinfo dt{
	margin-bottom:15px;
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
}

dl.baseinfo dd{
	line-height:1.4;
}

dl.baseinfo dd p{
	margin-bottom:10px;
}

table.type01{
	width:100%;
	margin:0 auto;
	//margin:0 auto 30px;
	line-height:1.8;
}

table.type01 tr{
	border-bottom:1px #ccc solid;
}

table.type01 tr:last-child{
	border-bottom:none;
}

table.type01 th,
table.type01 td{
	vertical-align:top;
	padding:15px 35px;
	text-align:left;
}

table.type01 th{
	width:30%;
}

table.type01 td{
	width:70%;
}

table.type01 td ul{
	margin-left:20px;
}

table.type01 td ul li{
	margin-bottom:10px;
}

table.type01 td ul li:last-child{
	margin-bottom:0;
}

table.type01 td p.comment{
	font-size:12px;
	font-size:1.2rem;
}


dl.report dt{
	margin-bottom:10px;
}

dl.report dd ul{
	margin-bottom:10px;
	list-style-type:none;
}

dl.report dd:last-child ul{
	margin-bottom:0;
}

a[href$=".pdf"]:hover{
	color:#999;
}

a[href$=".pdf"] span{
	display:inline-block;
}

a[href$=".pdf"] span::before{
	content:url("../images/file_pdf.png");
	display:inline-block;
	vertical-align:text-top;
	margin-left:10px;
	margin-right:3px;
	line-height:0;
}

a.link{
	display:inline-block;
	position:relative;
	padding-right:10px;
	color:#386d03;
	font-size:12px;
	font-size:1.2rem;
	font-weight:bolder;
}

a.link::after{
	content:"";
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:7px;
	height:7px;
	margin:auto;
	border-top:#386d03 1px solid;
	border-right:#386d03 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.link:hover{
	color:#7a9b5a;
}

a.link:hover::after{
	border-top:#7a9b5a 1px solid;
	border-right:#7a9b5a 1px solid;
}

p.note{
	margin-bottom:30px;
	padding-top:20px;
}

div.journal{
	min-height:350px;
	padding-top:20px;
}

div.journal dl{
	margin-bottom:40px;
}

div.journal dl dt{
	margin-bottom:25px;
	padding-left:20px;
	padding-bottom:10px;
	border-bottom:#e3d3c0 2px solid;
	font-size:24px;
	font-size:2.4rem;
}

div.journal dl dd{
	padding:0 20px;
}

div.journal dl dd ol{
	padding-left:20px;
	font-size:18px;
	font-size:1.8rem;
	list-style-type:none;
}

div.journal dl dd:last-child ol{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;

	margin-bottom:0;
}

div.journal dl dd ol li{
	width:50%;
	margin-bottom:20px;
	line-height:1.5;
}

div.journal dl dd ol li a:hover{
	color:#999;
}

div.journal dl dd ol li span{
	display:inline-block;
}

div.journal dl dd ol li span::before{
	content:url("../images/file_pdf.png");
	display:inline-block;
	vertical-align:text-top;
	margin-left:30px;
	margin-right:10px;
	line-height:0;
}

/* *****************************************************
 *	parallax
 * *****************************************************/
/* whole
-------------------------------------------------------*/
.viewSec{
	width:100%;
	overflow:hidden;
}

.content{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	//border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

div.summarySec{
	width:100%;
	padding:25px 50px;
	background:rgba(255, 255, 255, 0.5);
	z-index:150;
}


/* top
-------------------------------------------------------*/
.topView{
	//height:1050px;
}

#top{
	width:965px;
	//height:1050px;
	margin:0 auto;
}

/* first
-------------------------------------------------------*/
.firstView{
	//height:1050px;
}

#first{
	width:845px;
	//height:1050px;
	margin:0 auto;
	padding-bottom:80px;
}

/* second
-------------------------------------------------------*/
.secondView{
	//height:1400px;
}

#second{
	width:845px;
	//height:1400px;
	margin:0 auto;
	padding-bottom:80px;
}

div.address{
	margin-bottom:30px;
	line-height:1.6;
}

div.outline{
	display:table-cell;
	vertical-align:top;
	padding-top:10px;
	padding-right:30px;
}

div.googlemap{
	display:table-cell;
	width:320px;
	//background:#ddd;
}

div.googlemap img{
	width:100%;
}

div.outline > p{
	margin-bottom:10px;
}

dl.intro dt{
	margin-bottom:20px;
	padding:5px 0 5px 20px;
	border-left:10px #a9a34d solid;
}

dl.intro dd{
	margin-bottom:50px;
	text-align:center;
}

dl.intro dd:last-child{
	margin-bottom:15px;
}

dl.intro dd > p{
	margin:0 30px 10px;
	text-align:left;
	line-height:1.6;
}

dl.intro dd > p.refer{
	font-size:13px;
	font-size:1.3rem;
	text-align:right;
}

dl.intro dd > ul.photos{
	word-spacing: -1em;
	display: table;
	display: block\9;
	font-size:0;

	position:relative;
	width:100%;
	margin:0 auto;
	padding-left:30px;
	list-style-type:none;
	text-align:left;
}


dl.intro dd > ul.photos li{
	display:inline-block;
	width:347px;
	margin-right:10px;
	margin-bottom:20px;
}

dl.intro dd > ul.photos li:nth-child(2n){
	margin-right:0;
	margin-left:10px;
}

dl.intro dd > ul.photos li img{
	width:100%;
}

dl.intro dd > ul.photos li p{
	margin:7px 0 0;
	font-size:14px;
	font-size:1.4rem;
}

/* third
-------------------------------------------------------*/
.thirdView{
	//height:2100px;
}

#third{
	width:845px;
	//height:2100px;
	margin:0 auto;
	padding-bottom:80px;
}

div.recruit h3{
	display:inline-block;
	margin-bottom:15px;
	padding:8px 20px 7px;
	background:#fff;
	border:2px #a9a34d solid;
	color:#978d00;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	letter-spacing:0.2rem;
	line-height:1;
}

div.recruit h4{
	margin-bottom:5px;
	padding:5px;
	border-bottom:4px #a9a34d double;
	color:#a9a34d;
	font-size:14px;
	font-size:1.4rem;
}

div.recruit dl dt{
	display:inline-block;
	width:60px;
}
div.recruit dl dd{
	display:inline-block;
	width:350px;
}


/* other
-------------------------------------------------------*/
div.summarySec .marBtm50{
	margin-bottom:50px;
}
