.nav_button{
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
}
.subscribe_submit{
    background: #fd6639;
    padding: 5px 8px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
    border: none;
    color: #fff;
}
/* work */

div, input, textarea{
    box-sizing: border-box;
}

.breaker{
    display: block;
    height: 0;
    margin-top: 40px;
    border: 0;
    border-top: 1px solid #b6b6b6;
}
.intro_box{
    text-align: justify;
    text-justify: inter-word;
    text-align-last: center;
}
.center{
    text-align: center;
}
.title{
    /* font-family: railway; */
    text-transform: capitalize;
    color: #00a5bc;
    font-size: 20px;
    padding: 30px 15px;
}
.title_intro{
    text-transform: uppercase;
}


.three-col{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.three-col-item{
    flex: 1 0 25%;
    justify-content: center;
    padding: 25px 0px;
}

.work-container {
    padding: 0px 15px;
    user-select: none;
}

.work-container:hover {

}


.work-container-head {

}

.work-container-body {
    padding: 15px 25px;
    margin-top: -5px;
    line-height: 30px;
}

.work-container-body h3 {
    color: white;
    font-weight: normal;
    font-size: 23px;
}

.work-container-tag {
    padding-top: 25px;
    padding-bottom: 15px;
}

.work-container-tag span {
    display: inline-block;
    background: rgba(20, 20, 20, 0.2);
    padding: 10px 15px;
    margin-right: 15px;
}

.red-bg {
    background-color: #E40100;
    color: white;
}

.black-bg {
    background-color: #000;
    color: white;
}

.blue-bg {
    background-color: #185AA7;
    color: white;
}

.karki-bg {
    background-color: #AB8F61;
    color: white;
}

.violet-bg {
    background-color: #3E2840;
    color: white;
}

.green-bg {
    background-color: #40AC40;
    color: white;
}

/* end of work */


.recruitBox{
  width: 50%;
  color: black;
}
.contactBox{
  width: 100%;
  color: black;
}

.reqruit-container-body {
  padding-top: 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 50px;
  text-align: center;
}
.reqruit-container-body h3{
  color: white;
  font-weight: normal;
  font-size: 23px;
}
.reqruit-word{
  padding: 0px 0px 0px 50px;
  margin: 0px;
}

.about_country{
    padding: 11px 30px;
    background: #037787;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
}

.box {
    padding: 0.5em 1em;
    background: #FFF;
    border: solid 1px #6091d3;/*��*/
    border-radius: 0px;/*�p�̊ۂ�*/
    height:1000px;
}

.box_contact
 {
    padding: 0.5em 1em;
    background: #FFF;
    border: solid 1px #6091d3;
    border-radius: 0px;
    height:400px;
}

.reqruit_head {
  width:100px;
  padding: 1em 0em 0em 0em;
  margin: 1em 0em 0em 0em;
}
.reqruit_detail {
  width:450px;
  padding: 1em 0em 0em 0em;
  margin: 1em 0em 0em 0em;
}

.valign_top{
  vertical-align : top;
}

.company_table{
  border-spacing : 0px;
  border-collapse: collapse;
  border-color : #111111;
  width : 96%;
  height : 85px;
}

.company_col1{
  width : 24%;
}
.company_col2{
  width : 26%;
}
.company_col3{
  width : 10%;
}
.company_col4{
  width : 30%;
}
.company_col5{
  width : 10%;
}

.company_td_style{
  text-align : center;
  padding:10px;
}

.work_table_style{
  margin : 0 auto;
  height : 400px;
}
.work_col1{
  width : 45%;
}
.work_col2{
  width : 10%;
}
.work_col3{
  width : 45%;
}

.about_row{
    display: flex;
    flex-flow: row;
    padding: 20px 10px;
    border-bottom: 1px dotted #b6b6b6;
}
.about_name{
    min-width: 200px;
    font-weight: bold;
}
.about_content{
    flex:auto;
    display: flex;
}
