body {
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", sans-serif;
    font-size: 16px;
    font-weight: 500;
    word-break: break-all;
    margin: 0;
}

p,
span
{
  line-height: 1.6;
  letter-spacing: 0.04rem;
  color: #231815;
}

a {
  color: var(--font-color);
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.cs_container{
  display: flex;
  align-items: center;
  height: 100vh;
  text-align: center;
  background: url(../image/cs_bg.jpg) no-repeat center/cover;
}
.cs_wrapper{
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
.cs_container h1{
  margin-bottom: 80px;
}
.cs_container h1 img{
  width: 500px;
}
.cs_container h2{
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.08rem;
  color: #231815;
}
.cs_container p{
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 80px;
}
.cs_container a{
  display: inline-block;
  width: 300px;
  font-size: 18px;
  color: #fff;
  background: #24b2a0;
  border-radius: 10px;
  padding: 20px;
}



@media only screen and (max-width: 900px) {
  .cs_container h1{
    margin-bottom: 60px;
  }
  .cs_container h1 img{
    width: 400px;
  }
  .cs_container h2{
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cs_container h1{
    margin: 0 0 40px;
  }
  .cs_container h1 img{
    width: 70%;
  }
  .cs_container h2{
    font-size: 35px;
  }
  .cs_container p{
    font-size: 14px;
    margin-bottom: 50px;
  }
  .cs_container a{
    width: 70%;
    font-size: 14px;
    padding: 15px;
  }
}