body{
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
}

.wrap{
  margin:auto;
  max-width: 750px;
  background:#fff;
  color:#333333;
  text-align: center;
}

.header-logo{
  width: 50%;
  min-width: 200px;
  margin: 20px 0 0 0;
}

.header-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.header-img img{
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 100%;
  max-width: none; 
  height: auto;
  min-height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .header-img {
    width: 100%;
    height: 180px; 
  }
  
  .header-img img {
    position: absolute;
    width: 120%;
    object-fit: cover;
  }
}

h1{
  font-weight: 200;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  font-size: 1.3em;
}

.saiyou p{
margin: 30px 0;
line-height: 1.8;
font-size: 1.0em;
}

h2{
  font-weight: 200;
  margin: 35px 0;
  font-size: 1.1em;
  line-height: 1.6;
}

.cta-copy{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.0em !important;
}

.cta-copy p{
  margin-bottom: 3px !important;
}

.line-button {
  width: 80%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 20px 20px;
  background-color: #4cc764;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  transition: opacity 0.2s;
  font-size: 1.2em;
  text-align: center;
  margin: 5px auto !important; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

.line-button:hover {
  opacity: 0.9;
}

.line-logo {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-top: 5px;
}

.cta-text{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  padding: 5% 5% 1%;
  font-size: 0.8em !important;
}

.footer{
  text-align: center;
  margin: 0px;
  padding:20px 0;
  color: #696969;
  font-size: 0.8em !important;
}


