@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&amp;display=swap");
#contents {
  font-size: 112.5%;
}
#contents img {
  max-width: 100%;
  height: auto;
}
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
  font-style: normal;
}

/* -- top  -- */
#top .mt_s {
  margin-top: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  #top .mt_s {
    margin-top: 5.3333333333vw;
  }
}
#top .mt_l {
  margin-top: 4.2857142857vw;
}
@media screen and (max-width: 767px) {
  #top .mt_l {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #top .forsp,
  #top br.forsp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #top .forpc,
  #top br.forpc {
    display: none !important;
  }
}
#top .quicksand {
  font-family: "Quicksand", sans-serif !important;
}
#top .aligncenter {
  text-align: center !important;
}
#top .btn__readmore span,
#top .link__readmore span {
  position: relative;
  padding-right: 1.5em;
  font-family: "Quicksand", sans-serif !important;
  font-weight: 700;
}
#top .btn__readmore span::before,
#top .link__readmore span::before {
  content: "";
  display: block;
  position: absolute;
  right: 0.3em;
  top: 0;
  bottom: 0;
  width: 0.6em;
  height: 0.45em;
  margin: auto 0;
  background-color: #000;
  transition: right 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
#top .btn__readmore span::after,
#top .link__readmore span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 0.35em;
  border-color: #000 #000 transparent transparent;
  transform: rotate(45deg);
  transition: right 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (hover: hover) {
  #top a.btn__readmore:hover span::before,
  #top a.link__readmore:hover span::before,
  #top a:hover .link__readmore span::before {
    right: -0.2em;
  }
  #top a.btn__readmore:hover span::after,
  #top a.link__readmore:hover span::after,
  #top a:hover .link__readmore span::after {
    right: -0.5em;
  }
}
#top .btn__readmore {
  display: inline-block;
  width: 20rem;
  padding: 1em 2em;
  border-radius: 2em;
  background-color: #285b89;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top .btn__readmore {
    width: 66%;
    padding: 0.75em 1.5em;
    font-size: 85.7142857143%;
  }
}
#top .btn__readmore span {
  display: block;
  padding-right: 0;
}
#top .btn__readmore span::before {
  background-color: #fff;
}
#top .btn__readmore span::after {
  border-color: #fff #fff transparent transparent;
}
#top .contents__ttl__withen {
  color: #60646e;
  font-size: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top .contents__ttl__withen {
    margin-bottom: 6.6666666667vw;
    line-height: 1.5;
  }
}
#top .contents__ttl__withen span {
  font-size: 287.5%;
}
@media screen and (max-width: 767px) {
  #top .contents__ttl__withen span {
    font-size: 171.4285714286%;
  }
}
#top .contents__ttl__withen::after {
  content: attr(data-en);
  display: inline-block;
  position: relative;
  margin-top: 0.5em;
  vertical-align: top;
  color: #46a8f5;
  font-size: 150%;
  font-weight: 700;
  line-height: 1;
  font-family: "Quicksand", sans-serif !important;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  #top .contents__ttl__withen::after {
    font-size: 85.7142857143%;
  }
}
#top .contents__section {
  padding: 4.2857142857vw 0;
}
@media screen and (max-width: 767px) {
  #top .contents__section {
    padding: 8vw 0;
  }
}
#top .contents__inner {
  margin-left: 13.7142857143vw;
  margin-right: 13.7142857143vw;
}
@media screen and (max-width: 767px) {
  #top .contents__inner {
    margin-left: 3.3333333333vw;
    margin-right: 3.3333333333vw;
  }
}
#top .contents__inner.contents__inner__l {
  margin-left: 4.2857142857vw;
  margin-right: 4.2857142857vw;
}
@media screen and (max-width: 767px) {
  #top .contents__inner.contents__inner__l {
    margin-left: 3.3333333333vw;
    margin-right: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #top .contents__inner.slightly__narrow {
    margin-left: 19.2857142857vw;
    margin-right: 19.2857142857vw;
  }
}
#top .contents__inner.bg__aqua {
  background-color: #edf6fd;
}
#top .contents__inner.bg__aqua.lifestage__sec {
  padding: 2.1428571429vw 1.2857142857vw 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  #top .contents__inner.bg__aqua.lifestage__sec {
    margin-left: 0;
    margin-right: 0;
    padding-top: 6.6666666667vw 0 3.3333333333vw;
  }
}
#top .contents__lead {
  margin-top: 3.2142857143vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top .contents__lead {
    margin-top: 3.3333333333vw;
    font-size: 85.7142857143%;
  }
}
#top .mv {
  position: relative;
}
#top .mv .mv__main {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  left: 27.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
}
@media screen and (max-width: 767px) {
  #top .mv .mv__main {
    left: 4vw;
  }
}
#top .mv .mv__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5em;
  padding: 0 0.5em;
  background-color: #0468b7;
  color: #fff;
  font-size: 125%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #top .mv .mv__ttl {
    font-size: 85.7142857143%;
  }
}
#top .mv .mv__ttl__mini {
  font-size: 80%;
}
#top .mv .mv__catch img {
  width: 25.7142857143vw;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 767px) {
  #top .mv .mv__catch img {
    width: 60vw;
  }
}
#top .about_us__section {
  background: #fff url(https://www.kobelco.co.jp/gikensei/img/bg_giagonal_dot.png) repeat center center/30px 30px;
  overflow: hidden;
}
#top .about_us__section .contents__inner {
  position: relative;
}
#top .about_us__section .about_us__balloon {
  text-align: center;
}
#top .about_us__section .about_us__balloon p {
  display: inline-block;
  position: relative;
  padding: 0.5em 2em;
  border: 0.2rem solid #0468b7;
  border-radius: 0.5em;
  background-color: #fff;
  color: #0468b7;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #top .about_us__section .about_us__balloon p {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 100%;
  }
}
#top .about_us__section .about_us__balloon p::before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 0.1em);
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-color: #fff transparent transparent transparent;
  border-width: 0.9em 0.5em 0 0.5em;
  border-style: solid;
  z-index: 3;
}
#top .about_us__section .about_us__balloon p::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-color: #0468b7 transparent transparent transparent;
  border-width: 1em 0.6em 0 0.6em;
  border-style: solid;
  z-index: 2;
}
#top .about_us__section .sec__field {
  display: flex;
  justify-content: space-between;
  margin: 2.1428571429vw auto;
}
@media screen and (min-width: 768px) {
  #top .about_us__section .sec__field {
    margin-left: 6.4285714286vw;
    margin-right: 6.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  #top .about_us__section .sec__field {
    margin: 8vw 0;
  }
}
#top .about_us__section .sec__field li {
  width: 18.1428571429vw;
  color: #60646e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top .about_us__section .sec__field li {
    width: 30.6666666667vw;
  }
}
#top .about_us__section .sec__field__caption {
  margin-top: 0.5714285714vw;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top .about_us__section .sec__field__caption {
    margin-top: 1.0666666667vw;
    font-size: 87.5%;
  }
}
#top .about_us__section .about_us__summary {
  font-size: 150%;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top .about_us__section .about_us__summary {
    font-size: 85.7142857143%;
  }
}
#top .about_us__section .about_us__summary strong {
  display: inline-block;
  position: relative;
  margin: 0 0.1em;
  font-size: 150%;
}
@media screen and (max-width: 767px) {
  #top .about_us__section .about_us__summary strong {
    margin-bottom: 0.3em;
  }
}
#top .about_us__section .about_us__summary strong::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.15em;
  background-color: #60646e;
}
#top .about_us__section .about_us__summary strong.about_us__summary__material::after {
  background-color: #f45d59;
}
#top .about_us__section .about_us__summary strong.about_us__summary__machine::after {
  background-color: #71cfff;
}
#top .about_us__section .about_us__summary strong.about_us__summary__energy::after {
  background-color: #bbe767;
}
#top .about_us__section__icon {
  position: absolute;
}
#top .about_us__section__icon.pc {
  left: -5.7142857143vw;
  top: 12%;
  width: 10.6428571429vw;
}
@media screen and (max-width: 767px) {
  #top .about_us__section__icon.pc {
    display: none;
  }
}
#top .about_us__section__icon.car {
  left: -10.7142857143vw;
  top: calc(12% + 20vw);
  width: 12.3571428571vw;
}
@media screen and (max-width: 767px) {
  #top .about_us__section__icon.car {
    left: -2.2666666667vw;
    top: auto;
    bottom: 5.3333333333vw;
    width: 16vw;
  }
}
#top .about_us__section__icon.plane {
  right: -7.1428571429vw;
  top: 10%;
  width: 14.2857142857vw;
}
@media screen and (max-width: 767px) {
  #top .about_us__section__icon.plane {
    display: none;
  }
}
#top .about_us__section__icon.train {
  right: -8.5714285714vw;
  top: calc(10% + 20vw);
  width: 10.7142857143vw;
}
@media screen and (max-width: 767px) {
  #top .about_us__section__icon.train {
    right: -1.3333333333vw;
    top: auto;
    bottom: 5.3333333333vw;
    width: 14.6666666667vw;
  }
}
#top .work-life-balance__section {
  background: url(https://www.kobelco.co.jp/gikensei/img/bg_top_work-life-balance.png) no-repeat center center/cover;
}
#top .work-life-balance__section .contents__ttl__withen {
  text-shadow: 0.2em 0.2em 0 #fff;
}
#top .work-life-balance__section .work_life_balance_num__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3.2142857143vw;
  margin-left: 11.1428571429vw;
  margin-right: 11.1428571429vw;
}
@media screen and (max-width: 767px) {
  #top .work-life-balance__section .work_life_balance_num__list {
    margin: 8vw 0 5.3333333333vw;
  }
}
#top .work-life-balance__section .work_life_balance_num__list li {
  position: relative;
  width: 20.7142857143vw;
  margin: 0 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  #top .work-life-balance__section .work_life_balance_num__list li {
    width: 43.1654676259%;
    margin: 0;
  }
}
#top .work-life-balance__section .work_life_balance_num__list li::after {
  content: "";
  display: block;
  position: absolute;
  right: -2.1428571429vw;
  top: 5vw;
  height: calc(100% - 5vw);
  width: 1px;
  background-color: #abd0ed;
}
@media screen and (max-width: 767px) {
  #top .work-life-balance__section .work_life_balance_num__list li::after {
    right: -4vw;
    height: calc(100% - 2.6666666667vw);
  }
}
@media screen and (min-width: 768px) {
  #top .work-life-balance__section .work_life_balance_num__list li:first-child, #top .work-life-balance__section .work_life_balance_num__list li:nth-child(2), #top .work-life-balance__section .work_life_balance_num__list li:nth-child(3) {
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (min-width: 768px) {
  #top .work-life-balance__section .work_life_balance_num__list li:nth-child(4), #top .work-life-balance__section .work_life_balance_num__list li:last-child {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (min-width: 768px) {
  #top .work-life-balance__section .work_life_balance_num__list li:nth-child(3)::after, #top .work-life-balance__section .work_life_balance_num__list li:last-child::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  #top .work-life-balance__section .work_life_balance_num__list li:nth-child(odd) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  #top .work-life-balance__section .work_life_balance_num__list li:nth-child(even) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  #top .work-life-balance__section .work_life_balance_num__list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #top .work-life-balance__section .work_life_balance_num__list li:nth-child(even)::after, #top .work-life-balance__section .work_life_balance_num__list li:last-child::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  #top .work-life-balance__section .work_life_balance_num__list li:not(:last-child) {
    margin-bottom: 8vw;
  }
}
#top .work-life-balance__section .work_life_balance_num__list__ttl {
  padding: 0.8571428571vw;
  position: relative;
  margin-bottom: 1.4285714286vw;
  background-color: #0468b7;
  border-radius: 5px;
  color: #fff;
  font-size: 106.25%;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #top .work-life-balance__section .work_life_balance_num__list__ttl {
    margin-bottom: 4vw;
    font-size: 75%;
  }
}
#top .work-life-balance__section .work_life_balance_num__list__ttl::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(4, 104, 183, 0);
  border-top-color: #0468b7;
  border-width: 8px;
  margin-left: -8px;
}
#top .work-life-balance__section .work_life_balance_num__list__icon {
  width: 33.7837837838%;
  margin: 0 auto 0.7142857143vw;
  margin-bottom: 1.3333333333vw;
}
#top .work-life-balance__section .work_life_balance_num__list__text {
  margin: 0;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#top .work-life-balance__section .work_life_balance_num__list__text__price {
  color: #0468b7;
  font-family: "Quicksand", sans-serif;
  font-size: 333%;
}
@media screen and (max-width: 767px) {
  #top .work-life-balance__section .work_life_balance_num__list__text__price {
    font-size: 270%;
  }
}
#top .interview__section {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
#top .interview__section .interview__inner {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top .interview__section .interview__inner {
    flex-direction: column;
  }
}
#top .interview__section .interview__inner figure {
  flex-shrink: 0;
  width: 55.7142857143vw;
}
@media screen and (max-width: 767px) {
  #top .interview__section .interview__inner figure {
    width: 100%;
  }
}
#top .interview__section .interview__inner__main {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 55.7142857143vw);
  background: #0468b7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top .interview__section .interview__inner__main {
    display: block;
    width: 100%;
    padding: 8vw 4vw 10.6666666667vw;
  }
}
#top .interview__section .interview__inner .contents__ttl__withen {
  text-shadow: none;
}
#top .interview__section .interview__inner .contents__ttl__withen::after {
  margin-top: 0.2em;
}
#top .interview__section .interview__inner .contents__ttl__withen span {
  color: #fff;
}
#top .interview__section .interview__inner p {
  font-weight: 700;
  text-align: center;
}
#top .woman__section {
  position: relative;
  padding-top: 5.7142857143vw;
}
#top .woman__section::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: auto;
  height: 5.7142857143vw;
  background: url(https://www.kobelco.co.jp/gikensei/img/bg_colorful_bar.png) repeat-x center top/auto 5.7142857143vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #top .woman__section::before {
    height: 10.6666666667vw;
    background-size: auto 10.6666666667vw;
  }
}
#top .woman__section .contents__inner {
  padding: 0 5.7142857143vw;
}
@media screen and (max-width: 767px) {
  #top .woman__section .contents__inner {
    padding: 0 4vw;
  }
}
#top .woman__section .contents__lead {
  text-align: left;
}
#top .movie__section {
  background-color: #e3e6ea;
}
#top .movie__section .contents__inner__main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top .movie__section .contents__inner__main {
    flex-direction: column;
  }
}
#top .movie__section .contents__inner__main > div {
  width: calc(50% - 1em);
}
@media screen and (max-width: 767px) {
  #top .movie__section .contents__inner__main > div {
    width: 100%;
  }
  #top .movie__section .contents__inner__main > div:last-child {
    margin-top: 5.3333333333vw;
  }
}
#top .movie__section .contents__inner__main a {
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), top 0.5s cubic-bezier(0.23, 1, 0.32, 1), right 0.5s cubic-bezier(0.23, 1, 0.32, 1), bottom 0.5s cubic-bezier(0.23, 1, 0.32, 1), left 0.5s cubic-bezier(0.23, 1, 0.32, 1), width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (hover: hover) {
  #top .movie__section .contents__inner__main a:hover {
    opacity: 0.7;
  }
}
#top .movie__section .banner__works {
  margin: 6.5714285714vw 11.4285714286vw 0;
}
@media screen and (max-width: 767px) {
  #top .movie__section .banner__works {
    margin: 12vw 0 0;
  }
}
#top .movie__section .banner__works a {
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), top 0.5s cubic-bezier(0.23, 1, 0.32, 1), right 0.5s cubic-bezier(0.23, 1, 0.32, 1), bottom 0.5s cubic-bezier(0.23, 1, 0.32, 1), left 0.5s cubic-bezier(0.23, 1, 0.32, 1), width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), border 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-size 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (hover: hover) {
  #top .movie__section .banner__works a:hover {
    opacity: 0.7;
  }
}
#top .movie__section .banner__works a img {
  border: 2px solid #fff;
  border-radius: 10px;
}
#top .other__section {
  background-color: #0468b7;
}
#top .other__section .contents__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top .other__section .contents__inner {
    flex-direction: column;
  }
}
#top .other__section__item {
  width: calc(50% - 1em);
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #top .other__section__item {
    width: 100%;
    margin-top: 4vw;
  }
}
#top .other__section__item h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top .other__section__item h3 {
    margin-bottom: 2.6666666667vw;
    justify-content: flex-end;
  }
}
#top .other__section__item h3 span {
  color: #0468b7;
  font-size: 175%;
}
@media screen and (max-width: 767px) {
  #top .other__section__item h3 span {
    font-size: 114.2857142857%;
  }
}
#top .other__section__item h3 img {
  flex-shrink: 0;
  width: 8.7142857143vw;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  #top .other__section__item h3 img {
    width: 18.6666666667vw;
    margin-right: 0;
    margin-left: 9.6vw;
  }
}
#top .other__section__item p {
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #top .other__section__item p {
    font-size: 85.7142857143%;
  }
}
#top .other__section__item .link__readmore__wrap {
  margin-top: auto;
  text-align: right;
}
#top .other__section__anchor {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.2em 2.5em;
  border-radius: 1em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #top .other__section__anchor {
    padding: 1em 1.5em;
  }
}/*# sourceMappingURL=top.css.map */