@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold

font-family: "Commissioner";
Medium=500,Bold=700

*/
.btn{
  clear: both;
  position: relative;
  margin:60px auto 0;
  border-radius: 45px;
  background: rgb(143,166,206);
background: linear-gradient(90deg, rgba(143,166,206,1) 0%, rgba(239,137,156,1) 100%);
  width: 512px;
  height: 90px;
}
.btn a{
  display: block;
  color:#FFF;
  width: 512px;
  font-size:24px;
  font-weight: 700;
  line-height: 90px;
  text-align: center;
  text-decoration: none;
}
.btn:hover{
  background: rgb(239,137,156);
background: linear-gradient(90deg, rgba(239,137,156,1) 0%, rgba(143,166,206,1) 100%);
}
/* keyveiw */
#keyview{
  position: relative;
  width: 100%;
  height: auto;
}
#key_area{
  position: relative;
  margin:365px 0 0;
  background-color: #FFF;
  width: 100%;
  height: 100px;
}
#key_area::before{
  content: "";
  position: absolute;
  top:-127px;
  left:0;
  background: url(../images/bg_circle_u.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 127px;
  z-index: 10;
}
#key_area h2{
  position: relative;
  margin: 0 0 0 130px;
  color: #5553C0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
#key_area h2::before{
  content: "";
  position: absolute;
  top:50%;
  left:-100px;
  transform:translateY(-50%);
  -webkit- transform:translateY(-50%);
  background-color: #5553C0;
  width: 80px;
  height: 1px;
}
#key_area p{
  position: absolute;
  bottom:140px;
  left:30px;
  color:#CCC;
  font-family: "Commissioner";
  font-size:160px;
  line-height: 160px;
  font-weight: 700;
  z-index: 20;
}
/* security */
#security{
  position: relative;
  padding:0 0 160px;
  background-color: #FFF;
  width: 100%;
}
#security h3{
  position: relative;
  margin:0 auto;
  padding:100px 0 0;
  width: 1024px;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}
.security_txt{
  margin: 60px auto 0;
  width: 1200px;
  font-size:24px;
  line-height: 1.5em;
}
.security_box{
  margin:60px auto 0;
  width: 1200px;
}
.security_box h4{
  color:#5553C0;
  font-size:28px;
  line-height: 1.2em;
  font-weight: 700;
}
.security_box p{
  margin: 30px auto 0;
  width: 1200px;
  font-size:24px;
  line-height: 1.5em;
}
.security_box table{
  margin:30px auto 0;
  width: 1200px;
  border-collapse: separate;
  border-spacing: 0 1px;
}
.security_box table tr th{
  padding:30px;
  background-color:#5553C0;
  color:#FFF;
  width: 80px;
  font-size:18px;
  line-height: 1.2em;
}
.security_box table tr td{
  padding:30px;
  border: 1px solid #5553C0;
  font-size:18px;
  line-height: 1.2em;
}
.security_data{
  display: flex;
  margin: 0px auto 0;
  width: 1200px;
}
.security_box ul{
  margin: 30px auto 0;
  width: 1200px;
}
.security_box ul li{
  padding:0 0 5px;
  font-size:24px;
  line-height: 1.2em;
}
.security_box ul li::before{
  content: "・";
  font-size:24px;
  line-height: 1.2em;
}
.security_box ul li a{
  color:#BF9F52;
  font-size:24px;
  line-height: 1.2em;
  text-decoration: none;
}
.security_box ul li a:hover{
  text-decoration: underline;
}
.signature{
  margin: 100px auto 0;
  width: 1200px;
  font-size:24px;
  line-height: 1.5em;
}

@media (max-width: 767px){
  .btn{
    clear: both;
    position: relative;
    margin:30px 10px 0;
    border-radius: 22.5px;
    background: rgb(143,166,206);
  background: linear-gradient(90deg, rgba(143,166,206,1) 0%, rgba(239,137,156,1) 100%);
    width: calc(100% - 20px);
    height: 45px;
  }
  .btn a{
    display: block;
    color:#FFF;
    width: 100%;
    font-size:16px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
  }
  .btn:hover{
    background: rgb(239,137,156);
  background: linear-gradient(90deg, rgba(239,137,156,1) 0%, rgba(143,166,206,1) 100%);
  }
  /* keyveiw */
  #keyview{
    position: relative;
    width: 100%;
    height: auto;
  }
  #key_area{
    position: relative;
    margin:182.5px 0 0;
    background-color: #FFF;
    width: 100%;
    height: 50px;
  }
  #key_area::before{
    content: "";
    position: absolute;
    top:-62.5px;
    left:0;
    background: url(../images/bg_circle_u.svg) no-repeat center bottom;
    background-size: contain;
    width: 100%;
    height: 63.5px;
    z-index: 10;
  }
  #key_area h2{
    position: relative;
    margin: 0 0 0 65px;
    color: #5553C0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
  }
  #key_area h2::before{
    content: "";
    position: absolute;
    top:50%;
    left:-50px;
    transform:translateY(-50%);
    -webkit- transform:translateY(-50%);
    background-color: #5553C0;
    width: 40px;
    height: 1px;
  }
  #key_area p{
    position: absolute;
    bottom:60px;
    left:15px;
    color:#CCC;
    font-family: "Commissioner";
    font-size:68px;
    line-height: 68px;
    font-weight: 700;
    z-index: 20;
  }
/* security */
  #security{
    position: relative;
    padding:0 0 80px;
    background-color: #FFF;
    width: 100%;
  }
  #security h3{
    position: relative;
    margin: 0 10px;
    padding:50px 0 0;
    width: calc(100% - 20px);
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
  }
  .security_txt{
    margin: 30px 10px 0;
    width: calc(100% - 20px);
    font-size:14px;
    line-height: 22px;
  }
  .security_box{
    margin:30px 10px 0;
    width: calc(100% - 20px);
  }
  .security_box h4{
    color:#5553C0;
    font-size:18px;
    line-height: 1.2em;
    font-weight: 700;
  }
  .security_box p{
    margin: 15px auto 0;
    width: 100%;
    font-size:14px;
    line-height: 22px;
  }
  .security_box table{
    margin:15px auto 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1px;
  }
  .security_box table tr th{
    padding:15px;
    background-color:#5553C0;
    color:#FFF;
    width: 80px;
    font-size:14px;
    line-height: 1.2em;
  }
  .security_box table tr td{
    padding:15px;
    border: 1px solid #5553C0;
    font-size:14px;
    line-height: 1.2em;
  }
  .security_data{
    display: block;
    margin: 0px 10px 0;
    width: calc(100% - 20px);
  }
  .security_box ul{
    margin: 15px 0 0;
    width: 100%;
  }
  .security_box ul li{
    display: block;
    padding:0 0 5px;
    font-size:16px;
    line-height: 1.2em;
  }
  .security_box ul li::before{
    content: "・";
    font-size: 16px;
    line-height: 1.2em;
  }
  .security_box ul li a{
    color:#BF9F52;
    font-size:16px;
    line-height: 1.2em;
    text-decoration: none;
  }
  .security_box ul li a:hover{
    text-decoration: underline;
  }
  .signature{
    margin: 50px 10px 0;
    width: calc(100% - 20px);
    font-size:14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) and (orientation:landscape){

}