@charset "UTF-8";
/* 共通スタイル */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
  outline: none; }

html {
  overflow-y: scroll; }

a {
  text-decoration: none; }

html,
body {
  min-height: 100%; }

body {
  color: #666;
  font-family: josefin sans, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-image: url(../img/bg_texture.jpg);
 
  min-width: 960px; }
h3{
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0; } }
#main {
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 65px;
  background-image: url(../img/bg_main.jpg);
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-align: center; }
  #main a {
    color: #fff; }
  #main h1 {
    -webkit-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    opacity: 0;
    width: 400px;
    margin: 0 auto 100px auto; }
    #main h1 img {
      width: 100%; }
    #main h1.animate {
      opacity: 1; }
  #main h2 {
    -webkit-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    opacity: 0;
    width: 471px;
    margin: 0 auto 35px auto; }
    #main h2 img {
      width: 100%; }
    #main h2.animate {
      opacity: 1; }
  #main nav {
    font-size: 16px;
    font-family: josefin sans, sans-serif;
    letter-spacing: 2px; }
    #main nav ul {}
    #main nav li {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      margin-bottom: 40px;
      list-style: none; }
      #main nav li a:hover {
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        opacity: .6; }
    #main nav.animate li {
      opacity: 1;
      -webkit-transition: opacity, -webkit-transform 1s ease-out;
      transition: opacity, -webkit-transform 1s ease-out;
      transition: opacity, transform 1s ease-out;
      transition: opacity, transform 1s ease-out, -webkit-transform 1s ease-out;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
      #main nav.animate li:nth-child(2) {
        -webkit-transition-delay: 1.3s;
                transition-delay: 1.3s; }
      #main nav.animate li:nth-child(3) {
        -webkit-transition-delay: 1.6s;
                transition-delay: 1.6s; }
  #main .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -172px 0 0 -200px; }
  #main::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    }

@media screen and (max-width: 767px) {
  #main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #main h1 {
      width: 80%;
      margin: 0 auto 45px auto; }
    #main h2 {
      width: 60%;
      margin: 0 auto 20px auto; }
    #main .inner {
      position: static;
      margin: auto; } }
#works {
  padding: 65px 30px 65px 30px; }
  #works h2 {
    margin-bottom: 50px;
    font-family: josefin sans, sans-serif;
    font-size: 45px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #000;
    text-align: center; }
    #works h2 span {
      }
  #works .inner {
    font-size: 0;
    padding-right: 30px; }
  #works section {
    display: inline-block;
    width: 50%;
    margin: 0 30px 30px 0;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    overflow: hidden; }
    #works section:nth-child(2n) {
      margin: 0 -30px 30px 0; }
    #works section figure {
      float: left;
      width: 100px;
      margin-right: 20px; }
      #works section figure img {
        width: 100%; }
    #works section .text {
      float: left; }
      #works section .text h3 {
        margin: 40px 0 14px 0;
        font-size: 18px;
        color: #000;
        line-height: 1.2; }
      #works section .text p {
        font-size: 14px;
        line-height: 1.2; }

@media screen and (max-width: 767px) {
  #works {
    padding: 20px 20px 45px 20px; }
    #works h2 {
      margin-bottom: 50px;
      font-family: josefin sans, sans-serif;
      font-size: 40px;
      line-height: 1.4;
      font-weight: normal;
      letter-spacing: 2px;
      color: #000;
      text-align: center; }
      #works h2 span {
         }
    #works .inner {
      padding: 0; }
    #works section {
      display: block;
      width: 100%;
      margin: 0 0 20px 0;
      padding: 20px 20px 30px 20px; }
      #works section:nth-child(2n) {
        margin: 0 0 15px 0; }
      #works section figure {
        float: none;
        text-align: center;
        width: auto;
        margin: 0; }
        #works section figure img {
          width: 40%; }
      #works section .text {
        float: none;
        text-align: center; }
        #works section .text h3 {
          margin: 10px 0 14px 0; } }
#about {
  padding: 65px 30px 65px 30px; }
  #about h2 {
    margin-bottom: 50px;
    font-family: josefin sans, sans-serif;
    font-size: 45px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #000;
    text-align: center; }
    #about h2 span {
     }
  #about .inner {
    padding-right: 30px; }
  #about table {
    margin: 0 auto;
    font-size: 18px; }
    #about table th {
      border-right: 1px solid #666; }
    #about table th,
    #about table td {
      text-align: left;
      padding: 30px 60px;
      line-height: 1.7; }
    #about table tr:first-of-type th,
    #about table tr:first-of-type td {
      padding: 0px 60px 30px 60px; }
    #about table tr:last-of-type th,
    #about table tr:last-of-type td {
      padding: 30px 60px 0 60px; }
    #about table p {
      margin-bottom: 30px; }
      #about table p:last-of-type {
        margin-bottom: 0; }
    #about table em {
      font-size: 12px;
      font-style: normal; }

@media screen and (max-width: 767px) {
  #about {
    padding: 20px 20px 45px 20px; }
    #about h2 {
      margin-bottom: 50px;
      font-family: josefin sans, sans-serif;
      font-size: 40px;
      line-height: 1.4;
      font-weight: normal;
      letter-spacing: 2px;
      color: #000;
      text-align: center; }
      #about h2 span {
        }
    #about table {
      width: 100%;
      margin: 0;
      padding: 0;
      font-size: 16px; }
      #about table th,
      #about table td {
        display: block;
        text-align: left;
        border: none; }
      #about table th {
        color: #000;
        padding: 0 0 10px 0; }
      #about table td {
        padding: 0 0 30px 0; }
      #about table tr:first-of-type th {
        padding: 0 0 10px 0; }
      #about table tr:first-of-type td {
        padding: 0 0 30px 0; }
      #about table tr:last-of-type th {
        padding: 0 0 10px 0; }
      #about table tr:last-of-type td {
        padding: 0 0 30px 0; }
      #about table p {
        margin-bottom: 10px; } }
#clients {
  padding: 65px 30px 65px 30px; }
  #clients h2 {
    margin-bottom: 50px;
    font-family: josefin sans, sans-serif;
    font-size: 45px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #000;
    text-align: center; }
    #clients h2 span {
}
  #clients .inner {
    padding-right: 30px; }
  #clients ul {
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    list-style: none; }

@media screen and (max-width: 767px) {
  #clients {
    padding: 20px 20px 45px 20px; }
    #clients h2 {
      margin-bottom: 50px;
      font-family: josefin sans, sans-serif;
      font-size: 40px;
      line-height: 1.4;
      font-weight: normal;
      letter-spacing: 2px;
      color: #000;
      text-align: center; }
      #clients h2 span {
        border-bottom: 2px solid #000; }
    #clients ul {
      font-size: 16px;
      line-height: 1.4; }
      #clients ul li {
        margin-bottom: 30px; } }
footer {
  margin-top: 35px;
  background-image: url(../img/bg_main.jpg);
  background-position: 50% 50%;
  background-size: cover;
  text-align: center; }
  footer p {
    padding: 100px 0;
    color: #fff;
    font-family: josefin sans, sans-serif;
    font-size: 14px;
    letter-spacing: 1px; }

@media screen and (max-width: 767px) {
  footer p {
    padding: 50px 20px;
    font-size: 12px;
    line-height: 1.4; } }
