@charset "UTF-8";
.top .left h1 {
  width: 50px;
}

h2 {
  display: inline-block;
  font-weight: 500;
  color: white;
  padding: 10px 30px;
  border-radius: 9999px;
  background: #2a2fbf;
  background: linear-gradient(90deg, #2a2fbf 0%, #2870b5 50%, #d9f57b 100%);
  margin-bottom: 40px;
}

/*********************
福利厚生
**********************/
section.info {
  width: 1500px;
  max-width: 100%;
  margin: 100px auto;
  color: #1a307b;
}
section.info .block {
  width: 1200px;
  max-width: 80%;
  margin: 0 auto;
  margin-top: -50px;
  padding-top: 50px;
}
section.info .h3 {
  text-align: center;
  width: 100px;
  display: inline-block;
  font-weight: 500;
  color: white;
  padding: 10px 30px;
  border-radius: 9999px;
  background: #2a2fbf;
  background: linear-gradient(90deg, #2a2fbf 0%, #2870b5 50%, #d9f57b 100%);
  margin-bottom: 30px;
}
section.info .info-box {
  background: #f8fbff;
  padding: 50px 7.5%;
  border-radius: 50px;
  margin-bottom: 30px;
}
section.info .info-box .flex {
  display: flex;
  align-items: flex-end;
}
section.info .info-box .flex .left {
  padding-right: 5%;
}
section.info .info-box .flex .right img {
  width: 200px;
}
section.info .info-box li {
  border-bottom: solid 1px #d9d9d9;
  margin-top: 30px;
}
section.info .info-box h3 {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 20px;
  font-weight: 800;
  width: 90%;
}
section.info .info-box p {
  padding-bottom: 30px;
  line-height: 170%;
}
section.info .info-box li:first-child {
  margin-top: 0;
  border-bottom: 0;
}
section.info .info-box li:first-child p {
  border-bottom: solid 1px #d9d9d9;
}
section.info .block-flex {
  display: flex;
  width: 1000px;
  max-width: 100%;
}
section.info .block-flex img {
  margin-bottom: 20px;
}
section.info .block-flex .info-box {
  width: 47.5%;
  padding: 30px 5%;
}
section.info .block-flex .info-box:nth-child(1) {
  margin-right: 2.5%;
}
section.info .block-flex .info-box:nth-child(2) {
  margin-left: 2.5%;
}
section.info .block-flex h3 {
  margin-bottom: 10px;
}
section.info .block-flex h4 {
  color: #2c2c2c;
  font-size: 14px;
  margin-bottom: 10px;
}
section.info .block-flex .small {
  color: #2c2c2c;
  font-size: 14px;
  padding-bottom: 10px;
}
section.info .block-flex .name {
  font-size: 14px;
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .top .left h1 {
    width: 30px;
  }
  section.info .info-box .flex {
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: solid 1px #d9d9d9 !important;
  }
  section.info .info-box li:first-child p {
    border-bottom: none;
  }
  section.info .block-flex {
    flex-direction: column;
    justify-content: center;
  }
  section.info .block-flex .info-box {
    width: 90%;
    margin: 0 auto 30px auto !important;
  }
}/*# sourceMappingURL=welfare.css.map */