<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
h2 {
  font-size: 21px;
  text-align: center;
  line-height: 55px;
  margin: 0;
}
@media (max-width: 575px) {
  h2 {
    font-size: 15px;
    line-height: 40px;
  }
}

h3 {
  line-height: 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 575px) {
  h3 {
    font-size: 14px;
  }
}

p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 575px) {
  p {
    font-size: 11px;
  }
}

table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: 15px;
  margin-bottom: 40px;
}
table td {
  font-size: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

.table-title {
  width: 50px;
  font-size: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 20px;
  vertical-align: top;
  position: relative;
  top: -2px;
}

.table-text {
  font-size: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 16px;
  vertical-align: top;
}

.text-18-b {
  font-size: 18px;
  font-weight: 600;
  padding-left: 30px;
}
@media (max-width: 575px) {
  .text-18-b {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .text-sp-12-b {
    font-size: 12px;
    font-weight: 600;
  }
}

.soukatsu-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .soukatsu-title {
    font-size: 14px;
  }
}

.archive-nav {
  background-color: #F3F3F3;
  justify-content: center;
  padding: 34px;
}
@media (max-width: 575px) {
  .archive-nav {
    padding: 40px;
    padding-top: 20px;
    margin-top: 75px;
  }
}

.archive-nav-button {
  border: solid 1px;
  width: 170px;
  height: 40px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  margin-bottom: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #F3F3F3;
}
.archive-nav-button:last-child {
  margin-bottom: 0;
}
.archive-nav-button a {
  font-size: 14px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 575px) {
  .archive-nav-button a {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .archive-nav-button {
    margin-top: 10px;
    width: 120px;
    height: 30px;
  }
}

.judge-layout {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 600px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  grid-template-areas: "aaa";
}
@media (max-width: 575px) {
  .judge-layout {
    width: 200px;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    grid-template-areas: "aa";
  }
}

.judge-base {
  margin-bottom: 80px;
  padding: 0;
  padding-left: 40px;
}
@media (max-width: 575px) {
  .judge-base {
    padding-left: 0px;
    margin-bottom: 40px;
  }
}

.judge-area {
  display: block;
  justify-content: start;
  width: 220px;
  height: 160px;
  float: left;
  align-self: center;
  justify-self: center;
}

.judge-name {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .judge-name {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 0;
  }
}

.judge-company {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .judge-company {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0px;
    text-align: center;
  }
}

.judge-role {
  display: block;
  font-size: 12px;
}
@media (max-width: 575px) {
  .judge-role {
    font-size: 9px;
    padding-top: 0;
    text-align: center;
  }
}

.judge-centering {
  display: flex !important;
  justify-content: center !important;
}

.underline {
  text-decoration: underline;
  margin-bottom: 5px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 575px) {
  .underline {
    font-size: 12px;
  }
}

.overview-text {
  margin-left: 20px;
  line-height: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 575px) {
  .overview-text {
    margin-left: 10px;
    font-size: 11px;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  .margin-left-10-sp {
    margin-left: 10px;
  }
}

.margin-left-20 {
  margin-left: 20px;
}

.concept-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}
@media (max-width: 575px) {
  .concept-text {
    font-size: 11px;
    margin-top: 0px;
    padding: 0;
  }
}

.section-area {
  margin-top: 130px;
}
@media (max-width: 575px) {
  .section-area {
    margin-top: 50px;
  }
}

.section-text-sp {
  font-size: 14px;
  text-align: center;
  margin: auto;
  background-color: #FFFFFF;
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: visible;
}
.section-text-sp p {
  text-align: center;
  height: 40px;
  line-height: 30px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #FFFFFF;
}

.shinsa-houhou {
  padding-left: 0;
}
.shinsa-houhou li {
  font-size: 10px;
}

.work-area {
  justify-content: space-between;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.work-area p {
  padding: 0;
}

.background-red {
  background-color: rgba(246, 95, 95, 0.6431372549);
}

@media screen and (min-width: 764px) {
  .key-visual {
    margin-top: 100px;
  }
}

@media screen and (min-width: 764px) {
  .breadcrumb {
    margin-top: 30px;
  }
}

.winner-text {
  font-size: 11px;
  word-break: keep-all;
  line-height: 1.2;
  padding-bottom: 0;
}
@media screen and (min-width: 575px) {
  .winner-text {
    font-size: 16px;
  }
}

.work {
  display: flex;
  flex-direction: row;
}
.work-name-area {
  margin-left: 10px;
  padding: 5px 0 0 0;
}
@media screen and (min-width: 764px) {
  .work-name-area {
    display: inline-block;
  }
}
.work-name-area p {
  font-size: 11px;
}
@media screen and (min-width: 575px) {
  .work-name-area p {
    font-size: 16px;
  }
}
.work-name-area p:first-child {
  padding: 0;
  display: block;
}
@media screen and (min-width: 764px) {
  .work-name-area p:first-child {
    display: inline;
  }
}
.work-name-area p:nth-child(2) {
  padding: 0;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 764px) {
  .work-name-area p:nth-child(2) {
    display: inline;
  }
}

.winner-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 900px;
  margin: auto;
}
@media screen and (min-width: 900px) {
  .winner-container {
    width: 900px;
  }
}
.winner-container .winner-area-learge {
  width: 100%;
  margin: 0 20px 0 20px;
}
@media screen and (min-width: 900px) {
  .winner-container .winner-area-learge {
    margin: 0;
  }
}
.winner-container .winner-area-learge img {
  width: 100%;
  margin-bottom: 5px;
}
.winner-container .winner-area {
  width: 100%;
  margin: 0 20px 0 20px;
}
@media screen and (min-width: 900px) {
  .winner-container .winner-area {
    width: 420px;
    margin: 0;
  }
}
.winner-container .winner-area img {
  margin-bottom: 5px;
}/*# sourceMappingURL=archive.css.map */</pre></body></html>