@charset "utf-8";
/* CSS Document */
.logo img{
  width: 100px;
}
main{
  padding: 0 10%;
}

.privacy{
    font-size: 2rem;
    font-weight: 700;
    padding: 5rem 0;
}
.privacy_wrap{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.privacy_top{
  width: 100%;
  max-width: 1200px;
  margin-bottom: 5rem;
}

.privacy_top h2{
  font-size: 1.2rem;
  font-weight: 700;
  padding-left: 3px;
/*  padding: 1rem;
  margin-bottom: 0;*/
}

.privacy_top p{
  font-size: 1.2rem;
  line-height: 2.5;
  padding-left: 3px;
}

.privacylist_wrap{
  width: 100%;
  max-width: 1200px;
  margin-bottom: 5rem;
  padding-left: 3px;
}
.privacylist_wrap li{
  font-size: 1.2rem;
  line-height: 2;
  list-style-type: decimal;
  list-style-position: inside;
  /*インデント位置調整*/
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 2rem;
}
.signature{
  width: 100%;
  max-width: 1200px;
  margin-bottom: 2rem;
  padding-right: 5px;
}

.signature p{
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: right;
}


.desk_wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  border: solid 1px;
  margin-bottom: 3rem;
}

.desk{
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  width: fit-content;
  padding: 4rem 0;
}

.desk h2{
  line-height: 3;
  margin: 0 1.5rem 1.5rem;
}
/*
.desk .adress{
  margin-bottom: 1.5rem;
}*/
.desk p{
  line-height: 3rem;
  margin: 0 1.5rem;
  /*padding-left: 0.3em;*/
}


.space{
  margin-left: 2rem;
}

.desk h3{
  margin: 1rem 1.5rem;
}

.domain::before {
  content: '@';
}

.pdf_wrap{
  display: flex;
  justify-content: center;
}

.arrow{
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #151515;
  transition-duration: 0.3s;
  position: relative;
  width: 100%;
}

.arrow::after{
  content: "";
  position: absolute;
  top: 30%;
  left: 100%;
  width: 2rem;
  height: 0.6rem;
  border-bottom: 1px solid #151515;
  border-right: 1px solid #151515;
  transform: skew(45deg);
  transition-duration: 0.7s;
  }

.arrow:hover{
  transition-duration: 0.3s;
  color: #ffffff;
  font-weight: 400;
  padding: 0 5px;
}

.arrow:hover::after{  
    border-color: #ffffff;
    transition-duration: 0.7s;

  }

/*== 流れる背景アニメーション（左から右） */
.arrow::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  z-index: -1;
  opacity: 0.4;
    /*色や形状*/
  background:#151515;
  width: 118%;
  height: 130%;
    /*アニメーション*/
  transition: transform .6s ease-in-out;
  transform: scale(0, 1.1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.arrow:hover::before{
  transform-origin:left top;
  transform:scale(1, 1.1);
}


h2 a{
    text-decoration: none;
    color: #151515;
    transition-duration: 0.3s;
}



@media screen and (max-width: 1200px) {
  html{
    font-size: 90%;
  }
  
}

@media screen and (max-width: 1024px) {
  main{
    padding: 0 5%;
  }
}

@media screen and (max-width: 834px) {
  html{
    font-size: 80%;
  }
  main{
    padding: 0 5%;
  }
  .space{
    display: block;
  }
  .sp_br{
    display: block;
    margin-top: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  html{
    font-size: 75%;
  }
  .arrow{
    left: -1.5rem;
  }
/*  .sp_br{
    display: block;
    margin-top: 1.2rem;
  }*/

}

@media screen and (max-width: 480px) {
  html{
    font-size: 60%;
  }
/*  .sp_br{
    display: block;
    margin-top: 1.2rem;
  }*/

}
