@charset "UTF-8";
/* CSS Document */
@keyframes bgAnime {
  0% {
    left: 0; }
  40% {
    left: -100vw; }
  60% {
    left: -100vw; }
  100% {
    left: -200vw; } }
@keyframes scrollAnime {
  0% {
    opacity: 0;
    bottom: 80px; }
  20% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 0;
    bottom: -60px; } }
@keyframes scrollAnimeSp {
  0% {
    opacity: 0;
    bottom: -120px; }
  20% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 0;
    bottom: -230px; } }
#first_view {
  width: 100%;
  min-width: 1000px;
  min-height: 500px;
  height: 100vh;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative; }
  @media only screen and (max-width: 768px) {
    #first_view {
      min-width: 100%;
      min-height: 100%;
      background-size: 100vw 100%;
      background-size: 100vw 250vw;
      height: 100vh;
      margin-top: -50px;
      margin-bottom: 50px; } }
  #first_view #box_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100; }
    @media only screen and (max-width: 768px) {
      #first_view #box_logo {
        transform: translate(-50%, -50%) scale(0.55); } }
    #first_view #box_logo .logo_inner {
      position: relative;
      width: 612px;
      height: 612px; }
      #first_view #box_logo .logo_inner #logo {
        width: 430px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: all 0.8s ease-in-out; }
      #first_view #box_logo .logo_inner p {
        width: 306px;
        position: absolute;
        left: 50%;
        bottom: 0px;
        margin-left: -5px;
        transform: translate(-50%, 0);
        transition: all 0.6s 0.2s ease-in-out;
        opacity: 0; }
      #first_view #box_logo .logo_inner .illust_1 {
        position: absolute;
        top: 150px;
        left: 150px;
        width: 110px;
        transition: all 0.6s 1s cubic-bezier(0.33, 1.7, 0.51, 0.82);
        opacity: 0; }
      #first_view #box_logo .logo_inner .illust_2 {
        position: absolute;
        top: 150px;
        right: 150px;
        width: 110px;
        transition: all 0.6s 1s cubic-bezier(0.33, 1.7, 0.51, 0.82);
        opacity: 0; }
      #first_view #box_logo .logo_inner .illust_3 {
        position: absolute;
        bottom: 150px;
        left: 150px;
        width: 126px;
        transition: all 0.6s 1s cubic-bezier(0.33, 1.7, 0.51, 0.82);
        opacity: 0; }
      #first_view #box_logo .logo_inner .illust_4 {
        position: absolute;
        bottom: 150px;
        right: 150px;
        width: 138px;
        transition: all 0.6s 1s cubic-bezier(0.33, 1.7, 0.51, 0.82);
        opacity: 0; }
      #first_view #box_logo .logo_inner .scroll {
        width: 6px;
        position: absolute;
        right: -40px;
        bottom: 80px;
        animation: scrollAnime 3s 2s infinite;
        opacity: 0; }
        @media only screen and (max-width: 768px) {
          #first_view #box_logo .logo_inner .scroll {
            right: 20px;
            bottom: -120px;
            animation: scrollAnimeSp 2s 2s infinite;
            width: 12px; } }
    #first_view #box_logo.load_comp .logo_inner #logo {
      opacity: 1; }
    #first_view #box_logo.load_comp .logo_inner p {
      opacity: 1;
      bottom: -28px; }
    #first_view #box_logo.load_comp .logo_inner .illust_1 {
      opacity: 1;
      top: 15px;
      left: 15px; }
    #first_view #box_logo.load_comp .logo_inner .illust_2 {
      opacity: 1;
      top: 15px;
      right: 15px; }
    #first_view #box_logo.load_comp .logo_inner .illust_3 {
      opacity: 1;
      bottom: 15px;
      left: 15px; }
    #first_view #box_logo.load_comp .logo_inner .illust_4 {
      opacity: 1;
      bottom: 15px;
      right: 15px; }
  #first_view #main_bg {
    width: 100vw;
    height: 100vh;
    position: relative;
    left: 0;
    top: 0; }
    #first_view #main_bg li {
      width: 612px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 768px) {
        #first_view #main_bg li {
          transform: translate(-50%, -50%) scale(0.55); } }
      #first_view #main_bg li:nth-child(1) {
        z-index: 1; }
      #first_view #main_bg li:nth-child(2) {
        z-index: 2;
        display: none; }
      #first_view #main_bg li:nth-child(3) {
        z-index: 3;
        display: none; }

/*#first_view*/
/* loading完了後 */
#container.load_comp {
  /*#first_view*/ }

/* #container.load_comp */
.sec {
  position: relative; }

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .inner {
      width: 100%;
      padding: 15px; } }

/* ================== 

コンセプト 

================== */
#sec_vision {
  margin-bottom: 200px;
  /*h3*/ }
  #sec_vision h3 {
    width: 584px;
    margin: 10px auto 60px; }
    @media only screen and (max-width: 768px) {
      #sec_vision h3 {
        width: 90%; } }
  #sec_vision p {
    text-align: center;
    font-size: 12px;
    line-height: 2.5; }
    @media only screen and (max-width: 768px) {
      #sec_vision p {
        text-align: left; }
        #sec_vision p .hiden_sm {
          display: none; } }

/*#area01*/
/* ================== 

ワークス

================== */
#sec_work {
  margin-bottom: 200px;
  /*h3*/
  /*.inner*/ }
  #sec_work h3 {
    width: 644px;
    margin: 10px auto 40px; }
    @media only screen and (max-width: 768px) {
      #sec_work h3 {
        width: 90%; } }
  #sec_work .inner {
    width: 90%;
    min-width: 950px;
    max-width: 980px;
    margin: 0 auto;
    /*.works*/ }
    @media only screen and (max-width: 768px) {
      #sec_work .inner {
        min-width: 90%;
        max-width: 90%; } }
    #sec_work .inner .works {
      width: 32%;
      padding: 50px 17px 0;
      float: left; }
      @media only screen and (max-width: 768px) {
        #sec_work .inner .works {
          width: 100%;
          padding-top: 45px;
          float: none; } }
      #sec_work .inner .works a {
        text-decoration: none;
        /*.over*/
        /*p*/
        /*p.category*/ }
        #sec_work .inner .works a .over {
          width: 100%;
          float: right;
          display: block;
          margin-bottom: 7px;
          box-sizing: border-box;
          position: relative;
          overflow: hidden;
          cursor: pointer; }
          @media only screen and (max-width: 768px) {
            #sec_work .inner .works a .over {
              width: 100%;
              float: none;
              margin-bottom: 15px;
              border: 1px solid #ddd; } }
          #sec_work .inner .works a .over img {
            display: block;
            width: 100%;
            height: 100%;
            transition: all 0.3s ease; }
          #sec_work .inner .works a .over .caption {
            text-align: center;
            position: absolute;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0.2em;
            transition: all 0.3s ease;
            margin-top: -28%; }
          #sec_work .inner .works a .over .mask {
            width: 100%;
            height: 100%;
            position: absolute;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            top: 0;
            left: 0;
            opacity: 0;
            /* マスクを表示しない */
            background-color: rgba(0, 0, 0, 0.4);
            transition: all 0.3s ease; }
        #sec_work .inner .works a:hover .over img {
          transform: scale(1.03); }
        #sec_work .inner .works a:hover .over .mask {
          opacity: 1; }
          #sec_work .inner .works a:hover .over .mask .caption {
            margin-top: 0; }
        #sec_work .inner .works a.visible {
          animation: fadeInUp 1.0s 0.3s;
          animation-fill-mode: both; }
        #sec_work .inner .works a p {
          clear: both;
          font-size: 9px;
          font-weight: bold;
          width: 90%;
          line-height: 1.6;
          margin-bottom: 2px;
          color: #000;
          text-decoration: none; }
          @media only screen and (max-width: 768px) {
            #sec_work .inner .works a p {
              width: 100%;
              float: none; } }
        #sec_work .inner .works a p.category {
          font-size: 9px;
          font-weight: normal;
          margin-bottom: 0; }

/*#sec_works*/
/* ================== 

COMPANY

================== */
#sec_company {
  margin-bottom: 200px;
  /*h3*/
  /*.list_area*/
  /*.map_area*/ }
  #sec_company h3 {
    width: 688px;
    margin: 10px auto 70px; }
    @media only screen and (max-width: 768px) {
      #sec_company h3 {
        width: 90%; } }
  #sec_company .inner {
    max-width: 600px; }
  #sec_company .list_area {
    width: 290px;
    margin-bottom: 50px;
    float: left; }
    @media only screen and (max-width: 768px) {
      #sec_company .list_area {
        width: 100%;
        float: none;
        margin-bottom: 25px; } }
    @media only screen and (max-width: 768px) {
      #sec_company .list_area table {
        width: 100%; } }
    #sec_company .list_area table tr {
      display: block;
      text-align: left;
      margin-bottom: 12px;
      width: 100%;
      border-bottom: 1px solid #ddd;
      font-size: 10px; }
      #sec_company .list_area table tr:last-child {
        border-bottom: none; }
      #sec_company .list_area table tr th {
        width: 65px;
        font-weight: bold;
        letter-spacing: 0.1em; }
        @media only screen and (max-width: 768px) {
          #sec_company .list_area table tr th {
            display: block;
            margin-bottom: 10px; } }
      #sec_company .list_area table tr td {
        line-height: 1.7em;
        padding: 0 0 12px;
        font-weight: 200;
        letter-spacing: 0.05em; }
  #sec_company .map_area {
    width: 290px;
    height: 210px;
    background-color: #ccc;
    float: right; }
    @media only screen and (max-width: 768px) {
      #sec_company .map_area {
        width: 100%;
        float: none;
        height: 380px;
        margin-bottom: 30px; } }

/*#sec_company*/
/* ================== 

コンタクト

================== */
#sec_contact {
  /*h3*/
  /*h3 + p*/
  /*.tel_box*/ }
  #sec_contact h3 {
    width: 486px;
    margin: 10px auto 60px; }
    @media only screen and (max-width: 768px) {
      #sec_contact h3 {
        width: 90%; } }
  #sec_contact h3 + p {
    text-align: center;
    line-height: 2em;
    letter-spacing: 0.1em;
    font-weight: 200;
    margin-bottom: 50px;
    font-size: 12px; }
    @media only screen and (max-width: 768px) {
      #sec_contact h3 + p {
        width: 80%;
        margin: 0 auto 30px;
        text-align: left; }
        #sec_contact h3 + p br {
          display: none; } }
  #sec_contact .tel_box {
    width: 320px;
    margin: 0 auto 50px;
    text-align: center;
    /*address p*/ }
    @media only screen and (max-width: 768px) {
      #sec_contact .tel_box {
        width: 100%; } }
    #sec_contact .tel_box p {
      font-size: 12px;
      letter-spacing: 0.01em;
      font-weight: 500;
      margin-bottom: 15px; }
      @media only screen and (max-width: 768px) {
        #sec_contact .tel_box p {
          letter-spacing: 0.05em; } }
    #sec_contact .tel_box address p {
      font-weight: bold;
      font-size: 21px;
      letter-spacing: 0.05em;
      margin-left: -15px; }
      @media only screen and (max-width: 768px) {
        #sec_contact .tel_box address p {
          font-size: 8vw; } }
      #sec_contact .tel_box address p span {
        font-size: 10px;
        letter-spacing: 0.1em;
        margin-right: 5px; }
        @media only screen and (max-width: 768px) {
          #sec_contact .tel_box address p span {
            font-size: 7vw; } }
    #sec_contact .tel_box address p + p {
      font-size: 9px;
      font-weight: 300; }

/*#sec_contact*/
/*↓　============== 

以下、フォーム

================ */
.formWrap {
  width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 6; }
  @media only screen and (max-width: 768px) {
    .formWrap {
      width: 80%; } }

.formWrap > p {
  font-size: 12px;
  line-height: 2;
  text-align: center;
  margin-bottom: 25px; }
  @media only screen and (max-width: 768px) {
    .formWrap > p {
      text-align: left;
      line-height: 1.8em; } }

.formWrap form {
  padding: 30px 0 0; }
  @media only screen and (max-width: 768px) {
    .formWrap form {
      padding: 0;
      width: 100%; } }

.formWrap table {
  width: 100%;
  /*tr*/ }
  @media only screen and (max-width: 768px) {
    .formWrap table {
      margin-bottom: 30px; } }
  .formWrap table tr {
    width: 100%;
    /*th*/
    /*td*/ }
    .formWrap table tr th {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      text-align: left;
      letter-spacing: 0.1em;
      font-size: 12px; }
      @media only screen and (max-width: 768px) {
        .formWrap table tr th {
          padding: 0;
          margin-top: 0px; } }
    .formWrap table tr td {
      margin-bottom: 25px;
      display: block;
      line-height: 1.5em;
      width: 100%;
      /*textarea*/ }
      .formWrap table tr td input[type="text"],
      .formWrap table tr td input[type="email"] {
        width: 100%;
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        box-sizing: border-box;
        background-color: #ebebeb;
        border: 1px solid #fff;
        border-radius: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-appearance: none; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td input[type="text"],
          .formWrap table tr td input[type="email"] {
            box-sizing: border-box;
            padding: 1%; } }
      .formWrap table tr td textarea {
        width: 100%;
        max-width: 600px;
        min-width: 100%;
        font-size: 14px;
        height: 100px;
        padding: 10px;
        background-color: #ebebeb;
        border: 1px solid #fff;
        border-radius: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-appearance: none; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td textarea {
            box-sizing: border-box;
            padding: 1%;
            max-width: 100%; } }

/*.formWrap table*/
.submit {
  width: 270px;
  height: 50px;
  margin: 20px auto 90px;
  position: relative;
  /*&:before{
  	content: "";
  	display: block;
  	width: 40px;
  	height: 1px;
  	background-color: #ccc;
  	z-index: 100;
  	position: absolute;
  	top: 25px;
  	left: 0px;
  	//right: 35px;
  	transition: 0.3s ease-in-out;
  }
  &:after{
  	content: "";
  	display: block;
  	width: 12px;
  	height: 12px;
  	border-right: 1px solid #ccc;
  	//border-bottom: 1px solid #999;
  	transform: rotate(-45deg);
  	position: absolute;
  	top: 20px;
  	left: 27px;
  	//right: 36px;
  	transition: 0.3s ease-in-out;
  }
  
  &:hover{
  	&:before{
  		width: 50px;
  		left: 0px;
  		//right: 25px;
  	}
  	&:after{
  		left: 40px;
  		top: 18px;
  		width: 16px;
  		height: 16px;
  		//right: 20px;
  	}
  }*/ }
  @media only screen and (max-width: 768px) {
    .submit {
      width: 100%; } }

input.btn_submit,
input.btn_back {
  cursor: pointer;
  margin: 0;
  display: block;
  width: 270px;
  padding-left: 15px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5em;
  background-color: #000;
  border-radius: 0;
  border: none;
  overflow: hidden;
  position: relative;
  transition: all .5s;
  -webkit-appearance: none;
  border-radius: 0; }
  input.btn_submit:hover,
  input.btn_back:hover {
    background-color: #666; }
  @media only screen and (max-width: 768px) {
    input.btn_submit,
    input.btn_back {
      margin: 0 auto;
      width: 100%; } }

input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 200; }

input::-moz-placeholder {
  color: #ccc;
  font-weight: 200; }

input:-ms-input-placeholder {
  color: #ccc;
  font-weight: 200; }
