@charset "utf-8";


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, 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: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote: before, blockquote: after,
q:before, q: after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;  
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
/* -------------------------------------------------------------- */

body{
    margin: 0 auto;
    height: 100%;
    padding: 0;
    max-width: 1800px;
    color: #333;
    font:20px;
    font-family: 'Hind Siliguri', sans-serif;
    line-height: 1.5;
    background: #fff;
    overflow-x: hidden;
    /*text-align: center;*/
    -webkit-text-size-adjust: none;
}


/* link
------------------------------------------------------------*/
a{
    color: #3769a5;
    text-decoration: none;
    font-size: 20px;
}

a:hover{
    color: #054b83;
}

a:active, a:focus{
    outline: 0;
}


/*
------------------------------------------------------------*/

                            /*       ALL

                        ====================================*/
                        /* ====================================*/

.main_title {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
    margin-bottom: 20px;
    font-size: 50px;
    border-bottom: 2px solid #3769a5;
}

/*
------------------------------------------------------------*/

                            /*       HEADER

                        ====================================*/
                        /* ====================================*/

#header_wrapper{
    width: 100vw;
    height: 70px;
    z-index: 100;
    position: fixed;
    background-color: #fff;
    opacity: 0.95;
    left: calc(-100vw + 100%);
}

.header_wrap {
    width: 100%;
    height: 80px;
    margin: 0 auto;
}

#header_wrapper a, #header_wrapper {
    color: #000;
    text-decoration: none;
}

.header_wrap:after {
    content: "";
    clear: both;
    display: block;
}

 .logo{
    width: 150px;
    height: auto;
    padding-top: 5px;
    margin-left: 20px;
}

/*----------------------------------
  		    mobile toggle
  	================================*/       

#nav_toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101; 
}

#nav_toggle div {
    position: relative;
}

#nav_toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #3769a5;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav_toggle span:nth-child(1) {
    top: 0;
}

#nav_toggle span:nth-child(2) {
    top: 11px;
}

#nav_toggle span:nth-child(3) {
    top: 22px;
}

nav #mainNav ul {
    width: 100%;
    margin-right: 0;
   
}

/*----------------------------------
  		main_navigation
  	=================================*/

#top_navigation {
    position: relative;
    top: -40px;
    width: 70%;
    margin-left: auto;
}
  
#top_navigation ul {
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}

#top_navigation a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #3769a5;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

#top_navigation ul li a {
    padding: 0 18px;
    transition: 0.5s;
}

#top_navigation a:hover {
    color: #009900;
    transition: 0.3s;
}

#top_navigation .projects_page a {
    color: #009900;
}
/*
------------------------------------------------------------*/

                            /*            WRAPPER

                        ====================================*/
                        /* ====================================*/


/*----------------------------------
  		  hero_image
  	================================*/

#hero_image_wrap{
    height: 30rem;
    width: 100vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: calc(-50vw + 50%);
}

.hero_wrap{
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-image: url(../images/architecture_hero_img.jpg);
}

.hero_copy_wrap{
    display: block;
    width: 100%;
    height: 20rem;
}

.hero_copy_wrap h1 {
    padding-top: 200px;
    font-size: 5em;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    text-shadow: #000 1px 0 10px;
}

/*----------------------------------
               bread crumb
  	=================================*/

.breadcrumb *, .breadcrumb *:after, .breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.breadcrumb {
	margin: 1em auto;
	padding: 1em 2em;
	color: #000;
}

.breadcrumb a {
	text-decoration: none;
	color: #333;
}

.breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #333;
    font-size: 20px;
}

.breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #3769a5;
}

.breadcrumb li:last-child::before {
	content: normal;
}

   /*----------------------------------
       project slider large pictures
  	================================*/
/*
#main_wrapper{
    margin:0 auto;
    width:98%;
    position:relative;
}
*/
#main_container {
    width: 100vw;
    height: auto;
    margin-bottom: 50px;
    background-image: url(./../images/01-Stiff-Paper.png); 
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding-bottom: 50px;
}

.project_slider {
    width: 900px;
    max-width: 1000px;
    margin: 0 auto 5px;
    padding: 0;
}

.project_slider img,
.thumbnail_pictures img{
    width: 100%;
}

  /*----------------------------------
     project slider thumbnail pictures
  	===================================*/

.thumbnail_pictures {
    width: 900px;
    max-width: 1000px;
    margin: 0 auto;
}

.thumbnail_pictures li {
    margin: 5px;
}

.thumbnail_pictures .slick-next {
    right: -25px;
    z-index: 100;
}

.thumbnail_pictures .slick-prev {
    left: -15px;
    z-index: 100;
}

.thumbnail_pictures .slick-current {
    opacity: 0.5;
}

.thumbnail_pictures div div div {
    cursor: pointer;
}

/*----------------------------------
       bottom career page banner
  	================================*/

.bottom_career-page_banner {
    width: 100%;
    /*height: 10rem;*/
    margin-bottom: 20px;
}

.bottom_career_title {
    font-size: 4em;
    color: #3769a5;
    text-align: center;
    padding-top: 10px;
    margin: 0 auto;
    line-height: 1.2;
}

.bottom_career_txt {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    color: #3769a5;
    margin-top: 15px;
}

/*----------------------------------
           apply_now button
  	================================*/

.applynow_button {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn-apply-now {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    background-color: #3769a5;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    border: solid 2px #3769a5;
    border-radius: 30px;
    transition: .4s;
    font-size: 1.5em;
    box-shadow: 0 1px 6px #000;
}

.btn-apply-now:hover {
    background: #fff;
    color: #3769a5;
}

.fa-angle-right {
    padding-left: 15px;
    vertical-align: middle;
}


/*----------------------------------
                footer
  	==================================*/

#footer{
    /*position: absolute;*/
    position: relative;
    width: 100vw;
    height: 15rem;
    margin: 0 auto;
    background:#DCDCDC;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}

.footer_inner {
    display: flex;
    justify-content: space-around;
    width: 100%;
    background-color: #F5F5F5;
    /*margin-bottom: 30px;*/
}

.firm_info_wrapper {
    width: 30%;
    margin-right: 10px;
    
}

.firm_info_wrapper p {
    font-size: 20px;
    text-align: left;
    color: #333;
}

 .firm_info_wrapper img {
    width: 180px;
    height: auto;
    margin-top: 30px;
}

.info_columns_wrapper {
    width: 600px;
    height: 10rem;
    margin-top: 50px;
}

.contact_wrapper {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    align-items: center;
}

.phone_icon {
    font-size: 1.8em;
    font-weight: bold;
    margin-right: 30px;
    color: #3769a5;
}

.contact_wrapper .phone_number {
    font-size: 20px;
}

.SNS_wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 2em;
    color: #3769a5;
    padding-top: 0px;
    margin-left: 20px;
    margin-right: 0px;
}

.SNS_wrapper .fab {
    display: inline-block;
    font-size: 1.5em;
    padding-right: 30px;
    align-items: center;
}

.footer_bottom {
    position: absolute;
    display: flex;
    width: 100vw;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    background-color: #2c3a4d;
    height: 50px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
}

.copyright{
    width: 60%;
    display: inline;
    font-size:1em;
    color: #fff;
    padding-left: 30px;
}

.copyright_sp {
    display: none;
}

.privacy_policy a {
    width: 40%;
    font-size: 1em;
    color: #fff;
    letter-spacing: 0.1em;
    margin-right: 150px;
}

/*----------------------------------
  		　　page-top _ icon
  	================================*/
  
#page_top {
	position :fixed;
	bottom: 10px;
	right: 10px;
	font-size: 30%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#page_top a{
	color: #fff;
	padding: 15px 0;
	text-align: center;
	display: block;
}

.fa-angle-up {
    font-size: 30px;
}

#page_top a:hover{
	text-decoration: none;
	bottom: 10px;
	right: 20px;
	font-size: 30%;
    border-radius: 50%;
}

#page_top:focus {
	position :fixed;
	bottom: 20px;
	right: 20px;
	font-size: 30%;
    border-radius: 50%;
    width: 50px;
    height: 50px;

}


/*====================================
====================================*/
/*------------------------------------------------------------*/

                            /*       PC (1024px or less)

                        /*====================================
                         ====================================*/

@media screen and (max-width: 1024px){
    *{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

  /*----------------------------------
  		　　    HEADER
  	================================*/
    
    #header_wrapper .fixed{
        margin-top: 0;
        top: 0;
        position: fixed;
        padding-top: 10px;
        height: 55px;
        background: green;
        background: rgba(255,255,255,.7);
        transition: top 0.65s ease-in;
        -webkit-transition: top 0.65s ease-in;
        -moz-transition: top 0.65s ease-in;
        -ms-transition: top 0.65s ease-in; 
    }
    

/*----------------------------------
  		　　    Hero image
  	================================*/
    
    #hero_image_wrap {
        /*position: relative;*/
        height: 20rem;
        width: 100vw;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin-left: calc(-50vw + 50%);
} 
    
     #hero_wrap img {
        max-width:936px;
    }
    
    .hero_copy_wrap h1 {
        width: 100%;
        position: absolute;
        font-size: 4rem;
        padding-top: 150px;
    }
    
    /*----------------------------------
                bread crumb
  	===============================-*/
    
    .breadcrumb {
        padding-top: 0px;
        margin-top: 5px;
    }
    
 /*----------------------------------
  		　　    wrapper
  	================================*/
    
    #main_wrapper{
        width:100%;
        padding:0;
	}
    
    #hero_image_wrap img{
        max-width:936px;
    }
    
    .logo img {
        text-align:center;
        width: 150px;
    }
    
 /*----------------------------------
  		 section_01 main container
            project wrapper
  	================================*/
    
    .main_wrap {
        width: 100%;
        margin: 0 auto;
    }
    
    .main_title {
        width: 90%;
        line-height: 1.2;
        margin-bottom: 50px;
        padding-bottom: 5px;
    }
    
    .project_location_txt {
        padding-top: 10px;
    }
 
    /*----------------------------------
            project slider
  	===============================-*/
    
    .project_slider {
        width: 80%;
        margin: 0 auto;
    }
    
    .thumbnail_pictures {
        width: 80%;
    }
    
    /*----------------------------------
        bottom career page banner
  	===============================-*/
    
   /* .bottom_career-page_banner {
        margin-top: 100px;
    }*/
    
    .bottom_career_title {
        font-size: 35px;
    }
    
    .bottom_career_txt {
        margin-bottom: 0px;
    }
    
    .applynow_button {
        margin-top: 50px;
    }
    
    .btn-apply-now {
        width: 50%;
        display: inline-block;
        padding: 0.3em 1em;
        text-decoration: none;
        background-color: #3769a5;
        color: #fff;
        font-weight: bold;
        letter-spacing: 0.1em;
        border: solid 2px #3769a5;
        border-radius: 30px;
        transition: .4s;
        font-size: 1.5em;
        box-shadow: 0 1px 6px #000;
}
    
   /*----------------------------------
                FOOTER
  	===============================-*/
    
	.footerWrapper{
        width:100%;
        margin:0 0 0 -20px;
	}
    
    .footer_inner {
        height: 13rem;
    }

    .firm_info_wrapper p {
        font-size: 18px;
    }
    
    .fa-phone {
        font-size: 35px;
    }
    
    .phone_icon {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    
    .contact_wrapper .phone_number {
        font-size: 18px;
        margin-bottom: 0px;
    }
    
    .SNS_wrapper {
        width: 100%;
        padding-top: 20px; 
        justify-content: flex-end;
    }
    
    .SNS_wrapper .fa-linkedin-in {
        font-size: 25px;
        padding-bottom: 0px;
    }
    
     .SNS_wrapper .fa-facebook-f {
        font-size: 25px;
        padding-bottom: 0px;
    }
    
     .SNS_wrapper .fa-twitter {
        font-size: 25px;
        padding-bottom: 0px;
    }
    
    .footer_bottom {
        height: 3rem;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
    }
    
    .copyright {
        margin-left: 10px;
        text-align: left;
        font-size: 1.0em;
    }
    

    .firm_info_wrapper .logo {
        width: 50%;
        height: auto;      
    }
    
    .copyright {
        margin-left: 10px;
        text-align: left;
        font-size: 1.0em;
    }
    
    .privacy_policy {
        text-align: center;
        margin-right: 10px;
        font-size: 1.0em;
    }
    
     /*----------------------------------
               page top
  	===============================-*/
    
    .page_top {
        height: 45px;
    }
}

/*====================================
====================================*/
/*------------------------------------------------------------*/

                            /*   iPad 縦 (max-width 768px)

                        /*====================================
                         ====================================*/

@media screen and (max-width: 896px) {
    
   
    /*----------------------------------
  		         Header
  	================================*/

    #header_wrapper {
        top: 0;
        margin-top: 0;
    } 
    
    /* Fixed reset */
    #header_wrapper.fixed {
        padding-top: 0;
        background: transparent;
    }
    
    #header_wrapper.fixed .logo,
    #header_wrapper .logo {
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
        margin-top: 5px;
    }
    
     #mobile_head {
        background: #fff;
        width: 100vw;
        height: 75px;
        z-index: 999;
        position: fixed;
        top: 0;
    }
    
     #nav_toggle {
        display: block;
        margin-top: 5px;
    }
    
    /* #nav-toggle animation */
    .open #nav_toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        /*-ms-transform: rotate(315deg);*/
        transform: rotate(315deg);
    }
    
    .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    
    .open #nav_toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        /*-ms-transform: rotate(-315deg);*/
        transform: rotate(-315deg);
    }
    
     /*----------------------------------
  		      main navigation
  	================================*/

    #top_navigation {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -482px;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .6s ease-in-out;
        -moz-transition: .6s ease-in-out;
        -ms-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
    }
    
    #top_navigation ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        margin-right: 20px;
        margin-left: 20px;
    }
    
    
     /* #mainNav slide animation */
    .open #top_navigation {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        /*-ms-transform: translateY(556px);*/
        transform: translateY(556px);
    }
    
    #header_wrapper #top_navigation ul li a,
    #header_wrapper.fixed #top_navigation ul li a {
        width: 100%;
        display: block;
        color: #333;
        padding: 18px 0;
        border-bottom: 1px dotted #333;
    }
    
     /*----------------------------------
  		         hero image
  	================================*/

    .hero_copy_wrap{
        display: block;
        width: 100%;
        height: 20rem;
    }

     .hero_copy_wrap h1 {
        width: 100%;
        position: absolute;
        padding-top: 20%;
        font-size: 3em;
        padding-left: 5px;
    }
    
    /*----------------------------------
  		section_01 project wrapper
  	================================*/
  
    .main_title {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 15px;
        padding-top: 50px;
        padding-bottom: 10px;
        font-size: 30px;
        border-bottom: 2px solid #3769a5;
    }   
    
    .main_wrap {
        width: 100%;
        margin: 0 auto;
    }
    
    .project_slider {
        height: auto;
    }
    
    /*----------------------------------
  		bottom career page banner
  	================================*/
 
    .bottom_career_page_banner {
        width: 90%;
        margin: 0 auto;
    }
    
    .bottom_career_txt {
        font-size: 20px;
    }
    
     /*----------------------------------
  		    apply_now button
  	================================*/
    
    .applynow_button {
        margin-top: 30px;
    }
    
    /*----------------------------------
                Footer
    ===============================-*/

    .firm_info_wrapper .firm_logo {
        width: 70%;
        height: auto;
        padding-left: 50px;
    }
    
    .firm_info_wrapper p {
        padding-left: 35px;
    }
    
    .info_columns_wrapper {
        display: flex;
        width: 500px;
        flex-direction: column;
        margin: 0 auto;
    }
    
    .add_info {
        width: 400px;
        margin-left: 20px;
    }
    
    .contact_wrapper {
        width: 400px;
        align-items: flex-start;
        margin-left: 100px;
        padding-left: 70px;
        padding-top: 30px;
    }
    
    .phone_icon {
        margin: 20px;
    }
    
    .phone_number {
        width: 220px;
        margin-top: 0px;
}
    
    .fa-phone {
        justify-content: center;
    }
    
    .SNS_wrapper {
        width: 300px;
        margin-top: 20px;
        margin-left: 160px;
    }
    
     /*----------------------------------
            Footer bottom
    ===============================-*/
 
    .footer_bottom {
        height: 5rem;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
    }
    
     .copyright {
        display: none;
    }
    
    .copyright_sp {
        display: block;
        width: 40%;
        text-align: left;
        font-size: 0.8em;
        padding: 0;
        color: #fff;
    }
    
    .privacy_policy {
        text-align: end;
        margin-right: 50px;
        font-size: 1.0em;
    }
    
    /*----------------------------------
          page-top _ icon
  	===============================-*/
    
    #page_top a{
        color: #fff;
        padding: 0px 0;
        text-align: center;
        display: block;
    }
}
    
     
/*====================================
====================================*/
/*------------------------------------------------------------*/

                            /*   スマートフォン 縦(ポートレート) (max-width 480px)

                    /*=====================================================
                    =========================================================*/

@media screen and (max-width: 480px) {
    
  /*----------------------------------
  		         Header
  	================================*/
    
   .header_wrap img {
        width: 150px;
        height: auto;
        align-items: center;
        margin-left: 0px;
    }
    
    /*----------------------------------
  		       main navigation
  	================================*/
    
    #top_navigation {
        padding-top: 0;
    }
    
    #mobile_head {
        position: fixed;
        top: 0;
    }
    
    /*----------------------------------
  		        hero_image
  	================================*/
 
    .hero_copy_wrap h1 {
        position: absolute;
        padding-top: 150px;
        font-size: 2em;
    }
    
    #hero_image_wrap{
    /*position: relative;*/
        height: 15rem;
        width: 100vw;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin-left: calc(-50vw + 50%);
    } 
    
     /*----------------------------------
              bread crumb
    ===============================-*/
    
     .breadcrumb {
        padding-top: 5px;
        padding-bottom: 10px;
        margin-top: 0px;
    }
    
    .breadcrumbs li {
        font-size: 14px;
    }
    
    .breadcrumbs a {
        font-size: 14px;
    }
    

    /*----------------------------------
  		 section_01 project wrapper
  	  ================================*/
 
    #main_container {
        width: 100%;
        margin: 0 auto;
    }
    
    .main_wrap {
        width: 90%;
        margin: 0 auto;
    }
    
    .main_title {
        width: 100%;
        font-size: 25px;
        margin-bottom: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .project_txt_wrap {
        width: 100%;
    }
    
    .project_location_txt {
        font-size: 14px;
        margin-top: 5px;
    }
    
    .project_text {
        width: 100%;
        font-size: 16px;
        text-align: justify;
        text-justify: inter-word;
    }
    
    .project_img {
        width: 100%;
    }
    
    .project_slider {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    
    .slick-next:before {
        display: none;
    }
    
    .slick-prev:before {
        display: none;
    }
    
      /*----------------------------------
  		 bottom container banner_job
  	  ================================*/
  
    .bottom_career_title {
        font-size: 30px;
    }
    
    .bottom_career_txt {
        font-size: 16px;
    }
    
      /*----------------------------------
  		      apply_now button
  	  ================================*/
   
    
    .btn-apply-now {
        width: 70%;
        border-radius: 0;
        height: 40px;
        font-size: 18px;
        border-radius: 30px;
    }
    
    .btn-apply-now:hover {
        background: #fff;
        color: #3769a5;
    }

    .fa-angle-right {
        padding-left: 15px;
        vertical-align: middle;
    }
   /*----------------------------------
                  FOOTER
    ===============================-*/

    .#footer {
        width: 100%;
        height: 100%;
    }
    
     .footer_inner {
         display: flex;
         flex-wrap: wrap;
         width: 100%;
         height: 18rem;
         margin-bottom: 0;
    }
    
    .firm_info_wrapper {
        width: 80rem;
        align-items: center;
    }
    
     .firm_info_wrapper .firm_logo {
        width: 50%;
        height: auto;
        margin: 0 auto;
        padding-left: 0;
        margin-top: 10px;
   
    }
    
    .firm_info_wrapper h1 {
        text-align: center;
        margin: 0 auto;
    }
    
    .firm_info_wrapper p {
        font-size: 1.0em;
    }
    
    .add_info {
        width: 90%;
        margin: 0 auto;
    }
	
    .contact_wrapper {
        width: 100%;
        height: 3rem;
        margin: 0 auto;
        padding-left: 0px;
        padding-top: 10px;
    }
    
    .contact_wrapper p {
        margin: 0 auto;
        padding-left: 0;
    }
    

    .phone_icon {
        margin-top: 0px;
    }
    
    .phone_number {
        display: none;
    }
    
    .SNS_wrapper {
        margin: 0 auto;
        justify-content: center;
        padding-top: 0px;
    }
    
    .SNS_wrapper .fab {
        margin-top: 20px;
        width : 100%;
        justify-content: center;
        padding: 20px;
    } 
    
     /*----------------------------------
            footer bottoms
    ===============================-*/
    
    .footer_bottom {
        height: 4rem;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    
    .copyright_sp {
        margin-left: 15px;
        text-align: left;
        font-size: 0.5em;
    }
    
    .privacy_policy {
        margin-right: 10px;
    }
    
    .privacy_policy a {
        text-align: end;
        margin-right: 10px;
        font-size: 0.5em;
    }
    
     /*----------------------------------
               page top 
    ===============================-*/
    
    #page_top{
        display: inline;
        bottom: 3px;
        margin: 0 auto;
        width: 100%;
        height: 50px;
        border-radius: 0;
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
    }
 
}
