/* COMMON DEMO STYLE */
.page-view {
  height: 100vh;/*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/top/main.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /*object-fit: cover; */
}



.page-view .project .text h1 {
  width: 340px;
  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;
  
}


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


.page-view .project .new-memo {
  background: rgba(255, 255, 255, 0.8);
  width: 90%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #444;
   padding: 40px;
   border: solid 5px #fff;
}

.page-view .project .new-memo .b-tit {
     display: block;
     text-align: center;
     font-size: 120%;
     font-weight: bold;
     padding-bottom: 10px;
     margin: 0 auto 10px;
     border-bottom: solid 2px #dcdcdc;
}

.page-view .project .new-memo .t-memo {
     line-height: 1.8;
     padding-top: 10px;
}

.page-view .project .new-memo .t-right {
      padding-top: 5px;
      text-align: right;
      font-size: 110%;
}

.page-view .project .new-memo .t-memo span {
    color: #659174;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
.page-view .project .new-memo {
  background: rgba(255, 255, 255, 0.8);
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #444;
   padding: 20px 15px;
   border: solid 2px #fff;
}
.page-view .project .new-memo .b-tit {
     display: block;
     text-align: center;
     font-size: 110%;
     font-weight: bold;
     padding-bottom: 5px;
     margin: 0 auto 5px;
     border-bottom: solid 1px #dcdcdc;
}
}










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



.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: 90vh;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.page-view .project {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: 20% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/top/main.jpg);
  background-size: cover;
}

  .page-view .project .text h1 {
    width: 44%;
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: table;
  text-align: center;
  }



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

}

