@charset "utf-8";
/* CSS Document */

.spnavBack{
  z-index: 9;
}

/*==============================
共通
==============================*/


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



/*==============================
メイン
==============================*/
#topWrap{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 200px;
  position: relative;
}

#topWrap::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  /*background-color: rgba(36,89,99,.2);*/
  z-index: 2;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, rgba(36,89,99, 1) 1px, rgba(36,89,99, 1) 2px );
  opacity: .2;
}

#topWrap > video{
  width: 100%;
  z-index: 1;
}

#topWrap > h2{
  position: absolute;
  left: 100px;
  letter-spacing: 10px;
  font-size: 28px;
  line-height: 60px;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,1);
  z-index: 3;
}

#topWrap > p.topCopy{
  position: absolute;
  writing-mode: vertical-rl;
  right: 20px;
  color: #fff;
  font-weight: normal;
  z-index: 4;
  font-size: 12px;
  letter-spacing: 4px;
}

.topNewslist{
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}

.topNewslist > li{
  margin-bottom: 5px;
}

.topNewslist > li:last-of-type{
  margin-bottom: 0;
}

.topNewslist > li > a{
  display: flex;
  padding: 5px 10px;
  background-color: #4a808b;
  align-items: center;
}

.topNewslist > li > a h4{
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}

.topNewslist > li > a p{
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 1700px){
  #topWrap > video{
    width: auto;
    height: 100vh;
    z-index: 1;
  }
}

@media screen and (max-width: 1000px){
  
  #topWrap{
    margin-bottom: 100px;
  }
  
  #topWrap,#topWrap::after{
    height: 600px;
  }
  #topWrap > video{
    height: 600px;
  }
  
  #topWrap > h2{
    font-size: 22px;
    line-height: 42px;
    letter-spacing: 4px;
    top: 150px;
    left: 20px;
  }
}

@media screen and (max-width: 600px){  
  #topWrap > h2{
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 2px;
    top: 100px;
  }
  
  .topNewslist{
    width: calc(100% - 40px);
  }
  
  .topNewslist > li:nth-last-of-type(1){
    display: none;
  }
  
  .topNewslist > li > a{
    padding: 5px;
  }
  
  .topNewslist > li > a h4{
    display: none;
  }
  
  .topNewslist > li > a p{
    font-size: 12px;
    letter-spacing: 0;
  }
  
  #topWrap > p.topCopy{
    font-size: 10px;
    letter-spacing: 3px;
  }
}

/*==============================
アバウト
==============================*/

#aboutWrap{
  position: relative;
  padding: 100px;
  padding-bottom: 0;
  background-color: #cfe4e8;
}

.aboutBox{
  position: relative;
  width: 100%;
  display: flex;
  z-index: 2;
}

.aboutBox > div{
  width: 50%;
}

.aboutBox > div:first-of-type{
  position: relative;
  top: -200px;
}

.aboutBox > div:first-of-type img{
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
.aboutBox > div:first-of-type img:first-of-type{
  position: relative;
  width: 100%;
  z-index: 1;
}

.aboutBox > div:first-of-type img:last-of-type{
  position: relative;
  width: 60%;
  right: -35%;
  top: -30px;
  z-index: 2;
}

.aboutBox > div:last-of-type{
  padding: 0 100px;
  text-align: center;
}

.aboutBox > div:last-of-type h2{
  font-weight: normal;
  margin-bottom: 20px;
}

.aboutBox > div:last-of-type h3{
  font-weight: 600;
  margin-bottom: 20px;
}

.aboutBox > div:last-of-type p{
  text-align: justify;
  line-height: 46px;
  margin-bottom: 40px;
}

#aboutWrap > span{
  writing-mode: vertical-rl;
  text-align: left;
  position: absolute;
  font-size: 80px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 30px;
  right: 50px;
  top: 100px;
  text-shadow: 0 0 10px rgba(0,0,0,.1);
  z-index: 1;
}

#locationWrap{
  position: relative;
  top: 0;
  padding: 100px;
  padding-top: 0;
  padding-bottom: 200px;
  margin-top: -100px;
  background-color: #cfe4e8;  
}

.locationBox{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  z-index: 2;
}

.locationBox > div{
  display: flex;
  align-items: center;
  width: 50%;
}

.locationBox > div img{
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}

.locationBox > div p{
  text-align: justify;
  line-height: 46px;
  margin-bottom: 40px;
}

#locationWrap > span{
  writing-mode: vertical-rl;
  text-align: left;
  position: absolute;
  font-size: 80px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 30px;
  left: 50px;
  top: -200px;
  text-shadow: 0 0 10px rgba(0,0,0,.1);
  z-index: 1;
}

.mtBack{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.mtBack > img{
  position: relative;
  width: 120%;
  opacity: .1;
}

@media screen and (max-width: 1600px){
  .aboutBox > div:last-of-type h2{
    letter-spacing: 4px;
  }
  
  .aboutBox > div:last-of-type{
    padding: 0 50px;
    padding-right: 0;
  }
}

@media screen and (max-width: 1400px){
  #locationWrap{
    margin-top: 0;
  }
  
  .locationBox{
    max-width: 1000px;
  }
  #aboutWrap > span{
    right: 0;
  }
  
  #locationWrap > span{
    left: 0;
  }
}

@media screen and (max-width: 1200px){
  #locationWrap{
    padding-top: 50px;
  }
}

@media screen and (max-width: 1000px){
  #aboutWrap,#locationWrap{
    padding: 0 20px 100px;
  }
  
  #aboutWrap > span{
    top: 200px;
    font-size: 60px;
    letter-spacing: 10px;
    opacity: .7;
    z-index: 5;
  }
  
  #locationWrap > span{
    font-size: 60px;
    letter-spacing: 10px;
    top: -100px;
    opacity: .7;
    z-index: 5;
  }
  
  .aboutBox{
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
  .aboutBox > div{
    width: 100%;
  }
  
  .aboutBox > div:first-of-type{
    top: -50px;
  }
  
  .aboutBox > div:last-of-type{
    padding: 0;
  }
  
  .aboutBox > div:last-of-type p{
    text-align: center;
  }
  
  .aboutBox > div:last-of-type a.linkBtn{
    display: inline-block;
  }
  
  .locationBox{
    max-width: 600px;
    flex-direction: column-reverse;
  }
  
  .locationBox > div{
    width: 100%;
  }
}



@media screen and (max-width: 600px){
  #locationWrap{
    padding-bottom: 50px;
  }
  #aboutWrap > span,
  #locationWrap > span{
    font-size: 40px;
    letter-spacing: 6px;
  }
}

/*==============================
夜景背景
==============================*/
#nightBack{
  width: 100%;
	height: 400px;
	overflow: hidden;
}

.nightBackimg {
	width: 100%;
}

@media screen and (max-width: 1000px){
  #nightBack{
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
}

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

/*==============================
サービス一覧
==============================*/

#serviceWrap{
  position: relative;
  width: 100%;
  padding: 150px 20px;
  text-align: center;
}

#serviceWrap > h2{
  text-align: center;
  margin-bottom: 50px;
}

.serviceList{
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.serviceList > li{
  width: 30%;
  margin-bottom: 30px;
}

.serviceList > li > a > img{
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
  margin-bottom: 5px;
}

.serviceList > li > a > p{
  font-weight: 600;
  line-height: 22px;
}

#serviceWrap > a.linkBtn{
  display: inline-block;
}

#serviceWrap > span{
  position: absolute;
  text-align: left;
  font-size: 80px;
  font-weight: 100;
  color: #e2e3d8;
  letter-spacing: 30px;
  left: 50px;
  top: 50px;
}


@media screen and (max-width: 1000px){
  #serviceWrap > span{
    left: 20px;
    font-size: 60px;
    letter-spacing: 10px;
  }
}


@media screen and (max-width: 600px){
  .serviceList > li{
    width: 48%;
  }
  
  .serviceList > li > a > p{
    font-size: 12px;
    letter-spacing: 0;
  }
}












