@charset "utf-8";
/* ===========================================
	global css
=========================================== */
html {
    font-size: 62.5%;
}
body {
    font-size: 1.5rem;
    font-family: 'Muli', sans-serif;
    background-color: #FFF;
    line-height: 1.6;
    min-width: 100%;
    color: #333;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    overflow: hidden;
}
p {
    font-size: 1.6rem;
}
* {
    font-size: 1.5rem;
}
.c_link {
    position: relative;
    display: inline-block;
    transition: .3s;
    color: #ff1f25;
    text-decoration: none;
}
.c_link.c_link_w {
    color: #FFF;
}
.c_link.c_link_w::after {
    background-color: #FFF;
    width: 100%;
}
.c_link.c_link_w:hover::after {
    background-color: #FFF;
    width: 0;
}
.c_link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #ff1f25;
    transition: .3s;
}
.c_link:hover::after {
    width: 100%;
}
.c_imglink {
    transition: .3s;
    display: inline-block;
}
.c_imglink:hover {
    opacity: 0.6;
    transition: .3s;
}
/* ===========================================
	wrap
=========================================== */
.c_wrap {
    padding: 70px;
    overflow: hidden;
}
/* ===========================================
	block
=========================================== */
/* ===========================================
	left & right
=========================================== */
#c_left {
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 2;
    border-right: 1px solid #e4e4e4;
}
#c_right {
    padding-left: 260px;
}
/* ===========================================
	logo
=========================================== */
.c_logo {
    margin: 0 0 30px 0;
    text-align: center;
    padding: 35px 35px 0 35px;
}
.c_logo img {
    width: 170px;
}
.c_logo_tab {
    display: none;
}
/* ===========================================
	hamburger
=========================================== */
.c_sidebar_sp {
    display: none;
}
/* ===========================================
	nav
=========================================== */
.c_nav {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-left: 35px;
}
.c_nav:before {
    content: '';
    height: 150px;
    position: absolute;
    top: 20px;
    left: 0;
    width: 1px;
    border-right: 1px solid #c3c3c3;
    z-index: 1;
}
#top .c_nav .c_nav_home:before, #about .c_nav .c_nav_about:before, #services .c_nav .c_nav_services:before, #projects .c_nav .c_nav_projects:before, #career .c_nav .c_nav_career:before, #contact .c_nav .c_nav_contact:before {
    background: #d41e23;
    border: 1px solid #d41e23;
}
#top .c_nav .c_nav_home a, #about .c_nav .c_nav_about a, #services .c_nav .c_nav_services a, #projects .c_nav .c_nav_projects a, #career .c_nav .c_nav_career a, #contact .c_nav .c_nav_contact a {
    color: #000;
    font-weight: bold;
}
.c_nav li:before {
    content: '';
    background: #FFF;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    position: absolute;
    left: -4px;
    z-index: 1;
    border: 1px solid #666;
    margin-top: 9px;
}
.c_nav li {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 5px 0;
}
.c_nav li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 7px 0px 7px 30px;
    color: #727272;
    text-decoration: none;
    font-size: 1.4rem;
    -webkit-transition: padding-left .2s;
    transition: padding-left .2s;
}
.c_nav li > a:hover, .c_nav li:hover > a {
    padding-left: 40px;
    -webkit-transition: padding-left .2s;
    transition: padding-left .2s;
}
.c_nav li:hover > .c_nav_sub {
    top: 0px;
    opacity: 1;
    animation: animateleft 0.4s;
}
@keyframes animateleft {
from {
margin-left:-25px;
opacity:0
}
to {
margin-left:0;
opacity:1
}
}
.c_nav .c_nav_sub {
    position: absolute;
    top: -9999px;
    width: 210px;
    left: 225px;
    opacity: 0;
    transition: opacity 0.3s ease-in 0s;
    -webkit-transition: opacity 0.3s ease-in 0s;
    background: #d41e23;
    color: #FFF;
    padding: 10px 0;
    box-shadow: 0 2px 7px rgba(0,0,0,.35);
}
.c_nav .c_nav_sub li {
    padding: 0;
}
.c_nav .c_nav_sub li a {
    color: #FFF !important;
    padding-left: 20px;
    font-weight: normal !important;
}
.c_nav .c_nav_sub li a:hover {
    padding-left: 30px;
}
.c_nav .c_nav_sub li:before {
    content: none;
}
.c_spnav li {
    font-size: 2.5rem;
    text-align: left;
    padding: 8px 50px;
}
.c_spnav li.c_sp_list {
    cursor: pointer;
    color: #FFF;
}
.c_spnav li.c_sp_sub {
    display: none;
    color: #fff;
}
.rotate {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(180deg);
}
.c_sp_icon {
    padding: 5px 10px 5px 10px;
}
/* ===========================================
	social
=========================================== */
.c_social {
    position: absolute;
    bottom: 35px;
    left: 35px;
}
.c_social li {
    display: inline-block;
    margin-right: 10px;
}
/* ===========================================
	footer
=========================================== */
#c_footer {
    background: #262626;
    color: #FFF;
    position: relative;
}
.c_ft_info td {
    font-size: 1.3rem;
    width: 33.33%;
    text-align: center;
    vertical-align: top;
}
.c_ft_info td .c_ft_blk {
    display: inline-block;
    text-align: left;
}
.c_ft_info td span {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.c_ft_info td:first-child, .c_ft_info td:nth-child(2) {
    padding-right: 20px;
}
.c_ft_copy {
    font-size: 1.3rem;
    color: #969696;
    text-align: center;
    display: block;
}
.c_ft_contact {
    margin-top: 0;
    margin-bottom: 20px;
}
.c_ft_link {
    clear: both;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 20px;
}
.c_ft_link li {
    display: inline-block;
    margin: 0 10px 0 10px;
}
.c_ft_link li a {
    font-size: 1.3rem;
    font-weight: bold;
}

/* ===========================================
	responsive *tablet*
=========================================== */
@media screen and (max-width: 1024px) {
#c_left {
    display: none;
}
#c_right {
    padding-left: 0;
    box-sizing: border-box;
    width: 100%;
}
.c_wrap {
    width: 100%;
    box-sizing: border-box;
}
.c_logo_tab {
    display: block;
    padding: 47px 0 0 70px;
    margin: 0;
}
.c_ft_info td {
    text-align: left;
    width: auto;
    display: block;
    padding-right: 0;
    padding-bottom: 15px;
}
.c_ft_link {
    padding-top: 55px;
}
.c_sidebar_sp {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: inherit;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 400ms ease;
}
#c_right {
    transition: all 400ms ease;
}
#c_spnav_navicon {
    position: fixed;
    top: 25px;
    right: 0;
    z-index: 102;
    width: 40px;
    padding: 6px 6px;
    background: #313131;
}
#c_spnav_navicon:after, #c_spnav_navicon:before, #c_spnav_navicon span {
    display: block;
    content: '';
    height: 4px;
    margin: 4px;
    border-radius: 2px;
    background: #FFF;
    transition: all 400ms ease;
}
#c_spnav_navicon:hover {
    cursor: pointer;
}
.c_spnav_open #c_spnav_navicon:before {
    transform: translate3d(0, 8px, 0) rotate(135deg);
    background: #FFF;
}
.c_spnav_open #c_spnav_navicon:after {
    transform: translate3d(0, -8px, 0) rotate(-135deg);
    background: #FFF;
}
.c_spnav_open #c_spnav_navicon span {
    transform: scale(0);
}
.c_sidebar_sp {
    background: #313131;
    padding-top: 85px;
}
.c_sidebar_sp h4 {
    margin: 24px 0 0;
    color: #aaa;
    padding: 8px 16px;
}
.c_sidebar_sp h4 a {
    margin: -8px -16px;
}
.c_sidebar_sp ul {
    width: 100%;
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.c_sidebar_sp a {
    display: block;
    color: #FFF;
    text-decoration: none;
    transition: all 0.25s ease;
    font-size: 2.5rem;
}
.c_sidebar_sp ul ul {
    display: none;
    position: absolute;
    float: right;
    margin-top: -41px;
    margin-left: 100%;
}
.c_sidebar_sp div {
    transition: all 400ms ease;
}
.c_sidebar_sp.offcanvas-child-open>div {
    margin-left: -100%;
}
.c_sidebar_sp.offcanvas-child-open>div .c_spnav_child_visible {
    display: block
}
.c_spnav_child_link {
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 40px;
    margin-top: -40px;
    margin-left: 206px;
    border-left: 1px solid #999;
    padding: 6px 16px;
    background: #111;
    color: #aaa;
    text-decoration: none;
    transition: all 0.25s ease
}
.c_spnav_child_link:hover {
    color: #ccc;
    background: #444;
    cursor: pointer
}
.c_spnav_child_back_link {
    position: absolute;
    display: block;
    width: 100%;
    margin-top: -42px;
    border-top: 1px solid #999;
    padding: 8px 16px;
    color: #aaa;
    text-decoration: none;
    transition: all 0.25s ease
}
.c_spnav_child_back_link:hover {
    color: #ccc;
    background: #444;
    cursor: pointer
}
.c_sp_sub p {
    padding-left: 20px;
    opacity: 0.5;
}
.c_sp_sub .c_sub_eng {
    padding-bottom: 15px;
}
.c_spnav li span {
    display: inline-block;
}
.c_spnav li .c_sp_fb {
    margin-right: 20px;
}
body #c_spnav_navicon {
    right: 55px
}
body .c_sidebar_sp {
    right: 0;
    z-index: 101;
    margin-right: -100%;
}
/*body.c_spnav_open #c_right {
    margin-left: -100%;
    margin-right: 100%;
}*/
body.c_spnav_open .c_sidebar_sp {
    margin-right: 0
}
.c_wrap {
    padding: 45px;
}
}

/* ===========================================
	responsive *mobile*
=========================================== */
@media screen and (max-width: 768px) {
body #c_spnav_navicon {
    right: 25px;
}
.c_logo_tab img {
    width: 230px;
}
.c_logo_tab {
    padding: 30px 0 0 30px;
}
.c_ft_info {
    margin-top: 30px;
    margin-bottom: 20px;
}
}
