@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Allan:400,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Passion+One:400,700,900');

#wrapper {
  position: relative;
  margin: 0;
  overflow:hidden;
}


.mt200 {
  margin-top: 200px;
}


.mb200 {
  margin-bottom: 200px;
}

@media screen and (max-width: 768px) {

.mt200 {
  margin-top: 60px;
}


.mb200 {
  margin-bottom: 60px;
}

}


.page-view {
  height: 45vh;/*95*/
  width: 100vw;/*100vw*/
  position: relative;
  top: 0;
  left: 0;
  z-index: 98;
}


.page-view .project {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(img/fv.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*object-fit: cover; */
}



.page-view .project .text h1 {
  width: 200px;/*260*/
  height: 260px;/*380*/
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: table;
  text-align: center;
  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 10px #fff;
      font-family: 'Passion One', cursive;
        font-weight: 400;
        font-size: 3.8rem;
        line-height: 1.4;
        text-align: center;
        letter-spacing: 0;

display: flex;
  justify-content: center;
  align-items: center;
        
  
}

.page-view .project .sub{ 
     width: 80px;
     position: absolute;
     top: 65%;
     left: 50%;
     text-align: center; 
     font-size: 0.9em;
     margin-left: -40px;
}



.page-view .project .text h1 img {
   width: 100%;
   height: auto;
}


p.tel {
  /*position: absolute;*/
  position: fixed;
  top: 5px;
  right: 80px;
  z-index: 1910!important;
}

p.tel img{
  width: 40px;
  height: auto;
}

p.web {
  position: fixed;
  top: 43px;
  right: 15px;
  z-index: 1920;
}

p.web img{
  width: 120px;
  height: 120px;
}

.w90 {
    width: 90%;
    margin: 0 auto;
}

.recruit{ 
       position: fixed;
       top: 174px;
       right: 15px;
       
       width: 120px;
       height: 34px;
       line-height:30px; 
       text-align:center; 
       border: 2px solid #fff;
       vertical-align: middle;
       z-index: 1921;
       
}

.recruit a{ 
       font-family: 'Passion One', cursive; 
       vertical-align: middle;
       text-align:center; 
       color:#fff;
       font-weight: 400;
       line-height:30px; 
       font-size: 1.8rem; 
       letter-spacing: 0.08em; 
       text-decoration: none;
       
}



.recruit:hover {
	background:rgba(223, 220, 218, 0.3);
        cursor:pointer;
}








.page-view .arrows a {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 0 ;
  left: 50%;
  text-align: center;
  color: #fff;
  font-family: 'Passion One', cursive;
  margin-left: -40px;
  font-weight: 400;
  font-size: 95%;
  letter-spacing: 0.07em;
  line-height: 100%;
  z-index: 98;
  
}


.page-view .arrows a span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 60px;
  border-left:1px solid #fff;
 
}

@media screen and (max-width: 1300px) {
p.tel {
  position: fixed;
  top: 5px;
  right: 70px;
}

p.web {
  position: fixed;
  top: 43px;
  right: 7px;
}

.recruit{ 
       position: fixed;
       top: 174px;
       right: 7px;
       
       width: 120px;
       height: 34px;
       line-height:30px; 
       text-align:center; 
       border: 2px solid #fff;
       
       z-index: 1921;
       
}
}


@media screen and (max-width: 768px) {
.page-view {
  /*height: 426px;
  width: 100%;*/
  height: 35vh;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.page-view .project {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(img/fv.jpg);
  background-size: cover;
}

.page-view .project .text h1 {
  width: 80px;/*260*/
  height: 100px;/*380*/
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: table;
  text-align: center;
  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 5px #fff;
      font-family: 'Passion One', cursive;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 0;

display: flex;
  justify-content: center;
  align-items: center;
        
  
}

.page-view .project .sub{ 
     width: 80px;
     position: absolute;
     top: 60%;
     left: 50%;
     text-align: center; 
     font-size: 0.7em;
     margin-left: -40px;
}


.page-view .arrows a {
  
  font-size: 80%;
  letter-spacing: 0.03em;
  
}



p.tel {
  position: fixed;
  top: 7px;
  right: 48px;
}

p.tel img{
  width: 34px;
  height: auto;
}

p.web {
  position: fixed;
  top: 40px;
  right: 6px;
}

p.web img{
  width: 72px;
  height: 72px;
}

.recruit{ 
       position: fixed;
       top: 120px;
       right: 8px;
       display: inline-block;
       padding: 0 12px;
       width: auto;
       height: 24px;
       line-height:20px; 
       text-align:center; 
       border: 2px solid #fff;
       
       z-index: 1921;
       
}

.recruit a {
       font-size: 1.2rem; 
       letter-spacing: 0.02em;
       line-height: 20px; 
       
}

}







.text_c {
text-align: center!important;
}



h3.jp {
    font-weight: 500; 
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: center;
    /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;*/
    margin: 30px auto 40px;
}




h3.en{
    position: relative;
    display: inline-block;
    font-family: 'Passion One', cursive;
    font-size: 4rem;
    line-height: 2;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase; 
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    margin: 0 auto 30px;
}


h3.en::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 2px solid #fff;
 width : 40px;
 margin: 0 auto;
}




p.jp {
    font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, "Noto Serif Japanese", "Times New Roman", serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.06em; 
    text-align: center;
    /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;*/
    margin-top: 20px;
}

b{
       font-weight: bold!important;
}

.mt60 {
    margin-top: 60px!important;
}


.mt100 {
    margin-top: 100px!important;
}



@media screen and (max-width: 876px) {

h3.jp {
    font-weight: 500; 
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0!important;
    text-align: center;
    /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;*/
    margin: 15px auto 30px;
}



h3.en{
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

h3.en::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 2px solid #fff;
 width : 30px;
 margin: 0 auto;
}


p.jp {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0; 
    margin-top: 0;
}

}

button{
  display: block;
  position: relative;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  background: transparent;
  border: none;
  color: #040000;
  width: 240px;
  height: 44px;
  margin: 30px auto;
  background: transparent;
  border: #040000 1px solid;  
  line-height: 44px;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px; 
  -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}


button span{
  display: block;
}

button:hover {
    border: #fff 1px dashed;  
    color: #fff;
}

@media screen and (max-width: 876px) { 
button{
    margin: 30px auto 10px;
}

}



.logo {
  /*position: absolute;*/
  width: 246px;
  height: 212px;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -50;
  
}

.logo h1 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: table;
  text-align: center;
  
}


.logo h1 img {
   width: 100%;
   height: 100%;
}


@media screen and (max-width: 768px) {


.logo {
  /*position: absolute;*/
  width: 150px;
  height: 129px;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -50;
}  

}


.gray5 {
   color: #555!important;
}


#content .rec-intro {
    position: relative;
   background-position: 15% 50%;
   background-repeat: no-repeat;
   background: url(img/rec-bg.jpg);
   background-size: cover;
   /*background: -moz-linear-gradient(left, rgba(218, 230, 216, 1.0), rgba(173, 185, 186, 1.0));
    background: -webkit-linear-gradient(left, rgba(218, 230, 216, 1.0), rgba(173, 185, 186, 1.0));
    background: linear-gradient(to right, rgba(218, 230, 216, 1.0), rgba(173, 185, 186, 1.0));*/
   width: 100%;
   height: auto;
   padding: 100px 0;
   margin: 0 auto;
   text-align: center;
   color: #333;
}


/*#content .intro p {
    width: 90%;
    margin: 0 auto;
    color: #555;
}*/

   .memo-box {
     display: block;
     width: 90%;
     max-width: 1200px;
     margin: 0 auto;
     text-align: left;
}
   .left50 {
     width: 50%;
     padding: 0 30px;
     float: left;
}
 .right50 {
     width: 50%;
     padding: 0 30px;
     float: right;
}



/*@media screen and (max-width: 876px) {
#content .intro {
  position: relative;
   
   width: 100%;
   height: auto;
   padding: 40px 0;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
   margin-top: -1px;
}
}*/



#content #recruit {
  position: relative;
  
   background-color: #9BB9B5;
   width: 100%;
   height: auto;
   padding: 50px 0 100px;
}

#content #recruit h2 {
    text-align: center!important;
    margin: 0 auto 25px;
}



@media screen and (max-width: 876px) {

#content #recruit {
  position: relative;
   
   width: 100%;
   height: auto;
   padding: 30px 0 60px;
}
}


#recruit table{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  text-align: center;
  width: 64%;
}
#recruit  table th{
  background: #eee;
  border: 1px solid #fff;
  padding: .8em 1.2em;
  text-align: center;
  color: #6E9A94;/* 9BB9B5*/
}

#recruit  table td{
  background: transparent;
  border: 1px solid #fff;
  padding: .8em 1.2em;
  text-align: left;
}




@media (max-width: 980px) {
    #recruit  table{
      width: 80%;
      margin: 0 auto;
    }
}



@media (max-width: 768px) {
#content .rec-intro {
    position: relative;
   background-position: 18% 0%;
   padding: 30px 0;
}

   .memo-box {
     display: block;
     width: 90%;
     margin: 0 auto;
     text-align: left;
     line-height: 1.8;
}
   .left50 {
     width: 100%;
     padding: 0;
     float: none;
}
 .right50 {
     width: 100%;
     padding: 0;
     float: none;
}


    #recruit  table{
      width: 90%;
      margin: 0 auto;
    }
    #recruit  table th,
    #recruit  table td{
      display: block;
    }
    #recruit  table th,
    #recruit  table td{
      border-top: none;    
    }
    #recruit  table tr:first-child th{
      border-top: 1px solid #fff;
    }
    
#recruit  table td.center {
  text-align: center;
  line-height:2.5;
}
  }