@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;
}




.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: 200px;
     position: absolute;
     top: 65%;
     left: 50%;
     text-align: center; 
     font-size: 0.9em;
     margin-left: -100px;
}



.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: 130px;/*260*/
  height: 130px;/*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: 100px;
     position: absolute;
     top: 60%;
     left: 50%;
     text-align: center; 
     font-size: 0.7em;
     margin-left: -50px;
}


.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;
}  

}





#content .intro {
    position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(img/intro.jpg);
   background-size: cover;
   width: 100%;
   height: auto;
   padding: 50px 0 80px;
   margin: 0 auto;
   text-align: center;
   /*color: #2a2a2a!important;*/
}

#content .intro p {
    width: 90%;
    margin: 0 auto;
}


@media screen and (max-width: 876px) {
#content .intro {
  position: relative;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(img/intro.jpg);
   background-size: cover;
   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;
}

}







#pickup {
  position: relative;
   /*background: linear-gradient(-90deg, #adb9ba, #dae6d8);*/
   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: 50px 0;
  
  text-align: center;
  
}



.mb50 {
   margin-bottom: 80px;
}


.sec01 .box, .sec02 .box {
   position: relative;
   width: 80%;
   max-width: 1000px;
   height: auto;
    margin: 0 auto 80px;
    display: flex;
  justify-content: center;
  align-items: center;
}






.sec01 .box .left {
      width: 49%;
      float: left;
      
}


.sec01 .box .right {
     width: 47%;
     margin-left: 3%;
      float: right;
      border: solid 1px #fff;
     padding: 20px 30px;
}




.sec02 .box .left{
      width: 47%;
      margin-right: 3%;
      float: left;
      border: solid 1px #fff;
      padding: 20px 30px;
}


.sec02 .box .right {
     width: 49%;
      float: right;
     
}



.name {
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-size: 2.5em;
    color: #fff;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    font-style : italic;
    padding-bottom: 20px;
    letter-spacing: 0;
}





.copy {
    display: block;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, 'Noto Serif Japanese', serif;
    font-size: 1.7em;
    color: #fff;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    
}



.text {
    display: block;
    padding-top: 25px;
    margin-bottom: 40px;
    text-align: left;
}



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


.sec01 .box .right {
     width: 47%;
     margin-left: 3%;
      float: right;
      border: solid 1px #fff;
     padding: 10px 30px;
}




.sec02 .box .left{
      width: 47%;
      margin-right: 3%;
      float: left;
      border: solid 1px #fff;
      padding: 10px 30px;
}




}

@media screen and (max-width: 920px) {
.sec01 .box, .sec02 .box {
   position: relative;
   width: 94%;
   max-width: 1000px;
   height: auto;
    margin: 0 auto 60px;
    display: flex;
  justify-content: center;
  align-items: center;
}


}
  



@media screen and (max-width: 767px) {
.mb50 {
   margin-bottom: 30px;
}


#pickup {
   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));
   padding: 30px 0 40px;
   
}

.sec01 .box, .sec02 .box {
   width: 90%
   margin: 0 auto 40px;
   display: block;
}


.sec01 .box .left, .sec02 .box .right {
      width: 100%;
      float: none;
      margin-bottom: 0;
      border: none;
      padding: 10px;
}


.sec01 .box .right, .sec02 .box .left {
     width: 100%;
     margin-left: 0;
      float: none;
      border: none;
      padding: 0 10px;
}


.name {
    display: inline-block;
    
    font-size: 2em;
    color: #fff;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    padding-bottom: 0;
}



.copy {
    display: block;
    
    font-size: 1.5em;
    color: #fff;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    
    letter-spacing: 0;
}


.text {
    display: block;
    padding-top: 15px;
    margin-bottom: 0;
}

}





#section03 {
   position: relative;
   background-position: center top;
   background-repeat: repeat;
   background-size: contain;
   background-image: url(img/bg.jpg);
   width: 100%;
   height: auto;
   padding: 50px 0;
  
  text-align: center;
  
}


@media screen and (max-width: 767px) {
#section03 {
   padding: 30px 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;
}

}



#section03 .inner {
    width: 100%;
    height: auto;
    background: #F5F8F8;
    margin: 60px auto;
    padding: 30px 0;
}


#section03 .inner2 {
    width: 100%;
    height: auto;
     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));
    margin: 60px auto;
    padding: 30px 0;
}

.white_left {
   position: relative;
   width: 80%;
   max-width: 1000px;
   height: auto;
    margin: 0 auto;
    display: flex;
  justify-content: center;
  align-items: center;
}



.white_right {
   position: relative;
   width: 80%;
   max-width: 1000px;
   height: auto;
    margin: 0 auto;
    display: flex;
  justify-content: center;
  align-items: center;
}


.copy2 {
    display: block;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, 'Noto Serif Japanese', serif;
    font-size: 1.7em;
    color: #2a2a2a;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    text-align: left;
}



.text2 {
    display: block;
    color: #2a2a2a;
    padding-top: 25px;
    
    text-align: left;
}

@media screen and (max-width: 920px) {
.white_left, .white_right {
   position: relative;
   width: 94%;
   max-width: 1000px;
   height: auto;
    margin: 0 auto;
    display: flex;
  justify-content: center;
  align-items: center;
}


}


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

.white_left, .white_right {
   width: 90%
   margin: 0 auto;
   display: block;
}

}




.white_left .left {
   width: 49%;
   float: left;
}


.white_left .right {
   width: 47%;
   margin-left: 3%;
   float: right;
}



.white_right .left {
   width: 47%;
   float: left;
   margin-right: 3%;
}


.white_right .right {
   width: 49%;
   float: right;
}


@media screen and (max-width: 767px) {
.white_left .left {
   width: 100%;
   float: none;
}


.white_left .right {
   width: 100%;
   margin-left: 0;
   float: none;
}


.white_right .left {
   width: 100%;
   margin-right: 0;
   float: none;
}


.white_right .right {
   width: 100%;
   float: none;
}


.copy2 {
    display: block;
    
    font-size: 1.4em;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    padding-top: 15px;
    letter-spacing: 0;
}


.text2 {
    display: block;
    padding-top: 15px;
    
}


}



.links {
  position: relative;
   background: transparent;
   width: 100%;
   height: auto;
   padding: 80px 0;
   text-align: center;
}


.links ul {    
    width: 800px;
    margin: 0 auto;
    overflow: hidden; 
}

.links ul li {
      
      width: 340px;
      height: auto;
      float: left;
      padding: 1.5%;
      -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;
      /*display: flex;
  justify-content: center;
  align-items: center;*/
}

.links ul li:nth-child(1) {
       float: left;
}

.links ul li:nth-child(2) {
       float:right;
}

.links ul li p {
        display: block;
        font-family: 'Passion One', cursive;
        font-weight: 400;
        font-size: 4.2rem;
        line-height: 1;
        text-align: center;
        letter-spacing: 0;
        margin-top: 50px;
}

@media screen and (max-width: 860px) {
.links {
  
   padding: 0 0 40px;
   
}
.links ul {    
    width: 100%;
    margin: 0 auto;
    overflow: hidden; 
}

.links ul li {
      
      width: 45%;
      height: auto;
      float: none;
      padding: 1.5%;
      -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 7px #fff;
      /*display: flex;
  justify-content: center;
  align-items: center;*/
}

.links ul li:nth-child(1) {
       float: left;
       margin: 2%;
}

.links ul li:nth-child(2) {
       float:right;
       margin: 2%;
}


.links ul li p {
        font-family: 'Passion One', cursive;
        font-weight: 400;
        font-size: 3.4rem;
        line-height: 1.1;
        text-align: center;
        letter-spacing: 0;
        margin-top: 60px;
}

}


@media screen and (max-width: 642px) {
      .links ul li:nth-child(1) {
       float: left;
       margin: 0 0 0 2%;
}

.links ul li:nth-child(2) {
       float:right;
       margin: 0 2% 0 0;
}
}




#section03 .inner2 .center {
    position: relative;
   display: block;
   width: 80%;
   margin: 30px auto 0;
   max-width: 1000px;
}


#section03 .inner2 .center ul {
   width: 100%;
   height: auto;
   background: #fff; /* F5F8F8*/
   /*border: solid 3px #2a2a2a;*/
   padding: 15px;
}



#section03 .inner2 .center ul li {
    width: 44%;
    height: auto;
    margin: 1% 3% 0;
    float: left;
    color: #2a2a2a;
}


#section03 .inner2 .center ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#section03 .inner2 .center ul li p.sub {
    font-size: 90%;
    text-align: left;
    line-height: 1;
}

#section03 .inner2 .center ul li p.title {
    font-size: 130%;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
}

#section03 .inner2 .center ul li p.text {
    font-size: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 920px) {
#section03 .inner2 .center {
   position: relative;
   width: 94%;
   
}

}

@media screen and (max-width: 767px) {
#section03 .inner2 .center ul li {
    width: 94%;
    height: auto;
    margin: 0 auto 10%;
    margin-bottom: 20px;
    float: none;
    color: #2a2a2a;
}

#section03 .inner2 .center ul li img {
    width: 80%;
    margin: 0 auto 10px;
}

#section03 .inner2 .center ul li p.title, #section03 .inner2 .center ul li p.sub {
text-align: center;
}
}
