@charset "utf8";


* {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  ._pc{ display: none; }
}

@media screen and (min-width: 768px) {
  ._sp{ display: none; }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  background-image: url('../image/recruit/pc/bg.png');
  background-repeat: repeat-y;
  background-size: 100%;
}

img {
  width: 100%;
  height: auto;
}

section {
  width: 100%;
  opacity: 0.8;
  border: 0px solid;
}

.spacer-b180 {
  margin-bottom: calc(180vw/19.2);
}
@media screen and (max-width: 767px) {
  .spacer-b180 {
    margin-bottom: calc(40vw/3.6);
  }  
}

.spacer-b160 {
  margin-bottom: calc(160vw/19.2);
}
@media screen and (max-width: 767px) {
  .spacer-b160 {
    margin-bottom: calc(40vw/3.6);
  }  
}

.spacer-b90 {
  margin-bottom: calc(90vw/19.2);
}
@media screen and (max-width: 767px) {
  .spacer-b90 {
    margin-bottom: calc(20vw/3.6);
  }  
}

.spacer-b80 {
  margin-bottom: calc(80vw/19.2);
}
@media screen and (max-width: 767px) {
  .spacer-b80 {
    margin-bottom: calc(20vw/3.6);
  }  
}

.spacer-b45 {
  margin-bottom: calc(45vw/19.2);
}
@media screen and (max-width: 767px) {
  .spacer-b45 {
    margin-bottom: calc(20vw/3.6);
  }  
}

.spacer-b40 {
  margin-bottom: calc(40vw/19.2);
}
@media screen and (max-width: 767px) {
  .spacer-b40 {
    margin-bottom: calc(20vw/3.6);
  }  
}

.bg-white {
  background-color: #ffffff;
}

/*---------------------------
article
---------------------------*/
.article {
  width: 75%;
  height: auto;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article {
    width: 94%;
  }  
}

.article-header-footer {
  width: 100%;
  height: auto;
  border: 0px solid;
}

.article-philosophy {
  width: 43%;
  height: auto;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article-philosophy {
    width: 94%;
  }  
}

.article-brand {
  width: 68%;
  height: auto;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article-brand {
    width: 94%;
  }  
}

.article-futures__head {
  width: 75%;
  height: auto;
  margin-left: 7%;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article-futures__head {
    width: 94%;
    margin: auto;
  }  
}

.article-message {
  width: 83%;
  height: auto;
  margin-left: 3%;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article-message {
    width: 94%;
  }  
}

.article-requirements__head {
  width: 60%;
  height: auto;
  margin-left: 7%;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article-requirements__head {
    width: 94%;
    margin: auto;
  }  
}

.article-requirements {
  width: 72%;
  height: auto;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article-requirements {
    width: 94%;
  }  
}

.article-requirements-relative {
  position: relative;
  width: 72%;
  height: auto;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article-requirements-relative {
    width: 94%;
  }  
}

.article-contact {
  width: 60%;
  height: auto;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article-contact {
    width: 94%;
  }  
}

.article-btn {
  width: 32%;
  height: auto;
  margin: auto;
  border: 0px solid;  
}
@media screen and (max-width: 767px) {
  .article-btn {
    width: 80%;
  }  
}

.article-btn-special--01 {
  width: 50%;
  height: auto;
  margin: auto;
  border: 0px solid;  
}
@media screen and (max-width: 767px) {
  .article-btn-special--01 {
    width: 80%;
  }  
}

.article-btn-special--02 {
  position: absolute;
  top: 28%;
  right: 2%;
  width: 40%;
  height: auto;
  /*margin: auto;*/
  border: 0px solid;  
}
@media screen and (max-width: 767px) {
  .article-btn-special--02 {
    top: 18%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
  }  
}

.article-line {
  width: 40%;
  height: auto;
  margin: auto;
  border: 0px solid;  
}
@media screen and (max-width: 767px) {
  .article-line {
    width: 94%;
  }  
}


/*---------------------------
picture
---------------------------*/
.block-picture {
  display: block;
}
