@charset "utf-8";
/* ===========================================
	section
=========================================== */
#s_section01 {
    position: relative;
}
#s_section02, #s_section04, #s_section05 {
    background: #FFF;
}
#s_section03 {
    background: #f4f4f4;
}
#s_section04 .c_wrap {
    padding-right: 0;
}
/* ===========================================
	top
=========================================== */
.s_background {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.s_slogan {
    position: absolute;
    bottom: 70px;
    left: 70px;
    width: 850px;
}
.s_head {
    margin: 0;
    font-size: 45px;
    line-height: 1.2em;
}
.s_subtxt {
    margin: 0;
}
.s_desc {
    margin-right: 40px;
}
.s_top_office, .s_top_service {
    margin: 0;
}
.s_serv_box01 {
    padding-right: 2%;
}
.s_serv_box02 {
    padding-left: 2%;
}
.s_serv_box01, .s_serv_box02 {
    width: 48%;
}
.s_top_office img, .s_top_career img, .s_top_service img {
    width: 100%;
}
.s_serv {
    font-size: 20px;
    margin: 15px 0 15px 0;
}
.s_serv_num {
    margin-right: 10px;
    color: #d41e23;
}
.s_serv .s_serv_div {
    font-size: 13px;
    display: block;
    color: #666;
    padding-left: 35px;
    margin-top: 5px;
}
.s_cate {
    font-size: 1.2rem;
    color: #FFF;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 2px 10px;
}
.s_cate_cre {
    background-color: #d41e23;
}
.s_cate_eng {
    background-color: #000;
}
.s_top_career th {
    background: url("../../images/img_career.jpg") no-repeat;
    background-size: cover;
    background-position: 50%
}
.s_top_career th, .s_top_career td {
    width: 50%;
}
.s_top_career td {
    padding: 70px;
    background: #f4f4f4;
}
.vanta-canvas {
    position: fixed !important;
    z-index: -999 !important;
    top: 0px !important;
    left: auto !important;
}
/* ===========================================
	projects
=========================================== */
.button {
    display: inline-block;
    padding: 7px 18px;
    margin-bottom: 15px;
    background: #FFF;
    border-radius: 7px;
    color: #666;
    cursor: pointer;
    border: none;
    font-family: 'Muli', sans-serif;
    transition: all 0.2s;
}
.button:hover {
    background-color: #e9e9e9;
    transition: all 0.2s;
}
.button:active, .button.is-checked {
    background-color: #7e7e7e;
}
.button.is-checked {
    color: white;
}
.button:active {
    background-color: #464646;
    color: #FFF;
}
.button:focus {
    outline: none;
}
.button-group:after {
    content: '';
    display: block;
    clear: both;
}
.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
}
.grid:after {
    content: '';
    display: block;
    clear: both;
}
.element-item {
    position: relative;
    float: left;
    width: 290px;
    height: 290px;
    margin: 5px;
    background: #888;
    color: #262524;
    overflow: hidden;
}
.s_effect_hover figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 290px;
    max-width: 480px;
    max-height: 290px;
    width: 48%;
    text-align: center;
    cursor: pointer;
}
.s_effect_hover figure:hover {
    background: #000;
}
.s_effect_hover figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.s_effect_hover figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}
.s_effect_hover figure figcaption::before, .s_effect_hover figure figcaption::after {
    pointer-events: none;
}
.s_effect_hover figure figcaption, .s_effect_hover figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.s_effect_hover figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.s_effect_hover figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.s_effect_hover figure h2 span {
    font-weight: 800;
}
.s_effect_hover figure h2, .s_effect_hover figure p {
    margin: 0;
}
.s_effect_hover figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
figure.s_effect_image img {
    max-width: none;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}
figure.s_effect_image figcaption {
    text-align: left;
}
figure.s_effect_image figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}
figure.s_effect_image h2, figure.s_effect_image p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}
figure.s_effect_image h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
figure.s_effect_image p {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}
figure.s_effect_image:hover img, figure.s_effect_image:hover p {
    opacity: 1;
}
figure.s_effect_image:hover img, figure.s_effect_image:hover h2, figure.s_effect_image:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.s_effect_image:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
figure.s_effect_image figcaption:hover {
    background: rgba(0,0,0,0.6);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
/* ===========================================
	about
=========================================== */
.s_hist_table th {
    vertical-align: top;
    font-size: 20px;
    color: #adadad;
    line-height: 25px;
}
.s_hist_table td {
    padding: 0 0 20px 20px;
}
.s_loc_block {
    clear: both;
    overflow: hidden;
}
.s_loc_map {
    width: 47%;
}
.s_loc_map_desc {
    padding-left: 3%;
}
.s_loc_head {
    font-weight: bold;
    font-size: 1.7rem;
}
/* ===========================================
	contact
=========================================== */
#contact table {
    margin-bottom: 15px;
}
#contact .e_select {
    width: 100%;
}
#contact .e_inpt_block {
    width: 335px;
}
.s_con_head {
    font-weight: bold;
    margin: 0;
    font-size: 20px;
}
.s_inpt_req {
    color: #ec1f27;
}
.s_form_table {
    width: 700px;
}
.s_txtarea label {
    display: block;
    margin-bottom: 10px;
    color: #a2a2a2;
}
.s_con_req {
    color: #ec1f27;
    margin-bottom: 30px;
}
.s_con_box {
    text-align: center;
    padding: 55px 0;
}
.s_con_ttl {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}
/* ===========================================
	services
=========================================== */
#services .engineering .s_tab_serv td {
    padding: 0 0 30px 0px;
    vertical-align: top;
    width: 50%;
}
#services .engineering .s_tab_serv {
    margin-top: 35px;
}
.s_tab_serv td {
    padding: 5px 20px;
}
.s_part_logo {
    text-align: center;
    height: 110px;
    line-height: 110px;
}
.s_eng_partners td {
    vertical-align: top;
    width: 33.33%;
}
.s_eng_partners td:first-child {
    padding-right: 15px;
}
.s_eng_partners td:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
}
.s_eng_partners td:last-child {
    padding-left: 15px;
}
.s_eng_partners .s_eng_logo td {
    vertical-align: middle;
    text-align: center;
    padding-bottom: 10px;
}
.s_client_list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    width: 200px;
    text-align: center;
    margin-bottom: 30px;
}
.s_eng_ttl {
    font-weight: bold;
    margin-bottom: 10px;
}
.s_eng_img {
    display: table-cell;
    padding-right: 30px;
}
.s_eng_img img {
    opacity: 0.3;
}
.s_eng_txt {
    display: table-cell;
    vertical-align: top;
}
/* ===========================================
	scroll down / up
=========================================== */
.s_scroll_dn {
    margin: 0;
    position: absolute;
    bottom: 70px;
    right: 70px;
}
.s_scroll_dn a {
    display: inline-block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(212,30,35,1);
    background: #d41e23;
    text-decoration: none;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.s_scroll_dn a:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.s_scroll_dn a:before {
    content: "\1F863";
    font-size: 25px;
    line-height: 60px;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.s_scroll_dn a:after {
    display: none;
}
.s_scroll_dn a:hover {
    background: rgba(255,255,255,1);
    color: #d41e23;
    box-shadow: 0 0 0 3px rgba(212,30,35,1);
}
.s_scroll_dn a:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}
.s_scroll_dn span {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
}
 @-webkit-keyframes toRightFromLeft {
 49% {
 -webkit-transform: translate(100%);
}
 50% {
 opacity: 0;
 -webkit-transform: translate(-100%);
}
 51% {
 opacity: 1;
}
}
@-moz-keyframes toRightFromLeft {
 49% {
 -moz-transform: translate(100%);
}
 50% {
 opacity: 0;
 -moz-transform: translate(-100%);
}
 51% {
 opacity: 1;
}
}
@keyframes toRightFromLeft {
 49% {
 transform: translate(100%);
}
 50% {
 opacity: 0;
 transform: translate(-100%);
}
 51% {
 opacity: 1;
}
}
.s_scroll_dn a:hover:before {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}
 @-webkit-keyframes toLeftFromRight {
 49% {
 -webkit-transform: translate(-100%);
}
 50% {
 opacity: 0;
 -webkit-transform: translate(100%);
}
 51% {
 opacity: 1;
}
}
@-moz-keyframes toLeftFromRight {
 49% {
 -moz-transform: translate(-100%);
}
 50% {
 opacity: 0;
 -moz-transform: translate(100%);
}
 51% {
 opacity: 1;
}
}
@keyframes toLeftFromRight {
 49% {
 transform: translate(-100%);
}
 50% {
 opacity: 0;
 transform: translate(100%);
}
 51% {
 opacity: 1;
}
}
.s_scroll_dn a:hover:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
 @-webkit-keyframes toTopFromBottom {
 49% {
 -webkit-transform: translateY(-100%);
}
 50% {
 opacity: 0;
 -webkit-transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
 49% {
 -moz-transform: translateY(-100%);
}
 50% {
 opacity: 0;
 -moz-transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
@keyframes toTopFromBottom {
 49% {
 transform: translateY(-100%);
}
 50% {
 opacity: 0;
 transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
.s_scroll_dn a:hover:before {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    -moz-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards;
}
 @-webkit-keyframes toBottomFromTop {
 49% {
 -webkit-transform: translateY(100%);
}
 50% {
 opacity: 0;
 -webkit-transform: translateY(-100%);
}
 51% {
 opacity: 1;
}
}
@-moz-keyframes toBottomFromTop {
 49% {
 -moz-transform: translateY(100%);
}
 50% {
 opacity: 0;
 -moz-transform: translateY(-100%);
}
 51% {
 opacity: 1;
}
}
@keyframes toBottomFromTop {
 49% {
 transform: translateY(100%);
}
 50% {
 opacity: 0;
 transform: translateY(-100%);
}
 51% {
 opacity: 1;
}
}
.s_scroll_up {
    position: absolute;
    right: 70px;
    bottom: 70px;
    margin: 0;
    width: 60px;
    height: 60px;
    transition: opacity 0.3s;
}
.s_scroll_up:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
}
/* ===========================================
	slider
=========================================== */
.s_top_proj {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 20px 0 35px 8px;
}
.s_top_proj:hover {
    cursor: pointer;
}
.s_top_proj::-webkit-scrollbar {
display:none;
}
.s_top_proj .titling {
    position: relative;
    top: -20px;
    transform-origin: bottom;
    transform: rotateX(90deg);
}
.s_top_proj ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.s_top_proj ul a {
    border: 0;
    cursor: context-menu;
}
.s_top_proj ul a li {
    display: inline-block;
    width: 360px;
    height: 420px;
    margin-right: 30px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0,0,0,.35);
    /*box-shadow: 0 10px 20px rgba(0,0,0,.075);*/
    transition: all .2s ease-in-out;
    position: relative;
}

@media (max-width:600px) {
.s_top_proj ul a li {
    margin-right: 20px;
}
}
.s_top_proj ul a li h3 {
    padding: 30px;
    transition: all .2s ease-in-out;
}

@media (max-width:600px) {
.s_top_proj ul a li h3 {
    color: #777;
}
}
.s_top_proj ul a:hover li {
    position: relative;
    box-shadow: none;
    /*box-shadow: 0 10px 20px rgba(0,0,0,.35);*/
    transform: scale(0.9);/*transform: scale(1.05);*/
}
.s_top_proj ul a:hover li h3 {
    color: #777;
}

@media (max-width:600px) {
.s_top_proj ul a:hover li {
    transform: none;
    box-shadow: 0 10px 20px rgba(0,0,0,.075);
}
}

@media (max-width:600px) {
.s_top_proj {
    margin-top: -3rem;
}
}
.s_proj_nav {
    display: inline-block;
    float: right;
    padding-right: 70px;
}
.s_proj_nav a {
    color: #666;
    width: 1rem;
    height: 1rem;
    text-decoration: none;
}
.s_proj_nav a:hover {
    color: #d41e23;
}
.s_proj_nav a span {
    position: absolute;
    font-size: 0
}
.s_proj_nav a:after {
    content: '←';
    font-size: 2.3rem
}
.s_proj_nav a.next {
    margin-left: 2rem;
}
.s_proj_nav a.next:after {
    content: '→'
}
.flickity-enabled {
    position: relative
}
.flickity-enabled:focus {
    outline: 0
}
.flickity-viewport {
    position: relative;
    height: 100%
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.flickity-button {
    position: absolute;
    background: rgba(255,255,255,.75);
    border: none;
    color: #333;
}
.flickity-button:hover {
    background: #fff;
    cursor: pointer;
}
.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
    opacity: .6;
}
.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none;
}
.flickity-button-icon {
    fill: currentColor;
}
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button.next {
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
}
/* ===========================================
	responsive *tablet*
=========================================== */
.sp_off {
    display: auto;
}
.sp_on {
    display: none;
}

@media screen and (max-width: 1024px) {
.s_slogan {
    width: 70%;
}
.s_head {
    font-size: 4.5rem;
}
.element-item {
    width: 33%;
}
.element-item img {
    width: 100%;
}
}

@media screen and (max-width: 414px) {
.element-item {
    width: 100%;
    position: inherit !important;
    left: auto !important;
    top: auto !important;
}
}

/* ===========================================
	responsive *mobile*
=========================================== */
@media screen and (max-width: 768px) {
.col-1_2, .col-2_4, .col-3_6 {
    width: 100%;
}
.col {
    float: none;
}
.s_top_office, .s_top_service {
    margin-bottom: 30px;
}
.s_serv_box01 {
    margin-bottom: 50px;
}
.s_desc {
    margin: 0;
}
.s_serv_box02 {
    padding: 0;
}
.s_slogan {
    width: 100%;
    bottom: 170px;
    left: auto;
}
.s_head {
    font-size: 2rem;
    padding: 0 30px;
}
.s_scroll_sp_dn {
    bottom: 30px;
    right: 0;
    left: 0;
    position: absolute;
    text-align: center;
}
.s_top_proj {
    margin-top: -1rem;
    padding: 20px 0 10px 8px;
}
.s_proj_nav {
    display: block;
    float: none;
    padding: 0 0 20px 0;
}
.s_top_career td {
    padding: 45px;
}
.s_career_top {
    font-size: 0;
}
.s_career_top img {
    width: 100%;
}
.s_scroll_up {
    position: inherit;
    margin: 0 auto;
}
.sp_on {
    display: block;
}
.sp_off {
    display: none;
}
.s_loc_map_desc {
    padding-left: 0;
    margin-top: 10px;
}
.s_serv_desc img {
    width: 100%;
    margin-bottom: 15px;
}
#services .engineering .s_tab_serv td {
    display: block;
    width: auto;
}
.s_eng_img {
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
}
.s_eng_ttl {
    text-align: center;
}
.padright {
    padding: 0;
}
.s_eng_partners td {
    display: block;
    padding: 0 !important;
    width: auto;
}
.s_eng_partners td:first-child, .s_eng_partners td:nth-child(2) {
    padding-bottom: 30px !important;
}
.s_part_logo {
    height: auto;
    line-height: normal;
    margin-bottom: 15px;
}
.s_tab_serv td {
    display: block;
    padding: 5px 0 5px 0;
}
.s_effect_hover figure {
    width: 100%;
}
.s_client_list li {
    display: block;
    width: auto;
    text-align: center;
    margin-right: 0;
}
.s_form_table {
    width: 100%;
}
.s_form_table td {
    display: block;
}
#contact .e_inpt_block {
    width: 100%;
}
#contact .thankyou .e_btn a {
    padding: 16px 70px;
}
.e_form_group {
    margin-right: 0 !important;
}
}
