.banner {
  background: url(../images/join_00.png) center no-repeat;
  background-size: cover;
  padding: 400px 0 40px;
}

.banner .guid {
  max-width: 600px;
  padding: 40px 20px;
  margin: auto;
}

.banner .guid p {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.dream {
  padding: 160px 0 100px;
}

.text {
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto 100px;
  color: #2c3148;
}

.text h4 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.text p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
}

.dream .video {
  max-width: 900px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}

.dream .video video {
  width: 100%;
}

.recruitment {
  padding: 100px 0;
  background-color: #f4f5f8;
}

.recruitment .text p {
  text-align: center;
}

.cont-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.cont-part img {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont-part ul {
  padding: 20px 2vw;
  background: #fff;
  font-size: 16px;
  color: #2c3148;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cont-part ul li + li {
  margin-top: 20px;
}

.cont-part ul li p {
  text-align: justify;
  line-height: 1.5;
}

.cont-part ul li p b {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.return {
  padding: 100px 0;
}

.return ul {
  padding: 40px;
  background-color: #f4f5f8;
}

.expectation {
  padding: 100px 0;
}

.expectation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.expectation ul li {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 200px;
  font-size: 16px;
  line-height: 1.5;
  color: #2c3148;
  text-align: center;
}

.expectation ul li img {
  margin: 0 auto 20px;
}

.method {
  padding: 100px 0;
  background: #f4f5f8;
}

.method .text {
  margin-bottom: 0;
}

.conclusion {
  padding: 200px 0 500px;
  background: url('../images/join_06.jpg') center no-repeat;
  background-size: cover;
}

.conclusion .text {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .text {
    padding: 0;
  }
  .dream .video {
    padding: 0;
  }
  .cont-part img {
    display: none;
  }
  .cont-part ul {
    padding: 20px;
  }
}
