@media screen and (max-width:768px) {
.menu::before {
  content: "";
  position: absolute;
  inset: 0;
      background-attachment: fixed;

  background-image: url(../images/back/kiiro.jpg);
  background-size:cover;
  background-position:5rem;
  opacity: 0.5;
  z-index: -1;
}
.menu image{
    opacity: 0.15; /* ← ここ調整 */
}

.header__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 1240px;
  max-width: calc(100vw - 30px);
  height: 100%;
  margin: 0 auto;
  font-size: 15px;
}

}

@media screen and (min-width:768px) {
.container {
    transform: none;
    padding-left: 80px; /* ここで右に寄せる */
  }

.introduce {
text-align: center;
    display: flex;
    flex-direction: column;
  }
.note-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  display: flex;
  gap: 20px;
}

.note {
  padding: 20px;
  font-size: 0.95rem;
  line-height: 1.5;
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  border-radius: 4px;
   box-shadow:
    0 6px 12px rgba(0,0,0,0.15),
    0 2px 4px rgba(0,0,0,0.08);
  border-radius: 3px;

}

.note:hover {
  animation: wiggle 0.3s ease-in-out;
  box-shadow: 0 10px 18px rgba(0,0,0,0.18);
}



      .make-cards {
     display: grid;
      }
      h1{
  margin-top: 0;
  padding: -10px 100px 0 0;
  padding-right: 100px;
text-align: right;
}
  .introduce3{
margin-left: 150px;
  display:inline-block;
  padding:0.5em 1em;
  border-radius:12px;
}
  
}

@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/

      .make-cards {
     display: flex;
  
}


.hero{
  position: relative;
  padding-bottom: 100px;
  max-height: 100vh;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
clip-path: polygon(100% 0, 100% 50%, 0% 80%, 0 100%, 0 0);
  z-index: 0;
  background-image: url('https://pa-tu.work/storage/img/posts/651682bc9fa7e.jpg');
  background-size: cover;
  background-position: center;

}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.35);
clip-path: polygon(100% 0, 100% 50%, 0% 80%, 0 100%, 0 0);
  z-index: 1;
}

.hero h2{
  inset: 0;

}



.container {
    position: relative;
    gap: 1rem;
  width: 100%;
    z-index: 0;
}
  .hero-content { 
    transform: none;
    margin-top: 150px;  /* ここで下げる */
  }

  .introduce {
    transform: none;
    margin-top: 30px;   /* ここで下げる */
  }

h1{
  margin-top: 0;
  padding: -10px 100px 0 0;
  padding-right: 100px;
text-align: right;
}
  .introduce3{
margin-left: 150px;
  display:inline-block;
  padding:0.5em 1em;
  border-radius:12px;
}
  



.note-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  display: flex;
  gap: 20px;
}

.note {
  padding: 20px;
  font-size: 0.95rem;
  line-height: 1.5;
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  border-radius: 4px;
   box-shadow:
    0 6px 12px rgba(0,0,0,0.15),
    0 2px 4px rgba(0,0,0,0.08);
  border-radius: 3px;

}

.note:hover {
  animation: wiggle 0.3s ease-in-out;
  box-shadow: 0 10px 18px rgba(0,0,0,0.18);
}


.catchphrase{

  height: auto;
  padding: 40px 0;
  background-color: #ffffff;
  text-align: center;
}
  .container4 {
    padding: 50px 30px;
    flex-direction: row;  
    justify-content: center;
    align-items: stretch; 
    gap: 40px;
  }
 
.l-wrapper_06 {
  flex-direction: row;
  margin: 1rem auto;
  gap:20px;
}

.dolist{
display:flex;
}


}