h2 span.pc {
  display: inline;
}

#bpo,
#training,
#community {
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width:768px) {
  h2 span.pc {
    display: none;
  }
}

/* =======================================================
* brand
* ======================================================= */
#brand h3 {
  text-align: left;
  font-size: 1.8rem;
}

#brand h5 {
  font-size: 1.6rem;
  text-align: center;
}

#brand h5 span {
  font-family: 'Montserrat', sans-serif;
}

#brand .flex {
  margin-bottom: 30px;
  align-items: center;
  background: #f0f0f0;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 2px 2px 0px var(--color-gray);
}

#brand ul {
  padding-left: 30px;
}

#brand ul li {
  list-style-type: disc;
}

@media screen and (max-width:768px) {
  #brand h3 {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }

  #brand .flex {
    padding: 40px 20px;
    margin-bottom: 15px;
  }
}

/* =======================================================
* bpo
* ======================================================= */
#bpo ul {
  margin-top: 20px;
  padding-left: 30px;
}

#bpo ul li {
  line-height: 2;
  list-style: square;
}


/* =======================================================
* training / community
* ======================================================= */
#training .flex,
#community .flex {
  margin-bottom: 80px;
}

#training h5,
#community h5 {
  font-size: 1.6rem;
  text-align: center;
  border-bottom: 1px solid var(--color-dark);
  padding-bottom: 5px;
  margin-bottom: 15px;
}

#training .linkBtn {
  margin: 50px auto 0;
}


/* =======================================================
* recruitment
* ======================================================= */
#recruitment {
  background: url(../../images/canal01.jpg) no-repeat center/cover;
  position: relative;
}

#recruitment .wrap {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 60%);
  padding-bottom: 8rem
}

#recruitment .recruitment_en {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1;
}

#recruitment .linkBtn {
  margin-top: 50px;
}

#recruitment .linkBtn svg {
  z-index: 1;
}

@media screen and (max-width:768px) {
  #recruitment {
    padding: 8rem 15px;
  }

  #recruitment .recruitment_en {
    font-size: 2.5rem;
  }

}