@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

address, article, aside, blockquote, canvas, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, li, main, nav, noscript, ol, output,
p, pre, section, table, tfoot, ul, video {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

/*
html {
  font-size: 100%;
}
@media (min-width: 600px) {
  html {
    font-size: calc(112.5% + 4 * (100vw - 600px) / 400)
  }
}

@media (min-width: 1000px) {
  html {
    font-size: calc(137.5%)
  }
}
*/
html {
  font-size: 137.5%;
}

@media (max-width: 959px) {
  html {
    font-size: calc(112.5% + 4 * (100vw - 600px) / 400)
  }
}

img {
  width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*
img {
  width: 100%;
  position: absolute;
  top: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

img.products{
  width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
*/
img.recruit {
  width: 40%;
  position: absolute;
  right: 40px;
  top: 280px;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

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

input, select {
  vertical-align: middle;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/*
a[target="_blank"]{
  text-decoration: underline;
}
*/
a[target="_blank"]:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #444444;
  background: -moz-linear-gradient(top, #112327 0%, #112327 100%);
  background: -webkit-linear-gradient(top, #112327 0%, #112327 100%);
  background: linear-gradient(to bottom, #112327 0%, #112327 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#112327', endColorstr='#112327', GradientType=0);
  background-size: contain;
}

#wrap {
  /* background: url(../img/manila_kv_k.jpg) center top no-repeat; */
  background-size: contain;
}

a {
  color: #ff4b00;
}


a.hq {
  color: #444444;
}

.noPC {
  display: none;
}

header {
  height: 790px;
  width: 2048px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

header h1 {
  width: 30%;
  position: absolute;
  top: 40%;
  left: 20%;
  z-index: 100;
}

header .head_img {
  max-width: 100%;
  height:auto;
  position: absolute;
  left: 0;
  top: 0;
}

header .head_txt {
  width: 512px;
  position: absolute;
  left: 150px;
  top: 350px;
  font-size: 0.6rem;
  line-height: 1.4;
  z-index: 100;
}

nav {
  position: fixed;
  right: 0;
  top: 4%;
  font-size: 0.8rem;
  z-index: 99;
  width: 100%;
}

nav ul {
  float: right;
  width: 600px;
}

nav li {
  float: left;
  margin-left: 5%;
}


nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

nav li a.recruit {
  position: relative;
  display: inline-block;
  text-decoration: none;
  background-color: #ff4b00;
  padding: 3px;
}
/*
nav li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #dc143c;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

nav li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
*/
nav li a:hover {
  color: #dddddd;
}
nav li a.recruit:hover {
  color: #ee842c;
}

.hiring_photo {
  width: 600px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}


main {
  width: 1325px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2% 6%;
  background: #FFFFFF;
  line-height: 2;
  z-index: 1;
  position: relative;
}

main section {
  margin-bottom: 12%;
}

main section:last-child {
  margin-bottom: 0;
}

main h2 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 3%;
  /*background: url(../img/h2_bg.png) left bottom no-repeat;*/
  background-size: contain;
  box-sizing: border-box;
  margin-bottom: 4%;
  color: #444444;
  border-bottom: solid 3px #dddddd;
  position: relative;
}
main h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ff4b00;
  bottom: -3px;
  width: 20%;
}

main h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4%;
}

main p {
  font-size: 0.8rem;
}
main p.message {
  font-size: 0.8rem;
  width: 600px;
  
}

main p.slogan {
  font-size: 1.3rem;
  font-weight: 900;
  color: #ff4b00;
}

main .hiring{
  text-align: center;
  border-radius: 20em;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  background-color: #112327;
  color: #fff;
  padding: 5px 5px;
  line-height: 1;
  padding: 20px 25px;
}

main iframe.map {
  width: 100%;
  box-sizing: border-box;
}

main table {
  width: 100%;
  box-sizing: border-box;
}

main table thead {
  border-bottom: 1px solid #d0d5d9;
}

main table th,
main table td {
  padding: 1% 0;
  text-align: left;
  font-weight: 700;
  font-size: 0.8rem;
  box-sizing: border-box;
  color: #444444;
}

main table th {
  width: 25%;
  color: #9ca5ac;
}

.photo_list {
  overflow: hidden;
  margin: 5% 0 0;
}

.photo_list li {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.photo_list li p {
  margin-top: 1%;
}

.photo_list li:nth-child(3n) {
  margin-right: 0;
}

.products_list {
  overflow: hidden;
  margin: 5% 0 0;
  font-size: 0.8rem;
  line-height: 1.1;
}

.products_list li {
  float: left;
  width: 47%;
  max-width: 472px;
  margin-right: 6%;
  margin-bottom: 5%;
}

.products_list li:nth-child(2n) {
  margin-right: 0;
}

.products_list li .cat {
  color: #9ca5ac;
  margin: 3% 0 1%;
}

.products_list li .title {
  font-size: 1rem;
  font-weight: 700;
  color: #444444;
}

.products_list li .title:hover {
  color: #ff4b00;
}
.products_list li .copy {
  font-size: 0.4rem;
  padding: 1%;
  color: #9ca5ac;
}

.products_list li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.products_list li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  transform-origin: center top;
  transition: transform .3s;
}

.products_list li a:hover::after {
  transform: scale(1, 1);
}

.products_list .img {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.products_list .img img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.products_list .img:hover img {
  -webkit-transform: rotate(0) scale(1.1);
  transform: rotate(0) scale(1.1);
}

footer {
  background: url(../img/manila_foot.jpg) center bottom no-repeat #0E2126;
  background-size: contain;
  height: 315px;
  box-sizing: border-box;
  padding-top: 90px;
  font-size: 0.5rem;
  color: #f7f7f7;
  text-align: center;
}

.sns_btn {
  display: block;
  width: 700px;
  /* margin: 0 auto; */
  /* text-align: center; */
  padding: 50px 0;
}

.sns_btn li:not(:last-child) {
  margin-bottom: 20px;
}

.sns_btn li {
  display: inline-block;
  width: 49%;
  text-align: center;
}

.sns_btn li a {
  background-color: #ff4b00;
  border-radius: 20em;
  color: #fff;
  display: block;
  letter-spacing: .15em;
  padding: 20px;
  position: relative;
}

.sns_btn li a:after {
  content: "\02192";
  position: absolute;
  right: 6.5%;
  margin: auto 0;
}

.sns_btn li:nth-child(2) a:before {
  background: url(../img/ico_twitter.png) center no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
  content: "";
  position: absolute;
  left: 6.5%;
  margin: auto 0;
}

/* #CONTACT .sns_btn li:nth-child(2) a:before{
  background: url(../img/ico_facebook.png) center no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
  content: "";
  position: absolute;
  left: 6.5%;
  margin: auto 0;
} */
#RECRUIT h3 {}

#RECRUIT h3:nth-of-type(n+2) {
  margin-top: 8%;
  margin-bottom: -1%;
  color: firebrick;
  font-size: 30px;
}

#RECRUIT h4 {}

#RECRUIT p {}

#RECRUIT .kiral_photo {
  width: 350px;
  float: right;
  margin: 0 0 0 10px;
}

#RECRUIT .recruit_photo {
    width: 450px;
    float: right;
    margin: 0 0 0 10px;
}

#RECRUIT .apply{
    background-color: #ff4b00;
    border-radius: 20em;
    color: #fff;
    display: block;
    letter-spacing: .15em;
    padding: 20px 80px;
    position: relative;
    max-width: 300px;
    text-align: center;
    margin-top: 20px;}

    

@media (max-width: 959px) {
  .noPC {
    display: block;
  }

  #wrap {
    background: none;
  }

  header {
    height: auto;
    width: 100%;
    margin: 0 auto;
    position: static;
    padding-top: 3%;
    background-size: cover;
  }

  header h1,
  header .head_img,
  header .head_txt,
  header nav {
    position: static;
    width: 100%;
    float: none;
    box-sizing: border-box;
  }

  header h1,
  header .head_txt {
    width: 70%;
    margin: 4%;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  header .head_logo {
    display: none !important;
   }
  
    header .head_img img {
      display: none;
    }
  
  /*
    header .head_img img {
      position: static;
      object-fit: cover;
      max-width: 100%;
      height:auto;
    }
  */
  header nav {
    position: fixed;
    top: initial;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    background: #0E2126;
    border-top: 4px solid #112327;
  }

  header nav ul {
    width: 100%;
  }

  header nav ul li {
    width: 20%;
    margin: 0;
    padding: 5% 0;
    text-align: center;
  }

  header nav ul li:nth-child(4) {
    width: 16%;
  }

  main {
    line-height: 1.4;
    padding: 4%;
    width: 98%;
    margin: 0 auto;
  }

  .hiring_photo {
    width: 100%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  main table th,
  main table td {
    width: 100%;
    display: block;
    padding: 2%;
    border-bottom: none;
  }

  main table th {
    color: #9ca5ac;
  }



  .products_list li {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }

  .products_list .img img {
    -webkit-transform: initial;
    transform: initial;
    -webkit-transition: initial;
    transition: initial;
  }

  .products_list .img:hover img {
    -webkit-transform: initial;
    transform: initial;
  }

  footer {
    background-size: 300%;
    background-position: center top;
    padding: 20% 0 40%;
    height: auto;
  }

  #CONTACT iframe {
    width: 100%;
  }

  .sns_btn {
    width: 100%;
    display: block;
  }

  .sns_btn li {
    text-align: center;
    width: 100%;
  }

  .sns_btn li:nth-child(1) a:before,
  .sns_btn li:nth-child(2) a:before {
    width: 20px;
    height: 20px;
  }

  #MAP iframe {
    width: 100%;
  }

  #RECRUIT h3 {}

  #RECRUIT h3:nth-of-type(n+2) {}

  #RECRUIT h4 {}

  #RECRUIT p {}

  #RECRUIT .recruit_photo{float: none;margin: 0;width: 100%;margin-bottom: 10px;}
}

@media (max-width: 1024px) {
  #CONTACT iframe {
    width: 100%;
  }
}

/* under */
body.under header {
  height: 90px;
}

body.under nav {
  top: 20px;
  font-family: 'Montserrat', sans-serif;
}

main p {
  font-size: 0.8rem;
  line-height: normal;
}
main p.massage {
  font-size: 0.8rem;
  line-height: normal;
  width: 600px;
}

body.under header h1 {
  width: 240px;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}

body.under h3 {
  color: #444444;
  font-size: 30px;
  margin-bottom: 2%;
}

body.under h4 {
  font-weight: bold;
  color: #c0c0c0;
  margin-top: 2%;
  margin-bottom: 1%;
}

body.under h5 {
  font-weight: bold;
  color: #444444;
  margin-top: 4%;
  margin-bottom: 1%;
}

body.under header h1 a:hover {
  opacity: 0.7;
}

body.under #wrap {
  background-size: 100% 2300px;
}

@media (max-width: 959px) {
  body.under header {
    border-bottom: 4px solid #112327;
    padding: 0;
    height: auto;
  }

  body.under nav {
    top: initial;
  }

  body.under header h1 {
    position: static;
    transform: none;
    margin: 0;
    padding: 10px;
    width: 200px;
  }

  body.under header h1 a:hover {}

  body.under #wrap {}
}


/* under */
