@charset "utf-8";
.btn {
  margin: 0 auto;
  box-sizing: border-box;
  width: 15rem;
  border-radius: 1.5rem;
  background-color: aliceblue;
}
.btn a{
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding:1rem;
  transition: 0.8s;
  border-radius: 1.5rem;
}
.btn a:hover{
  background-color: #cdcdcd;
}

section {
  text-align: center;
  padding: 8rem 0;
}
section h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
section p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  line-height: 2;
}

.sec_w_btn {
  margin-top: 2rem;
}
/*TITLE*/
.sc_title {
  padding: 15rem 0;
}
.sc_title h1{
  font-size: 3rem;
}
.sc_title .name{
  letter-spacing: 2rem;
  font-weight: bold;
}
.sc_title h1 span{
  display: block;
  margin-top: 3rem;
  letter-spacing: 1rem;
}

/*TITLE*/

/*ABOUT*/
.a-profile {
  text-align: left;
}
.a-profile h3{
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.a-profile li{
  margin-bottom: 1rem;
}
.a-profile li p{
  width: 50%;
  font-size: 1.4rem;
}

/*ABOUT*/

/*WORKS*/
.w-container {
  margin: 2rem 0;
  flex-wrap: wrap;
}
.w-item{
  width: 30%;
  box-sizing: border-box;
  background-color: #eee;
  margin-bottom: 3rem;
  padding: 2rem 0;
  justify-content: space-between;
}
.w-item .w-img{
  width: 85%;
  height: 30rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 80%;
}
.w-img01{
  background-image:url("../images/top_darumaya.png");
}
.w-img02{
  background-image:url("../images/top_smmy.png");
}
.w-img03{
  background-image:url("../images/bolt_pc.png");
}
.w-item h3{
  font-size: 1.6rem;
  margin: 1rem auto;
}
/*WORKS*/

/*LINLS*/
/*LINLS*/

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