@charset "UTF-8";
* {
  font-family: "HelveticaLTPro-Roman","FOT-ニューセザンヌ ProN M", "ゴシックMB101 R", "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", sans-serif;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .5s;
  transition: .5s; }

p {
  line-height: 1.85; }

li {
  list-style: none; }

header {
  position: fixed;
  z-index: 1500;
  width: 100%;
  height: 45px;
  padding: 15px; }
  header h1 {
    top: 0;
    width: 40%; }
    header h1 img {
      width: 100%; }
  header.fixed h1 {
    top: -15px;
    width: 20%; }

#nav-toggle {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 45px;
  height: 45px;
  padding-top: 5px;
  background-color: #000; }
  #nav-toggle div span {
    top: 10px;
    display: block;
    width: 50%;
    height: 2px;
    margin: 0 25%;
    background-color: #fff; }
    #nav-toggle div span:nth-child(2) {
      top: 15px; }
    #nav-toggle div span:last-child {
      top: 20px;
      width: 25%; }

#global-nav {
  visibility: hidden;
  padding-top: 35px;
  -webkit-transition: opacity .5s, visibility 0s ease .5s;
  transition: opacity .5s, visibility 0s ease .5s;
  opacity: 0; }
  #global-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column; }
    #global-nav ul li {
      margin-bottom: 30px; }
    #global-nav ul a {
      font-size: 24px;
      font-weight: 700;
      display: block;
      color: #fff;
      font-family: "HelveticaLTPro-Bold", "見出ゴMB31"; }

header.open {
  position: fixed;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8); }
  header.open h1 img {
    -webkit-filter: invert(100%);
    filter: invert(100%); }
  header.open #nav-toggle div span:first-child {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  header.open #nav-toggle div span:nth-child(2) {
    opacity: 0; }
  header.open #nav-toggle div span:last-child {
    top: 12px;
    width: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  header.open #global-nav {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1; }

section {
  margin-top: -50px;
  padding: 50px 10%; }
  section h2 {
    font-family: "montserrat", "Helvetica", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 8vw;
    margin-bottom: .5em;
    text-align: center;
    color: #000; }
  section p {
    font-size: 16px;
    color: #545454; }

.mv {
  top: 0;
  margin-top: 0;
  padding: 60vw 10% 50px;
  background-image: url(../images/bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 80%; }
  .mv h2 {
    font-size: 13vw;
    line-height: 1;
    margin-bottom: .5em;
    text-align: left;
    letter-spacing: -2px; }
  .mv p {
    font-size: 16px; }

#about {
  margin-top: 0; }
  #about .bg {
    left: -25vw;
    width: 110vw;
    height: 80vw;
    background: url(../images/pc.jpg) no-repeat;
    background-size: 100%; }
  #about p {
    font-size: 18px; }

#service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #service ul li img {
    display: block;
    width: 40%;
    margin: 0 auto; }
  #service ul li p.title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: -1px;
    color: #212529;
    font-family: "HelveticaLTPro-Bold", "見出ゴMB31"; }
  #service ul li:last-child {
    margin: 0; }

#work ul {
  padding: 0; }

#work li img {
  width: 100%;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15); }

#work li p {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0;
  color: #000;
  line-height: 1.4;
  text-align: center;
  font-family: "HelveticaLTPro-Bold", "見出ゴMB31"; }

#work li span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  display: block; }

.map {
  display: none; }

form#mail_form {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  form#mail_form ul {
    padding: 0; }
  form#mail_form dl {
    width: 100%; }
    form#mail_form dl dt span {
      display: inline;
      margin-left: 10px;
      color: #717171; }
    form#mail_form dl dt {
      font-size: 14px;
      border: 0; }
    form#mail_form dl dd {
      padding-bottom: 0; }
  form#mail_form input {
    font-size: 16px;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important; }
    form#mail_form input[type="file"] {
      font-size: 12px;
      color: #888; }
    form#mail_form input[type="button"] {
      padding: 15px 0;
      border: none;
      border-radius: 0;
      background-color: #000; }
  form#mail_form textarea {
    width: 100%;
    max-width: 100%; }
  form#mail_form p#form_submit {
    font-size: 18px;
    width: 100%;
    padding: 10px 0 0;
    border: none; }

address table {
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  color: #888; }
  address table th {
    vertical-align: top;
    padding-right: 2%; }
  address table td {
    vertical-align: top; }
  address table tr {
    line-height: 2; }
  address table a {
    color: #666;
    text-decoration: underline; }

footer img {
  display: block;
  width: 30%;
  margin: 0 auto 30px; }

footer p {
  font-size: 12px;
  text-align: center;
  color: #717171; }

#thanks {
  margin: 0;
  text-align: center; }
  #thanks address {
    margin: 50px auto; }
  #thanks a {
    display: block;
    width: 300px;
    margin: auto;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background-color: #000; }

@media screen and (min-width: 720px) {
  .sp {
    display: none; }
  header {
    max-width: 100%; }
    header h1 {
      width: 150px; }
    header.fixed h1 {
      top: -5px;
      width: 100px; }
  .mv {
    padding-top: 100px;
    background-size: 50%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; }
    .mv h2 {
      font-size: 8vw; }
    .mv p {
      max-width: 460px; }
  section {
    padding: 50px 5% 70px; }
    section h2 {
      font-size: 5vw; }
  #about .about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #about .about-wrap .bg {
      left: -20vw;
      width: 100%;
      height: 45vw; }
    #about .about-wrap .about-txt {
      width: 70%;
      margin-left: -20%; }
      #about .about-wrap .about-txt h2 {
        text-align: left; }
  #about p {
    font-size: 15px;
    max-width: 540px;
    margin-bottom: 0; }
  #service ul {
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  #service li {
    width: 32%; }
  #service p {
    font-size: 14px; }
  form#mail_form {
    width: 600px; }
  #work {
    overflow: hidden; }
    #work ul {
      right: -30vw;
      width: 70%; }
      #work ul li div {
        position: absolute;
        bottom: 0;
        left: -30vw;
        z-index: 1; }
        #work ul li div p {
          font-size: 32px;
          line-height: 1.4;
          text-align: left;
          color: #fff; }
          #work ul li div p span {
            font-size: 21px;
            margin-bottom: .5em; }
      #work ul .bg {
        background: url(../images/work_title.svg) no-repeat center;
        position: absolute;
        bottom: -15%;
        left: -40vw;
        width: 120%;
        height: 80%; }
    #work .slick-list {
      overflow: visible; }
  .map {
    display: block;
    padding: 50px 0; }
    .map #map {
      width: 100%;
      height: 400px; }
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin: 0 auto 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    footer img {
      width: 100px;
      margin: 0; }
    footer p {
      margin-bottom: 0; } }

@media screen and (min-width: 960px) {
  header {
    height: 100px; }
    header #nav-toggle {
      display: none; }
    header #global-nav {
      position: absolute;
      top: 0;
      right: 20px;
      visibility: visible;
      opacity: 1; }
      header #global-nav ul {
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row; }
        header #global-nav ul li {
          margin: 0 10px; }
          header #global-nav ul li a {
            font-size: 18px;
            color: #fff; }
    header.fixed #global-nav ul li a {
      color: #000; }
  .mv {
    padding: 35vh 20vh;
    display: block; }
    .mv .mv-wrap {
      max-width: 1200px;
      margin: auto; }
    .mv h2 {
      font-size: 72px; }
  section {
    padding: 100px 5%; }
    section h2 {
      font-size: 48px; }
  #about p {
    font-size: 16px;
    width: 500px; }
  #about .about-wrap {
    max-width: 1600px;
    margin: auto; }
  #service ul {
    max-width: 1000px;
    margin: auto; }
    #service ul li {
      width: 30%; }
      #service ul li img {
        width: 30%; }
  #work ul {
    width: 1000px; }
    #work ul li div {
      left: -20vw;
      left: -30vw;
      width: 650px;
      padding: 20px;
      box-sizing: border-box; }
      #work ul li div p {
        font-size: 36px; }
    #work ul li .bg {
      width: 80%;
      height: 60%; } }

.fade {
  opacity: 0;
  transition: 1s;
  transform: translateY(30px); }

.fadein {
  opacity: 1;
  transform: translateY(0px); }

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