@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&family=Oswald:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
#HRTCongra {
  margin: 0 auto;
}
#HRTCongra .uk-container {
  max-width: 960px;
}

/**********************************************/
/*　HRテクノロジー大賞募集要項
/**********************************************/
div.OuboBtn {
  margin: 2em auto 4em;
  text-align: center;
  max-width: 460px;
}
div.OuboBtn a {
  margin-bottom: 0.5em;
  padding: 0px 8px;
  background: #379510;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.OuboBtn a strong {
  margin-right: 0.5em;
  border-radius: 4px;
  background: #FFF;
  color: #379510;
  height: 36px;
  padding: 0 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.OuboBtn a:hover {
  background: #9be514;
}

div#HRTechOuboHead {
  position: relative;
  background: #42275a; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #734b6d, #42275a); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #734b6d, #42275a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: #7b4397; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #dc2430, #7b4397); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #dc2430, #7b4397); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
@media print, screen and (min-width:577px) {
  div#HRTechOuboHead div#HRTechOuboMain {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
div#HRTechOuboHead div#HRTechOuboMain div.logo {
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  div#HRTechOuboHead div#HRTechOuboMain div.logo {
    margin: 0 0 1em 0;
  }
}
div#HRTechOuboHead div#HRTechOuboMain div.text h1 {
  margin: 0;
  font-family: "Oswald";
  font-weight: normal;
  line-height: 100%;
  color: #FFF;
  font-size: 5rem;
}
@media only screen and (max-width: 768px) {
  div#HRTechOuboHead div#HRTechOuboMain div.text h1 {
    font-size: 2.6rem;
    text-align: center;
  }
}
div#HRTechOuboHead div#HRTechOuboMain div.text h1 strong {
  display: block;
  font-size: 5rem;
  font-family: "Oswald";
  font-weight: normal;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  div#HRTechOuboHead div#HRTechOuboMain div.text h1 strong {
    margin-left: 0.3em;
    font-size: 2.6rem;
    text-align: center;
    display: inline;
  }
}
div#HRTechOuboHead div#HRTechOuboMain div.text h2 {
  margin: 1em 0;
  color: #FFF;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  div#HRTechOuboHead div#HRTechOuboMain div.text h2 {
    font-size: 1.1rem;
    text-align: center;
  }
}
div#HRTechOuboHead div#HRTechOuboMain div.text #HRTechSNS {
  margin: 0;
}
div#HRTechOuboHead div#HRTechOuboMain div.text #HRTechSNS ul {
  padding: 0;
  display: flex;
  justify-content: start;
  margin: 0;
}
div#HRTechOuboHead div#HRTechOuboMain div.text #HRTechSNS ul li {
  height: 35px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}
div#HRTechOuboHead div#HRTechOuboMain div.text #HRTechSNS ul li a:hover {
  opacity: 0.5;
}
div#HRTechOuboHead div#HRTechOuboMain div.text div#RegionAward {
  margin: 0 auto;
  padding: 10px 0;
  align-items: center;
  border-top: solid 1px #FFF;
}
@media print, screen and (min-width:577px) {
  div#HRTechOuboHead div#HRTechOuboMain div.text div#RegionAward {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
div#HRTechOuboHead div#HRTechOuboMain div.text div#RegionAward div.logo img {
  max-height: 20vh;
}
div#HRTechOuboHead div#HRTechOuboMain div.text div#RegionAward div.text {
  text-align: left;
}
div#HRTechOuboHead div#HRTechOuboMain div.text div#RegionAward div.text p {
  color: #FFF;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  div#HRTechOuboHead div#HRTechOuboMain div.text div#RegionAward div.text p {
    font-size: 1rem;
  }
}

div#HRTechOuboSponsor {
  text-align: center;
  background: #FFF;
}
div#HRTechOuboSponsor h1 {
  margin-bottom: 1em;
  text-align: center;
  font-family: "Sawarabi Mincho";
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  div#HRTechOuboSponsor h1 {
    font-size: 1.2rem;
  }
}

div#HRTechOuboIntro {
  background: #8e9eab; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
div#HRTechOuboIntro h1 {
  margin-bottom: 1em;
  text-align: center;
  font-family: "Sawarabi Mincho";
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  div#HRTechOuboIntro h1 {
    font-size: 1.2rem;
  }
}
div#HRTechOuboIntro div.text {
  margin: 2em auto;
  font-size: 1.2rem;
  font-weight: bold;
  max-width: 780px;
  color: #000;
}
div#HRTechOuboIntro div.rireki {
  margin: 2em auto 0;
  max-width: 780px;
}

div#HRTechOuboYoukou {
  background-color: #FFF;
}
div#HRTechOuboYoukou h1 {
  margin-bottom: 1em;
  text-align: center;
  font-family: "Sawarabi Mincho";
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  div#HRTechOuboYoukou h1 {
    font-size: 1.2rem;
  }
}
div#HRTechOuboYoukou h2 {
  text-align: center;
}
div#HRTechOuboYoukou table {
  margin: 0 auto;
  max-width: 780px;
}
div#HRTechOuboYoukou div.new-notice {
  margin: 1.5em 0;
  padding: 1.5em;
  border: solid 1px #d7186d;
  border-radius: 4px;
}
div#HRTechOuboYoukou div.new-notice h3 {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.2rem;
  color: #d7186d;
}
div#HRTechOuboYoukou ul.kijyun {
  margin-bottom: 1em;
}
div#HRTechOuboYoukou ul.kijyun li {
  font-weight: bold;
}
div#HRTechOuboYoukou ul.kijyun li span.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
div#HRTechOuboYoukou div.flow {
  margin: 2em auto;
  padding: 2em;
  max-width: 780px;
  background: #FFF;
}
div#HRTechOuboYoukou div.flow div.flow-img {
  margin: 2em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
div#HRTechOuboYoukou div.flow div.flow-img div.cts {
  padding: 1em;
  height: 100%;
  width: 22%;
  text-align: center;
  background: #0a8595;
  color: #FFF;
  border-radius: 4px;
}
div#HRTechOuboYoukou div.flow div.flow-img div.cts strong {
  margin: 0 auto 6px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  background: #FFF;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0a8595;
}
div#HRTechOuboYoukou div.flow dl {
  margin: 2em auto;
}
div#HRTechOuboYoukou div.flow dl dt {
  margin-bottom: 0.5em;
  color: #0a8595;
  font-size: 1.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
div#HRTechOuboYoukou div.flow dl dt strong {
  margin: 0 6px 0 0;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  background: #0a8595;
  color: #FFF;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#HRTechOuboYoukou div.flow dl dd {
  margin: 0 0 2em;
  padding: 0;
  font-weight: normal;
}
div#HRTechOuboYoukou div.rireki {
  margin: 2em auto;
  padding: 2em;
  max-width: 780px;
  background: #FFF;
}
div#HRTechOuboYoukou div.rireki ul {
  margin: 0 auto;
  width: fit-content;
}
div#HRTechOuboYoukou div.rireki ul li {
  border-color: #586a86;
}
div#HRTechOuboYoukou div.rireki ul li a span {
  margin-right: 1em;
  font-weight: bold;
  background: #586a86;
  color: #FFF;
  padding: 2px 6px;
  font-size: 0.8rem;
}

/*  授賞企業リスト*/
div#HRTCongra {
  margin: 0;
  padding-top: 0;
  background: #41255b;
  background: #42275a; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #734b6d, #42275a); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #734b6d, #42275a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}
div#HRTCongra div#HRTCongraTtl {
  margin-bottom: 2em;
  padding: 2em;
  background: #7b4397; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #dc2430, #7b4397); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #dc2430, #7b4397); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  min-height: 360px;
}
@media only screen and (max-width: 768px) {
  div#HRTCongra div#HRTCongraTtl {
    padding: 1em;
  }
}
@media print, screen and (min-width:577px) {
  div#HRTCongra div#HRTCongraTtl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  div#HRTCongra div#HRTCongraTtl {
    display: block;
  }
}
div#HRTCongra div#HRTCongraTtl div.img {
  min-width: 240px;
  text-align: center;
}
div#HRTCongra div#HRTCongraTtl div.img img {
  max-height: 240px;
  width: auto;
}
div#HRTCongra div#HRTCongraTtl div.text {
  margin-bottom: 2em;
}
div#HRTCongra div#HRTCongraTtl div.text div.ttl {
  font-family: "Oswald";
}
@media print, screen and (min-width:577px) {
  div#HRTCongra div#HRTCongraTtl div.text div.ttl {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  div#HRTCongra div#HRTCongraTtl div.text div.ttl {
    font-size: 2em;
    text-align: center;
  }
}
div#HRTCongra div#HRTCongraTtl div.text h1 {
  margin: 0 0 1rem;
  color: #fff;
}
@media print, screen and (min-width:577px) {
  div#HRTCongra div#HRTCongraTtl div.text h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  div#HRTCongra div#HRTCongraTtl div.text h1 {
    font-size: 1.5em;
    text-align: center;
  }
}
@media print, screen and (min-width:577px) {
  div#HRTCongra div#HRTCongraTtl div.text h1 br {
    display: none;
  }
}
div#HRTCongra div#HRTCongraTtl div.text h1 span {
  margin-top: 6px;
  display: block;
  text-align: right;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  div#HRTCongra div#HRTCongraTtl div.text h1 span {
    text-align: center;
  }
}
div#HRTCongra div#HRTCongraTtl div.text h2 {
  margin: 0;
  color: #fff !important;
}
@media print, screen and (min-width:577px) {
  div#HRTCongra div#HRTCongraTtl div.text h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  div#HRTCongra div#HRTCongraTtl div.text h2 {
    font-size: 1rem;
    text-align: center;
  }
}
div#HRTCongra div#HRTCongraTtl div.text div.text-youtube {
  margin: 2em 0;
}
div#HRTCongra div#HRTCongraTtl div.text div.text-youtube a {
  margin-left: auto;
  background-color: #c00;
  border: solid 1px #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  height: 48px;
}
@media only screen and (max-width: 768px) {
  div#HRTCongra div#HRTCongraTtl div.text div.text-youtube a {
    font-size: 0.8em;
  }
}
div#HRTCongra div#HRTCongraTtl div.text div.text-youtube a i {
  margin-right: 6px;
}
@media only screen and (max-width: 768px) {
  div#HRTCongra div#HRTCongraTtl div.text div.text-youtube a i {
    font-size: 24px;
  }
}
div#HRTCongra div.intro table.uk-table {
  background: #fff;
  color: #111;
}
div#HRTCongra div.intro table.uk-table th {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: bold;
}
div#HRTCongra dl#HrTechComList dt {
  margin: 40px 0 15px;
  padding: 8px;
  text-align: center;
  background: #cbb031;
  color: #331642;
  font-weight: normal;
  font-size: 24px;
}
div#HRTCongra dl#HrTechComList dd {
  margin: 0;
}
div#HRTCongra dl#HrTechComList dd strong.cat {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #ccc;
  text-align: center;
  color: rgb(102, 153, 51);
  display: block;
  font-weight: bold;
}
div#HRTCongra dl#HrTechComList dd div.img {
  padding: 2em;
  text-align: center;
  height: auto;
}
div#HRTCongra dl#HrTechComList dd div.img a {
  color: #333;
  text-decoration: none;
}
div#HRTCongra dl#HrTechComList dd div.img a p {
  margin: 2em 0 0;
  font-size: 12px;
  font-weight: bold;
}
div#HRTCongra dl#HrTechComList dd h2 {
  margin: 1em 0 12px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  border-bottom: dotted 1px #ccc;
  color: #41255b;
}
div#HRTCongra dl#HrTechComList dd div.oneclm {
  margin-bottom: 15px;
  padding: 20px;
  background: #fff;
}
div#HRTCongra dl#HrTechComList dd div.oneclm h2 {
  font-size: 20px;
}
div#HRTCongra dl#HrTechComList dd div.oneclm p {
  font-size: 14px;
  color: #111;
}
@media only screen and (max-width: 768px) {
  div#HRTCongra dl#HrTechComList dd .uk-card-body {
    padding: 1em;
  }
}
div#HRTCongra dl#HrTechComList dd div.coml {
  margin-bottom: 15px;
  padding: 15px;
  background: #fff;
}
div#HRTCongra dl#HrTechComList dd div.comr {
  margin-bottom: 15px;
  padding: 15px;
  background: #fff;
}
div#HRTCongra dl#HrTechComList dd div.com3l {
  margin-bottom: 15px;
  padding: 15px;
  background: #fff;
}
div#HRTCongra dl#HrTechComList dd div.com3 {
  margin-bottom: 15px;
  padding: 15px;
  background: #fff;
}
div#HRTCongra dl#HrTechComList dd:after {
  content: "";
  display: table;
  clear: both;
}
div#HRTCongra dl#HrTechComList dd div.youtube-link {
  margin: 1em 0;
  text-align: right;
}
div#HRTCongra dl#HrTechComList dd div.youtube-link a {
  margin-left: auto;
  background-color: #c00;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 36px;
}
div#HRTCongra dl#HrTechComList dd div.youtube-link a i {
  margin-right: 6px;
}
div#HRTCongra div#HrTechItvCts {
  margin-top: 3em;
}
div#HRTCongra div#HrTechItvCts h3 {
  margin-bottom: 1.5em;
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
div#HRTCongra div#HrTechItvCts p {
  margin: 1em auto;
  width: 80%;
}
div#HRTCongra div#HrTechItvCts div.link-area {
  margin: 2em auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  div#HRTCongra div#HrTechItvCts div.link-area {
    display: block;
  }
}
div#HRTCongra div#HrTechItvCts div.link-area a {
  margin: 0 4px;
  border-radius: 8px;
  height: 36px;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: #14a16a;
}
@media only screen and (max-width: 768px) {
  div#HRTCongra div#HrTechItvCts div.link-area a {
    width: 80%;
    margin: 0 auto 1em;
  }
}

p.btn-itv {
  text-align: center;
}
p.btn-itv a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 8px;
  color: #fff;
  background: #414daf;
}

div#HrTechBosyu {
  background-color: #fff;
}
div#HrTechBosyu p img {
  width: 100%;
  height: auto;
}

div#HRTechOuboYoukou {
  background: #fff;
}
div#HRTechOuboYoukou h2 {
  text-align: center;
}
div#HRTechOuboYoukou ul.kijyun li {
  font-weight: bold;
}
div#HRTechOuboYoukou ul.kijyun li span.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
div#HRTechOuboYoukou div.rireki {
  margin: 2em auto 0;
  max-width: 640px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  div#HRTechOuboYoukou div.rireki {
    margin: 0 auto;
    padding: 1em;
    border: solid 1px #ccc;
  }
}
@media only screen and (max-width: 768px) {
  div#HRTechOuboYoukou div.rireki h1 {
    margin: 0 1em !important;
  }
  div#HRTechOuboYoukou div.rireki h1 span {
    font-size: 1.2rem;
  }
}
div#HRTechOuboYoukou div.rireki ul.uk-list-divider li {
  border-color: #586a86;
}
div#HRTechOuboYoukou div.rireki ul.uk-list-divider li a span {
  margin-right: 1em;
  font-weight: bold;
  background: #586a86;
  color: #fff;
  padding: 2px 6px;
  font-size: 0.8rem;
}

div.new-notice {
  margin: 1.5em 0;
  padding: 1.5em;
  border: solid 1px #d7186d;
  border-radius: 4px;
}
div.new-notice h3 {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.2rem;
  color: #d7186d;
}

div#HrTechHistory ul {
  margin: 0 auto;
  max-width: 300px;
}

.link-banner {
  display: flex;
  justify-content: center;
  margin-block-end: 3rem;
}
.link-banner a {
  display: block;
  width: fit-content;
}
.link-banner img {
  width: min(90vw, 780px);
}
