@charset "utf-8"; 


html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	font-family: 'ヒラギノ角ゴ pro', YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'メイリオ', Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	color:#221814;
	font-size: 1.6rem;
	line-height: 2.2;
	position: relative;
	letter-spacing: .15em;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	background-image: url(../images/bg_main_repeat.png);
	background-repeat:repeat;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
strong,em {
	font-weight: normal ;
	font-style: normal ;
	}

fieldset {border:none}
hr { display: none ; }
.clear { clear: both ; }
.clearfix:after{
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;	
}
.clearfix{
	min-height:1px;
}
*html .clearfix{
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}


img { border: 0 ; vertical-align: bottom ; }

a{
	color: #040000;
	background: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.op a {
	opacity: 1.0;
	transition: opacity .3s;
}

.op a:hover {
	opacity: .7;
}
a img {
	line-height:0;
}
.floatL{
	float: left;
	margin: 0 20px 12px 0;
}
.floatR{
	float: right;
	margin: 0 0 12px 20px;
}
.imgC{
	text-align: center;
	margin-bottom: 2em;
	clear: both;
}
.txtL {
	text-align: left;
}
.txtR {
	text-align: right;
}
.txtC {
	text-align: center;
}
.column {
	clear: both;
}
#main .column.row02 table {
	margin:0;
	width:50%;
	float:left;
	clear:none;
}
#main .column.row03 table {
	margin:0;
	width:33.3%;
	float:left;
	clear:none;
}
.bld {
	font-weight: bold;
}
.bld_L {
	font-weight: bold;
	font-size: 120%!important;
}
#main .important {
	color: #FF0000;
}
#wrapper #main .small_txt {
	font-size: 0.8em;
}




/*
* font
*/
.hirakaku {
	font-family:'ヒラギノ角ゴ StdN' ,'ヒラギノ角ゴ pro', YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'メイリオ', Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
}


/*
* input
*/








/*===============================wrapper================================*/
#wrapper {
	width: 100%;
}
#container {
	padding-top:97px;
}
.is-home #container {
	padding-top:0;
}
.l-section {
	position:relative;
}




/*=============================== header ================================*/
.header {
	width: 100%;
	position:fixed;
	background-color:#fff;
	z-index:100;
}
.is-home .header {
	top:-97px;
}
.logo {
	width:113px;
	height:30px;
	position:absolute;
	top:30px;
	left:0;
}
.logo a {
	outline-style:none;
}

.header_inner {
	width: 960px;
	height: 97px;
	margin:0 auto;
	position: relative;
}





/*=============================== main_navi ================================*/

.main_navi {
	width:560px;
	margin:0;
	position:absolute;
	right:0;
	top:0;
	z-index:100;
	text-align:left;
}
.navi_body {
	display:flex;
	justify-content:space-between;
	padding-top:30px;
}
.navi_item {
	text-align:center;
}
.navi_item a {
	display:block;
	outline-style: none;
	display: block;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.navi_item.act a {
	color:#0067B3;
}

/*.navi_item a:hover span {
	color:#005AAA;
}*/
.navi_item .navi_en {
	font-family:"ヒラギノ角ゴ StdN",'ヒラギノ角ゴ pro', YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'メイリオ', Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	font-size:1.7rem;
	font-weight:bold;
	display:block;
	line-height:1.4em;
}
.navi_item .navi_jp {
	display:block;
	font-size:1.1rem;
}

/* hero_menu */
.hero_menu {
	width:100%;
	position:absolute;
	top:0;
	z-index:2;
}
.hero_menu_inner {
	width: 960px;
	height: 97px;
	margin:0 auto;
	position: relative;
}
.hero .navi_item a {
	color:#fff;
}




/*=============================== メイン ===============================*/
#main {
	width: 100%;
}




/*
* メイン／work
*/

.work {
	background-image: url(../images/bg_work_area.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
	background-size:auto 497px;
	overflow:visible;
}
.work .inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top:80px;
	height:650px;
}
.work_ttl {
	font-size:6.5rem;
	font-weight:bold;
	color:#005AAB;
	text-align:center;
	position:absolute;
	top:-40px;
	left:50%;
	transform:translateX(-50%);
	line-height:1em;
}
.work_body {
	display:flex;
	justify-content:space-between;
}
.work_figure {
	width:225px;
}
.work_img {
}
.work_img img {
	width:100%;
	height:auto;
}
.work_figcaption {
	background:rgba(39,29,27,.8);
	height:250px;
	padding-top:32px;
}
#main .work_figure_ttl {
	text-align:center;
	color:#fff;
	line-height:1em;
	margin-bottom:10px;
	font-weight:bold;
}
#main .work_figure_ttl > span {
	display:block;
}
#main .work_figure_ttl .work_ttl_en {
	font-size:2rem;
	margin-bottom:17px;
}
#main .work_figure_ttl .work_ttl_jp {
	font-size:1.4rem;
}
#main .work_figure_txt {
	color:#fff;
	margin:0 28px;
	letter-spacing:0;
	text-align:justify;
	text-justify: inter-ideograph;
}









/*=============================== footer ===============================*/

#footer {
	border-top:solid 6px #005AAA;
	color: #fff;
	background-color:#fff;
	clear: both;
	width: 100%;
	text-align: left;	
	position:relative;
}
#footer a {
	text-decoration:none;
}
.footer_inner {
	width: 960px;
	height:443px;
	margin: 0 auto;
	position:relative;
}
.footer_logo {
	position:absolute;
	width:113px;
	height:150px;
	left:116px;
	top:95px;
}



/*
* footer／フッターナビ
*/
.footer_navi {
	width:570px;
	position:absolute;
	top:49px;
	left:409px;
}
.footer_navi dl {
	line-height:1.5em;
	float:left;
	margin-right:30px;
}
.footer_navi dt {
	font-weight:bold;
	color:#040000;
	margin-bottom:23px;
}
.footer_navi dt a {
	outline-style:none;
}
.footer_navi ul {
	list-style-type:disc;
	list-style-position:inside;
	text-align:left;
	color:#040000;
	margin-left:0;
}
.footer_navi dl:last-child dd {
	display:flex;
	justify-content:space-between;
}
.footer_navi li {
	margin-bottom:13px;
	font-size:1.4rem;
}
.footer_navi li a {
	outline-style: none;
	font-size: 13px;
	line-height:1.8em;
	font-weight: normal;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.footer_product_navi.navi01 {
	margin-right:35px;
}
.footer_navi dl:last-child a {
	color:#999;
}






.footer_mark {
	position:absolute;
	right:0;
	bottom:17px;
}
.footer_mark li {
	display:inline-block;
	width:69px;
	height:60px;
}
.footer_mark li:first-child {
	margin-right:-10px;
}
.footer_mark li img {
	width:100%;
	height:auto;
}
.footer_copyright {
	position:absolute;
	left:2px;
	bottom:20px;
	color:#040000;
}










/*
* ページトップ
*/
#page_top {
	background-color: #005AAA;
	text-indent: -9999px;
	width: 41px;
	height: 41px;
	position: absolute;
	right: 0;
	top: -41px;
	background-image: url(../images/arrow_pagetop.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
#page_top a {
	display:block;
	width:41px;
	height:41px;
	transition:opacity 0.2s ease;
}
#page_top a:hover {
	opacity:0;
}

/* 例外 */
@media screen and (min-width: 800px) {
	#aboutus #page_top_wrap,
	#custom #page_top_wrap,
	#contact #page_top_wrap {
		position:relative;
		height:0;
	}
	#aboutus #page_top,
	#custom #page_top,
	#contact #page_top {
		float:none;
		margin:0;
		position:absolute;
		top:-47px;
		right:55px;
	}
}








/*================================icon===============================*/


#wrapper .blank_icon {
	padding: 0px 18px 0px 0px;
	background: url(../images/blank_icon.gif) no-repeat right center;
}
#wrapper .pdf_icon{
	background: url(../images/pdf_icon.gif) no-repeat right center;
	padding: 0px 18px 2px 0px;
}









/*================================ Modal Window ===============================*/


.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 5;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  max-width: 740px;
  box-sizing: border-box;
  width: 90%;
  background: none;
  padding: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  display:none;
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');

}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}




















