@charset "utf-8";
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
#container{
	width:100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size:100%;
}
img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}
a:link{
	text-decoration:none;
}
a{
	color:#4B4B4B;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: 0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    -ms-transition:0.2s;
    transition: 0.2s;
	text-decoration:underline;
}
a:hover{
	color:#F5540D;;
	text-decoration:none;
}
body {
     font-family: a-otf-gothic-bbb-pr6n, sans-serif;
     font-weight: 400;
     font-style: normal;
     color: #4B4B4B;
}
.op{
	-webkit-transition: 0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    -ms-transition:0.2s;
    transition: 0.2s;
}
.op:hover{
		opacity: 0.7
}
.clear{
	clear:both;
}
.red{
	color:red;
}
.green{
    color: #ADBF67;
}
.large1{font-size: 110%;}
.large2{font-size: 120%;}
.large3{font-size: 130%;}
.large4{font-size: 140%;}
.large5{font-size: 150%;}
.large6{font-size: 160%;}
.large7{font-size: 170%;}
.large10{font-size: 200%;}
.large20{font-size: 300%;}
.large30{font-size: 400%;}
.small1{font-size: 90%;}
.small2{font-size: 85%;}
.small3{font-size: 80%;}
.small4{font-size: 75%;}
.small5{font-size: 70%;}
.center{
	text-align: center;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
.color-w{
	color: #fff;
}
.pagetop {
 display: none;
 position: fixed;
 border-radius:5px;
 z-index:999;
}
.pagetop a {
 display: block;
 width: 50px;
 height: 50px;
 background:#ADBF67;
 text-align: center;
 color: #fff;
 font-size: 28px;
 text-decoration: none;
 line-height: 44px;
 border-radius:25px;
 -webkit-transition: 0.2s;
 -moz-transition:0.2s;
 -o-transition:0.2s;
 -ms-transition:0.2s;
 transition: 0.2s;
}
.pagetop a:hover{
	line-height: 35px;
}
#footer .footer-recruit .entry{
    background-color: #722021;
}
#footer .footer-recruit a{
	color: #fff;
}

/*
-------------　　　　　　見出し　　　　　-------------------
*/
#menu table{
  border-collapse: collapse;
  border-spacing: 0;
}
#menu table tr:hover {
  background:#f0f6e8;
}
.menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index:9999999;
    background-color: #ADBF67;
}

.menu-btn span {
    color: #fff;
}
.menu-btn span:after {
    content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}
.menu ul {
    display: table-cell;
    vertical-align: middle;
}
.menu li {
    width: 300px;
    height: 25px;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
}
.menu li a {
    font-size: 100%;
    color: #fff;
}
.menu li a:hover {
    color: #999;
}
.menu .sub-title{
    color: #999;
    font-size: 80%;
    margin-top: -5px;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
/*
-------------　　　　　　見出し　　　　　-------------------
*/
.h2-us-title,
.recruit .sprit-menu .title,
.recruit .sprit-menu a.link,
.recruit-link .title{
    font-family: din-2014,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.h2-jp-title,
.recruit .sprit-menu .sub,
.recruit-link .sub,
.recruite-copy .title,
.recruite-copy .sub-title{
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
}
#child-title{
	color: #fff;
}

.profile-table a{
    text-decoration: underline;
    color: #F5540D;
}