@charset "utf-8";
/* CSS Document */
html {
  visibility: hidden;
  font-size: 16px;
  line-height: 1.2;

}

html.wf-active {
  visibility: visible;
}


.bg_wrap{
  min-height: 100dvh;
  position: relative;
}
body{
  background-color: #ffffff;
  color: #151515;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  /*フォント読み込み*/
  font-family: "dnp-shuei-nmincho-std", serif;
  font-weight: 400;
  font-style: normal;
}

.logo{
  padding-top: 50px;
  padding-left: 10%;
  margin-bottom: 2.5rem;
}

.logo img{
  width: 180px;
}
.logo p{
  margin-top: 1rem;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
}

a img{
  transition-duration: 0.5s;
}
a:hover img{
  opacity: 0.7;
  transform: scale(0.95);
  transition-duration: 0.5s;
}


main{
    padding-left: 10%;
    margin-bottom: 50px;
    
}

h2{
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;

}

h2 a{
  text-decoration: none;
  color: #151515;
  transition-duration: 0.3s;
}

h2 a:hover{
opacity: 0.4;
transition-duration: 0.3s;
background-color: #151515;
color: #ffffff;
padding: 0 10px;
}

.profile{
  margin-bottom: 1rem;
}

.tagline{
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: 0.3em;
  font-weight: 100;
  margin-bottom: 2.5rem;
  margin-left: -0.13em;
}

.company{
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}

.member{
  margin-top: 1.2rem;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

.link_wrap{
  padding: 80px 0px;
}

.link{
  font-size: 1.05rem;
  font-weight: 100;
  letter-spacing: 0.12em;
  display: inline-block;
  border-bottom: #151515 dashed 1.5px;  
}


footer{
    width: 100%;
    /*position: absolute;
    bottom: 0;
    /*background: rgb(244,14,14);
background: linear-gradient(90deg, rgba(244,14,14,1) 0%, rgba(255,120,70,1) 50%, rgba(255,118,118,1) 100%);*/
}
footer p{
    font-size: 0.9rem;
    padding: 2rem;
    text-align: center;
}


@media screen and (max-width: 834px) {
  html{
    font-size: 75%;
  }
  .logo img{
    width: 120px;
  }
  .logo p{
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 600px) {
  .tagline{
    font-size: 1.95rem;
  }
  
  .message h2{
    font-size: 1.9rem;
  }

  .sp_br{
    display: block;
    margin-top: 1.2rem;
  }

}
