@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSerifCJKjp-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'gotham';
  font-style: normal;
  font-weight: 400;
  src: url(../font/gotham_bold_regular.otf) format('opentype');
}
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;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.body_reset {
  margin: 0 auto;
  padding: 0 auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* アイコン */
.fa-wh {
  color: #fff;
}
/*html*/
body {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  text-align: left;
  font-size: 15px;
  line-height: 29px;
  color: #fff;
  background-color: #000;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a img:hover {
  opacity: 0.8;
}
a, a:visited {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}
a:active, a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
a:focus, input:focus {
  outline: none;
}
.f-min {
  font-family: 'Noto Serif Japanese', serif;
  letter-spacing: 2px;
}
.f-gotham {
  font-family: 'gotham', sans-serif;
}
.f-roboto {
  font-family: 'Roboto', sans-serif;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.drawer-nav {
  padding: 5% 15%;
}
.drawer-menu_left {
  width: 65%;
  float: left;
}
.drawer-menu_left ul li {
  font-size: 40px;
  line-height: 70px;
  margin: 0 0 7.5% 0;
  letter-spacing: 25px;
}
.drawer-menu_left ul li a {
  font-weight: 100;
}
.drawer-menu_right {
  width: 35%;
  float: right;
  margin-top: 1.5%;
}
.drawer-menu_right_logo {
  width: 225px;
  height: auto;
  margin-bottom: 2.5%;
}
.drawer-menu_right_memo {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 15%;
  color: #fff;
}
.drawer-menu_right_subtit {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 5px;
  color: #fff;
  font-weight: 700;
}
.wrapper_01 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.wrapper_border {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(../img/bg_border.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 9999;
}
.wrapper_01_slide {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9997;
}
.wrapper_01_slide ul li {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 9997;
}
.wrapper_01_slide_01 {
  background-image: url("../img/img_top_01-min.png");
}
.wrapper_01_slide_02 {
  background-image: url("../img/img_top_02-min.png");
}
.wrapper_01_slide_03 {
  background-image: url("../img/img_top_03-min.png");
}
.wrapper_01_arrow {
  position: absolute;
  top: 0;
  height: 50vh;
  left: 0px;
  width: 100%;
  z-index: 9999;
}
.wrapper_01_arrow ul li {
  width: 50%;
  float: left;
  height: 10vh;
  margin-top: 20vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.wrapper_01_arrow ul li:nth-child(1) {
  background-image: url("../img/arrow_l.png");
}
.wrapper_01_arrow ul li:nth-child(2) {
  background-image: url("../img/arrow_r.png");
}
.wrapper_01_next {
  position: absolute;
  width: 50px;
  text-align: center;
  bottom: 2.5%;
  left: 50%;
  margin-left: -25px;
  transition: all 0.25s;
  z-index: 9998;
}
.wrapper_01_next:hover {
  bottom: 1.5%;
}
.wrapper_01_kasika {
  position: absolute;
  bottom: 0;
  height: 35vh;
  left: 0px;
  width: 100%;
  z-index: 9998;
}
.wrapper_01_kasika ul li {
  width: 6%;
  margin: 0 5.333%;
  float: left;
  height: 20vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.wrapper_01_kasika ul li:nth-child(1) {
  background-image: url("../img/img_logo_01.png");
}
.wrapper_01_kasika ul li:nth-child(2) {
  background-image: url("../img/img_logo_02.png");
}
.wrapper_01_kasika ul li:nth-child(3) {
  background-image: url("../img/img_logo_03.png");
}
.wrapper_01_kasika ul li:nth-child(4) {
  background-image: url("../img/img_logo_04.png");
}
.wrapper_01_kasika ul li:nth-child(5) {
  background-image: url("../img/img_logo_05.png");
}
.wrapper_01_kasika ul li:nth-child(6) {
  background-image: url("../img/img_logo_06.png");
}
.wrapper_02 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: rgba(1, 0, 2, 0.85);
  background-image: url(../img/bg_back-min.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper_02_txt_01 {
  width: 100%;
  height: 50vh;
  position: absolute;
  left: 0px;
  top: 0px;
}
.wrapper_02_txt_01 ul li {
  width: 16.666%;
  height: 50vh;
  float: left;
  font-size: 11px;
  line-height: 22px;
  display: table;
}
.wrapper_02_txt_01 ul li div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.back_logo {
  width: 225px;
  margin: 0 auto;
  padding-top: 20px;
}
/*
 .wrapper_02_philosophy{position: absolute; top: 45%; height: 35vh; left: 15%; width: 70%;}
 .wrapper_02_philosophy ul li{width: 10%; float: left; margin: 0 5%; height: 10vh; background-repeat: no-repeat; background-size: contain; background-position: center center;}
 .wrapper_02_philosophy ul li:nth-child(1){background-image: url("../img/img_philosophy_01.png");}
 .wrapper_02_philosophy ul li:nth-child(2){background-image: url("../img/img_philosophy_02.png");}
 .wrapper_02_philosophy ul li:nth-child(3){background-image: url("../img/img_philosophy_03.png");}
 .wrapper_02_philosophy ul li:nth-child(4){background-image: url("../img/img_philosophy_04.png");}
 .wrapper_02_philosophy ul li:nth-child(5){background-image: url("../img/img_philosophy_05.png");}
 .wrapper_02_philosophy ul li:nth-child(6){background-image: url("../img/img_philosophy_06.png");}
 */
.wrapper_02_philosophy {
  position: absolute;
  top: 45%;
  height: 35vh;
  left: 15%;
  width: 70%;
  text-align: center;
}
.wrapper_02_philosophy h2 {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 50px;
  text-indent: 50px;
}
.wrapper_02_next {
  position: absolute;
  width: 50px;
  text-align: center;
  bottom: 2.5%;
  left: 50%;
  margin-left: -25px;
  transition: all 0.25s;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  z-index: 9999;
}
.wrapper_02_next:hover {
  bottom: 1.5%;
}
.wrapper_02_txt_02 {
  width: 100%;
  height: 50vh;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.wrapper_02_txt_02 ul li {
  width: 16.666%;
  height: 50vh;
  float: left;
  font-size: 11px;
  line-height: 22px;
  display: table;
}
.wrapper_02_txt_02 ul li div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.wrapper_03 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: rgba(1, 0, 2, 0.85);
  background-image: url(../img/bg_back-min.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper_03_service {
  width: 100%;
  height: 70vh;
  position: absolute;
  left: 0px;
  top: 15vh;
  padding: 15vh 0;
  background-color: #e9edef;
  color: #000;
}
.wrapper_03_service h2 {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 25px;
  color: #000;
  padding-bottom: 2.5%;
  text-indent: 25px;
}
.wrapper_03_service ul li {
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 22px;
}
.wrapper_03_service ul li strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin-bottom: 1.5%;
}
.wrapper_04 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: rgba(1, 0, 2, 0.85);
  background-image: url(../img/bg_back-min.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper_04_txt_img01 {
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 0px;
}
.wrapper_04_txt_img01 ul li {
  width: 8.666%;
  margin: 0 4%;
  height: 50vh;
  float: left;
  font-size: 11px;
  line-height: 22px;
  display: table;
}
.wrapper_04_txt_img01 ul li div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.wrapper_04_txt_img02 {
  width: 100%;
  height: 50vh;
  position: absolute;
  bottom: 0px;
}
.wrapper_04_txt_img02 ul li {
  width: 8.666%;
  margin: 0 4%;
  height: 50vh;
  float: left;
  font-size: 11px;
  line-height: 22px;
  display: table;
}
.wrapper_04_txt_img02 ul li div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.wrapper_04_client {
  position: absolute;
  top: 45%;
  height: 35vh;
  left: 15%;
  width: 70%;
  text-align: center;
}
.wrapper_04_client h2 {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 50px;
  text-indent: 50px;
}
.wrapper_05 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: rgba(1, 0, 2, 0.85);
  background-image: url(../img/bg_back-min.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper_05_team .wrapper_05_team_sub {
  padding: 0 20%;
}
.wrapper_05_team .profile_thum {
  width: 15%;
  height: auto;
  float: left;
}
.wrapper_05_team .profile_txt {
  width: 80%;
  height: auto;
  float: right;
  text-align: left;
}
.wrapper_05_team .profile_txt strong {
  letter-spacing: 5px;
}
.wrapper_06 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: rgba(1, 0, 2, 0.85);
  background-image: url(../img/bg_back-min.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper_06_contact {
  width: 100%;
  height: 70vh;
  position: absolute;
  left: 0px;
  top: 15vh;
  padding: 15vh 25%;
  background-color: #e9edef;
  color: #000;
}
.wrapper_06_contact h2 {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 25px;
  color: #000;
  padding-bottom: 7.5%;
  text-indent: 25px;
}
.wrapper_06_top {
  position: absolute;
  width: 50px;
  text-align: center;
  bottom: 2.5%;
  left: 50%;
  margin-left: -25px;
  transition: all 0.25s;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}
.wrapper_06_top:hover {
  bottom: 3.5%;
}
.wrapper_06_form_sub_01 {
  width: 45%;
  float: left;
  margin-bottom: 2.5%;
  margin-right: 5%;
}
.wrapper_06_form_sub ul li:nth-child(1) {
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
}
.wrapper_06_form_sub_02 {
  width: 50%;
  float: left;
  margin-bottom: 2.5%;
}
.wrapper_06_form_sub ul li {
  position: relative;
}
.wrapper_06_form_sub ul li:nth-child(2) {
  border-bottom: 2px solid #a7b6bd;
  color: #000;
}
.wrapper_06_form_sub ul li:nth-child(2) input {
  border: none;
  height: 40px;
  width: 95%;
  background-color: #e9edef;
  font-size: 14px;
  line-height: 40px;
}
.wrapper_06_form_sub ul li:nth-child(2) span {
  color: #ea3b1a;
}
.wrapper_06_form_sub_bottom {
  width: 100%;
  height: auto;
}
.wrapper_06_form_sub_bottom ul li:nth-child(1) {
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
}
.wrapper_06_form_sub_bottom ul li:nth-child(2) textarea {
  width: 82.5%;
  height: 70px;
  padding: 5px;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  border: none;
}
.wrapper_06_form_sub_bottom ul li:nth-child(2) input {
  width: 15%;
  height: 70px;
  display: block;
  float: right;
  background-image: url(../img/btn_submit.png);
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center center;
  background-size: auto 100%;
  text-indent: -9999px;
}
.header_sns {
  position: fixed;
  width: 100%;
  height: auto;
  top: 2.5%;
  right: 0%;
  padding-right: 5%;
  z-index: 9999;
}
.header_sns ul li {
  width: 25px;
  height: auto;
  margin-left: 0.5%;
}
.company_list {
  width: 50%;
  margin: 5% auto;
  border-top: 1px solid #fff;
  padding-top: 10px;
}
.company_list dl {
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.company_list dl dt {
  font-size: 16px;
  font-weight: 600;
  width: 20%;
  float: left;
}
.company_list dl dd {
  width: 80%;
  float: left;
  font-weight: 300;
}
/* @media (max-device-width: 980px) {*/
/* タブレット スマホ */
@media (max-width: 739px) {
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    font-size: 15px;
    line-height: 27px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
  }
  .drawer-nav {
    padding: 15% 5%;
  }
  .drawer-menu_left {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }
  .drawer-menu_left ul li {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 1.5% 0;
    letter-spacing: 10px;
  }
  .drawer-menu_left ul li a {
    font-weight: 100;
  }
  .drawer-menu_right {
    width: 100%;
    float: none;
    margin-top: 1.5%;
  }
  .drawer-menu_right_logo {
    width: 50%;
    height: auto;
    margin: 0 auto 2.5% auto;
  }
  .drawer-menu_right_memo {
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 5%;
    color: #fff;
  }
  .drawer-menu_right_subtit {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 700;
  }
  .header_sns {
    width: 30%;
  }
  .wrapper_01_next {
    bottom: 12.5%;
  }
  .wrapper_01_next:hover {
    bottom: 12.5%;
  }
  .wrapper_01_kasika {
    bottom: 5vh;
  }
  .header_sns {
    top: 12.5px;
  }
  .back_logo {
    width: 30%;
    height: auto;
    padding-top: 10px;
  }
  .wrapper_02_philosophy ul li {
    width: 16%;
    margin: 0 2%;
  }
  .wrapper_02_next {
    bottom: 12.5%;
  }
  .wrapper_02_next:hover {
    bottom: 12.5%;
  }
  .wrapper_02_txt_01 {
    top: 5vh;
    height: 42.5vh;
  }
  .wrapper_02_txt_01 ul li {
    width: 100%;
  }
  .wrapper_02_txt_02 {
    bottom: 7.5vh;
  }
  .wrapper_02_txt_02 ul li {
    width: 100%;
  }
  .wrapper_02_philosophy {
    width: 90%;
    left: 5%;
    height: 10vh;
    top: 45vh;
  }
  .wrapper_02_philosophy h2 {
    font-size: 22px;
    letter-spacing: 15px;
    text-indent: 15px;
  }
  .wrapper_03_service {
    padding: 2.5vh 0 5vh 0;
    height: 60vh;
  }
  .wrapper_03_service h2 {
    font-size: 20px;
  }
  .wrapper_04_txt_img01_sp {
    width: 70%;
    margin: 5% auto;
  }
  .wrapper_04_txt_img02_sp {
    width: 70%;
    margin: 22.5% auto 0 auto;
  }
  .wrapper_04_client {
    width: 100%;
    left: 0;
    height: 10vh;
    top: 37.5vh;
  }
  .wrapper_04_client h2 {
    font-size: 30px;
    letter-spacing: 15px;
    text-indent: 15px;
  }
  .wrapper_05_team .profile_thum {
    margin-right: 2.5%;
    margin-bottom: 2.5%;
  }
  .wrapper_05_team .profile_txt {
    float: none;
    width: 100%;
    font-size: 11px;
    line-height: 16px;
  }
  .wrapper_05_team .profile_txt strong {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0px;
  }
  .wrapper_05_team .wrapper_05_team_sub {
    padding: 0 5%;
  }
  .wrapper_03_service ul li strong {
    font-size: 14px;
  }
  .wrapper_03_service ul li {
    font-size: 12px;
  }
  .wrapper_06_contact {
    padding: 2.5vh 5%;
    height: 57.5vh;
  }
  .wrapper_06_contact h2 {
    font-size: 20px;
    padding-bottom: 0;
  }
  .wrapper_06_form_sub_01 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5%;
  }
  .wrapper_06_form_sub_02 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5%;
  }
  .wrapper_06_top {
    bottom: 12.5%;
  }
  .wrapper_06_top:hover {
    bottom: 12.5%;
  }
  .company_list {
    width: 90%;
    margin: 5% auto;
    border-top: 1px solid #fff;
    padding-top: 10px;
  }
  .company_list dl {
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .company_list dl dt {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    float: none;
    margin-bottom: 0px;
  }
  .company_list dl dd {
    width: 100%;
    float: none;
  }
}
