body {
  overflow-x: hidden;
}

.topHeader__noSticky__border {
  box-shadow: none;
}

html.common .header_breadcrumb {
  display: none;
}

.link__top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  z-index: 100;
  opacity: 0;
  transition-duration: .4s;
}

.link__top.show {
  opacity: 1;
}

.link__top a:hover {
  opacity: 0.5;
}

.link__top img {
  width: 100%;
}

#bestvalueaward {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: calc(32 / 16);
  color: #fff;
  -webkit-text-size-adjust: 100%;
  background-color: #0c0602;
}
#bestvalueaward .sp {
  display: none !important;
}
#bestvalueaward a {
  transition: all 0.2s;
}
#bestvalueaward a:hover {
  opacity: 0.75;
}
#bestvalueaward p {
  text-align: left;
}
#bestvalueaward .bold {
  font-weight: 700;
}
#bestvalueaward .inner {
  width: 950px;
  margin: 0 auto;
  padding: 90px 0;
  position: relative;
}
#bestvalueaward .gNav {
  border-bottom: 1px solid #fff;
}
#bestvalueaward .gNav .gNavHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 53px;
}
#bestvalueaward .gNav .gNavHeader .mt {
  height: 25px;
}
#bestvalueaward .gNav .gNavHeader .award {
  height: 23px;
}
#bestvalueaward .gNav .gNavHeader .times {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 26px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #e6e1d6;
  border: 1px solid #e6e1d6;
}
#bestvalueaward .gNav .gNavHeader.bg-gold {
  background: linear-gradient(#5e471d, #bfa15a);
}
#bestvalueaward .gNav .gNavHeader.bg-silver {
  background: linear-gradient(#2a1f0f, #6d6d6d);
}
#bestvalueaward .gNav .inner {
  padding: 12px 0 11px;
}
#bestvalueaward .gNav .mainMenu {
  display: flex;
}
#bestvalueaward .gNav .mainMenu > li {
  flex-grow: 1;
  height: 27px;
  border-right: 1px solid #fff;
  position: relative;
}
#bestvalueaward .gNav .mainMenu > li:last-child {
  border-right: none;
}
#bestvalueaward .gNav .mainMenu > li > a {
  color: #fff;
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  cursor: pointer;
}
#bestvalueaward .gNav .mainMenu > li > a .emphasis {
  color: #d9b746;
}
#bestvalueaward .gNav .mainMenu > li:first-child > a {
  padding-left: 0;
}
#bestvalueaward .gNav .mainMenu > li:last-child > a {
  padding-right: 0;
}
#bestvalueaward .gNav .subMenu {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 38px;
  display: none;
  flex-direction: column;
  width: max-content;
  background: linear-gradient(to left, #e9e3d4 0%, #f6db97 50%, #eccc8c 100%);
}
#bestvalueaward .gNav .subMenu > li {
  height: 46px;
  border-bottom: 1px solid #000;
}
#bestvalueaward .gNav .subMenu > li:last-child {
  border-bottom: none;
}
#bestvalueaward .gNav .subMenu > li > a {
  font-size: 18px;
  color: #000;
  padding: 0 35px 0 17px;
  background-image: url(../img/common/gnav_submenu_arrow.png);
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: right 12px center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
#bestvalueaward h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 50px;
}
#bestvalueaward h2 .arrows {
  padding: 0 170px;
  background-image: url(../img/common/h2_arrows_bg_left.png), url(../img/common/h2_arrows_bg_right.png);
  background-repeat: no-repeat;
  background-size: auto calc(134px / 2);
  background-position: left center, right center;
}
#bestvalueaward h2:has(.lines) {
  display: flex;
  align-items: center;
  justify-content: center;
}
#bestvalueaward h2 .lines {
  position: relative;
  padding: 0 calc(82px + 20px);
}
#bestvalueaward h2 .lines::before, #bestvalueaward h2 .lines::after {
  content: "";
  width: 82px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#bestvalueaward h2 .lines::before {
  left: 0;
}
#bestvalueaward h2 .lines::after {
  right: 0;
}
#bestvalueaward h2 .small {
  font-size: 24px;
  vertical-align: middle;
}
#bestvalueaward section.mainTitle .inner {
  padding: 0;
}
#bestvalueaward section.mainTitle h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 179px;
  background-image: url(../img/pc/h1_bg.jpg);
  background-repeat: no-repeat;
  background-size: 949px auto;
  background-position: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
#bestvalueaward section.mainTitle h1 em {
  font-style: normal;
  font-weight: 500;
  background: linear-gradient(to top, #fff 0%, #d9cfb6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#bestvalueaward section.cFooter {
  background-color: #000;
}
#bestvalueaward section.cFooter .inner {
  padding: 0;
  height: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#bestvalueaward section.cFooter p {
  font-size: 16px;
  line-height: 1;
}
#bestvalueaward section.bg-brown01 {
  background-image: url(../img/pc/bg_brown01_v2.jpg);
  background-repeat: no-repeat;
  background-size: 1590px auto;
  background-position: center top;
  background-color: #0c0602;
}
#bestvalueaward section.bg-brown02 {
  background-image: url(../img/pc/bg_brown02.jpg);
  background-repeat: no-repeat;
  background-size: 1590px auto;
  background-position: center top;
}
#bestvalueaward section.bg-gray01, #bestvalueaward section.bg-gray02 {
  background-repeat: no-repeat;
  background-size: 1590px auto;
  background-position: center top;
  color: #000;
}
#bestvalueaward section.bg-gray01 h2, #bestvalueaward section.bg-gray02 h2 {
  color: #000;
}
#bestvalueaward section.bg-gray01 p, #bestvalueaward section.bg-gray02 p {
  color: #000;
}
#bestvalueaward section.bg-gray01 {
  background-image: url(../img/pc/bg_gray01.jpg);
}
#bestvalueaward section.bg-gray02 {
  background-image: url(../img/pc/bg_gray02.jpg);
}
#bestvalueaward .lead {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(36 / 20);
  text-align: center;
}
#bestvalueaward .link {
  width: 286px;
  height: 85px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  box-shadow: 3px 3px 32px rgba(0, 0, 0, 0.18);
  background: linear-gradient(180deg, #bc8d16 0%, #e5ba4b 100%);
}
#bestvalueaward .link span {
  padding: 0 calc(61px + 10px) 0 0;
  background-image: url(../img/common/link_arrow.png);
  background-repeat: no-repeat;
  background-position: right 21px;
  background-size: 61px auto;
}
#bestvalueaward .list-judges {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 70px;
  position: relative;
  z-index: 0;
}
#bestvalueaward .list-judges li {
  width: calc((100% - 70px) / 2);
  padding-bottom: 25px;
  position: relative;
}
#bestvalueaward .list-judges li::before {
  content: "";
  display: block;
  width: 100%;
  height: 241px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#bestvalueaward .list-judges .ph {
  width: 286px;
  display: block;
  margin: 0 auto;
}
#bestvalueaward .list-judges p {
  font-size: 20px;
  line-height: calc(32 / 20);
  color: #000;
  text-align: center;
}
#bestvalueaward .list-judges .name {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #8f0f0f;
  margin-bottom: 20px;
}
#bestvalueaward .list-judges .name em {
  font-style: normal;
  font-size: 30px;
  font-weight: 700;
}
#bestvalueaward.p-top .gNav .gNavHeader {
  display: none;
}
#bestvalueaward.p-top .boxy {
  border: 2px solid #fff;
  padding: 70px 40px;
}
#bestvalueaward.p-top section.mainTitle {
  height: auto;
  background-image: url(../img/pc/2026/top_mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: 1590px auto;
  background-position: center top;
}
#bestvalueaward.p-top section.mainTitle .inner {
  padding: 65px 0 60px;
}
#bestvalueaward.p-top section.mainTitle h1 {
  display: block;
  padding-left: 300px;
  margin: 0 auto;
  background-image: url(../img/common/2026/award_logo_main.png);
  background-repeat: no-repeat;
  background-position: 0 15px;
  background-size: 292px auto;
  height: calc(734px / 2);
}
#bestvalueaward.p-top section.mainTitle h1 img {
  width: 629px;
}
#bestvalueaward.p-top section.mainTitle .entry {
  position: absolute;
  top: 35px;
  right: 0;
  width: 235px;
}
#bestvalueaward.p-top section.mainTitle table {
  border-collapse: separate;
  border: 1px solid #fff;
  width: 100%;
  padding: 10px;
}
#bestvalueaward.p-top section.mainTitle td {
  padding: 14px 18px;
  font-size: 17px;
  line-height: calc(32 / 18);
  white-space: nowrap;
  vertical-align: middle;
  width: 50%;
}
#bestvalueaward.p-top section.mainTitle tr:first-child td {
  padding-top: calc(14px - 10px);
  position: relative;
}
#bestvalueaward.p-top section.mainTitle tr:first-child td::before {
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  display: block;
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #fff;
}
#bestvalueaward.p-top section.mainTitle tr:first-child td:first-child::before {
  right: -1px;
}
#bestvalueaward.p-top section.mainTitle tr:first-child td:first-child::after {
  bottom: -1px;
}
#bestvalueaward.p-top section.mainTitle tr:first-child td:last-child::before {
  left: -1px;
}
#bestvalueaward.p-top section.mainTitle tr:last-child td {
  padding-bottom: calc(14px - 10px);
}
#bestvalueaward.p-top section.mainTitle tr:last-child td:first-child::after {
  top: -1px;
}
#bestvalueaward.p-top section.mainTitle td:first-child {
  padding-left: calc(18px - 10px);
  position: relative;
}
#bestvalueaward.p-top section.mainTitle td:first-child::after {
  content: "";
  width: 100%;
  height: calc(100% + 2px);
  display: block;
  position: absolute;
  right: -1px;
  border-right: 1px solid #fff;
}
#bestvalueaward.p-top section.mainTitle td:last-child {
  padding-right: calc(18px - 10px);
}
#bestvalueaward.p-top section.about {
  background-image: url(../img/pc/top_about_bg.jpg);
  background-repeat: no-repeat;
  background-size: 1590px 100%;
  background-position: center top;
}
#bestvalueaward.p-top section.about .inner {
  padding: 75px 0 90px;
}
#bestvalueaward.p-top section.about h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-shadow: 0 0 32px rgba(215, 238, 246, 0.4);
  background: linear-gradient(180deg, #e9e3d4 0%, #f6db97 50%, #eccc8c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#bestvalueaward.p-top section.about .logo {
  width: 250px;
  display: block;
  margin: 0 auto 20px;
}
#bestvalueaward.p-top section.about p {
  font-size: 20px;
  line-height: calc(42 / 20);
  text-align: center;
}
#bestvalueaward.p-top section.about p:not(:last-child) {
  margin-bottom: 2em;
}
#bestvalueaward.p-top section.about .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  width: max-content;
  height: 80px;
  padding: 0 95px 0 50px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  position: relative;
}
#bestvalueaward.p-top section.about .button::before, #bestvalueaward.p-top section.about .button::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 55px;
  width: 25px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
#bestvalueaward.p-top section.about .button::before {
  transform: rotate(45deg);
}
#bestvalueaward.p-top section.about .button::after {
  transform: rotate(-45deg);
}
#bestvalueaward.p-top section.schedule .inner {
  padding: 90px 0 250px;
  background-image: url(../img/common/top_schedule_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
#bestvalueaward.p-top section.schedule h2 {
  margin-bottom: 70px;
}
#bestvalueaward.p-top section.schedule .table-schedule {
  margin-bottom: 70px;
  padding-left: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-left: 2px solid #fff;
}
#bestvalueaward.p-top section.schedule dl {
  border: 2px solid #fff;
  display: flex;
}
#bestvalueaward.p-top section.schedule dt {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  width: 300px;
  padding: 12px 0;
  border-right: none;
  position: relative;
}
#bestvalueaward.p-top section.schedule dt::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: calc(-100px - 15px / 2 - 2px);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#bestvalueaward.p-top section.schedule dt::after {
  content: "";
  width: 120px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: -100px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#bestvalueaward.p-top section.schedule dd {
  font-size: 20px;
  padding: 12px 50px;
  border-left: none;
  position: relative;
}
#bestvalueaward.p-top section.schedule dd::before {
  content: "";
  width: 2px;
  height: calc(100% - 16px * 2);
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#bestvalueaward.p-top section.awards .inner {
  padding-top: 0;
  padding-bottom: 60px;
}
#bestvalueaward.p-top section.awards h2 {
  margin-bottom: 74px;
}
#bestvalueaward.p-top section.awards dl {
  display: flex;
  gap: 10px;
}
#bestvalueaward.p-top section.awards dl + dl {
  margin-top: 40px;
}
#bestvalueaward.p-top section.awards dl.grandPrize {
  gap: 12px;
}
#bestvalueaward.p-top section.awards dl.grandPrize dt {
  padding: 13px 0;
  width: 257px;
  background: linear-gradient(to right, #801a23, #a3343d);
}
#bestvalueaward.p-top section.awards dl.grandPrize dt img {
  width: 200px;
}
#bestvalueaward.p-top section.awards dl.grandPrize dd {
  background: linear-gradient(to right, #a3343d, #801a23);
}
#bestvalueaward.p-top section.awards dl.grandPrize dd p {
  color: #fff;
  font-size: 20px;
  line-height: calc(36 / 20);
}
#bestvalueaward.p-top section.awards dl.grandPrize dd .heading {
  font-size: 40px;
  line-height: 1em;
  background: linear-gradient(180deg, #e5ba4b 0%, #eed8a1 50%, #e5ba4b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#bestvalueaward.p-top section.awards dl.otherPrize dt {
  width: 126px;
}
#bestvalueaward.p-top section.awards dl.otherPrize dt img {
  width: calc(137px * 0.8);
}
#bestvalueaward.p-top section.awards dl.otherPrize dd {
  width: calc(100% - 126px - 10px);
}
#bestvalueaward.p-top section.awards dt {
  width: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
#bestvalueaward.p-top section.awards dt img {
  width: 137px;
}
#bestvalueaward.p-top section.awards dd {
  width: calc(100% - 168px - 10px);
  padding: 36px 30px;
  background: #fff;
}
#bestvalueaward.p-top section.awards dd p {
  font-size: 18px;
  line-height: calc(32 / 18);
  color: #000;
}
#bestvalueaward.p-top section.awards dd .heading {
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(180deg, #bc8d16 0%, #e5ba4b 50%, #bc8d16 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#bestvalueaward.p-top section.awards .inner > p {
  font-size: 20px;
  line-height: calc(32 / 20);
  text-align: center;
  margin: 3em auto 2em;
}
#bestvalueaward.p-top section.awards .link {
  width: 460px;
}
#bestvalueaward.p-top section.awards .buttons {
  padding: 90px 114px 0;
  display: flex;
}
#bestvalueaward.p-top section.news .inner {
  padding-bottom: 0;
}
#bestvalueaward.p-top section.news ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#bestvalueaward.p-top section.news li {
  height: 72px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 100px 0 30px;
  position: relative;
  background-image: url(../img/common/top_news_arrow_right.png);
  background-repeat: no-repeat;
  background-size: calc(142px / 2) auto;
  background-position: right 13px center;
  transition: all 0.2s;
}
#bestvalueaward.p-top section.news li.nolink {
  background-image: none;
}
#bestvalueaward.p-top section.news li.nolink a {
  pointer-events: none;
}
#bestvalueaward.p-top section.news li:not(.nolink):hover {
  opacity: 0.75;
}
#bestvalueaward.p-top section.news li.multi-lines {
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto;
  max-height: none;
}
#bestvalueaward.p-top section.news li.multi-lines .ttl {
  line-height: 1.5;
  overflow: auto;
  text-overflow: clip;
  white-space: normal;
}
#bestvalueaward.p-top section.news a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
#bestvalueaward.p-top section.news p {
  font-size: 20px;
}
#bestvalueaward.p-top section.news .date {
  color: #951e28;
  font-weight: 700;
  width: 150px;
}
#bestvalueaward.p-top section.news .ttl {
  color: #000;
}
#bestvalueaward.p-top section.sponsors .inner {
  padding-bottom: 0;
}
#bestvalueaward.p-top section.sponsors ul {
  display: flex;
  gap: 40px;
  justify-content: center;
}
#bestvalueaward.p-top section.sponsors li {
  width: calc((100% - 40px * 2) / 3);
  height: 135px;
  padding: 20px;
  background-color: #fff;
}
#bestvalueaward.p-top section.sponsors .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bestvalueaward.p-top section.contact p {
  text-align: center;
  line-height: 1em;
}
#bestvalueaward.p-top section.contact .heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1em;
}
#bestvalueaward.p-top section.contact .email {
  font-size: 20px;
}
#bestvalueaward.p-top section.contact .email a {
  color: #fff;
}
#bestvalueaward.p-top .bg-middle {
  background-image: url(../img/pc/bg_brown01.jpg);
  background-repeat: no-repeat;
  background-size: 1590px auto;
  background-position: center top;
}
#bestvalueaward.p-top .bg-bottom {
  background-image: url(../img/pc/top_bottom_lower_bg.jpg), url(../img/pc/bg_brown01.jpg);
  background-repeat: no-repeat;
  background-size: 950px auto, 1590px auto;
  background-position: center bottom, center top;
}
#bestvalueaward.p-requirements .boxy {
  border: 2px solid #000;
  padding: 50px;
  margin-bottom: 20px;
  text-align: center;
}
#bestvalueaward.p-requirements .boxy p {
  font-size: 20px;
  line-height: calc(36 / 20);
  text-align: center !important;
}
#bestvalueaward.p-requirements .boxy p + p {
  margin-top: 0.5em;
}
#bestvalueaward.p-requirements .entries {
  background-color: #fff;
  padding: 0 80px;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
}
#bestvalueaward.p-requirements .entry {
  padding: 30px 0;
  border-bottom: 1px dotted #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#bestvalueaward.p-requirements .entry:last-child {
  border-bottom: none;
}
#bestvalueaward.p-requirements .entry p {
  font-size: 18px;
  line-height: calc(36 / 20);
  text-align: justify !important;
}
#bestvalueaward.p-requirements .entry .link {
  margin: 0;
}
#bestvalueaward.p-requirements .entry .link.-red {
  background: linear-gradient(180deg, #a3343d 0%, #801a23 100%);
}
#bestvalueaward.p-requirements .entry .link.-blue {
  background: linear-gradient(180deg, #1c426b 0%, #0b142f 100%);
}
#bestvalueaward.p-requirements .boxy .entries {
  padding: 0 30px;
}
#bestvalueaward.p-requirements .boxy + p {
  text-align: right;
  padding-right: 2em;
}
#bestvalueaward.p-requirements .download {
  font-size: 20px;
  color: #951e28;
  opacity: 1;
}
#bestvalueaward.p-requirements .download:hover {
  text-decoration: underline;
}
#bestvalueaward.p-requirements .deadline {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #951e28;
}
#bestvalueaward.p-requirements section.bg-gray01,
#bestvalueaward.p-requirements section.bg-gray02 {
  background-size: 1590px 100%;
}
#bestvalueaward.p-requirements section.bg-gray02 .inner:has(.boxy) {
  padding-bottom: 65px;
}
#bestvalueaward.p-requirements section.benefits h2 {
  font-size: 42px;
  line-height: calc(60 / 42);
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 35px;
}
#bestvalueaward.p-requirements section.benefits h2 em {
  font-style: normal;
  font-weight: 700;
  text-shadow: 0 0 32px rgba(215, 238, 246, 0.4);
  background: linear-gradient(180deg, #e9e3d4 0%, #e9e3d4 20%, #eccc8c 50%, #f6db97 50%, #eccc8c 80%, #eccc8c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#bestvalueaward.p-requirements section.benefits p {
  font-size: 20px;
  line-height: calc(32 / 20);
}
#bestvalueaward.p-requirements section.benefits h2 + p {
  line-height: calc(42 / 20);
  text-align: center;
  margin-bottom: 70px;
}
#bestvalueaward.p-requirements section.benefits dl {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 30px;
  border-bottom: 2px solid #fff;
}
#bestvalueaward.p-requirements section.benefits dl:first-of-type {
  border-top: 2px solid #fff;
}
#bestvalueaward.p-requirements section.benefits dt {
  width: 120px;
  padding-top: 13px;
}
#bestvalueaward.p-requirements section.benefits dt img {
  width: 100%;
}
#bestvalueaward.p-requirements section.benefits dd {
  width: calc(100% - 120px - 40px);
}
#bestvalueaward.p-requirements section.benefits dd .heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0.25em;
  background: linear-gradient(180deg, #bc8d16 0%, #e5ba4b 50%, #bc8d16 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#bestvalueaward.p-requirements section.details table {
  border: 2px solid #fff;
}
#bestvalueaward.p-requirements section.details th,
#bestvalueaward.p-requirements section.details td {
  vertical-align: top;
  padding: 20px 30px;
  border: 2px solid #fff;
}
#bestvalueaward.p-requirements section.details th {
  font-size: 20px;
  white-space: nowrap;
  text-align: left;
}
#bestvalueaward.p-requirements section.details td {
  font-size: 18px;
  line-height: calc(32 / 18);
}
#bestvalueaward.p-requirements section.details td .heading {
  font-weight: 700;
  font-size: 20px;
  margin: 1.5em 0 0.5em;
}
#bestvalueaward.p-requirements section.details td .heading:first-child {
  margin-top: 0;
}
#bestvalueaward.p-requirements section.details td p {
  margin-bottom: 1em;
}
#bestvalueaward.p-requirements section.details td p:last-child {
  margin-bottom: 0;
}
#bestvalueaward.p-requirements section.details td ul {
  margin: 1em 0;
  padding-left: 2.3em;
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#bestvalueaward.p-requirements section.details td ul:last-child {
  margin-bottom: 0;
}
#bestvalueaward.p-requirements section.details td p + ul {
  margin-top: -0.5em;
}
#bestvalueaward.p-requirements section.questions {
  background-image: url(../img/pc/requirements_questions_bg.jpg);
  background-repeat: no-repeat;
  background-size: 1590px 100%;
  background-position: center top;
}
#bestvalueaward.p-requirements section.questions ul {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
#bestvalueaward.p-requirements section.questions li {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
}
#bestvalueaward.p-requirements section.questions p {
  color: #000;
  font-size: 20px;
  line-height: calc(32 / 20);
}
#bestvalueaward.p-requirements section.questions .heading {
  margin-bottom: 15px;
}
#bestvalueaward.p-requirements section.questions .heading span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 42px;
  padding: 0 20px;
  color: #fff;
  background-color: #000;
}
#bestvalueaward.p-requirements section.questions .item {
  padding-left: 1em;
  position: relative;
}
#bestvalueaward.p-requirements section.questions .item::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 8px;
}
#bestvalueaward.p-requirements section.questions .item + p:not([class]) {
  margin-top: 1em;
}
#bestvalueaward.p-requirements section.questions .download {
  font-size: 20px;
  line-height: calc(32 / 20);
  color: #951e28;
  margin-top: 0.5em;
  display: block;
}
#bestvalueaward.p-requirements section.questions .download:hover {
  text-decoration: underline;
  opacity: 1;
}
#bestvalueaward.p-requirements section.questions .deadline {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
#bestvalueaward.p-companies .job .link {
  width: 400px;
  margin-top: 70px;
  background: linear-gradient(180deg, #a3343d 0%, #801a23 100%);
}
#bestvalueaward.p-companies .job .link span {
  padding: 0 0;
  background-image: none;
}
#bestvalueaward.p-companies .job p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
#bestvalueaward.p-companies .interviewLink {
  text-decoration: none;
  color: #d9b746;
  font-size: 78%;
  width: max-content;
  display: block;
  margin-top: 0.3em;
  margin-left: auto;
  margin-right: auto;
}
#bestvalueaward.p-companies .interviewLink:hover {
  text-decoration: underline;
  opacity: 1;
}
#bestvalueaward.p-companies section.bg-gold {
  background-image: url(../img/pc/companies_bg_gold.jpg);
  background-repeat: no-repeat;
  background-size: 1590px 100%;
  background-position: center top;
  color: #000;
}
#bestvalueaward.p-companies section.bg-gold .lead {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #000;
}
#bestvalueaward.p-companies section.bg-gold .inpageLinks {
  display: flex;
  justify-content: space-between;
}
#bestvalueaward.p-companies section.bg-gold .inpageLinks a {
  color: #000;
  font-size: 14.5px;
  line-height: 1em;
  padding-right: calc(36px / 2 + 3px);
  background-image: url(../img/common/companies_inpage_links_arrow.png);
  background-repeat: no-repeat;
  background-size: calc(36px / 2 * 0.8) auto;
  background-position: right 8px;
}
#bestvalueaward.p-companies section.bg-gold .notice {
  font-size: 14px !important;
  font-weight: normal;
  display: block;
  margin-top: 20px;
}
#bestvalueaward.p-companies section.bg-gold .job .link {
  margin-top: 40px;
}
#bestvalueaward.p-companies h3 {
  font-size: 45px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  color: gold;
  margin: 30px 0 15px;
  padding-top: 80px;
  position: relative;
  background: linear-gradient(180deg, #bc8d16 0%, #e5ba4b 50%, #bc8d16 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#bestvalueaward.p-companies h3::before {
  content: "";
  width: 100%;
  height: 13px;
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  background-image: url(../img/common/companies_h3_bg.png);
  background-repeat: no-repeat;
  background-size: 630px auto;
  background-position: center top;
}
#bestvalueaward.p-companies .logo {
  display: block;
  margin: 0 auto 10px;
  width: 260px;
}
#bestvalueaward.p-companies .list-companies {
  display: flex;
  flex-wrap: wrap;
  gap: 0 44px;
}
#bestvalueaward.p-companies .list-companies li {
  width: calc((100% - 44px) / 2);
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  padding: 18px 0;
  border-bottom: 2px solid #fff;
}
#bestvalueaward.p-companies .link {
  width: 578px;
  margin-top: 70px;
}
#bestvalueaward.p-companies .grandPrize .inner {
  padding-top: 50px;
  padding-bottom: calc(90px + 460px);
}
#bestvalueaward.p-companies .grandPrize .inner::after {
  content: "";
  width: 1590px;
  height: 460px;
  display: block;
  background-image: url(../img/common/companies_ph.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: calc((950px - 1590px) / 2);
}
#bestvalueaward.p-companies .grandPrize h3 {
  margin-top: 0;
  font-size: 60px;
  font-weight: 700;
  padding-top: 164px;
  text-shadow: 0 0 32px rgba(215, 238, 246, 0.4);
  background: linear-gradient(180deg, #bc8d16 0%, #e5ba4b 50%, #bc8d16 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#bestvalueaward.p-companies .grandPrize h3::before {
  background-image: url(../img/common/companies_h3_grandprize_bg.png);
  height: 108px;
  top: 40px;
}
#bestvalueaward.p-companies .grandPrize .logo {
  margin-bottom: 2px;
  width: 290px;
}
#bestvalueaward.p-companies .grandPrize .list-companies {
  flex-direction: column;
  gap: 0;
}
#bestvalueaward.p-companies .grandPrize .list-companies li {
  width: 100%;
  font-size: 30px;
  padding: 23px 0;
}
#bestvalueaward.p-companies .grandPrize .link {
  width: 774px;
}
#bestvalueaward.p-companies section.bg-brown02 {
  background-size: 1590px 100%;
}
#bestvalueaward.p-companies section.bg-brown02 .inner {
  padding-top: 20px;
}
#bestvalueaward.p-companies section.bg-gray01 {
  background-size: 1590px 100%;
}
#bestvalueaward.p-companies section.bg-gray01 .inner {
  padding-top: 20px;
}
#bestvalueaward.p-companies section.bg-gray01 h3 {
  color: #000;
  background: none;
  text-shadow: none;
  -webkit-text-fill-color: #000;
}
#bestvalueaward.p-companies section.bg-gray01 h3::before {
  height: 23px;
  top: 35px;
  background-image: url(../img/common/companies_h3_bg02.png);
  background-size: 172px auto;
}
#bestvalueaward.p-companies section.bg-gray01 .logo {
  width: 211px;
}
#bestvalueaward.p-companies section.bg-gray01 .list-companies {
  margin-top: 20px;
}
#bestvalueaward.p-companies section.bg-gray01 .list-companies li {
  border-bottom-color: #000;
}
#bestvalueaward.p-companies section.bg-gray01 .special h3::before {
  height: 17px;
  top: 35px;
  background-image: url(../img/common/companies_h3_bg01.png);
  background-size: 629px auto;
}
#bestvalueaward.p-companies section.bg-gray01 .special .logo {
  width: 236px;
}
#bestvalueaward.p-companies .list-nominatedCompanies {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  margin-top: 20px;
}
#bestvalueaward.p-companies .list-nominatedCompanies li {
  width: calc((100% - 40px) / 2);
  font-size: 18px;
  line-height: 1.5;
  padding: 15px 20px;
  border-bottom: 1px solid #000;
}
#bestvalueaward.p-interview section.cHeader h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: calc(60 / 42);
  text-align: left;
  letter-spacing: 0;
  border-bottom: 2px solid #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
  word-break: break-all;
}
#bestvalueaward.p-interview section.cHeader .company {
  font-size: 28px;
  line-height: calc(42 / 28);
  text-align: right;
  margin-bottom: 30px;
}
#bestvalueaward.p-interview section.cHeader .hero {
  width: 100%;
}
#bestvalueaward.p-interview section.cHeader .profile {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #fff;
  padding: 40px;
}
#bestvalueaward.p-interview section.cHeader .profile .ph {
  width: 220px;
}
#bestvalueaward.p-interview section.cHeader .profile dl {
  display: flex;
  align-items: center;
  gap: 10px;
}
#bestvalueaward.p-interview section.cHeader .profile dl + dl {
  margin-top: 5px;
}
#bestvalueaward.p-interview section.cHeader .profile dt {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
#bestvalueaward.p-interview section.cHeader .profile dd {
  width: calc(100% - 100px - 10px);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
#bestvalueaward.p-interview section.cHeader .profile .cv {
  font-size: 20px;
  line-height: calc(32 / 20);
  font-weight: 700;
  display: block;
  position: relative;
  margin: 14px 0 5px;
}
#bestvalueaward.p-interview section.cHeader .profile .cv::after {
  content: "";
  width: calc(100% - 2em - 10px);
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#bestvalueaward.p-interview section.cHeader .profile p {
  font-size: 18px;
  line-height: calc(32 / 18);
  word-break: break-all;
}
#bestvalueaward.p-interview section.point h3 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin: 62px 0 27px;
  position: relative;
  background: linear-gradient(180deg, #bc8d16 0%, #e5ba4b 50%, #bc8d16 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#bestvalueaward.p-interview section.point h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -62px;
  width: 100%;
  height: 43px;
  display: block;
  background-image: url(../img/common/interview_point_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
#bestvalueaward.p-interview section.point p {
  font-size: 20px;
  line-height: calc(32 / 20);
}
#bestvalueaward.p-interview section.block h3 {
  font-size: 32px;
  line-height: calc(45 / 32);
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 10px 0;
  margin-bottom: 40px;
}
#bestvalueaward.p-interview section.block h3::before, #bestvalueaward.p-interview section.block h3::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: linear-gradient(to right, #e9e3d4, #f6db97 50%, #eccc8c 70%, #eccc8c);
  position: absolute;
  left: 0;
}
#bestvalueaward.p-interview section.block h3::before {
  top: 0;
}
#bestvalueaward.p-interview section.block h3::after {
  bottom: 0;
}
#bestvalueaward.p-interview section.block h3 em {
  font-style: normal;
  font-weight: 700;
}
#bestvalueaward.p-interview section.block h3 span {
  width: 100%;
  padding: 35px 0;
  display: block;
  position: relative;
}
#bestvalueaward.p-interview section.block h3 span::before, #bestvalueaward.p-interview section.block h3 span::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: linear-gradient(to right, #e9e3d4, #f6db97 50%, #eccc8c 70%, #eccc8c);
  position: absolute;
  left: 0;
}
#bestvalueaward.p-interview section.block h3 span::before {
  top: 0;
}
#bestvalueaward.p-interview section.block h3 span::after {
  bottom: 0;
}
#bestvalueaward.p-interview section.block .ph {
  width: 740px;
  display: block;
  margin: 0 auto 30px;
}
#bestvalueaward.p-interview section.block p {
  padding: 0 45px;
}
#bestvalueaward.p-interview section.block.bg-brown01 h3 em {
  text-shadow: 0 0 32px rgba(215, 238, 246, 0.4);
  background: linear-gradient(180deg, #e9e3d4 0%, #f6db97 50%, #eccc8c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#bestvalueaward.p-interview section.block.bg-gray01 h3 {
  color: #000;
}
#bestvalueaward.p-interview section.block.bg-gray01 h3::before,
#bestvalueaward.p-interview section.block.bg-gray01 h3::after,
#bestvalueaward.p-interview section.block.bg-gray01 h3 span::before,
#bestvalueaward.p-interview section.block.bg-gray01 h3 span::after {
  background: #000;
}
#bestvalueaward.p-interview .list-interviews {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 80px;
}
#bestvalueaward.p-interview .list-interviews li {
  width: calc((100% - 60px) / 2);
  padding: 0 30px 30px;
  background-color: #fff;
  position: relative;
  transition: all 0.2s;
}
#bestvalueaward.p-interview .list-interviews li:hover {
  opacity: 0.75;
}
#bestvalueaward.p-interview .list-interviews a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#bestvalueaward.p-interview .list-interviews .thumb {
  width: calc(100% + 30px * 2);
  margin: 0 0 30px -30px;
}
#bestvalueaward.p-interview .list-interviews p {
  font-size: 20px;
  line-height: calc(32 / 20);
}
#bestvalueaward.p-interview .list-interviews .company {
  color: #951e28;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#bestvalueaward.p-casestudy .job .link {
  width: 400px;
  margin-top: 50px;
  background: linear-gradient(180deg, #a3343d 0%, #801a23 100%);
}
#bestvalueaward.p-casestudy .job .link span {
  padding: 0 0;
  background-image: none;
}
#bestvalueaward.p-casestudy .job p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
#bestvalueaward.p-casestudy .bg-gold .job .link {
  margin-top: 40px;
}
#bestvalueaward.p-casestudy section.bg-gray01 {
  background-size: cover;
}
#bestvalueaward.p-casestudy section.awards .inner {
  padding-bottom: 0;
}
#bestvalueaward.p-casestudy section.awards ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
#bestvalueaward.p-casestudy section.awards li {
  border: 2px solid #fff;
  padding: 40px;
}
#bestvalueaward.p-casestudy section.awards li.grandPrize .company {
  margin-top: 55px;
}
#bestvalueaward.p-casestudy section.awards li.grandPrize .company::before {
  top: -55px;
  background-image: url(../img/common/casestudy_grandprize_bg.png);
}
#bestvalueaward.p-casestudy section.awards .company {
  font-size: 30px;
  line-height: calc(42 / 30);
  text-align: center;
  display: block;
  margin: 33px 0 40px;
  position: relative;
  text-shadow: 0 0 32px rgba(215, 238, 246, 0.4);
  background: linear-gradient(180deg, #e9e3d4 0%, #f6db97 50%, #eccc8c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#bestvalueaward.p-casestudy section.awards .company::before {
  content: "";
  position: absolute;
  left: 0;
  top: -33px;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../img/common/companies_h3_bg.png);
  background-repeat: no-repeat;
  background-size: 630px auto;
  background-position: center top;
}
#bestvalueaward.p-casestudy section.awards .cols {
  display: flex;
  gap: 40px;
}
#bestvalueaward.p-casestudy section.awards .col {
  width: calc(100% - 266px - 40px);
  margin-top: -10px;
}
#bestvalueaward.p-casestudy section.awards .logo {
  width: 266px;
  height: 229px;
  background-color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bestvalueaward.p-casestudy section.awards .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bestvalueaward.p-casestudy section.awards .heading {
  font-size: 24px;
  line-height: calc(42 / 24);
  font-weight: 700;
}
#bestvalueaward.p-casestudy section.awards .text {
  font-size: 20px;
  line-height: calc(32 / 20);
}
#bestvalueaward.p-casestudy section.awards .text.interviewLink {
  text-align: right;
  margin-top: 1em;
}
#bestvalueaward.p-casestudy section.awards .text.interviewLink a {
  text-decoration: none;
  color: #d9b746;
}
#bestvalueaward.p-casestudy section.awards .text.interviewLink a:hover {
  text-decoration: underline;
  opacity: 1;
}
#bestvalueaward.p-casestudy section.awards .link {
  width: 774px;
}
#bestvalueaward.p-casestudy section.awards .link span {
  padding: 0 calc(61px + 10px) 0 calc(38px + 10px);
  background-image: url(../img/common/icon_pdf.png), url(../img/common/link_arrow.png);
  background-position: left center, right 22px;
  background-size: 38px auto, 61px auto;
}
#bestvalueaward.p-casestudy section.awards .link.-twolines {
  line-height: 1.3em;
  font-size: 28px;
  height: 100px;
}
#bestvalueaward.p-casestudy section.awards .link.-twolines span {
  background-position: left center, right 28px;
}
#bestvalueaward.p-casestudy section.awards .link + .notice {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
#bestvalueaward.p-casestudy section.awards.bg-brown01 .link {
  margin-bottom: 100px;
}
