@charset "UTF-8";

/********************************
DEFAULT
*********************************/

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, 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:0px;
	padding:0px;
	outline: 0;
}

h1,h2,h3,h4,h5,h6,caption,address,th{
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:100%;
}

ul,ol,li,dl,dt,dd {
	list-style:none;
}

img,iframe {
	vertical-align:middle;
	border:0px;
}

img{
	line-height:0;
	font-size:0;
}

table {
	border-collapse:collapse;
}
th {
	font-weight: normal;
	text-align: left;
}

button,fieldset,form,input,label,legend,select,textarea{
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	font-size:100%;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

select{
	padding:2px;
}

input, select {
	font-size: 79%;
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

textarea {
	font-size: 99%;
}

input {
	vertical-align:middle;
}

label {
	padding:0 0 0 2px;
}

hr {
	display:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size:.01em;
	height:0;
	overflow:hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}

.clear {
	clear:both;
}


a,
a:link {
	color:#000000;
	text-decoration:none;
}

a:visited {
/*	color:#941D55;*/
}


a:hover,
a:active {
	color:#000000;
	text-decoration:underline;
}

.m_b0 {
	margin-bottom:0px !important;
}

.m_b1 {
	margin-bottom:1px !important;
}

.m_b2 {
	margin-bottom:2px !important;
}

.m_b3 {
	margin-bottom:2px !important;
}

.m_b5 {
	margin-bottom:5px !important;
}

.m_b7 {
	margin-bottom:7px !important;
}

.m_b8 {
	margin-bottom:8px !important;
}

.m_b10 {
	margin-bottom:10px !important;
}

.m_b11 {
	margin-bottom:11px !important;
}

.m_b12 {
	margin-bottom:12px !important;
}

.m_b13 {
	margin-bottom:13px !important;
}

.m_b15 {
	margin-bottom:15px !important;
}

.m_b20 {
	margin-bottom:20px !important;
}

.m_b25 {
	margin-bottom:25px !important;
}

.m_b30 {
	margin-bottom:30px !important;
}

.m_b35 {
	margin-bottom:35px!important;
}

.m_b40 {
	margin-bottom:40px !important;
}

.m_b45 {
	margin-bottom:45px !important;
}

.m_b50 {
	margin-bottom:50px !important;
}

.m_b55 {
	margin-bottom:55px !important;
}

.m_b80 {
	margin-bottom:80px !important;
}

.m_t30 {
	margin-top:30px !important;
}
.m_r0 {
	margin-right:0 !important;
}

.p_b0 {
	padding-bottom:0 !important;
}
.p_b10 {
	padding-bottom:10px !important;
}

.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.bold {
	font-weight:bold;
}

html {
	height:100%;
	overflow-y:scroll;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.8em;
	color:#000000;
	font-size:100%;
	text-align:center;
    min-height:100%;
    height:auto !important;
    position:relative;
	-webkit-text-size-adjust: none;
	background: #f7f5ed;
}

html>/**/body {
	font-size: 16px;
}
/********************************
HEADER
*********************************/
header {
	background:#ffffff;
	/*background: -moz-linear-gradient(top, #fcfcfc, #eaeaea);
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#eaeaea));*/
}

header .sp_header{
	display:none;
}

header .header{
}

header .header .headbox{
	width: 980px;
	margin:0 auto;
	position:relative;
	padding:30px 0 40px 0;
}

header .header .headbox .logo{
	text-align:center;
}

header .header .headbox .cont{
	right:0;
	top:30px;
	position:absolute;
}

.navbx {
	background: -moz-linear-gradient(top, #fcfcfc, #eaeaea);
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#eaeaea));
	background: linear-gradient(to bottom, #fcfcfc, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fcfcfc, endcolorstr=#eaeaea));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fcfcfc, endcolorstr=#eaeaea))";
	zoom: 1;
}
.navbx nav{
	width: 980px;
	margin:0 auto;
}
.navbx.new nav .tp_logo{
   float: left;
   padding: 11px 0 0 0;
}
.navbx.new nav .tp_cont{
   float: right;
   padding: 12px 0 0 0;
}

nav ul{
	display:table;
	margin: 0 0 0 29px;
}
.navbx.is-ver2 nav ul{
	margin: 0 0 0 24px;
}
.navbx.new nav ul{
	width:600px;
	float: left;
	margin: 0 0 0 45px;
}

nav ul li{
	height:60px;
	width:162px;
	display:table-cell;
    vertical-align: top;
   	-webkit-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	background: -moz-linear-gradient(top, #f9f9f9, #d8d8d8);
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#d8d8d8));
	background: linear-gradient(to bottom, #f9f9f9, #d8d8d8);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f9f9f9, endcolorstr=#d8d8d8));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f9f9f9, endcolorstr=#d8d8d8))";
	zoom: 1;
	border:1px solid #ffffff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.navbx.is-ver2 nav ul li{
	width: 140px;
}
.navbx.new nav ul li{
	width:100px;
	height:70px;
}
.navbx.new.is-ver2 nav ul li.is-wid2{
	width:111px;
}
.navbx.new.is-ver2 nav ul li.is-wid3{
	width:99px;
}

nav ul li a{
	display: block;
	width:162px;
	overflow: hidden;
	height:60px;
}
.navbx.new nav ul li a{
	width:100px;
	height:70px;
}
.navbx.is-ver2 nav ul li a{
	width: 140px;
}
.navbx.new.is-ver2 nav ul li a{
	width:81px;
}
.navbx.new.is-ver2 nav ul li.is-wid2 a{
	width:111px;
}
.navbx.new.is-ver2 nav ul li.is-wid3 a{
	width:99px;
}

nav ul li p{
   	-webkit-transform: skew(45deg);
	-moz-transform: skew(45deg);
	-ms-transform: skew(45deg);
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:10px 0;
}

nav ul li:first-child a p{
	background:url(../../images/gnav_home_of.png) no-repeat 48% 50%;
}
nav ul li:hover{
	/*background:#35a065;*/
	background: -moz-linear-gradient(top, #32975f, #20623e);
	background: -webkit-gradient(linear, left top, left bottom, from(#32975f), to(#20623e));
	background: linear-gradient(to bottom, #32975f, #20623e);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#32975f, endcolorstr=#20623e));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#32975f, endcolorstr=#20623e))";
	zoom: 1;
}
nav ul li:first-child:hover a p{
	background:url(../../images/gnav_home_act.png) no-repeat 48% 50%;
}
nav ul li.on{
	/*background:#35a065;*/
	background: -moz-linear-gradient(top, #32975f, #20623e);
	background: -webkit-gradient(linear, left top, left bottom, from(#32975f), to(#20623e));
	background: linear-gradient(to bottom, #32975f, #20623e);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#32975f, endcolorstr=#20623e));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#32975f, endcolorstr=#20623e))";
	zoom: 1;
}
nav ul li.on:first-child a p{
	background:url(../../images/gnav_home_act.png) no-repeat 48% 50%;
}

/*
nav ul li:nth-child(2) a p{
	background: url(../../images/gnav_message_of.png) no-repeat 50% 50%;
}
nav ul li:nth-child(3) a p{
	background: url(../../images/gnav_about_of.png) no-repeat 50% 50%;
}
nav ul li:nth-child(4) a p{
	background: url(../../images/gnav_company_of.png) no-repeat 50% 50%;
}
nav ul li:nth-child(5) a p{
	background: url(../../images/gnav_ofice_of.png) no-repeat 50% 50%;
}
nav ul li:nth-child(6) a p{
	background: url(../../images/gnav_news_of.png) no-repeat 50% 50%;
}


nav ul li:nth-child(2):hover a p{
	background:url(../../images/gnav_message_act.png) no-repeat 50% 50%;
}
nav ul li:nth-child(3):hover a p{
	background:url(../../images/gnav_about_act.png) no-repeat 50% 50%;
}
nav ul li:nth-child(4):hover a p{
	background:url(../../images/gnav_company_act.png) no-repeat 50% 50%;
}
nav ul li:nth-child(5):hover a p{
	background:url(../../images/gnav_ofice_act.png) no-repeat 50% 50%;
}
nav ul li:nth-child(6):hover a p{
	background:url(../../images/gnav_news_act.png) no-repeat 50% 50%;
}

nav ul li.on:nth-child(2) a p{
	background:url(../../images/gnav_message_act.png) no-repeat 50% 50%;
}
nav ul li.on:nth-child(3) a p{
	background:url(../../images/gnav_about_act.png) no-repeat 50% 50%;
}
nav ul li.on:nth-child(4) a p{
	background:url(../../images/gnav_company_act.png) no-repeat 50% 50%;
}
nav ul li.on:nth-child(5) a p{
	background:url(../../images/gnav_ofice_act.png) no-repeat 50% 50%;
}
nav ul li.on:nth-child(6) a p{
	background:url(../../images/gnav_news_act.png) no-repeat 50% 50%;
}
*/

nav ul li:nth-child(2) a p{
	background: url(../../images/gnav_company_of.png) no-repeat 50% 50%;
}
nav ul li:nth-child(3) a p{
	background: url(../../images/gnav_about_of.png) no-repeat 50% 50%;
}
nav ul li:nth-child(4) a p{
	background: url(../../images/gnav_ofice_of.png) no-repeat 50% 50%;
}
.navbx.is-ver2 nav ul li:nth-child(4) a p{
	background: url(../../images/gnav_declaration_of.png) no-repeat 70% 50%;
}
.navbx.new.is-ver2 nav ul li:nth-child(4) a p{
	background: url(../../images/gnav_declaration_s_of.png) no-repeat 70% 50%;
}
nav ul li:nth-child(5) a p{
	background: url(../../images/gnav_news_of.png) no-repeat 50% 50%;
}
.navbx.is-ver2 nav ul li:nth-child(5) a p{
	background: url(../../images/gnav_ofice_of.png) no-repeat 50% 50%;
}
.navbx.is-ver2 nav ul li:nth-child(6) a p{
	background: url(../../images/gnav_news_of.png) no-repeat 50% 50%;
}


nav ul li:nth-child(2):hover a p{
	background:url(../../images/gnav_company_act.png) no-repeat 50% 50%;
}
nav ul li:nth-child(3):hover a p{
	background:url(../../images/gnav_about_act.png) no-repeat 50% 50%;
}
nav ul li:nth-child(4):hover a p{
	background:url(../../images/gnav_ofice_act.png) no-repeat 50% 50%;
}
.navbx.is-ver2 nav ul li:nth-child(4):hover a p{
	background:url(../../images/gnav_declaration_act.png) no-repeat 70% 50%;
}
.navbx.new.is-ver2 nav ul li:nth-child(4):hover a p{
	background: url(../../images/gnav_declaration_s_act.png) no-repeat 70% 50%;
}
nav ul li:nth-child(5):hover a p{
	background:url(../../images/gnav_news_act.png) no-repeat 50% 50%;
}
.navbx.is-ver2 nav ul li:nth-child(5):hover a p{
	background:url(../../images/gnav_ofice_act.png) no-repeat 50% 50%;
}
.navbx.is-ver2 nav ul li:nth-child(6):hover a p{
	background:url(../../images/gnav_news_act.png) no-repeat 50% 50%;
}

nav ul li.on:nth-child(2) a p{
	background:url(../../images/gnav_company_act.png) no-repeat 50% 50%;
}
nav ul li.on:nth-child(3) a p{
	background:url(../../images/gnav_about_act.png) no-repeat 50% 50%;
}
nav ul li.on:nth-child(4) a p{
	background:url(../../images/gnav_ofice_act.png) no-repeat 50% 50%;
}
.navbx.is-ver2 nav ul li.on:nth-child(4) a p{
	background:url(../../images/gnav_declaration_act.png) no-repeat 70% 50%;
}
.navbx.new.is-ver2 nav ul li.on:nth-child(4) a p{
	background:url(../../images/gnav_declaration_s_act.png) no-repeat 70% 50%;
}
nav ul li.on:nth-child(5) a p{
	background:url(../../images/gnav_news_act.png) no-repeat 50% 50%;
}
.navbx.is-ver2 nav ul li.on:nth-child(5) a p{
	background:url(../../images/gnav_ofice_act.png) no-repeat 50% 50%;
}
.navbx.is-ver2 nav ul li.on:nth-child(6) a p{
	background:url(../../images/gnav_news_act.png) no-repeat 50% 50%;
}

nav ul li:last-child{
	/*background:#cf8383;*/
	/*background: -moz-linear-gradient(top, #ffa6a6, #ff7373);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffa6a6), to(#ff7373));
	background: linear-gradient(to bottom, #ffa6a6, #ff7373);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffa6a6, endcolorstr=#ff7373));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffa6a6, endcolorstr=#ff7373))";
	zoom: 1;*/
}
nav ul li:last-child a p{
	/*background:url(../../images/gnav_recruit_of.png) no-repeat 50% 50%;*/
	background:url(../../images/gnav_rec_of.png) no-repeat 50% 50%;
}
nav ul li:last-child:hover{
	/*background:#d83333;*/
	/*background: -moz-linear-gradient(top, #cb3030, #841f1f);
	background: -webkit-gradient(linear, left top, left bottom, from(#cb3030), to(#841f1f));
	background: linear-gradient(to bottom, #cb3030, #841f1f);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#cb3030, endcolorstr=#841f1f));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#cb3030, endcolorstr=#841f1f))";
	zoom: 1;*/
}
nav ul li:last-child:hover a p{
	/*background:url(../../images/gnav_recruit_act.png) no-repeat 50% 50%;*/
	background:url(../../images/gnav_recruit_of.png) no-repeat 50% 50%;
}
nav ul li.on:last-child{
	/*background:#d83333;*/
	/*background: -moz-linear-gradient(top, #cb3030, #841f1f);
	background: -webkit-gradient(linear, left top, left bottom, from(#cb3030), to(#841f1f));
	background: linear-gradient(to bottom, #cb3030, #841f1f);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#cb3030, endcolorstr=#841f1f));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#cb3030, endcolorstr=#841f1f))";
	zoom: 1;*/
}
nav ul li.on:last-child a p{
	background:url(../../images/gnav_recruit_of.png) no-repeat 50% 50%;
	/*background:url(../../images/gnav_recruit_act.png) no-repeat 50% 50%;*/
}

nav ul li a .navin{
	display:table-cell;
	vertical-align:middle;
	text-align: center;
	width:162px;
	height:60px;
}
.navbx.new nav ul li a .navin{
	width:100px;
	height:70px;
}
.navbx.is-ver2 nav ul li a .navin{
	width:140px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navbx.new.is-ver2 nav ul li a .navin{
	width:81px;
}
.navbx.new.is-ver2 nav ul li.is-wid2 a .navin{
	width:111px;
}
.navbx.new.is-ver2 nav ul li.is-wid3 a .navin{
	width:99px;
}
nav ul li a .navin img{
	-webkit-transform: skew(45deg);
	-moz-transform: skew(45deg);
}


/********************************
FOOTER
*********************************/
footer{
	text-align:left;
}

footer .foot_logo{
	width:980px;
	margin: 0 auto;
	padding: 40px 0;
}

footer .foot_logo ul{
	display:table;
	width:100%;
}

footer .foot_logo ul li{
	display:table-cell;
	vertical-align:bottom;
	text-align:center;
	padding:0 40px 0 0;
}

footer .foot_logo ul li:last-child{
	padding:0 0 0 0;
}

footer .lgbx{
	background:#ffffff;
}

footer .lgbx .lgin{
	width:980px;
	margin: 0 auto;
	padding: 25px 0;
	display:table;
}

footer .lgbx .lgin .logo{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding:0 30px 0 0;
}

footer .lgbx .lgin ul{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}

footer .lgbx .lgin ul li{
	float:left;
	line-height:1.6;
}

footer .lgbx .lgin ul li:last-child a{
	padding:0 0 0 0;
	margin:0 0 0 0;
	border-right:0;
}

footer .lgbx .lgin ul li a{
	font-size:13px;
	line-height:1;
	padding:0 6px 0 0;
	margin:0 6px 0 0;
	border-right:1px solid #000000;
}

footer .foot_botbox{
	background:#35a065;
}

footer .foot_botbox .botbox{
	width:980px;
	margin: 0 auto;
	padding:20px 0;
	display:table;
}
@media (min-width: 720px) {
    footer .foot_botbox .botbox.is-ver2{
        display:block;
        text-align: center;
    }
}
footer .foot_botbox .botbox address{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding:0 18px 0 0;
	font-style:normal;
	font-size:11px;
	color:#ffffff;
	width: 362px;
}
@media (min-width: 720px) {
    footer .foot_botbox .botbox.is-ver2 address{
        display:inline;
    }
}
footer .foot_botbox .botbox address.tab_sp{
	display:none;
}

footer .foot_botbox .botbox ul{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}
@media (min-width: 720px) {
    footer .foot_botbox .botbox.is-ver2 ul{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 10px 0;
    }
}

footer .foot_botbox .botbox ul li{
	float:left;
	line-height:1;
	margin:0 6px 0 0;
}

footer .foot_botbox .botbox ul li:last-child{
	margin:0 0 0 0;
}

footer .foot_botbox .botbox ul li:last-child a{
	padding:0 0 0 0;
	border-right:0;
}

footer .foot_botbox .botbox ul li a{
	font-size:11px;
	color:#ffffff;
	line-height:1;
	padding:0 6px 0 0;
	border-right:1px solid #ffffff;
}

/********************************
Sidebox
*********************************/
/*side*/
.com_sidebx ul.menu {
	padding:15px 0 0 0;
}
.com_sidebx ul.menu li {
	margin:0 0 4px 0;
	font-size:88%;
	line-height:1.2em;
}

.com_sidebx ul.menu li.acv {
	display:block;
	background:#928f83;
	padding:10px 10px;
	text-align:center;
	color:#ffffff;
}

.com_sidebx ul.menu li a {
	display:block;
	background:#ece9df;
	padding:18px 10px;
	text-align:center;
}

.com_sidebx ul.menu li a:hover,
.com_sidebx ul.menu li a.on {
	background:#35a065;
	color:#fff;
	text-decoration:none;
}

/*bnrside*/
.bnrbox {
    padding: 27px 0;
    background: #F7F5ED;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.bnrin {
    max-width: 930px !important;
    margin: 0 auto;
}
.bnrbox ul li {
    width: 228px !important;
}
.bnrbox ul li a:hover{
    opacity: 0.7;
}
.bnrbox ul li a img{
    border: 1px solid #b0b0b0;
}
@media screen and (max-width: 980px){
.bnrin {
    width: auto !important;
    margin: 0 20px;
    padding: 0 2%;
}


}
/********************************
CONTENTS
*********************************/

.right {
	text-align:right;
}

.com_sp{
	display:none;
}

#Contents {
	text-align:left;
	background:#f7f5ed;
}
#Clmbox {
	padding:40px 0 20px 0;
	width:980px;
	margin:0 auto;
}

/*com_sptabbx*/
.com_sptabbx{
	display: none;
}

/*com_pagetop*/

.com_pagetop {
	position:fixed;
	right: 20px;
	bottom: 70px;
	z-index:999999999;
}

.com_pagetop .sp{
	display:none;
}

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

}

.com_tbbx .tbbx dl dd .tabon{
	display: none;
}

.com_tbbx .tbbx dl dd .spon{
	display: none;
}

.com_pc{
	display:block;
}
.com_sp{
	display: none !important;
}
.c-pc {
    display: block !important;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none !important;
}
.c-sp-in {
    display: none !important;
}

.com_ppbox {
    background: #fff;
    padding: 30px;
    overflow-y: scroll;
    border: 1px solid #ece9df;
    margin: 30px 0 0 0;
    height: 250px;
    box-sizing: border-box;
}
.com_ppbox.is-ver2 {
    width: 980px;
    margin: 30px auto;
}
.com_ppbox .ttl {
    color: #35a065;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 1em 0;
}
.com_ppbox .txt {
    font-size: 14px;
}
.com_ppbox .txt a {
    text-decoration: underline;
}
@media (min-width: 720px) {
    .com_ppbox .txt a:hover {
        text-decoration: none;
    }
}
