/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&display=swap");
@import url("https://use.typekit.net/bnx0lsc.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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;
  text-decoration: none;
  color: #1f1f1f;
}

/* 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;
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/*/-----------
base
-------------/*/
html {
  font-size: 62.5%;
  color: #1a1d1f;
  font-family: "Noto Sans JP", sans-serif;
}
html body {
  background-color: #eeeeee;
}

/*/-----------
1000px
-------------/*/
@media screen and (max-width: 1000px) {
  .display_no {
    display: none;
  }
}

/*/-----------
header
-------------/*/
header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
header .cover {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 200;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header .video {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}
header .video_sh {
  display: none;
}
header .logo_wr {
  position: absolute;
  z-index: 300;
  top: 25px;
  left: 50px;
}
header .logo_wr img {
  width: 160px;
  height: auto;
}
header nav {
  display: inline-block;
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 23px;
  right: 50px;
  z-index: 300;
}
header nav a {
  padding-top: 10px;
  color: #fff;
  display: inline-block;
}
header nav li {
  float: left;
  margin-right: 50px;
  font-size: 2rem;
}
header nav .contact a {
  display: inline-block;
  background-color: white;
  padding: 10px 20px 7px;
  color: #1f1f1f;
}
header .catch {
  position: absolute;
  z-index: 300;
  left: 50px;
  bottom: 50px;
  display: inline-block;
}
header .catch h1 {
  color: white;
  font-size: 2.2rem;
  padding: 15px 35px 20px;
}
header .catch h2 {
  font-size: 15rem;
  display: inline-block;
  padding: 5px 25px 0px;
  line-height: 80%;
  background-color: white;
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*/-----------
main
-------------/*/
main {
  padding-bottom: 200px;
}

section {
  padding: 200px 100px 0 100px;
}
section h2 {
  font-size: 20rem;
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  position: relative;
}
section h2:after {
  content: "";
  height: 10px;
  width: 100%;
  background-color: #1f1f1f;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.about .text_box {
  margin-top: 70px;
  font-size: 2.4rem;
  line-height: 200%;
  font-weight: 700;
}
.about .company_box {
  margin-top: 80px;
}
.about .company_box h3 {
  font-size: 2.4rem;
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.about .company_box .img_box {
  margin: 20px auto 50px;
  width: 1200px;
  position: relative;
}
.about .company_box .img_box img {
  width: 100%;
  height: auto;
}
.about .company_box .img_box a {
  color: #127cb3;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
}
.about .company_box .img_box a:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 13px;
  display: inline-block;
  background: url("../img/base/link_imgpng.png");
  top: 0;
  right: -25px;
}
.about .company_box .img_box .bbt {
  position: absolute;
  top: 270px;
  left: 112px;
}
.about .company_box .img_box .marble {
  position: absolute;
  top: 270px;
  left: 980px;
}
.about .company_box .img_box_sh {
  display: none;
}
.about .company_box .company_text {
  font-size: 1.8rem;
  line-height: 200%;
  font-weight: 700;
}

.servece {
  font-size: 0;
  position: relative;
}
.servece .text_box {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 180%;
  font-weight: 700;
  width: 100%;
}
.servece ul li {
  margin-right: 2%;
}
.servece ul li:last-child {
  margin-right: 0%;
}
.servece .servece_box {
  position: relative;
  display: inline-block;
  color: white;
  margin-top: 80px;
  float: left;
  width: calc(32%);
}
.servece .servece_box img {
  width: 100%;
  height: auto;
}
.servece .servece_box .servece_text {
  font-size: 1.4rem;
  background-color: black;
  padding: 30px 10px 30px 30px;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 280px;
}
.servece .servece_box .servece_text h3 {
  font-size: 1.8rem;
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}
.servece .bo2 {
  padding-top: 180px;
}
.servece .bo3 {
  padding-top: 360px;
}
.servece .page_link {
  position: absolute;
  bottom: -40px;
  left: 100px;
}
.servece .page_link a {
  display: inline-block;
  position: relative;
  font-size: 4.4rem;
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 0 60px;
}
.servece .page_link a:after {
  content: "";
  position: absolute;
  width: 46px;
  height: 37px;
  display: inline-block;
  background: url("../img/base/arrow.png");
  bottom: 5px;
  left: 0;
}

.works {
  font-size: 0;
  position: relative;
}
.works ul li:nth-child(odd) {
  margin-right: 2%;
}
.works ul li:nth-child(even) {
  margin-top: 240px;
}
.works ul .works_box {
  position: relative;
  display: inline-block;
  color: white;
  margin-top: 80px;
  float: left;
  width: calc(49%);
}
.works ul .works_box img {
  width: 100%;
  height: auto;
}
.works ul .works_box .works_text {
  font-size: 1.4rem;
  background-color: black;
  padding: 30px;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 260px;
}
.works ul .works_box .works_text h3 {
  font-size: 1.8rem;
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}
.works .page_link {
  position: absolute;
  bottom: -40px;
  left: 100px;
}
.works .page_link a {
  display: inline-block;
  position: relative;
  font-size: 4.4rem;
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 0 60px;
}
.works .page_link a:after {
  content: "";
  position: absolute;
  width: 46px;
  height: 37px;
  display: inline-block;
  background: url("../img/base/arrow.png");
  bottom: 5px;
  left: 0;
}

.memvers {
  font-size: 0;
  position: relative;
  padding-bottom: 80px;
}
.memvers ul li {
  margin-right: 2%;
}
.memvers ul li:last-child {
  margin-right: 0%;
}
.memvers ul .memvers_box {
  display: inline-block;
  margin-top: 80px;
  float: left;
  width: calc(32%);
}
.memvers ul .memvers_box img {
  width: 100%;
  height: auto;
}
.memvers ul .memvers_box .memvers_text {
  margin-top: 60px;
}
.memvers ul .memvers_box .memvers_text h3 {
  font-size: 3rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.memvers ul .memvers_box .memvers_text .furigana {
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  margin-top: 15px;
}
.memvers ul .memvers_box .memvers_text .position {
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  margin-top: 25px;
  font-weight: 700;
}
.memvers ul .memvers_box .memvers_text .intr {
  font-size: 1.6rem;
  line-height: 200%;
  margin-top: 45px;
}
.memvers .page_link {
  position: absolute;
  bottom: -40px;
  left: 100px;
}
.memvers .page_link a {
  display: inline-block;
  position: relative;
  font-size: 4.4rem;
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 0 60px;
}
.memvers .page_link a:after {
  content: "";
  position: absolute;
  width: 46px;
  height: 37px;
  display: inline-block;
  background: url("../img/base/arrow.png");
  bottom: 5px;
  left: 0;
}

.join .text_box {
  margin-top: 40px;
  margin-bottom: 90px;
  font-size: 1.8rem;
  line-height: 180%;
  font-weight: 700;
}
.join .hoin_box {
  display: block;
  background-color: black;
  padding: 70px 80px;
  margin-top: 10px;
  font-size: 1.8rem;
  color: white;
}
.join .hoin_box h3 {
  font-weight: 700;
  font-size: 3rem;
}
.join .hoin_box .intr {
  font-weight: 700;
  line-height: 180%;
  padding: 35px 0 30px;
}
.join .hoin_box .salary {
  font-weight: 700;
}

.company {
  font-size: 0;
  position: relative;
  padding-bottom: 100px;
}
.company ul {
  list-style: none;
  margin-top: 100px;
}
.company ul li {
  margin-bottom: 35px;
  font-size: 2.6rem;
  font-weight: 700;
}
.company ul li span {
  font-size: 1.6rem;
  display: inline-block;
  width: 180px;
}
.company .map {
  width: calc(100% - 180px);
  padding-left: 180px;
  margin-top: 60px;
}
.company .map img {
  width: 100%;
  height: auto;
}
.company .page_link {
  position: absolute;
  bottom: -40px;
  left: 100px;
}
.company .page_link a {
  display: inline-block;
  position: relative;
  font-size: 4.4rem;
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 0 60px;
}
.company .page_link a:after {
  content: "";
  position: absolute;
  width: 46px;
  height: 37px;
  display: inline-block;
  background: url("../img/base/arrow.png");
  bottom: 5px;
  left: 0;
}

/*/-----------
1000px
-------------/*/
@media screen and (max-width: 1000px) {
  header .video {
    display: none;
  }
  header .video_sh {
    display: inline-block;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .logo_wr {
    position: absolute;
    z-index: 300;
    top: 20px;
    left: 20px;
  }
  header .logo_wr img {
    width: 140px;
    height: auto;
  }
  header nav {
    display: none;
  }
  header .catch {
    left: 20px;
    bottom: 20px;
    display: inline-block;
  }
  header .catch h1 {
    font-size: 2rem;
    padding: 10px 20px 15px;
  }
  header .catch h2 {
    font-size: 8rem;
    padding: 5px 15px 0px;
  }

  /*/-----------
  main
  -------------/*/
  main {
    padding-bottom: 200px;
  }

  section {
    padding: 100px 20px 0;
  }
  section h2 {
    font-size: 9rem;
  }
  section h2:after {
    content: "";
    height: 5px;
  }

  .about .text_box {
    margin-top: 50px;
    font-size: 1.8rem;
    line-height: 180%;
    font-weight: 700;
  }
  .about .company_box {
    margin-top: 80px;
  }
  .about .company_box .img_box {
    display: none;
  }
  .about .company_box .img_box_sh {
    display: inline-block;
    margin: 20px 0 40px;
    width: 100%;
    position: relative;
  }
  .about .company_box .img_box_sh img {
    width: 100%;
    height: auto;
  }
  .about .company_box .img_box_sh a {
    color: #127cb3;
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
  }
  .about .company_box .img_box_sh a:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 13px;
    display: inline-block;
    background: url("../img/base/link_imgpng.png");
    top: 0;
    right: -25px;
  }
  .about .company_box .img_box_sh .bbt {
    display: inline-block;
    margin: 20px 40px 0 0;
    position: static;
  }
  .about .company_box .img_box_sh .marble {
    display: inline-block;
    margin: 20px 0 0;
    position: static;
  }
  .about .company_box .company_text {
    font-size: 1.8rem;
    line-height: 200%;
    font-weight: 700;
  }

  .servece {
    margin-bottom: 50px;
  }
  .servece ul li {
    margin-right: 0;
  }
  .servece .servece_box {
    position: relative;
    display: inline-block;
    color: white;
    margin-top: 40px;
    float: left;
    width: 100%;
  }
  .servece .servece_box img {
    width: 100%;
    height: auto;
  }
  .servece .servece_box .servece_text {
    font-size: 1.4rem;
    background-color: black;
    padding: 20px 10px 20px 20px;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 280px;
  }
  .servece .servece_box .servece_text h3 {
    font-size: 1.8rem;
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
  }
  .servece .bo2 {
    padding-top: 40px;
  }
  .servece .bo3 {
    padding-top: 40px;
  }
  .servece .page_link {
    position: absolute;
    bottom: -150px;
    left: 20px;
  }
  .servece .page_link a {
    display: inline-block;
    position: relative;
    font-size: 4.4rem;
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 0 0 60px;
  }
  .servece .page_link a:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 37px;
    display: inline-block;
    background: url("../img/base/arrow.png");
    bottom: 5px;
    left: 0;
  }

  .works {
    margin-bottom: 50px;
  }
  .works ul li:nth-child(odd) {
    margin-right: 0;
  }
  .works ul li:nth-child(even) {
    margin-top: 80px;
  }
  .works ul .works_box {
    margin-top: 80px;
    float: none;
    width: 100%;
  }
  .works ul .works_box img {
    width: 100%;
    height: auto;
  }
  .works ul .works_box .works_text {
    font-size: 1.4rem;
    background-color: black;
    padding: 20px;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 260px;
  }
  .works ul .works_box .works_text h3 {
    font-size: 1.8rem;
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
  }
  .works .page_link {
    position: absolute;
    bottom: -150px;
    left: 20px;
  }
  .works .page_link a {
    display: inline-block;
    position: relative;
    font-size: 4.4rem;
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 0 0 60px;
  }
  .works .page_link a:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 37px;
    display: inline-block;
    background: url("../img/base/arrow.png");
    bottom: 5px;
    left: 0;
  }

  .memvers {
    padding-bottom: 0px;
  }
  .memvers ul li {
    margin-right: 0;
  }
  .memvers ul .memvers_box {
    display: inline-block;
    margin-top: 80px;
    float: none;
    width: 100%;
  }
  .memvers ul .memvers_box img {
    width: 100%;
    height: auto;
  }
  .memvers ul .memvers_box .memvers_text {
    margin-top: 40px;
  }
  .memvers ul .memvers_box .memvers_text h3 {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .memvers ul .memvers_box .memvers_text .furigana {
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    margin-top: 15px;
  }
  .memvers ul .memvers_box .memvers_text .position {
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.2rem;
    margin-top: 25px;
    font-weight: 700;
  }
  .memvers ul .memvers_box .memvers_text .intr {
    font-size: 1.6rem;
    line-height: 180%;
    margin-top: 30px;
  }
  .memvers .page_link {
    position: absolute;
    bottom: -40px;
    left: 100px;
  }
  .memvers .page_link a {
    display: inline-block;
    position: relative;
    font-size: 4.4rem;
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 0 0 60px;
  }
  .memvers .page_link a:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 37px;
    display: inline-block;
    background: url("../img/base/arrow.png");
    bottom: 5px;
    left: 0;
  }

  .join .text_box {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 1.8rem;
    line-height: 180%;
    font-weight: 700;
  }
  .join .hoin_box {
    display: block;
    background-color: black;
    padding: 30px;
    margin-top: 10px;
    font-size: 1.4rem;
    color: white;
  }
  .join .hoin_box h3 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 150%;
  }
  .join .hoin_box .intr {
    font-weight: 700;
    line-height: 180%;
    padding: 20px 0 20px;
  }
  .join .hoin_box .salary {
    font-weight: 700;
  }

  .company {
    padding-bottom: 100px;
  }
  .company ul {
    list-style: none;
    margin-top: 60px;
  }
  .company ul li {
    margin-bottom: 40px;
    font-size: 2.4rem;
    font-weight: 700;
  }
  .company ul li span {
    font-size: 1.6rem;
    display: block;
    width: 180px;
    margin-bottom: 15px;
  }
  .company .map {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .company .map img {
    width: 100%;
    height: auto;
  }
  .company .page_link {
    position: absolute;
    bottom: -20px;
    left: 20px;
  }
  .company .page_link a {
    display: inline-block;
    position: relative;
    font-size: 4.4rem;
    font-family: din-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 0 0 60px;
  }
  .company .page_link a:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 37px;
    display: inline-block;
    background: url("../img/base/arrow.png");
    bottom: 5px;
    left: 0;
  }
}

/*# sourceMappingURL=index.css.map */
