@charset "UTF-8";
#employment h2 {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Droid Sans Japanese", sans-serif;
  color: #6D7FA9;
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  font-weight: 400;
  padding: 0.25em 1em 0.5em;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
@media screen and (max-width: 781px) {
  #employment h2 {
    font-size: 1.2em;
  }
}
#employment .three-areas h2 {
  margin-top: 0;
}
#employment .three-areas .wp-block-cover {
  max-height: 300px;
  padding: 5%;
}
#employment .three-areas .wp-block-cover figure {
  text-align: center;
}
#employment .three-areas .wp-block-cover figure img {
  max-width: 360px;
}
@media screen and (max-width: 781px) {
  #employment .three-areas h2 {
    margin-bottom: 3em;
  }
  #employment .three-areas .wp-block-cover {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 40px;
  }
}
#employment .career-path h2 {
  margin-top: 5em;
}
#employment .career-path .areas .wp-block-column > p {
  border-radius: 50px;
  text-align: center;
  text-align: center;
  max-width: 240px;
  margin: -1.5em auto 0;
}
#employment .career-path .areas ul {
  padding: 1em;
  padding-right: 2em;
  width: 90%;
  margin-left: auto;
}
#employment .career-path .areas li {
  list-style: none;
}
#employment .career-path .areas li::before {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: -1em;
  top: 7px;
  content: "";
  background: #219eb7;
}
#employment .career-path .areas .community li::before {
  background: #1966b2;
}
#employment .career-path .areas .educational li::before {
  background: #cb3a7c;
}
@media screen and (max-width: 781px) {
  #employment .career-path .areas .wp-block-column {
    margin-bottom: 1em;
  }
}
#employment .career-path .employment-rate {
  margin: 90px auto;
}
#employment .career-path .employment-rate .wp-block-column {
  padding: 2.5em 0em 1em;
}
#employment .career-path .employment-rate .wp-block-column p {
  position: absolute;
  left: 50%;
  top: 0em;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  font-size: 1.2em;
  width: 16em;
  line-height: 1.4;
}
#employment .career-path .employment-rate .wp-block-column p mark {
  font-size: 0.8em;
}
#employment .career-path .employment-rate .wp-block-image img {
  width: 100%;
}
#employment .career-path .employment-rate .wp-block-image:first-of-type figure {
  width: 80%;
  max-width: 380px;
  margin: 1em auto 1.5em;
}
#employment .career-path .employment-rate .wp-block-image:last-of-type figure {
  width: 95%;
  margin: 1em auto 1.5em;
}
@media screen and (max-width: 781px) {
  #employment .career-path h2 {
    margin-top: 2em;
  }
  #employment .career-path .employment-rate {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 0;
  }
  #employment .career-path .employment-rate .wp-block-column {
    margin-bottom: 2em;
  }
}
#employment .workplace {
  padding-bottom: 80px;
}
#employment .workplace h3 {
  font-weight: 400;
  border-bottom: dotted 2px;
  width: 12em;
  margin: 60px auto 1em;
  padding-bottom: 0.2em;
}
#employment .workplace .nav-open {
  padding: 15px;
  font-size: 20px;
  position: relative;
  border: #6D7FA9 2px solid;
}
#employment .workplace .nav-open::before {
  content: "＋";
  position: absolute;
  right: 20.5px;
  z-index: 1;
  font-weight: bold;
}
#employment .workplace .nav-open.active::before {
  content: "－";
}
#employment .workplace .nav-open::after {
  content: "";
  position: absolute;
  width: 1.7em;
  height: 1.7em;
  background-color: #edf7fd;
  border-radius: 50px;
  right: 15px;
  top: 18px;
}
#employment .workplace .nav-open + div {
  display: none;
}
#employment .workplace .wp_lists .wp-block-group__inner-container {
  display: flex;
}
#employment .workplace .wp_lists .wp-block-group__inner-container ul {
  flex-basis: 50%;
  padding: 20px;
}
@media screen and (max-width: 781px) {
  #employment .workplace {
    width: 100%;
  }
  #employment .workplace .wp_lists .wp-block-group__inner-container {
    flex-direction: column;
  }
  #employment .workplace .wp_lists .wp-block-group__inner-container ul:first-of-type {
    margin-bottom: -37px !important;
  }
  #employment .workplace ul {
    display: block;
    padding: 20px 14px;
  }
  #employment .workplace ul li {
    width: 100%;
    margin-bottom: 0.5em;
  }
}/*# sourceMappingURL=employment.css.map */