@charset "utf-8";

.opening {
  width: 100%;
  height: 100%;
  position:fixed;
  margin: auto;
  background-color:#fff;
  z-index:200;
}

.fv {
  position: relative;
  overflow: hidden;
}


.fv img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.inner {
  max-width: 880px;
  padding: 0 60px;
  width: 100%;
  margin: 100px auto 140px;
}

.conceptTxt01 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 35px;
  margin-bottom: 40px;
  color: #707070
}


.section01 {
  margin: 160px 0 50px 0;
  color: #707070  
}

.section02 {
  margin: 115px 0 50px 0;
  font-size: 18.5px;
  letter-spacing: 0.05em;
  color: #707070
}



.sentence {
  width: 800px;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.12em;
  color: #707070
}
.sentence-logo {
  margin: auto;
  margin-bottom: 100px;
}
.sentence-logo img {
  width: 250px;
  margin: auto;
  display: block;
}
.sentence-img01 {
  margin-bottom: 40px;  
}


.conceptTxt-jp01 {
  line-height: 35px;
  margin-bottom: 30px;
}
.conceptTxt-jp02 {
  line-height: 35px;
  margin-bottom: 120px;
}

.contentTxt-jp01 {
  font-size: 12px;
  margin-bottom: 20px;
}

.contentTxt-jp02 {
  font-size: 12px;
  margin-bottom: 120px;
}


.staff01 {
  margin-bottom: 50px;
}
.staff02 {
  margin-bottom: 80px;
}

.name01 {
  display: flex;
  margin-bottom: 20px;
}

.addTxt-jp01 {
  font-size: 12px;
  margin-bottom: 20px;
}
.addTxt-jp02 {
  font-size: 12px;
  margin-left: 20px;
  position: relative;
}



.sentence-img {
  margin-bottom: 60px;
}
.sentence-img1 img{
  width: 100%;
}






/* SP */

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

 

  .opening svg {
    position: absolute;
    width: 150px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
 

  .inner {   
    padding: 0 30px;
    width: 100%;
    margin-bottom: 110px;
  }

  .inner-concept {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }

  .sentence {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.12em;
    margin: 0 0 0 auto;
  }
  
  .staff01{
    margin-bottom: 40px;
  }
  .staff02{
    margin-bottom: 80px;
  }
  .section01 {
    margin-bottom: 34px;
  }
  .section02 {
    margin: 155px 0 40px 0;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .section03 {
    margin: 95px 0 40px 0;
    font-size: 18.5px;
    letter-spacing: 0.05em;
  }
  .section04 {
    margin: 100px 0 40px 0;
    font-size: 18.5px;
    letter-spacing: 0.05em;
    color: #474645;  
  }
  
  
 

  .conceptTxt01 {
    font-size: 18px;
    margin-top: 110px;
    margin-bottom: 40px;
  }
  .conceptTxt-jp01 {
    margin-bottom: 40px;
  }
  
 
  
 

  .sentence-img01 {
  margin-bottom: 20px;
  }
  .sentence-img01 img{
    width: 100%;
  }

  .name01 {
    display:block;
    margin-bottom: 5px;
  }
  .addTxt-jp01 {
    font-size: 12px;
  }
  .addTxt-jp02 {
    font-size: 12px;
    margin-left: 0px;
    position: relative;
    bottom: -2px;
    }
  
  .addTxt-jp03 {
    font-size: 10px;
    line-height: 15px;
  }
  .addTxt-jp04 {
    margin-bottom: 40px;  
  }
  .addTxt-jp05 {
    margin-bottom: 0px;  
  } 


  .btn01{
    margin:30px auto 30px;
  }
 
 

  .o-btn a {
    display: inline-block;
    text-align: center;
    padding-top: 23px;
    border: solid 1px #494342;
    width: 100%;
    height: 60px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 9pt;
    color: #494342;
  }

  
    
    
}


@media(min-width: 599px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}