@charset "UTF-8";

/*--------------------------------------------------------------------
index.html	(トップページ)
top.css
--------------------------------------------------------------------*/


/*------------Title------------------------------------*/
div#Title { margin-bottom: 50px; }
div#InTitle {
	height: 650px;
	padding: 0;
	background-color: transparent;
}


/*------------News------------------------------------------------*/
div#News {
	width: 980px;
	margin: 0 auto;
}
div#News h2 {
	height: 40px;
	margin-bottom: 20px;
	border-bottom: 4px solid #d4d5d5;
	background: url(../../img/pc/top/news_t.png) no-repeat center top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#News div#InNews {
	max-height: 260px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
div#News div#InNews iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
}


/*------------topBox------------------------------------------------*/
div.topBox {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 625px;
	align-items: center;
}
div.PhoBox {
	display: grid;
	position: absolute;
	place-items: center center;
	width: 57%;
	min-height: 500px;
	overflow: hidden;
	z-index: 1;
}
div.InPho {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
div.TxtBox {
	position: relative;
	min-width: 50%;
	min-height: 500px;
	place-items: center center;
	z-index: 2;
}
div.InTxt {
	position: relative;
	width: 700px;
	height: 100%;
	z-index: 2;
}
div.InTxt a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 70px 0;
	top: 0;
	left: 0;
	z-index: 3;
}
div.InTxt a:hover * { color: #ff0; }
div.InTxt a:before {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 3;
}
div.InTxt h2 {
	height: 92px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div.InTxt dl {
	margin-top: 30px;
	text-align: center;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bolder;
	color: #fff;
}
div.InTxt dl dt { font-size: 1.25em; }
div.InTxt dl dd {
	margin-top: 30px;
	font-size: 1rem;
}
div.grayBig {
	display: grid;
	position: absolute;
	place-items: center center;
	height: 490px;
	overflow: hidden;
	z-index: 0;
}
div.graySmall {
	display: grid;
	position: absolute;
	place-items: center center;
	width: 100px;
	height: 100px;
	overflow: hidden;
	z-index: 5;
}

/*------------land------------------------------------*/
div#land { margin: 50px 0 100px; }
div#land div.PhoBox {
	top: 0;
	left: 0;
}
div#land div.InPho { background-image: url(../../img/pc/top/works_p01.jpg); }
div#land div.TxtBox {
	background-color: #698ab3;
	margin-left: auto;
	top: 75px;
	right: 0;
}
div#land div.InTxt {
	top: 0;
	left: 0;
}
div#land h2 { background-image: url(../../img/pc/top/works_t01.png); }
div#land div.InTxt a:before {
	background-image: url(../../img/pc/top/works_a01.png);
	left: 1.5em;
	bottom: 1.5em;
}
div#land div.grayBig {
	width: 644px;
	background-color: #d4d5d5;
	left: 40%;
	top: 34px;
}
div#land div.graySmall {
	background-color: #eaeaea;
	right: 10%;
	bottom: -60px;
}

/*------------cons------------------------------------*/
div#cons div.PhoBox {
	top: 0;
	right: 0;
}
div#cons div.InPho { background-image: url(../../img/pc/top/works_p02.jpg); }
div#cons div.TxtBox {
	background-color: #736357;
	margin-left: 0;
	top: 0;
	left: 0;
}
div#cons div.InTxt {
	top: 0;
	right: 0;
	margin-left: auto;
}
div#cons h2 { background-image: url(../../img/pc/top/works_t02.png); }
div#cons div.InTxt a:before {
	background-image: url(../../img/pc/top/works_a02.png);
	right: 1.5em;
	bottom: 1.5em;
}
div#cons div.grayBig {
	width: 770px;
	background-color: #b4b5b5;
	left: 40%;
	top: 34px;
}
div#cons div.graySmall {
	background-color: #cacaca;
	left: 41.5%;
	top: 50px;
}

/*------------TopTxt------------------------------------*/
div#TopTxt {
	margin-bottom: 100px;
	line-height: 1.15;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
div#TopTxt h2 {
	font-size: 2.62em;
	font-weight: bolder;
	color: #c59b6d;
}
div#TopTxt h2 span {
	display: block;
	margin-top: 5px;
	font-size: 1.12rem;
	color: #bebebe;
}
div#TopTxt p {
	margin-top: 30px;
	line-height: 1.4;
	font-size: 1rem;
}

/*------------exam------------------------------------*/
div#exam {
	width: 100%;
	margin-top: 80px;
}
div#exam a {
	display: block;
	position: relative;
	height: 600px;
	background: url(../../img/pc/top/works_p03.jpg) no-repeat center center;
	background-size: cover;
}
div#exam h2 {
	width: 100%;
	max-width: 1400px;
	height: 600px;
	margin: 0 auto;
}
div#exam h2 span {
	display: block;
	position: absolute;
	width: 530px;
	height: 190px;
	background-color: rgba(85, 85, 85, 0.85);
	background-image: url(../../img/pc/top/works_t03.png);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}