main {
  font-weight: normal;
  font-size: 16px;
}

main h2 {
  margin-bottom: 40px;
}

main .recruit_off.active,
main .recruit_on.active {
  display: block;
}

main .recruit_off {
  display: none;
  margin-top: 80px;
  padding: 40px;
  border: 1px solid #2080C0;
  background: #fff;
  color: #2080C0;
}

main .recruit_on {
  display: none;
}

main .recruit_on h3 {
  margin-top: 80px;
  color: #2080C0;
  font-weight: bold;
  font-size: 20px;
}

main .recruit_on dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #2080C0;
  font-size: 20px;
}

main .recruit_on dt,
main .recruit_on dd {
  padding: 30px 0;
  border-bottom: 1px solid #2080C0;
}

main .recruit_on dt {
  width: 240px;
  color: #2080C0;
}

main .recruit_on dd {
  width: calc(100% - 240px);
}

main .recruit_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

main .recruit_bnr picture {
  width: 50%;
}

main .recruit_bnr picture img {
  width: 100%;
  -o-object-fit: unset;
     object-fit: unset;
}

main .recruit_bnr div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  background: linear-gradient(135deg, #2080c0 0%, #80b0d0 100%);
  color: #fff;
  text-align: center;
}

main .recruit_bnr div p:first-child {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  main h2 {
    margin-bottom: 0;
  }
  main .recruit_off {
    padding: 20px;
  }
  main .recruit_on h3 {
    margin-bottom: 12px;
    font-size: 16px;
  }
  main .recruit_on dl {
    border-top: 1px solid #2080C0;
    font-size: 16px;
  }
  main .recruit_on dt,
  main .recruit_on dd {
    padding: 0;
  }
  main .recruit_on dt {
    width: calc(100%);
    padding: 12px 0 0;
    border-bottom: none;
  }
  main .recruit_on dd {
    width: calc(100%);
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(32, 128, 192, 0.2);
  }
  main .recruit_on dd:last-child {
    border-bottom: 1px solid #2080C0;
  }
  main .recruit_bnr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .recruit_bnr picture {
    width: 100%;
  }
  main .recruit_bnr picture img {
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  main .recruit_bnr div {
    width: 100%;
    padding: 30px;
  }
  main .recruit_bnr div p:first-child {
    width: 100%;
    font-size: 16px;
  }
}

/*# sourceMappingURL=maps/recruit.css.map */
