@charset "UTF-8";
/*動画用*/
    
.video_area{
 position: relative;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -100;
 overflow: hidden;
 /*background: url('../img/top/poster.png') no-repeat;
 background-size: 100% 98%;*/
}

.video_area > video {
    width: 100.1%;
}
    
 /*loading*/
 #is-loading {
 display: block;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: #FFF;
 z-index: 8;
}
#loading {
 display: none;
 position: fixed;
 top: 50%;
 left: 50%;
 width: 40px;
 height: 40px;
 /*transform: translate(-50%,-50%);*/
 text-align: center;
 color: #fff;
 z-index: 9;
}

#loading img{width: 100%;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

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

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/*************   共通設定   *************/
img{
	border: none;
	vertical-align: bottom;
}
.clear{
	clear: both;
	display: block;
}
.right{
	float: right;
}
.right_img{
	float: right;
	margin: 0 0 0 15px;
}
.right_sp{
	float: right;
}
.right_img_sp{
	float: right;
	margin: 0 0 0 15px;
}
.left{
	float: left;
}
.left_img{
	float: left;
	margin: 0 15px 0 0;
}
.left_sp{
	float: left;
}
.left_img_sp{
	float: left;
	margin: 0 15px 0 0;
}
.center{
	text-align: center;
}
.normal{
	font-weight: normal;
}
.bold{
	font-weight: bold;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb35{
	margin-bottom: 35px;
}
.mb40{
	margin-bottom: 40px;
}
.mb45{
	margin-bottom: 45px;
}
.mb50{
	margin-bottom: 50px;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mt35{
	margin-top: 35px;
}
.mt40{
	margin-top: 40px;
}
.mt45{
	margin-top: 45px;
}
.mt50{
	margin-top: 50px;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.ml25{
	margin-left: 25px;
}
.ml30{
	margin-left: 30px;
}
.ml35{
	margin-left: 35px;
}
.ml40{
	margin-left: 40px;
}
.ml45{
	margin-left: 45px;
}
.ml50{
	margin-left: 50px;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.mr25{
	margin-right: 25px;
}
.mr30{
	margin-right: 30px;
}
.mr35{
	margin-right: 35px;
}
.mr40{
	margin-right: 40px;
}
.mr45{
	margin-right: 45px;
}
.mr50{
	margin-right: 50px;
}
.font8{
	font-size: 8px;
}
.font10{
	font-size: 10px;
}
.font12{
	font-size: 12px;
}
.font14{
	font-size: 14px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font20{
	font-size: 20px;
}
.font22{
	font-size: 22px;
}
.font24{
	font-size: 24px;
}
.font26{
	font-size: 26px;
}
.font28{
	font-size: 28px;
}
.font30{
	font-size: 30px;
}
.font40{
	font-size: 40px;
}
.font50{
	font-size: 50px;
}
.caution{
	color: #e60012;
}
.black01{
	color: #000;
}
.orange01{
	color: #F90;
}
.orange02{
	color: #F60;
}
.gray01{
	color: #CCC;
}
.gray02{
	color: #999;
}
.gray03{
	color: #666;
}
.gray04{
	color: #333;
}
.red01{
	color: #FF0004;
}

/****************************ボタン設定****************************/
.btn01 {
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.btn01:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
.btn01:active {
	top: 3px;
	box-shadow: none;
}

/*************   リンク設定   *************/
a:link,a:visited{
	color: #000;
	text-decoration:underline;
}
a:hover,a:active{
	color: #000;
	text-decoration:none;
}
a.style01:link,a.style01:visited{
	color: #000;
	text-decoration:none;
}
a.style01:hover,a.style01:active{
	color: #000;
	text-decoration:underline;
}

a.hover:hover img {
        filter: alpha(opacity=80);
        -moz-opacity:0.80;
        opacity:0.80;
    }

.show_sp{
	display: none;
}
.show_sp02{
	display: none;
}

.mincho{
	font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

/****************************段落設定****************************/
h1{
	margin: 0;
	padding: 0;
}

h2{
	margin: 0;
	padding: 0;
}

h3{
	margin: 0;
	padding: 0;
}

/**************************** body ****************************/
body{
	font-size: 1.0em;
	line-height: 1.5;
	color: #000000;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, sans-serif;
	min-width:980px;
}

/**************************** container ****************************/
#container{
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#container_low{
	margin: 0 auto;
	padding: 45px 0 0 0;
	width: 960px;
}
#container_low02{
	margin: 0;
	padding: 0 0 0 0;
}
#container_low03{
	margin: 0 auto;
	width: 960px;
}

#main{
	margin: 0 auto;
	padding: 40px 0 15px 0;
	width: 960px;
}

#main_left{
	margin: 0;
	padding: 0 0 0 10px;
	width: 740px;
	float: left;
}
#main_right{
	margin: 0;
	padding: 0;
	width: 200px;
	float: right;
}

.mainvisual_in .slide img{
	width: 100%;
}
.mainvisual_in_sp .slide img{
	width: 100%;
}
/**************************** header ****************************/
header{
	margin: 0;
	padding: 0;
}

#headerbox{
	margin: 0;
	padding: 0;
	background: url(../img/bg_gnav02.png) center bottom no-repeat;
}
#headerbox_in{
	margin: 0 auto;
	padding: 15px 0 0 20px;
	width: 1060px;
}
#headerbox_in .logobox{
	float: left;
}
#headerbox_in .linkbox{
	float: right;
	/*margin-bottom: 47px;*/
	margin-bottom: 7px;
}
#headerbox_in .linkbox a{
	text-decoration: none;
	font-size: 12px;
}
#headerbox_in .linkbox a:hover{
	text-decoration: underline;
}

/*sns*/
#headerbox_in .snsbox{
    padding:5px 0 6px;
    display: block;
    text-align: right;
}
#headerbox_in .snsbox span{font-size: 13px; padding: 0 5px 0 0; font-weight: bold; color:#666;}
#headerbox_in .snsbox a{
    vertical-align: middle;
    display: inline-block;
}
#headerbox_in .snsbox a:hover{
	opacity: 0.8;
}
#headerbox_in .snsbox a:nth-child(2){padding: 0 5px 0 4px;}
#headerbox_in .snsbox a:nth-child(2) img{max-width: 35px;}
#headerbox_in .snsbox a:nth-child(3) img{max-width: 30px;}


/**************************** footer ****************************/
footer{
	margin: 0;
	padding: 0;	
}

#footerbox{
	margin: 0;
	padding: 60px 0 0 0;
	font-size: 12px;
}
.footerbox_mb01{
	margin: 0;
	padding: 13px 0 0 0;
	font-size: 12px;
}
.footer_link{
	text-align: center;
	border-bottom: 1.5px solid #949AA9;
	padding: 5px 0;
}
.footer_link a{
	text-decoration: none;
}
.footer_link a:hover{
	text-decoration: underline;
}
.footer_info{
	text-align: center;
	padding: 10px 0 22px;
	
}
.copyright{
	text-align: center;
	padding: 0 0 22px;
}

#pagetop{
	margin: 0;
	padding: 0;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
	z-index: 999;
}

/**************************** section ****************************/
section{
	margin: 0;
	padding: 0;
}

article{
	margin: 0;
	padding: 0;
}

/**************************** nav ****************************/
nav{
	margin: 0;
	padding: 0;
}

#gnav{
	margin: 0;
	padding: 0;
	width: 850px;
	height: 24px;
	float: right;
	background: url(../img/bg_gnav.png) 0 0 no-repeat;
}
#gnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#gnav ul li{
	margin: 0;
	float: left;
}
#gnav ul a{
	margin: 0;
	height: 24px;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}
#gnav ul li:nth-child(1) a{
	padding: 2px 0 0 20px;
	width: 175px;
}
#gnav ul li:nth-child(2) a{
	padding: 2px 0 0 0;
	width: 165px;
}
#gnav ul li:nth-child(3) a{
	padding: 2px 0 0 0;
	width: 165px;
}
#gnav ul li:nth-child(4) a{
	padding: 2px 0 0 0;
	width: 165px;
}
#gnav ul li:nth-child(5) a {
    padding: 2px 0 0 0;
    width: 165px;
}

#gnav ul a:hover{
	color: #666;
}

/****************************ul li設定****************************/
	
ul.list_style01{
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
ul.list_style01 li{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

/****************************table設定****************************/
table.table_style01{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.table_style01 th{
	margin: 0;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
}
table.table_style01 td{
	margin: 0;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
}

table.table_inquiry{
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.table_inquiry th{
	margin: 0;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	border: 1px dotted #CCCCCC;
}
table.table_inquiry td{
	margin: 0;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	border: 1px dotted #CCCCCC;
}
table.table_inquiry td.btn{
	margin: 0;
	padding: 20px;
	text-align: center;
	vertical-align: top;
	border: none;
}

/**************************** sp header ****************************/
#spmenubtn{
	margin: 0;
	padding:0;
	cursor: pointer;
	top: 0;
	right: 0;
	position: absolute;
	display: none;
}
 
#overlay{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.95);
	/*overflow-y: auto;*/
}
 
#text{
	font-size: 40px;
	color: #eee;
	padding-top: 400px;
	vertical-align: middle;
	font-weight: bold;
}
 
#spmenubtnclose{
	margin: 0;
	padding: 0;
	cursor: pointer;
	top: 0;
	right: 0;
	position: absolute;
	color: #FFF;
}

ul.spmenu{
	margin: 0;
	padding: 60px 0 0 0;
	list-style: none;	
}
ul.spmenu li{
	margin: 0;
	padding: 0;
}
ul.spmenu li.midashi{
	margin: 0;
	padding: 5px 0 5px 15px;
	background-color: #FFF;
	color: #000;
	text-align: left;
	font-weight: bold;
}
ul.spmenu li a{
	margin: 0;
	padding: 10px 0 10px 15px;
	display: block;
	text-align: left;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	background: url(../img/arrow01.png) 95% 50% no-repeat;
	background-size: 8px auto;
	border-bottom: 1px dashed #FFFFFF;
	font-weight: normal;
}
ul.spmenu li.second a{
	padding: 7px 0 7px 29px;
}
ul.spmenu li a.first{
	border-top: 1px dashed #FFFFFF;
}
ul.spmenu li.child a{
	padding: 10px 0 10px 25px;
}
ul.spmenu li.child a:before{
	content:"・";
}

/********* ハンバーガーメニュー設定 *********/
.menu{
	/*width: 100%;
	position: absolute;
	right: 6px;*/
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	
}
.menu-trigger {
	margin-right: 0;	
	display: none;
	position: absolute;
	left:15px;
	top: 10px;
	z-index: 9999999;
	width: 35px;
	height: 16px;
}
.menu-trigger em {
    font-size: 10px;
    left: 2px;
	bottom: -20px;
    position: absolute;
    text-decoration: none;
	font-style: normal;
	/*font-family: 'GenJyuuGothic03';*/
	color: #28B484;
	width: 50px
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #C8CBD3;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 6.5px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}
.menu-trigger.active em {
	color: #FFF;
}
.menu-trigger.active span{
	background-color: #FFF;
}

.menu-trigger.active{
	position: fixed;
	top: 20px;
}

/********* トップページ *********/
.topbox01{
	padding: 38px 0 0 0;
	width: 600px;
	margin: 0 auto 50px;
}
.topbox01 h2{
	font-weight: normal;
	color: #FFF;
	padding: 2px 10px;
	background-color: #949AA9;
}
.topbox01 table{
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}
.topbox01 table tr{
	border-bottom: 1px solid #000;
}
.topbox01 table th{
	width: 165px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 10px 0 5px;
}
.topbox01 table td{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 10px 0 5px;
}
.topbox01 table th .icon01{
	color: #E50011;
}
.topbox01 table th .icon02{
	color: #004DA1;
}
.topbox01 table td .icon01{
	color: #E50011;
}
.topbox01 table td .icon02{
	color: #004DA1;
}
.topbox01 .text01{
	text-align: right;
	font-size: 14px;
	padding: 5px 0 0 0;
}
.topbox01_in table tr td a,
.topbox01 .text01 a{
	text-decoration: none;
}
.topbox01 .text01 a:hover{
	text-decoration: underline;
}

.topbanner01{
	margin-bottom: 25px;
}
.topbanner01 img{
	width: 100%;
}
.topbanner02{
	margin-bottom: 0;
}
.topbanner02 img{
	width: 100%;
}

.topbox02{
	margin: 0;
	padding: 0 0 10px 0;
}
.topbox02 h2{
	margin-bottom: 17px;
}
.topbox02 h2 img{
	width: 100%;
}
.topbox02 ul{
	list-style: none;
}
.topbox02 ul li{
	width: 467px;
	float: left;
	margin-bottom: 17px;
	background-color: #FFF;
}
.topbox02 ul li:nth-child(2n){
	float: right;
}
.topbox02 ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
}
.topbox02 ul li a img{
	opacity: 1;
	width: 100%;
}
.topbox02 ul li a:hover{
	opacity: 0.8;
}
.topbox02 ul li a .text01{
	text-align: center;
	padding: 15px 0 10px;
	background: -o-linear-gradient(top, #969CAB, #D2D4DA);
    background:-webkit-gradient(linear, left top, left bottom, from(#969CAB), to(#D2D4DA));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#969CAB', endColorstr='#D2D4DA', GradientType=0)";
    background: linear-gradient(to bottom, #969CAB, #D2D4DA);
}
.topbox02 ul li a .text01 h3{
	font-size: 23px;
}
.topbox02 ul li a .text01 p{
	font-size: 13px;
}

/********* 下層ページ *********/
.subnav{
	background: URL(../img/bg_subnav.png) center center repeat-x;
	background-size: auto 100%;
	margin-top: 3px;
}
.subnav_in{
	margin: 0 auto;
	width: 960px;
}
.subnav_in ul{
	list-style: none;
}
.subnav_in ul li{
	float: left;
	height: 50px;
}
.subnav_in ul li.midashi{
	width: 230px;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 20px;
	color: #FBC700;
	height: 50px;
}
.subnav_in ul li.link a{
	padding: 15px 30px 0;
	color: #FFF;
	font-size: 12px;
	height: 50px;
	text-decoration: none;
	display: inline-block;
}
.subnav_in ul li.link a:hover{
	background-color: #C9AB4A;
	color: #000;
}
.subnav_in ul li.active a{
	background-color: #C9AB4A;
	color: #000;
}

.subnav_sp{
	height: 24px;
	background-color: #FBC700;
	line-height: 100%;
}
.subnav_sp .home{
	float: left;
}
.subnav_sp .home00{
	float: left;
}

.subnav_sp .home a{
	height: 24px;
	display: inline-block;
	background-color: #000;
	text-align: center;
	padding: 4px 10px 0;
	color: #FBC700;
	text-decoration: none;
	font-size: 12px;
	position:relative;
}
.subnav_sp .home a:before{
	content:"";
	position:absolute;
	right: -24px;
	top: 0;
	height: 0;
	border-left: 12px solid #000;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid transparent;
	display: inline-block;
}
.subnav_sp .home00 a{
	height: 24px;
	display: inline-block;
	background-color: #000;
	text-align: center;
	padding: 4px 18px 0 10px;
	color: #FBC700;
	text-decoration: none;
	font-size: 12px;
	background: URL(../img/bg_subnav02.png) right top no-repeat #000;
	background-size: auto 24px;
}
.subnav_sp .title{
	float: left;
	font-size: 12px;
	padding: 4px 0 0 20px;
}

.mainvisual_low01{
	background: url(../img/company/company01.png) center top no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}

.mainvisual_low img{
	width: 100%;
}
.mainvisual_low .text01{
	text-align: center;
	color: #004DA1;
	margin-bottom: 115px;
}

/*品質へのこだわりトップ*/
.mainvisual_low02{
	background: URL(../img/concept/concept01.png) center top no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}
.mainvisual_low02 img{
	width: 100%;
}

/*企業情報トップ1218追加*/
.mainvisual_low01{
	background: url(../img/company/company01.png) center top no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}

.mainvisual_low01 img{
	width: 100%;
}
.mainvisual_low01 .text01{
	text-align: center;
	color: #004DA1;
	margin-bottom: 115px;
}



.h1box01_low{
	text-align: center;
	font-size: 26px;
	color: #FFF;
	text-shadow: 3px 3px 10px #000;
	height: 200px;
	background: URL(../img/bg_h1.png) center center no-repeat;
	background-size: cover;
	font-weight: normal;
	padding: 75px 0 0 0;
}

.doorbox01{
	text-align: center;
	font-size: 13px;
	line-height: 220%;
	margin: 0 auto 140px;
	width: 630px;
}
.doorbox02{
	text-align: center;
	padding: 0 0 40px;
}
.doorbox02 ul{
	list-style: none;
}
.doorbox02 ul li{
	margin-bottom: 50px;
}

.doorbox03{
	text-align: center;
	padding: 30px 0 0 0;
	margin: 0 0 60px;
}
.doorbox03 img{
	max-width: 100%;
}

.sp_fotter_nav{
	display: none;
}

.infobox_low{
	padding: 80px 0 80px;
	margin: 0 auto;
	width: 960px;
}
.infobox_low_in{
	padding: 20px 40px 25px;
	background: -o-linear-gradient(top, #F1F2F4, #D2D4DA);
    background:-webkit-gradient(linear, left top, left bottom, from(#F1F2F4), to(#D2D4DA));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F2F4', endColorstr='#D2D4DA', GradientType=0)";
    background: linear-gradient(to bottom, #F1F2F4, #D2D4DA);
	border-radius: 20px;
}
.infobox_low .midashi00{
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #004DA1;
}
.infobox_low_in .midashi{
	margin-bottom: 30px;
	text-align: center;
}
.infobox_low_in .text01{
	width: 310px;
	float: left;
	line-height: 120%;
}
.infobox_low_in .text01 .img01{
	float: left;
}
.infobox_low_in .text01 .text01_01{
	float: left;
	margin-left: 10px;
	font-size: 30px;
	font-weight: bold;
	padding: 3px 0 0 0;
}
.infobox_low_in .text01 .text01_01 img{
	margin-right: 5px;
	vertical-align: central;
}
.infobox_low_in .text01 .text01_01 a{
	text-decoration: none;
}
.infobox_low_in .text01 .text01_01 a:hover{
	color: #666;
}
.infobox_low_in .text01 .text01_01 p{
	font-size: 13px;
	font-weight: normal;
	margin-top: 5px;
}
.infobox_low_in a.link01{
	text-decoration: none;
	text-align: center;
	width: 240px;
	background-color: #004DA1;
	border: 1px solid #FFF;
	display: block;
	float: left;
	color: #FFF;
	padding: 13px 0;
}
.infobox_low_in a.link01:hover{
	opacity: 0.8;
}

.conceptbox01{
	padding: 55px 0 85px 0;
	text-align: center;
	font-size: 13px;
}
.conceptbox01 h2{
	border: 2px solid #004DA1;
	color: #004DA1;
	width: 240px;
	text-align: center;
	display: inline-block;
	padding: 3px 0;
	font-size: 20px;
	margin-bottom: 20px;
}
.conceptbox01 p{
	line-height: 200%;
}
.conceptbox01 .arrow01{
	padding: 30px 0;
}
.conceptbox01 .imgbox{
	margin-bottom: 15px;
}
.conceptbox02{
	height: 256px;
	background: URL(../img/concept/concept13.png) center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 70px 0 0 0;
}
.conceptbox02 p{
	font-size: 13px;
	color: #FFF;
	margin-bottom: 15px;
}
.conceptbox02 a{
	box-shadow: 0px 0px 10px #000;
}
.conceptbox03{
	padding: 35px 0 85px 0;
	text-align: center;
}
.conceptbox03 h2{
	font-size: 28px;
	margin-bottom: 30px;
}
.conceptbox03 p.text01{
	margin-bottom: 50px;
}
.conceptbox03 ul{
	list-style: none;
}
.conceptbox03 ul li{
	float: left;
	width: 299px;
	margin: 0 30px 0 0;
}
.conceptbox03 ul li:nth-child(3n){
	margin: 0 0 0 0;
}
.conceptbox03 ul li img{
	width: 100%;
}
.conceptbox03 ul li .text02{
	font-size: 20px;
	color: #FFF;
	text-align: center;
	background: URL(../img/concept/bg01.png) center center repeat-y;
	background-size: 100% auto;
	padding: 10px 0;
	margin-bottom: 20px;
}
.conceptbox03 ul li .text03{
	font-size: 15px;
	line-height: 200%;
	text-align: left;
}
.conceptbox04{
	margin-bottom: 80px;
	background: URL(../img/concept/concept21.png) center center no-repeat;
	background-size: cover;
}
.conceptbox04_in{
	padding: 40px 0;
	width: 640px;
	margin: 0 auto;
}
.conceptbox04_in h2{
	color: #004DA1;
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
}
.conceptbox04_in p{
	font-size: 15px;
	line-height: 200%;
}
.conceptbox05{
	background: URL(../img/concept/concept22.png) center center no-repeat;
	background-size: cover;
	padding: 60px 0 0 0;
	position:relative;
}
.conceptbox05 img.arrow01{
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
}
.conceptbox05 img.arrow02{
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
}
.conceptbox05 h2{
	color: #004DA1;
	font-size: 24px;
	margin-bottom: 45px;
	text-align: center;
}
.conceptbox05_in{
	width: 810px;
	margin: 0 auto 60px;
	box-shadow: 0px 0px 20px #000;
	background-color: #FFF;
}
.conceptbox05_in .slider h3{
	background: URL(../img/concept/bg03.png) center center repeat-y;
	background-size: 100% auto;
}
.conceptbox05_in .slider h3 span{
	text-align: center;
	padding: 15px 0;
	display: block;
	color: #FFF;
	font-size: 20px;
}
.conceptbox05_in .slider h3 span.bg01{
	background: URL(../img/concept/01.png) 10px center no-repeat;
}
.conceptbox05_in .slider h3 span.bg02{
	background: URL(../img/concept/02.png) 10px center no-repeat;
}
.conceptbox05_in .slider h3 span.bg03{
	background: URL(../img/concept/03.png) 10px center no-repeat;
}
.conceptbox05_in .slider h3 span.bg04{
	background: URL(../img/concept/04.png) 10px center no-repeat;
}
.conceptbox05_in .slider h3 span.bg05{
	background: URL(../img/concept/05.png) 10px center no-repeat;
}
.conceptbox05_in .slider .textbox01{
	padding: 30px;
}
.conceptbox05_in .slider .textbox01 table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.conceptbox05_in .slider .textbox01 table th{
	width: 339px;
}
.conceptbox05_in .slider .textbox01 table th img{
	width: 100%;
}
.conceptbox05_in .slider .textbox01 table td{
	text-align: center;
	vertical-align: middle;
}
.conceptbox05_in .slider .textbox01 table td img{
	display: inline-block !important;
}
.conceptbox05_in .slider .textbox01 .text01{
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 25px;
}
.conceptbox05_in .slider .textbox01 .text01 span.color01{
	color: #004DA1;
}
.conceptbox05_in .slider .textbox01 .text02{
	font-size: 13px;
	line-height: 200%;
}
.conceptbox05_in .slider .textbox01 .text02 span{
	float: right;
	text-align: center;
	width: 119px;
	display: block;
	font-size: 12px;
	margin-left: 10px;
}
.conceptbox05_in .slider .textbox01 .text02 span img{
	margin-bottom: 0;
	width:100%;
}
.conceptbox05_01{
	background: URL(../img/concept/bg02.png) center center no-repeat;
	height: 49px;
	text-align: center;
	padding: 11px 0 0 0;
}
.conceptbox05_01 a{
	display: inline-block;
	border: 1px solid #FFF;
	font-size: 13px;
	padding: 0 8px;
	color: #FFF;
	text-decoration: none;
	margin: 0 5px;
}
.conceptbox05_01 a:hover{
	background-color: #004DA1;
}
.conceptbox05_01 a.active{
	background-color: #004DA1;
}

.conceptbox06{
	padding: 65px 0 50px 0;
	background: URL(../img/concept/concept37.png) center center no-repeat;
	background-size: cover;
	position: relative;
}
.conceptbox06 img.arrow01{
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
}
.conceptbox06_in{
	margin: 0 auto;
	width: 980px;
}
.conceptbox06_in h2{
	font-size: 24px;
	color: #FFF;
	margin-bottom: 20px;
	text-align: center;
}
.conceptbox06_in .text01{
	margin: 0 auto;
	width: 690px;
	font-size: 13px;
	color: #FFF;
	margin-bottom: 30px;
	text-align: center;
}
.conceptbox06_01{
	height: 400px;
	overflow-y: scroll;
}
.conceptbox06_01 ul{
	list-style: none;
}
.conceptbox06_01 ul li{
	width: 300px;
	float: left;
	margin: 0 30px 40px 0;
}
.conceptbox06_01 ul li:nth-child(3n){
	margin: 0 0 40px 0;
}
.conceptbox06_01 ul li table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 25px;
}
.conceptbox06_01 ul li table th{
	text-align: left;
	width: 58px;
	vertical-align: middle;
}
.conceptbox06_01 ul li table td{
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	color: #FFF;
}
.conceptbox06_01 ul li table td span{
	display: block;
	font-size: 13px;
}
.conceptbox06_01 ul li .imgbox01{
	margin-bottom: 10px;
}
.conceptbox06_01 ul li .imgbox01 img{
	width: 100%;
}
.conceptbox06_01 ul li .text02 p{
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 13px;
	margin-bottom: 5px;
	line-height: 180%;
	color: #FFF;
}


.probox01{
	padding: 115px 0;
	background: URL(../img/product/bg01.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 80px;
	background-attachment: fixed;
}
.probox01_in{
	width: 960px;
	margin: 0 auto;
}
.probox01_in ul{
	list-style: none;
}
.probox01_in ul li{
	float: left;
	width: 472px;
	border: 2px solid #FFF;
	margin-bottom: 45px;
}
.probox01_in ul li:nth-child(2n){
	float: right;
}
.probox01_in ul li .imgbox01{
	width:468px;
	height: 231px;
}
.probox01_in ul li .imgbox01 img{
	display: none;
	width: 100%;
}
.probox01_in ul li .imgbox01.bg01{
	background: URL(../img/product/product02.png) center center no-repeat;
	background-size: 100% auto;
}
.probox01_in ul li .imgbox01.bg02{
	background: URL(../img/product/product03.png) center center no-repeat;
	background-size: 100% auto;
}
.probox01_in ul li .imgbox01.bg03{
	background: URL(../img/product/product04.png) center center no-repeat;
	background-size: 100% auto;
}
.probox01_in ul li .imgbox01.bg04{
	background: URL(../img/product/product05.png) center center no-repeat;
	background-size: 100% auto;
}
.probox01_in ul li:hover .imgbox01.bg01{
	background: URL(../img/product/product02_on.png) center center no-repeat;
	background-size: 100% auto;
}
.probox01_in ul li:hover .imgbox01.bg02{
	background: URL(../img/product/product03_on.png) center center no-repeat;
	background-size: 100% auto;
}
.probox01_in ul li:hover .imgbox01.bg03{
	background: URL(../img/product/product04_on.png) center center no-repeat;
	background-size: 100% auto;
}
.probox01_in ul li:hover .imgbox01.bg04{
	background: URL(../img/product/product05_on.png) center center no-repeat;
	background-size: 100% auto;
}
.probox01_in ul li .text01{
	text-align: center;
	padding: 15px 0 10px;
	background: -o-linear-gradient(top, #969CAB, #D2D4DA);
	background: -webkit-gradient(linear, left top, left bottom, from(#969CAB), to(#D2D4DA));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#969CAB', endColorstr='#D2D4DA', GradientType=0)";
	background: linear-gradient(to bottom, #969CAB, #D2D4DA);
}
.probox01_in ul li .text01 h3 {
    font-size: 23px;
}
.probox01_in ul li .text01 p {
    font-size: 13px;
}
.probox01_in ul li a{
	text-decoration: none;
}
.probox02{
	text-align: center;
	font-size: 13px;
	margin-bottom: 75px;
	line-height: 200%;
	padding: 45px 10px 0;
}
.nav_pro01{
	position: fixed;
	right: 30px;
	top: 50%;
}
.nav_pro01 a{
	display: block;
	width: 15px;
	height: 15px;
	margin-bottom: 15px;
	background-color: #999;
	border-radius: 15px;
}
.nav_pro01 a.active{
	background-color: #004DA1;
}

.prowrap { display:none; }

.pro_sub_title{padding: 0px 0 20px 0;}
.pro_sub_title p{
	border-left: 10px solid #004DA1;	
	border-bottom: 2px solid #004DA1;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.probox03.open, .pro03pb{
	padding-bottom: 80px;
}
.probox03 h2{
	height: 50px;
	background: URL(../img/product/bg02.png) center center repeat-y;
	background-size: 100% auto;
	color: #FFF;
	font-size: 30px;
	margin-bottom: 25px;
	position:relative;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.pro01_list h2:after{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    border-top: 2px solid #004DA1;
    border-right: 2px solid #004DA1;
    position: absolute;
    top: 12%;
    right: 20px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.pro01_list h2.open:after{
    top: 40%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.probox03 h2 span{
	height: 50px;
	display: block;
	padding: 2px 0 0 95px;
}
.probox03 h2 span.bg01{
	background: URL(../img/product/midashi01.png) left center no-repeat;
}
.probox03 h2 span.bg02{
	background: URL(../img/product/midashi02.png) left center no-repeat;
}
.probox03 h2 span.bg03{
	background: URL(../img/product/midashi03.png) left center no-repeat;
}
.probox03 h2 span.bg04{
	background: URL(../img/product/midashi04.png) left center no-repeat;
}
.probox03 h2 span.bg05{
	background: URL(../img/product/midashi05.png) left center no-repeat;
}
.probox03 h2 span.bg06{
	background: URL(../img/product/midashi06.png) left center no-repeat;
}
.probox03 h2 span.bg07{
	background: URL(../img/product/midashi07.png) left center no-repeat;
}
.probox03 h2 span.bg08{
	background: URL(../img/product/midashi08.png) left center no-repeat;
}
.probox03 .text01{
	font-size: 13px;
	line-height: 200%;
	margin-bottom: 30px;
}
.probox03 .text00{
	background: URL(../img/product/product19.png) right top no-repeat #030000;
	background-size: auto 100%;
	padding: 75px 0 75px 40px;
	margin-bottom: 40px;
}
.probox03 .text00 p{
	font-size: 13px;
	color: #FFF;
	line-height: 220%;
	width: 340px;
}

.probox03_01{
	margin-bottom: 40px;
	padding: 0 0 35px 0;
	border-bottom: 2px solid #BDBDC1;
}
.probox03_01_bnone{
	margin-bottom: 0;
	padding: 0 0 0 0;
	border-bottom: none;
}
.probox03_01 ul{
	list-style: none;
}
.probox03_01 ul li{
	float: left;
	width: 299px;
	margin: 0 30px 0 0;
}
.probox03_01 ul li:nth-child(3n){
	margin: 0 0 0 0;
}
.probox03_01 ul li img{
	width: 100%;
}
.probox03_01 ul li img.img_sp{
	display: none;
}
.probox03_01 ul li img.img_sp02{
	display: none;
}
.probox03_01 ul li .text02{
	font-size: 20px;
	color: #FFF;
	text-align: center;
	background: URL(../img/concept/bg01.png) center center repeat-y;
	background-size: 100% auto;
	/*padding: 10px 0;*/
	margin-bottom: 10px;
	height:75px;
	position:relative;
}
.probox03_01 ul li .text02 p{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	margin-right:-50%;
	margin-bottom:-50%;
}
.probox03_01 ul li .text02_bm01{
	margin-bottom: 4px;
}
.probox03_01 ul li .text03{
	font-size: 15px;
	line-height: 190%;
	text-align: left;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.probox03_01 ul li .text03 span{
	color: #004DA1;
}
.probox03_01 ul li .icon01{
	padding: 20px 0 0 0;
}
.probox03_01 ul li .icon01 a{
	text-decoration: none;
	font-size: 13px;
	display: inline-block;
	padding: 5px  15px 0 40px;
	height: 31px;
	background: URL(../img/product/icon01.png) 0 0 no-repeat #EBEBEC;
	color: #888889;
	border-radius: 6px;
	margin: 0 20px 0 0;
}
.probox03_01 ul li .icon01 a:hover{
	opacity: 0.8;
}
.probox04_outer{
	padding: 30px 0 60px;
}
.probox04{
	background: URL(../img/product/product35.png) right top no-repeat;
	background-size: auto 100%;
	border: 1px solid #004DA1;
	padding: 30px 40px;
}
.probox04 .textbox01{
	width: 620px;
}
.probox04 .textbox01 .text01{
	color: #004DA1;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.probox04 .textbox01 .text02{
	font-size: 13px;
	line-height: 200%;
}
.probox04 img{
	display: none;
}

.probox03_01 .swich02{
	background-color: #EBEBEC;
	margin-bottom: 10px;
	padding: 3px 0;
	text-align: center;
}
.probox03_01 .swich02 a{
	display: inline-block;
	margin: 0 10px;
	font-size: 13px;
	text-decoration: none;
	color: #888889;
}
.probox03_01 .swich02 a.active{
	color: #004DA1;
}
.probox03_02{
	padding: 50px 0 0 0;
}
.probox03_02_01{
	padding: 15px 0 0 0;
}
.probox03_02_01 ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.probox03_02_01 ul li{
	width: 297px;
	margin: 0 32px 25px 0;
	text-align: center;
}
.probox03_02_01 ul li:nth-child(3n){
	margin: 0 0 30px 0;
}
.probox03_02_01 ul li img{
	margin-bottom: 10px;
	width: 100%;
}
.probox03_02_01 ul li h2{
	font-weight: normal;
	margin-bottom: 5px;
}
.probox03_02_01 ul li a{
	text-decoration: none;
	font-size: 13px;
	color: #717071;
}
.probox03_02_01 ul li a:hover{
	color: #000;
}

.probox05{
	padding: 35px 0 0 0;
}
.probox05_left{
	float: left;
	width: 240px;
}
.probox05_left ul{
	list-style: none;
}
.probox05_left ul li{
	margin-bottom: 10px;
}
.probox05_left ul li a{
	display: block;
	text-align: center;
	border-bottom: 1px solid #9F9FA0;
	border-top: 1px solid #9F9FA0;
	padding: 10px 0;
	text-decoration: none;
	color: #9F9FA0;
}
.probox05_left ul li a:hover{
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #FFF;
	background: URL(../img/product/bg03.png) center top repeat-y;
	background-size: 100% auto;
}
.probox05_left ul li a:hover span{
	/*background: URL(../img/product/arrow01.png) 35% center no-repeat;
	background-size: 5px auto;*/
	display: block;
}
.probox05_left ul li a:hover span:before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 6px;
	background-image: URL(../img/product/arrow01.png);
	background-size: contain;
	vertical-align:top;
	margin-right: 10px;
	margin-top: 9px;
}

.probox05_left ul li.active a{
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #FFF;
	background: URL(../img/product/bg03.png) center top repeat-y;
	background-size: 100% auto;
}
.probox05_left ul li.active a span{
	display: block;
}
.probox05_left ul li.active a span:before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 6px;
	background-image: URL(../img/product/arrow01.png);
	background-size: contain;
	vertical-align:top;
	margin-right: 10px;
	margin-top: 9px;
}
.probox05_left p{
	text-align: center;
	color: #9F9FA0;
	font-size: 13px;
}

.probox05_right{
	float: right;
	width: 640px;
}
.probox05_right h2.h2_pro01{
	height: 30px;
	background: URL(../img/product/bg04.png) 0 top repeat-y;
	line-height: 180%;
	margin-bottom: 5px;
}
.probox05_right h2.h2_pro01 span{
	height: 30px;
	display: inline-block;
	color: #004DA1;
	font-size: 24px;
	position: relative;
	background-color: #FFF;
	padding: 0 10px 0 0;
}
.probox05_right h2.h2_pro01 span:before{
	content:url(../img/product/arrow02.png);
	position: absolute;
	top: 0;
	right: -16px;
}
.probox05_right h2.h2_pro02{
	display: none;
}

.probox05_right_02{
	border-bottom: 1px solid #9fa0a0;
	padding: 15px 0;
}
.probox05_right_02 .month{
	display: none;
}
.probox05_right_02 table{
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;

}

.probox05_right_02 table th{
	width: 140px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 5px 0;
}
.probox05_right_02 table td{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 5px 10px;
}
.probox05_right_02 table td.midashi{
	width: 340px;
	margin-top: 5px;
}
.probox05_right_02 table td.midashi img{
	width: 36px;
	margin-top: 5px;
}
.probox05_right_02 table td.camera{
	width: 28px;
}
.probox05_right_02 table td.camera img{
	width: 18px;
	vertical-align: top;
}
.probox05_right_02 table td.kazu{
	text-align: right;
	white-space: pre;
	width: 60px;
}
.probox05_right_02 table td.tuki{
	text-align: right;
	white-space: pre;
	width: 80px;
}
.probox05_right_02 ul{
	list-style: none;
}
.probox05_right_02 ul li{
	margin-bottom: 20px;
	font-size: 14px;
}
.probox05_right_02 ul li:before{
	content:"●";
	color: #004DA1;
	font-size: 14px;
	margin-right: 5px;
}
.probox05_right_02_b01{
    border-bottom: none;
    padding: 30px 0 0 0;
}
.probox05_right .onzyun{
	display: none;
}
.pro_content .hide{
	display: none;
}

h2.h2_style01{
	height: 30px;
	background: URL(../img/product/bg04.png) 0 top repeat-y;
	background-size: 100% auto;
	line-height: 180%;
	margin-bottom: 50px;
}
h2.h2_style01 span{
	height: 30px;
	display: inline-block;
	color: #004DA1;
	font-size: 24px;
	position: relative;
	background-color: #FFF;
	padding: 0 10px 0 0;
}
h2.h2_style01 span:before{
	content:url(../img/product/arrow02.png);
	position: absolute;
	top: 0;
	right: -16px;
}

.companybox00{
	padding: 80px 0 0 0;
}
.companybox01{
	margin: 0 0 100px;
}
.companybox01_01{
	width: 770px;
	margin: 0 auto;
}
.companybox01_01 table{
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}
.companybox01_01 table tr{
	border-bottom: 1px solid #9F9FA0;
}
.companybox01_01 table th{
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
	width: 90px;
	line-height: 200%;
}
.companybox01_01 table td{
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
	line-height: 200%;
}
.companybox01_01 table td .text01{
	padding: 0 0 0 5.5em;
	text-indent: -5.5em;
	margin-bottom: 10px;
}
.companybox01_01 table td .text02{
	padding: 0 0 0 5.7em;
	text-indent: -5.7em;
}
.companybox01_01 table td .text03{
	float: left;
}
.companybox01_01 table td .text04{
	float: left;
	margin-left: 14px;
	padding: 0 0 0 14px;
	border-left: 1px solid #D2D3D3;
}
.companybox01_01 table td .text04 p{
	padding: 0 0 0 18px;
	background: URL(../img/company/arrow01.png) 0 center no-repeat;
	background-size: 13px auto;
	cursor: pointer;
}
.companybox01_01 table td .text04 p:hover{
	color: #666;
}
.companybox01_01 table td .text04 p.active{
	background: URL(../img/company/arrow02.png) 0 center no-repeat;
	background-size: 13px auto;
}
.companybox01_01 table td .text04_01{
	display: none;
	padding: 0 0 0 18px;
}

.companybox02{
}
.companybox02_01{
	width: 770px;
	margin: 0 auto;
}
.companybox02_02{
	margin-bottom: 40px;
}
.companybox02_02 .gmap{
	width: 460px;
	height: 345px;
	float: right;
}
.companybox02_02 .gmap iframe{
	width: 100%;
	height: 100%;
}
.companybox02_02 .text{
	width: 290px;
	float: left;
	padding: 10px 0 0 0;
}
.companybox02_02 .text_mb01{
	padding: 60px 0 0 0;
}
.companybox02_02 .text h3{
	color: #221814;
	margin-bottom: 15px;
}
.companybox02_02 .text .text01{
	color: #221814;
	font-size: 13px;
	line-height: 200%;
	margin-bottom: 15px;
}
.companybox02_02 .text .text02 p{
	padding: 0 0 0 1em;
	text-indent: -1em;
	color: #717071;
	font-size: 13px;
	line-height: 200%;
	margin-bottom: 5px;
}

.companybox03{
	width: 770px;
	margin: 0 auto;
	padding: 30px 0 80px 0;
}
.companybox03_01{
	border-bottom: 1px solid #9F9FA0;
	padding: 15px 0;
}
.companybox03_01 .text00{
	display: none;
}
.companybox03_01 table{
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}
.companybox03_01 table th{
	text-align: left;
	vertical-align: top;
	width: 55px;
	line-height: 200%;
	font-weight: normal;
}
.companybox03_01 table td{
	text-align: left;
	vertical-align: top;
	line-height: 200%;
}
.companybox03_01 table td.month{
	width: 45px;
}


.topbox01_w770{
	width: 770px;
	margin: 0 auto;
	padding:50px 0 80px 0;
}
.topbox01 table {
    font-size: 13px;
}
.topbox01_w770 table th{
	width: 165px;
	padding: 20px 0;
}
.topbox01_w770 table td{
	padding: 20px 0;
}
.topbox01_w770 table tr{
	border-bottom: 1px solid #c9caca;
}

.contactbox01{
	padding: 45px 0 30px 0;
	margin: 0 auto;
	width: 770px;
}
.contactbox01 .text01{
	text-align: center;
	font-size: 13px;
	margin-bottom: 35px;
	line-height: 200%;
}
.contactbox01 .text02{
	text-align: center;
	font-size: 13px;
	margin-bottom: 35px;
}
.contactbox01 .text03{
	text-align: center;
	font-size: 11px;
	margin-bottom: 35px;
	color: #727171;
	line-height: 200%;
}
.contactbox01 .text03 a{
	text-decoration: none;
	color: #727171;
}
.contactbox01 .text03 a:hover{
	text-decoration: underline;
}
.contactbox01 table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #9fa0a0;
	font-size: 13px;
	margin-bottom: 35px;
}
.contactbox01 table tr{
	border-bottom: 1px solid #9fa0a0;
}
.contactbox01 table th{
	padding: 20px 15px;
	width: 230px;
	background: URL(../img/contact/bg01.png) 0 0 repeat-y;
	background-size: 100% auto;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
.contactbox01 table th .font01{
	font-size: 10px;
}
.contactbox01 table td{
	padding: 20px 0 20px 40px;
	text-align: left;
	vertical-align: middle;
}
.contactbox01 .btnbox01{
	text-align: center;
	font-size: 13px;
	margin-bottom: 80px;
}
.contactbox01 .btnbox01 input[type="submit"], .contactbox01 .btnbox01 input[type="reset"]{
	border: none;
	background-color: #000;
	color: #FFF;
	cursor: pointer;
	padding: 5px 20px;
}
.contactbox01 .btnbox01 input[type="submit"]:hover, .contactbox01 .btnbox01 input[type="reset"]:hover{
	background-color: #666;
}
.contactbox01 .top_txtbox01{
	border-left: solid 12px #004ea2;
	font-size: 18px;
	color: #333;
	padding: 10px 10px;
}
.contactbox01 .top_txtbox02{
	font-size: 14px;
	color: #333;
	padding: 10px 10px 30px;
}
.contactbox01 .top_txtbox02 a:link{
	color: #000;
    text-decoration: none;
	border-bottom: solid 1px #ff0000;
	
}
h3.h3_style01{
	background: URL(../img/recruit/bg01.png) center top repeat-y;
	background-size: 100% auto;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	padding: 12px 0;
	margin-bottom: 10px;
}

.recruitbox01{
	width: 865px;
	margin: 0 auto;
	padding: 50px 0 100px 0;
	line-height: 200%;
	text-align: center;
	font-size: 13px;
}

.recruitbox01 h2{
	font-size: 28px;
	margin-bottom: 30px;
}

.recruitbox02 {
    margin-bottom: 100px;
}
.recruitbox02 h2.h2_style01 {
    margin-bottom: 30px;
}
.recruitbox02_01{
	margin-bottom: 25px;
}
.recruitbox02_02{
	padding: 15px 0;
	border-bottom: 1px solid #808080;
}
.recruitbox02_02_bnone{
	border-bottom: none;
}
.recruitbox02_02 .imgbox01{
	width: 299px;
	float: left;
}
.recruitbox02_02 .imgbox01 img{
	width: 100%;
}
.recruitbox02_02 .textbox01{
	width: 600px;
	float: right;
	padding: 80px 0 0 0;
}
.recruitbox02_02 .textbox01 h4{
	font-size: 20px;
	color: #004ea2;
	margin-bottom: 15px;
}
.recruitbox02_02 .textbox01 p{
	padding: 0 0 0 20px;
}
.recruitbox03{
	margin-bottom: 100px;
}
.recruitbox03_01{
	width: 770px;
	margin: 0 auto;
}
.recruitbox03_01 table{
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}
.recruitbox03_01 table tr{
	border-bottom: 1px solid #c9caca;
}
.recruitbox03_01 table th{
	width: 135px;
	text-align: left;
	vertical-align: top;
	padding: 15px 0;
	line-height: 200%;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.recruitbox03_01 table td{
	text-align: left;
	vertical-align: top;
	padding: 15px 0;
	line-height: 200%;
}
.recruitbox03 h2.h2_style01 {
    margin-bottom: 40px;
}

.recruitbox04{
	background: URL(../img/recruit/recruit05.png) center center no-repeat;
	background-size: cover;
	padding: 50px 0 0 0;
	position:relative;
	margin-bottom: 150px;
}
.recruitbox04 h2{
	color: #FFF;
	font-size: 24px;
	margin-bottom: 45px;
	text-align: center;
	font-weight: normal;
}
.recruitbox04 h2 img{
	width: 112px;
	margin-bottom: 13px;
}
.recruitbox04_in{
	width: 600px;
	margin: 0 auto 55px;
}
.recruitbox04_in .slider h3{
	background: URL(../img/concept/bg03.png) center center repeat-y;
	background-size: 100% auto;
}

.recruitbox04_01{
	background: URL(../img/concept/bg02.png) center center no-repeat;
	height: 49px;
	text-align: center;
	padding: 11px 0 0 0;
}
.recruitbox04_01 a{
	display: inline-block;
	border: 1px solid #FFF;
	font-size: 13px;
	padding: 0 8px;
	color: #FFF;
	text-decoration: none;
	margin: 0 5px;
}
.recruitbox04_01 a:hover{
	background-color: #FFF;
	color: #004ea2;
}
.recruitbox04_01 a.active{
	background-color: #FFF;
	color: #004ea2;
}

.recruitbox04_02{
	margin-bottom: 40px;
	box-shadow: 0px 30px 20px -20px #000;
}
.recruitbox04_02 .imgbox01{
	width: 300px;
	height: 239px;
	float: left;
}
.recruitbox04_02 .imgbox01 img{
	width: 100%;
}
.recruitbox04_02 .textbox01{
	width: 300px;
	height: 239px;
	float: right;
	background: URL(../img/recruit/bg02.png) center top repeat-y;
	padding: 75px 0 0 30px;
	color: #FFF;
	position: relative;
}
.recruitbox04_02 .textbox01 img.pic01{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px; 
}
.recruitbox04_02 .textbox01 .text01{
	font-size: 16px;
	margin-bottom: 8px;
}
.recruitbox04_02 .textbox01 .text02{
	font-size: 20px;
	margin-bottom: 10px;
}
.recruitbox04_02 .textbox01 .text02 span{
	font-size: 16px;
}
.recruitbox04_02 .textbox01 .text03{
	font-size: 13px;
}
.recruitbox04_03{
	padding: 25px 30px;
	background: URL(../img/recruit/arrow01.png) left top no-repeat, URL(../img/recruit/arrow02.png) right bottom no-repeat;
	background-size: 30px auto;
}
.recruitbox04_03 p{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 5px;
}
.recruitbox04_03 .btnbox01{
	text-align: right;
}
.recruitbox04_03 .btnbox01 a{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.recruitbox04_03 .btnbox01 a:hover{
	color: #DDD;
}

.recruitbox05{
	text-align: center;
	padding: 0 0 160px;
}
.recruitbox05 a{
	display: block;
	width: 480px;
	height: 80px;
	text-align: center;
	font-size: 18px;
	padding: 26px 0 0 0;
	margin: 0 auto;
	background: -o-linear-gradient(top, #969CAA, #CACCD2);
	background: -webkit-gradient(linear, left top, left bottom, from(#969CAA), to(#CACCD2));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#969CAA', endColorstr='#CACCD2', GradientType=0)";
	background: linear-gradient(to bottom, #969CAA, #CACCD2);
	text-decoration: none;
}
.recruitbox05 a:hover{
	opacity: 0.8;
}

.recruitbox06{
	margin: 30px auto;
	width: 810px;
	background-color: #FFF;
}
.recruitbox06_01{
	border-bottom: 2px solid #DCDCDD;
	padding: 35px 30px 12px;
	position: relative;
}
.recruitbox06_01 .btn_close{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	background-color: #000;
	color: #FFF;
	padding: 0px 1px;
	line-height: 100%;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}
.recruitbox06_01 .btn_close:hover{
	opacity: 0.8;
}
.recruitbox06_01 .btn_close:active{
	top: 0 !important;
}
.recruitbox06_01 h3{
	font-size: 24px;
	text-align: center;
	color: #004DA1;
	margin-bottom: 30px;
}
.recruitbox06_01_01{
	margin-bottom: 12px;
}
.recruitbox06_01_01 .textbox01 img.pic01{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px; 
}
.recruitbox06_01_01 .imgbox01{
	width: 375px;
	height: 300px;
	float: left;
}
.recruitbox06_01_01 .imgbox01 img{
	width: 100%;
}
.recruitbox06_01_01 .textbox01{
	width: 375px;
	height: 300px;
	float: right;
	background: URL(../img/recruit/bg02.png) center top repeat-y;
	background-size: 100% auto;
	padding: 100px 0 0 37px;
	color: #FFF;
	position: relative;
}
.recruitbox06_01_01 .textbox01 .text01{
	font-size: 20px;
	margin-bottom: 8px;
}
.recruitbox06_01_01 .textbox01 .text02{
	font-size: 25px;
	margin-bottom: 10px;
}
.recruitbox06_01_01 .textbox01 .text02 span{
	font-size: 20px;
}
.recruitbox06_01_01 .textbox01 .text03{
	font-size: 16px;
}
.recruitbox06_01 .text04{
	text-align: center;
	font-size: 16px;
	color: #595757;
}

.recruitbox06_02{
	padding: 38px 30px 35px;
}
.recruitbox06_02_01{
	margin-bottom: 40px;
}
.recruitbox06_02_01 .textbox01 h4{
	font-size: 16px;
	color: #004DA1;
	font-weight: normal;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #DCDCDD;
	margin-bottom: 15px;
}
.recruitbox06_02_01 .textbox01 p{
	/*font-size: 13px;*/    
	font-size: 14px;/*202205調整*/
	line-height: 200%;
}

.recruitbox06_02_01 .imgbox_right{
	float: right;
	width: 251px;
}
.recruitbox06_02_01 .imgbox_right img{
	width: 100%;
}
.recruitbox06_02_01 .imgbox_left{
	float: left;
	width: 251px;
}
.recruitbox06_02_01 .imgbox_left img{
	width: 100%;
}
.recruitbox06_02_01 .box_left{
	float: left;
	width: 499px;
}
.recruitbox06_02_01 .box_left p{
	padding: 0 25px 0 0;
}
.recruitbox06_02_01 .box_right{
	float: right;
	width: 499px;
}
.recruitbox06_02_01 .box_right p{
	padding: 0 0 0 25px;
}
.recruitbox06_02_01 .box_right h4{
	padding: 0 0 5px 25px;
}
.recruitbox06_02_02{
	border: 1px solid #004DA1;
	margin-bottom: 35px;
}
.recruitbox06_02_02 .midashi01{
	background-color: #004DA1;
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
}
.recruitbox06_02_02 p{
	padding: 25px;
	line-height: 200%;
	font-size: 13px;
}
.recruitbox06_02_03{
	text-align: center;
}
.recruitbox06_02_03 span{
	font-size: 13px;
	font-weight: bold;
	color: #9F9FA0;
	cursor: pointer;
	position: inherit;
}
.recruitbox06_02_03 span:hover{
	opacity:0.8;
}





.sitemapbox01{
	width: 860px;
	margin: 0 auto 100px;
}
.sitemapbox01_01{
	padding: 40px 0 20px;
	border-bottom: 1px solid #B7BECF;
}
.sitemapbox01_01_bnone{
	border-bottom: none;
}
.sitemapbox01_01 ul{
	width: 25%;
	float: left;
	list-style: none;
}
.sitemapbox01_01 ul li{
	margin-bottom: 13px;
}
.sitemapbox01_01 ul li.midashi01{
	font-size: 20px;
	margin-bottom: 20px;
}
.sitemapbox01_01 ul li.midashi01_f01{
	font-size: 18px;
}
.sitemapbox01_01 ul li.midashi01 span{
	color: #F1C11B;
}
.sitemapbox01_01 ul li.midashi01 a{
	text-decoration: none;
}
.sitemapbox01_01 ul li.midashi01 a:hover{
	text-decoration: underline;
}
.sitemapbox01_01 ul li.link01{
	font-size: 15px;
	margin-bottom: 10px;
	padding: 0 0 0 27px;
	background: URL(../img/sitemap/arrow01.png) 8px center no-repeat;
	background-size: 6px auto;
}
.sitemapbox01_01 ul li.link01 a{
	text-decoration: none;
}
.sitemapbox01_01 ul li.link01 a:hover{
	text-decoration: underline;
}

.sitemapbox01_01 ul li:last-child{
	margin-bottom: 20px;
}

.sitepolicybox01{
	width: 860px;
	margin: 0 auto 100px;
}
.sitepolicybox01_01{
	padding: 30px 0 30px;
	border-bottom: 1px solid #B7BECF;
}
.sitepolicybox01_01 h2{
	font-size: 16px;
	margin-bottom: 15px;
}
.sitepolicybox01_01 h2 span{
	color: #004DA1;
}
.sitepolicybox01_01 p{
	font-size: 13px;
	line-height: 200%;
}

/**************************** form設定 IE_CSS3 ****************************/
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}

input[type="text"] ,input[type="email"] ,textarea {
	padding: 5px;
	font-size:13px;
	border:1px solid #CCC;
	width: 100%;
}

input[type="text"]:focus,
textarea:focus{
	border:1px solid #666;
	position:relative;
	behavior: url(ie_css3/PIE.htc);
}

a.hover_style01{
	text-decoration:none;
}
a.hover_style01:hover{
	opacity: 0.9;
}
.probox03 .text_01{
	background: URL(../img/product/product_toppc01.jpg) right top no-repeat #030000;
	background-size: auto 100%;
	padding: 75px 0 75px 40px;
	margin-bottom: 40px;
}
.probox03 .text_01 p{
	font-size: 13px;
	color: #FFF;
	line-height: 220%;
	width: 340px;
}
.probox03 .text_02{
	background: URL(../img/product/product_toppc02.jpg) right top no-repeat #030000;
	background-size: auto 100%;
	padding: 75px 0 75px 40px;
	margin-bottom: 40px;
}
.probox03 .text_02 p{
	font-size: 13px;
	color: #FFF;
	line-height: 220%;
	width: 340px;
}
.probox03 .text_03{
	background: URL(../img/product/product_toppc03.jpg) right top no-repeat #030000;
	background-size: auto 100%;
	padding: 75px 0 75px 40px;
	margin-bottom: 40px;
}
.probox03 .text_03 p{
	font-size: 13px;
	color: #FFF;
	line-height: 220%;
	width: 340px;
}
.ancer{
	padding-top: 70px;
	margin-top: -70px;
}
/* スライド　ドット　*/
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #666;
}
.mainvisual{
	margin-bottom: 30px;
}

/*アンカー調整*/
#pro01_link05_3{}


/* 20250605 mv アニメーション */
.mv_anime {
    position: relative;
    aspect-ratio: 1920 / 1166;
    width: 100%;
    overflow: hidden;
}
.img_base {
    width: 100%;
}
.mv_anime .img_layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mv_anime .img_layer01 {
    z-index: 40;
}
.mv_anime .img_layer02 {
    z-index: 15;
}
.mv_anime .img_layer03 {
    z-index: 50;
}
.img_parts {
    display: block;
    position: absolute;
}
.img_parts01 {
    /* max-width: 620px; */
    width: 42%;
    top: 17.5%;
    right: 6.8%;
    z-index: 50;
}

.img_parts02 {
    /* max-width: 1700px; */
    width: 100%;
    bottom: 0.5%;
    left: 0;
    z-index: 35;
}
.img_parts03 {
    /* max-width: 388px; */
    width: 27%;
    top: 4.7%;
    right: -4%;
    z-index: 20;
}
.img_parts04 {
    /* max-width: 514px; */
    width: 35%;
    top: 16%;
    left: 0;
    z-index: 26;
}
.img_parts05 {
    /* max-width: 627px; */
    width: 43%;
    bottom: 0;
    right: 0;
    z-index: 48;
}
.img_parts06 {
    /* max-width: 250px; */
    width: 17.1%;
    top: 0.7%;
    left: 46.2%;
    z-index: 10;
}
.img_parts07 {
    /* max-width: 555px; */
    width: 38%;
    top: 0.5%;
    left: 31%;
    z-index: 25;
}
.img_parts08 {
    /* max-width: 575px; */
    width: 40%;
    bottom: 0px;
    left: 0;
    z-index: 25;
}
.img_parts09 {
    /* max-width: 1010px; */
    width: 70%;
    bottom: 0;
    left: 0;
    z-index: 45;
}
.img_parts_add01 {
  width: 2.53%;
  bottom: 46.4%;
  left: 20%;
  z-index: 60;
}
.img_parts_add02 {
  width: 2.53%;
  bottom: 59.8%;
  left: 3.7%;
  z-index: 61;
}
.img_parts_add03 {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 62;
}

#is-loading {
	z-index: 100;
}

#gnav ul li.recruit a {
   color: #fff;
   position: relative;
   z-index: 1;
   overflow: visible;

}
#gnav ul li.recruit a::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #004da1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: skewX(-43deg);
}
#gnav ul li.recruit a:hover::after {
	opacity: .7;
}

.mv_catch {
	padding: 12px;
	background-color: #d7ecf4;
}
.mv_catch p {
	font-size: 22px;
	letter-spacing: .1em;
	text-align: center;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

#gnav ul a {
    font-family: "Noto Sans JP", sans-serif;
}
.mv_catch p {
    font-family: "Noto Sans JP", sans-serif;
}