@charset "UTF-8";

img {
    width: 100%;
}
body {
    background-color: #EFEFEF;
}
#wrapper {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0 0;
	position:relative;
}



/* =============================
	HEADER
============================== */

.title_area {
    text-align: right;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}
.title_area p {
    display: inline-block;
}
.title_area .title_01 {
    margin-right: 10px;
}

.title_area .title_02 {
    font-size: 58px;
    letter-spacing: -2px;
    line-height: 20px;
    vertical-align: text-top;
}

/* nav */

nav {
    background-color: #fff;
    background: #EFEFEF;
    padding: 30px 20px 0;
}

nav ul {
    text-align: center;
}
nav ul li {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.0;
    text-align: left;
    border-left: 1px solid #000;
    padding-left: 16px;
    letter-spacing: -0.6px;
    color: #000;
}
nav ul li.nav01 {
    width: 155px;
}
nav ul li.nav02 {
    width: 188px;
}
nav ul li.nav04 {
    width: 140px;
}
nav ul li.nav05 {
    width: 150px;
}
nav ul li.nav06 {
    width: 103px;
}
nav ul li.nav07 {
    width: 230px;
}
.nav_sub {
    font-size: 12px;
    font-family: inherit;
    line-height: 1.0;
}

.nav_careers {
    position: relative;
}

.nav_careers::after {
    display: block;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #000 transparent transparent transparent;
}

.child {
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    background: #EFEFEF;

    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.child li {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    border-left: none;
    letter-spacing: -0.6px;
    color: #000;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 10px 12px;
}

.child a:last-child li {
    border-bottom: none;
}

.nav_careers:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nav_careers:hover .child {
    top: 65px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}


/* =============================
	CONTENT
============================== */
.content {
    background-color: #fff;
    padding: 30px 20px 50px;
    background: #EFEFEF;
}
h1 {
    font-size: 20px;
    color: #fff;
	line-height:1.4;
    background-color: #000;
    padding: 10px 15px;
    margin: 0 0 30px;
	font-weight:bold;
}
h2 {
    font-size: 14px;
    color: #fff;
    background-color: #000;
    padding: 10px 15px;
    margin: 0 0 30px;
	font-weight:bold;
}
.content section {
    margin-bottom: 60px;
}
.under_line {
    width: 50px;
    margin: 0 auto 50px;
    border-top: 5px solid #000;
}

h3.roboto {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
}

h4.border {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	display:block;
	background:#000;
	padding:5px 15px;
	margin-bottom:30px;
}

.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 20px;
color: #fff;
vertical-align: middle;
text-decoration: none;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.btn a::before {
    left: 12px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
	font-weight:bold;
}

.btn a {
    display: block;
    padding: 5px 10px 5px 20px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
}


a.btn{
	display: block;
    padding: 5px 0;
	text-indent:10px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
	position:relative;
	font-weight:bold;
}

a.btn::before {
	content:" ";
	position:absolute;
	top:50%;
    left: 10px;
    width: 6px;
    height: 6px;
	margin-top:-5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.pageTop {
	font-size:16px;
	font-weight: 700;
	display:block;
	margin-left:auto;
	color:#000;
	text-decoration:none;
	text-align:right;
}

a.pageTop {
/*
background-image:url("../images/common/icon_pagetop.png");
background-repeat:no-repeat;
background-position:0px center;
*/
padding: 6px 0 6px 25px;
position:relative;
margin-top:30px;
width:110px;
}

a.pageTop::before{
position: absolute;
top: 50%;
right: 90px;
display: block;
content: '';
width: 8px;
height: 8px;
margin-top: -2px;
border-top: 3px solid #000;
border-right: 3px solid #000;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

a.pageTop:hover{
opacity:0.5;
filter: alpha(opacity=50);
}


a span.blank{
width:12px;
height:10px;
overflow:hidden;
text-indent:9999px;
background:url("../images/common/icon_blank_white.png") no-repeat 0 0;
display:inline-block;
margin-left:5px;
}


.inner {
position:relative;
max-width:840px;
margin:0 auto 0px;
overflow: auto;
}

.topic {
width:100%;
display:block;
padding-bottom:30px;
margin-bottom:30px;
border-bottom: 1px dotted #777;
overflow: hidden;
}



.pageBack{
margin-top:30px;
text-align:center;
}

.pageBack a{
margin:0 auto;
font-size: 16px;
font-weight: bold;
text-align: center;
height: 50px;
width: 230px;
line-height: 50px;
}

.pageBack a::before {
	content:none;
}

.pageBack a::after {
	content:" ";
	position:absolute;
	top:50%;
    left: 15px;
    width: 6px;
    height: 6px;
	margin-top:-5px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


hr.dot{
width:100%;
display:block;
border:none;
border-top:1px dotted #000;
height:1px;
color:#fff;
}

/* =============================
    New 各々ページのpにかける
============================== */


.line_new span {
    display: inline-block;
    vertical-align: middle;
    vertical-align: top;
}
.line_new .mark_new {
    background-color: #f00;
    color: #fff;
    margin-right: 15px;
    padding: 0 5px 0 8px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 15px;
    vertical-align: top;
    margin-bottom: 10px;
}



/* =============================
	FOOTER
============================== */

footer {
    background-color: #000;
}
footer .copyright {
    text-align: center;
    color: #fff;
    padding: 15px 0 20px;
}
footer nav {
    background-color: #000;
    padding: 50px 20px 10px;
    text-align: center;
}

footer nav ul li {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    border-left: none;
    margin: 10px;
    padding-left: 30px;
    letter-spacing: 0;
    position: relative;
    font-family: 'ヒラギノ角ゴ Pro W3',"メイリオ",'Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
}

footer nav ul li::before {
    content: " ";
    position: absolute;
    top: 8px;
    left: 10px;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* =============================
	RESPONSIVE
============================== */

.sp {
	display: none;
}
.tb {
	display: none;
}
.pc {
	display: block;
}
.pc_none {display: none;}
.tb_none {display: block;}
.sp_none {display: block;}
