.cover {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../reimages/about.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5; 
  z-index: -1; 
}
.cover h1{
  padding-top: 400px;
  padding-bottom: 300px;
}
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.top0 {
  top: 0;
  left: 0;
  z-index: 1; 
  opacity: 0.5; 
}

.top1 {
  top: 0;
  left: 0;
  z-index: 2; 
}
.top2 {
  top: 100px;
  left: 0;
  z-index: 3; 
}
.top3{
  top: 300%;
  z-index: 1;
}
.top4{
  top: 0;
  z-index: 3;
}
.light {
  background-color: #f9f1e3;
  position: relative;
  z-index: 0; 
  margin-top: 0px;
  padding: 20px 0; 
  padding-top: 100px;
}

.procedure-main {
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 10;
}

h3 {
  font-size: 24px;
}
.blue1{
  color: #02badf;
}
.orange{
  color: #ff7800;
}

.card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; 
  width: 100%;
  padding: 20px; 
  position: relative;
  z-index: 10;
}


.card {
  position: relative;
  display: flex;
  align-items: center; 
  max-width: 800px; 
  width: 100%;
  background-color: #fff; 
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  overflow: hidden; 
  z-index: 4;
}
.button {
  display: inline-block;
  background-color: #007BFF; /* 青系 */
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  width: 40%;
  display: flex;
  justify-content: center;
  margin-left: 20%;
}

.button:hover {
  background-color: #0056b3;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.text-content {
  flex: 1; 
  padding: 20px; 
  z-index: 100;
}
.text-content p{
  text-align: center;
}
.tit {
  display: flex;
  align-items: center; 
  gap: 10px; 
}

.blue1 {
  color: #02badf; 
}



.image-content {
  flex: 1;
  max-width: 50%; 
  padding: 20px;
}

.image-content img {
  width: 100%;
  height: auto;
  display: block; 
}
.pick-up{
  background-color: #e1f2f7;
  padding-bottom: 100px;
  padding-top: 50px;
}

.occupation {
  position: relative;
  max-width: 800px;
  margin: 0 auto; 
  padding: 20px;
  background-color: #fff; 
  border-radius: 10px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden; 
  margin-bottom: 50px;
  z-index: 5;
}

.occupation-header {
  position: relative;
  padding-bottom: 10px; 
  margin-bottom: 20px; 
}

.occupation-header h3 {
  font-size: 24px;
  margin: 0; 
}


.occupation-content {
  margin-bottom: 20px; 
}

.occupation-content p {
  font-size: 16px;
  line-height: 1.6; 
  margin: 10px 0; 
}


.occupation-example {
  margin-bottom: 20px;
}

.occupation-example h5 {
  position: relative;
  font-size: 18px;
  margin: 0 0 10px 0; 
  color: #02badf; 
  padding-top: 20px; 
}

.occupation-example h5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; 
  background-color: #02badf; 
}

.occupation-example p {
  font-size: 16px;
  line-height: 1.6; 
  margin: 0; 
}

.occupation img {
  width: 100%;
  height: auto;
  display: block; 
  border-radius: 10px; 
  margin-top: 20px; 
}
@media screen and (max-width: 765px) {
  .cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../reimages/about.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5; 
    z-index: -1; 
  }
  .cover h1{
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .back {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
  .top2 {
    top: 100px;
    left: 0;
    z-index: 3; 
  }
  .top3{
    top: -30%;
    height: auto;
    z-index: 4;
  }
  .light {
    background-color: #f9f1e3;
    position: relative;
    z-index: 0;
    margin-top: 0px;
    padding: 20px 0;
    padding-top: 100px;
}

.top1 {
    top: 0;
    left: 0;
    width: 100%; 
    height: auto;
    z-index: 1; 
}

.procedure-main {
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 4; 
}

h3 {
    font-size: 18px;
    position: relative;
    z-index: 4; 
}
  
  h3 {
    font-size: 18px;
  }
  .blue1{
    color: #02badf;
  }
  .orange{
    color: #ff7800;
  }
  
  .card-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 90%;
    padding: 5%; 
    z-index: 5;
  }
  
  
  .card {
    display: flex;
    align-items: center; 
    max-width: 800px; 
    width: 100%;
    background-color: #fff; 
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    overflow: hidden; 
    z-index: 3;
  }
  
  .text-content {
    flex: 1; 
    padding: 20px; 
    z-index: 100;
  }
  .text-content p{
    text-align: center;
    font-size: 10px;
  }
  .text-content h2{
    font-size: 15px;
  }
  .tit {
    display: flex;
    align-items: center; 
    gap: 10px; 
  }
  
  .blue1 {
    color: #02badf; 
  }

  .image-content {
    flex: 1;
    max-width: 50%; 
  }
  
  .image-content img {
    width: 100%;
    height: auto;
    display: block; 
  }
  .pick-up{
    background-color: #e1f2f7;
    padding-bottom: 100px;
    padding-top: 50px;
    position: relative;
  }
  
  .occupation {
    position: relative;
    width: 80%;
    margin: 0 auto; 
    padding: 20px;
    background-color: #fff; 
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden; 
    margin-bottom: 50px;
    z-index: 5;
  }
  
  .occupation-header {
    position: relative;
    padding-bottom: 10px; 
    margin-bottom: 20px; 
    z-index: 12;
  }
  
  .occupation-header h3 {
    font-size: 24px;
    margin: 0; 
  }
  
  
  .occupation-content {
    margin-bottom: 20px; 
    z-index: 12;
  }
  
  .occupation-content p {
    font-size: 12px;
    line-height: 1.6; 
    margin: 10px 0; 
  }
  
  
  .occupation-example {
    margin-bottom: 20px;
  }
  
  .occupation-example h5 {
    position: relative;
    font-size: 18px;
    margin: 0 0 10px 0; 
    color: #02badf; 
    padding-top: 20px; 
  }
  
  .occupation-example h5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px; 
    background-color: #02badf; 
  }
  
  .occupation-example p {
    font-size: 16px;
    line-height: 1.6; 
    margin: 0; 
  }
  
  .occupation img {
    width: 100%;
    height: auto;
    display: block; 
    border-radius: 10px; 
    margin-top: 20px; 
  }
  .top4{
    top: 0;
    z-index: 3;
  }
  .button {
    display: inline-block;
    background-color: #007BFF; /* 青系 */
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    margin-left: 0%;
  }
  .button {
    display: inline-block;
    margin: 10px 20%;
  }
}