

.about-top{
    margin-top: -90px;
  position: relative;
  overflow: hidden;
  background-color: aliceblue;
  min-height: 100vh;
}

/* 横に流れる表示窓 */
.about-marquee{
  overflow: hidden;
  width: 100%;
}

/* 流れる本体 */
.about-track{
  display: flex;
  width: max-content;
  gap: 16px;
  animation: aboutScroll 90s linear infinite;
}

/* ここで「指定した幅・高さの枠」を作る */
.about-track img{
  width: 1000px;     /* ←好きに固定 / min()でレスポンシブも可 */
  height: 100vh;
  flex-shrink: 0;
  background-repeat: no-repeat;
  object-fit: cover; 
}


.about-inner{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  margin: 30px auto 0;
  text-align: center;
  color: #000000;
}

.about-inner h2{
    background-color: rgb(255, 249, 249,0.8);
     font-family: "Mochiy Pop One", sans-serif;
     font-size: 2rem;
     font-weight: 500;
}


.watashi h2{
  margin: 100px auto;
  text-align: center;
    color: rgba(163, 205, 230, 0.5);
  font-size: 2.2rem;
  font-weight: 700;
 text-transform: uppercase;
}

.watashi h2::after{
    top: 50%;
    white-space: nowrap;
  color: #3c3c3c;
    font-size: 1.3rem;
    text-transform: uppercase;
    content: 'どーぷWEB';
}
.make-points-title {
margin-top: 30px;
}

.make-points-title h3{
  font-size: 1.5rem;
}

.make-points{
  text-align: left;
 position: relative;
   font-size: 5rem;
  padding: 1.5rem 0.5rem 1.5rem 5.5rem;
  border-bottom: 3px solid #000;
}

.make-points span {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  bottom: -1.6rem;
  left: 0;
}

.make-points-title p{
  margin:  50px;
}

.watashi{
    background-image: url(../images/back/moya1.png);
    min-height: 90vh;
    width: auto;
    background-size: cover;     
    background-position: center; 
    background-repeat: no-repeat;
}

.watashi-box{
      background-color: rgb(255, 249, 249,0.5);
    top: 0px;
    padding: 10px 40px;
    position: relative;
}

.watashi-box h3{
text-align: left;
  padding: 10px;
 line-height: 1.5;
 font-size: 1rem;
}

.policy{
  padding: 5% 3%;
}


.jump{
    text-align: center;
}
.watashi-box img{
    max-width: 300px;
}

.make{
  width: auto;
  min-height: 100vh;
    margin-top: 50px;
          background-color: rgb(255, 249, 249,0.5);
text-align: left;
}


.make h2{
    text-align: center;
  color: #3c3c3c;
  font-size: 1.8rem;
  margin: 40px;

  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
}
.make h2::before{
    white-space: nowrap;
    position: absolute;
    top: -50%;
    left: 35%;
    color: rgba(163, 205, 230, 0.5);
    font-size: 2.5rem;
    text-transform: uppercase;
    content: 'KANGAE';
    z-index: -1;
}
.make-cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr; /* スマホ1列 */
  gap: 20px;
}

.make-card {
  margin: 0 auto;
  width:30%;
  background: rgba(255,255,255,0.8);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.make-card h4 {
  font-size: 1.1rem;
  margin-bottom: 12px;
}
.make-card h4:first-letter {
  font-size: 2em;
  color: #126d8f;
}
.make-card p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
}

.sankaku{
  margin: 0;
}