@charset "UTF-8";

/* ======================================== */
/* about01 */
/* ======================================== */
/* h1 {
  font-size: clamp(1.5rem, 0.794rem + 2.94vw, 2.5rem);
} */
#about01 {
  padding: 30px 0 100px 0;
}

.page-title {
  margin-top: 60px;
}

#about01 .page-title img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: bottom;
  margin-top: 20px;
}

#about01 .about01-box {
  display: flex;
  gap: 32px;
  margin-top: 60px;
}

#about01 .text-box {
  width: 50%;
}
#about01 .text-box h2 {
  line-height: 1;
}
#about01 .text-box h2 span {
  font-size: 1rem;
}

/* #about01 .text-box h2 {
  font-size: 3rem;
} */

#about01 .text-box table {
  margin-top: 32px;
  width: 100%;
}

#about01 .text-box table th {
  width: 20%;
  padding: 5px;
  font-weight: normal;
}

#about01 .text-box table td {
  width: 70%;
}

#about01 .about01-img ul {
  display: flex;
  gap: 32px;
}

#about01 .about01-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.about01-1 {
  margin-top: 60px;
}
.about01-1 p strong {
  font-size: 24px;
}

.about01-1 h2 {
  font-size: 2rem;
  color: #ffedb0;
}

.about01-1 img {
  margin-top: 32px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: bottom;
}

.about01-1 p {
  margin-top: 16px;
}

.about01-1 .sign {
  text-align: end;
}

.about01-1 .sign p {
  text-align: end;
  margin-top: 0;
}

.about01-1 .sign h3 {
  color: #ffedb0;
  text-align: end;
}
.about01-1 .sign img {
  width: 200px;
  height: auto;
}

.second {
  margin-top: 64px;
  border-top: 1px solid #fff;
}

.second .about01-box {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1100px) {
  #about01 .about01-box {
    display: block;
    margin-top: 24px;
  }

  #about01 .text-box {
    width: 100%;
  }

  #about01 .text-box table {
    margin-top: 24px;
    width: 100%;
  }

  #about01 .about01-img {
    margin-top: 24px;
    width: 100%;
  }

  #about01 .about01-img ul {
    display: block;
  }

  #about01 .about01-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

@media screen and (max-width: 520px) {
  #about01 .about01-img {
    margin-top: 16px;
  }
  #about01 .about01-img ul {
    gap: 16px;
  }
  #about01 {
    padding: 30px 0 0px 0;
  }
  #about01 .about01-box {
    display: block;
    margin-top: 16px;
  }
  #about01 .text-box table {
    margin-top: 16px;
    width: 100%;
  }
  #about01 .page-title img {
    height: 150px;
  }

  /* #about01 .text-box h2 {
    font-size: 9vw;
  } */
  #about01 .text-box table th {
    width: 15%;
  }

  #about01 .text-box table td {
    width: 80%;
  }

  .about01-1 {
    margin-top: 32px;
  }

  .about01-1 h2 {
    font-size: clamp(1.5rem, 0.794rem + 2.94vw, 2.5rem);
    color: #ffedb0;
  }

  .about01-1 img {
    margin-top: 16px;
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: bottom;
  }
  .about01-1 p {
    margin-top: 0;
  }
}
