@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Serif+JP:wght@200..900&display=swap");
@import "../../css/footer.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

em {
  font-weight: 700;
}

/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ”;
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.limited-width {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 64px;
  overflow: hidden;
}

.unlimited-width {
  width: 100%;
  margin: 0 auto;
  padding-top: 64px;
  overflow: hidden;
}

.end-column {
  margin-bottom: 0;
}

@media screen and (min-width: 1100px) {
  .sp,
  nav {
    display: block !important;
  }
}
.pagetop {
  height: 42px;
  width: 42px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px #2c3f64 solid;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 5;
  cursor: pointer;
  transition: 0.3s;
}
.pagetop__arrow {
  display: block;
  position: relative;
  top: -4px;
  width: 16px;
  height: 16px;
  background-image: url(../images/top_arrow_icon.svg);
  transform: translateY(20%) rotate(90deg);
  margin: 0 auto;
}
.pagetop:hover {
  background: #d8dee6;
}

header {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  z-index: 2;
}
header.scrolled {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header.scrolled {
    background: none;
  }
}
header#gNav {
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
header#gNav .head-inner {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
header#gNav .head-inner .site-logo img {
  display: flex;
  width: 40px;
}
header#gNav .head-inner .head-menu {
  display: flex;
}
header#gNav .head-inner .head-menu #hamburger {
  display: none;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 24px 0 auto;
    height: 60px;
    width: 20px;
    display: block;
  }
  header#gNav .head-inner .head-menu #hamburger .openbtn {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  header#gNav .head-inner .head-menu #hamburger .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #8faace;
    width: 45%;
  }
  header#gNav .head-inner .head-menu #hamburger .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  header#gNav .head-inner .head-menu #hamburger .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  header#gNav .head-inner .head-menu #hamburger .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  header#gNav
    .head-inner
    .head-menu
    #hamburger
    .openbtn.active
    span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  header#gNav
    .head-inner
    .head-menu
    #hamburger
    .openbtn.active
    span:nth-of-type(2) {
    opacity: 0;
  }
  header#gNav
    .head-inner
    .head-menu
    #hamburger
    .openbtn.active
    span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  header#gNav .head-inner .head-menu .sp {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 32, 68, 0.9);
    transition: all 0.3s;
  }
  header#gNav .head-inner .head-menu .sp.panelactive {
    right: 0;
  }
  header#gNav .head-inner .head-menu .sp ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
  }
}
@media screen and (max-width: 1190px) and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul {
    width: 100%;
  }
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul li {
    list-style: none;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 1190px) and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul li {
    display: flex;
  }
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}
@media screen and (max-width: 1190px) and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul li a {
    display: flex;
    font-size: 18px;
    font-weight: 400;
  }
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul .award a,
  header#gNav .head-inner .head-menu .sp ul .nomination a {
    color: #332900 !important;
  }
}
header#gNav .head-inner .head-menu ul {
  display: flex;
}
header#gNav .head-inner .head-menu ul .h-btn a:hover::after {
  background: none;
}
header#gNav .head-inner .head-menu ul .award {
  width: 195px;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .award {
    width: 100%;
    order: 2 !important;
  }
}
header#gNav .head-inner .head-menu ul .award a {
  color: #332900;
  font-weight: 500;
  background-image: url(../images/award_hbtn.svg);
  background-size: cover;
  background-position: center;
  width: 165px;
  height: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .award a {
    width: 226px;
    height: 54px;
    background-size: 226px;
    background-repeat: no-repeat;
  }
}
header#gNav .head-inner .head-menu ul .award a:hover {
  background-image: url(../images/award_hbtn_hover.svg);
  width: 184px;
  height: 36px;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .award a:hover {
    width: 247px;
    height: 49px;
  }
}
header#gNav .head-inner .head-menu ul .nomination {
  width: 195px;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .nomination {
    width: 100%;
    order: 3 !important;
  }
}
header#gNav .head-inner .head-menu ul .nomination a {
  color: #332900;
  font-weight: 500;
  background-image: url(../images/nomination_hbtn.svg);
  background-size: cover;
  background-position: center;
  width: 185px;
  height: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .nomination a {
    width: 261px;
    height: 54px;
    background-size: 261px;
    background-repeat: no-repeat;
  }
}
header#gNav .head-inner .head-menu ul .nomination a:hover {
  background-image: url(../images/nomination_hbtn_hover.svg);
  width: 196px;
  height: 34px;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .nomination a:hover {
    width: 283px;
    height: 50px;
  }
}
header#gNav .head-inner .head-menu ul .top-sp {
  display: none;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .top-sp {
    display: flex;
    order: 1;
  }
}
header#gNav .head-inner .head-menu ul li {
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}
header#gNav .head-inner .head-menu ul li a {
  color: #fff;
  font-size: 14px;
  margin: 0 15px;
  align-items: center;
  display: flex;
  text-decoration: none;
  font-weight: 300;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul li a {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  header#gNav .head-inner .head-menu ul li a:hover {
    color: #8faace;
  }
}
header#gNav .head-inner .head-menu ul li a:hover::after {
  position: absolute;
  content: "";
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background: rgb(0, 45, 129);
  background: linear-gradient(277deg, rgb(0, 45, 129) 0%, rgb(0, 78, 226) 100%);
  width: 24px;
  height: 4px;
  display: flex;
  top: 24px;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul li a:hover::after {
    top: 45px;
  }
}
header#gNav .head-inner .head-menu ul .apply_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  header#gNav .head-inner .head-menu ul .apply_sp {
    display: block;
  }
}
header#gNav .head-inner .head-menu .apply_btn {
  display: contents;
}
header#gNav .head-inner .head-menu .apply_btn a {
  color: #fff;
  border: 1px #fff solid;
  padding: 10px 48px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 4px;
}
header#gNav .head-inner .head-menu .apply_btn a:hover {
  background: rgb(0, 23, 65);
  background: linear-gradient(277deg, rgb(0, 23, 65) 0%, rgb(0, 48, 139) 100%);
}
@media screen and (max-width: 1100px) {
  header#gNav .head-inner .head-menu .apply_btn {
    display: none;
  }
}

header.scrolled ul li a {
  color: #1c3667 !important;
  font-weight: 400 !important;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header.scrolled ul li a {
    color: #fff !important;
  }
}
header.scrolled ul li a:hover {
  color: #164bb1 !important;
}
@media screen and (max-width: 768px) {
  header.scrolled ul li a:hover {
    color: #8faace !important;
  }
}
header.scrolled ul li a:hover::after {
  position: absolute;
  content: "";
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background: rgb(0, 45, 129);
  background: linear-gradient(277deg, rgb(0, 45, 129) 0%, rgb(0, 78, 226) 100%);
  width: 24px;
  height: 4px;
  display: flex;
  top: 24px;
}

header.scrolled .apply_btn {
  display: contents;
}
header.scrolled .apply_btn a {
  color: #fff;
  background: rgb(0, 45, 129);
  background: linear-gradient(274deg, rgb(0, 45, 129) 0%, rgb(0, 78, 226) 100%);
  padding: 10px 48px;
  font-size: 12px;
  text-decoration: none;
}
header.scrolled .apply_btn a:hover {
  background: rgb(0, 23, 65);
  background: linear-gradient(277deg, rgb(0, 23, 65) 0%, rgb(0, 48, 139) 100%);
}

.wizard {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wizard {
    padding: 0 20px;
    width: auto;
  }
}
.wizard ul {
  display: flex;
  justify-content: center;
  width: 366px;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px #cdd6dd solid;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wizard ul {
    width: auto;
  }
}
.wizard ul li {
  width: 100%;
  color: #939aa3;
  font-size: 16px;
  padding: 5px 40px 8px;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wizard ul li {
    padding: 5px 0 8px;
    text-align: center;
  }
}
.wizard ul .active {
  position: relative;
  color: #fff;
  position: relative;
  left: -1px;
}
.wizard ul .active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1c3667;
  border: 1px #1c3667 solid;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  transform-origin: bottom left;
  z-index: -1;
}
.wizard ul .end-active {
  position: relative;
  color: #fff;
  position: relative;
}
.wizard ul .end-active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1c3667;
  border: 1px #1c3667 solid;
  transform-origin: bottom left;
  z-index: -1;
}
.wizard ul .completion {
  position: relative;
  color: #fff;
  color: rgba(255, 255, 255, 0.3);
}
.wizard ul .completion::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1c3667;
  z-index: -1;
  width: 100%;
}

.pagetop__arrow {
  background-image: url(../../images/top_arrow_icon.svg);
}

header#gNav .head-inner .head-menu ul .award a {
  background-image: url(../../images/award_hbtn.svg);
}
header#gNav .head-inner .head-menu ul .award a:hover {
  background-image: url(../../images/award_hbtn_hover.svg);
}

header#gNav .head-inner .head-menu ul .nomination a {
  background-image: url(../../images/nomination_hbtn.svg);
}
header#gNav .head-inner .head-menu ul .nomination a:hover {
  background-image: url(../../images/nomination_hbtn_hover.svg);
}

#top_kv {
  width: 100%;
  height: 390px;
  background: url(../../images/top_kv.png) no-repeat 0 0 / cover;
  background-position: center right;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 915px) {
  #top_kv {
    background-position: 65% 0;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #top_kv {
    background-position: bottom left;
  }
}
#top_kv .title-position {
  position: absolute;
  top: 126px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 915px) {
  #top_kv .title-position {
    position: relative;
    width: 80%;
    max-width: 400px;
  }
}
#top_kv .title-position .top-title p {
  position: relative;
  top: 0px;
}
@media screen and (max-width: 915px) {
  #top_kv .title-position .top-title p {
    top: -30px;
  }
}
#top_kv .title-position .top-title p img {
  width: 100%;
  padding: 0;
}
#top_kv .title-position .top-title p::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "受賞者インタビュー";
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
#top_kv .title-position .top-title.top-title-2025 p::after {
  content: "2025 受賞者インタビュー";
}
#top_kv .title-position .top-title.top-title-2023 p::after {
  content: "2023 受賞者インタビュー";
}
@media screen and (max-width: 915px) {
  #top_kv .title-position .top-title p::after {
    bottom: -20px;
    font-size: 24px;
  }
}
#top_kv .kv_pc_deco {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_kv .kv_pc_deco {
    display: none;
  }
}
#top_kv .kv_pc_deco .left_deco {
  position: absolute;
  top: -112px;
  left: -25px;
}
#top_kv .kv_pc_deco .left_deco img {
  display: block;
}
#top_kv .kv_pc_deco .right_deco {
  position: absolute;
  top: -160px;
  right: -100px;
}
#top_kv .kv_pc_deco .right_deco img {
  display: block;
}

main {
  padding: 0 170px;
  background: #e7edf5;
  padding-bottom: 179px;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  main {
    padding: 0 0 185px;
  }
}
main .white_back {
  background: #fff;
  padding: 48px 123px;
  display: block;
  position: relative;
  top: -40px;
  z-index: 3;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  main .white_back {
    padding: 64px 24px;
  }
}
main .white_back .min-text {
  font-size: 16px;
}
main .white_back .min-text ul {
  margin-bottom: 30px;
  padding-left: 40px;
}
main .white_back .min-text ul li {
  color: #2b2b2b;
  list-style-type: disc;
  font-weight: 400;
}
main .white_back .award-item-list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
}
@media screen and (max-width: 1280px) {
  main .white_back .award-item-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  main .white_back .award-item-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
main .white_back .award-item-list li img {
  display: block;
  width: 100%;
}
main .white_back .award-item-list li p {
  font-size: 10px;
  font-weight: 400;
}
main .white_back .item-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 32px;
}
@media screen and (max-width: 1280px) {
  main .white_back .item-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  main .white_back .item-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
main .white_back .item-list li img {
  display: block;
  width: 100%;
}
main .white_back .under_button_area {
  position: relative;
}
main .white_back .under_button_area div {
  width: 650px;
  position: absolute;
  top: 139px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 915px) {
  main .white_back .under_button_area div {
    width: 100%;
    display: block;
  }
}
main .white_back .under_button_area div p {
  margin: 0 32px;
}
@media screen and (max-width: 915px) {
  main .white_back .under_button_area div p {
    margin: 0 32px 32px;
  }
}
main .white_back .under_button_area div p a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #2c3f64;
  border: 1px #2c3f64 solid;
  padding: 24px 114px;
  text-decoration: none;
  background: #fff;
  transition: 0.3s;
}
main .white_back .under_button_area div p a:hover {
  background: none;
}
@media screen and (max-width: 915px) {
  main .white_back .under_button_area div p a {
    text-align: center;
    padding: 24px 0;
  }
}

.top_message {
  margin: 95px 0 0;
}

.award_area .top_title {
  font-size: 32px;
  font-weight: bold;
  color: #2c3f64;
  margin: 0 0 56px;
}
.award_area .top_title_wrapper {
  margin-bottom: 40px;
  color: #2c3f64;
}
@media screen and (max-width: 915px) {
  .award_area .top_title_wrapper {
    margin-bottom: 38px;
  }
}
.award_area .top_title_wrapper .top_title {
  margin: 0 0 8px;
}
.award_area .top_title_wrapper p {
  font-size: 18px;
  font-weight: 500;
}
.award_area .top_comment {
  margin: 0 0 120px;
}
.award_area .top_comment .pr_introduction {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 93px;
}
.award_area .top_comment.top_comment-2025 .pr_introduction {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 24px;
  padding: 48px 67px 48px 70px;
  border: 1px solid #003bab;
}
@media screen and (max-width: 915px) {
  .award_area .top_comment .pr_introduction {
    flex-direction: column;
    padding: 0;
  }
  .award_area .top_comment.top_comment-2025 .pr_introduction {
    position: relative;
    left: -16px;
    gap: 40px;
    width: 100%;
    padding: 40px 16px;
  }
}
.award_area .top_comment .pr_introduction div .award_item img {
  padding: 0 0 0 30px;
  width: 100%;
  max-width: 412px;
}
.award_area .top_comment.top_comment-2025 .pr_introduction div .award_item img {
  display: block;
  width: initial;
  max-width: initial;
  padding: initial;
}
@media screen and (max-width: 1080px) {
  .award_area .top_comment .pr_introduction div .award_item img {
    padding: 0;
  }
}
.award_area .top_comment .pr_introduction div .award_item .v1 {
  max-width: 175px;
}
.award_area .top_comment.top_comment-2025 .pr_introduction__rightContainer {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 915px) {
  .award_area .top_comment .pr_introduction__rightContainer {
    text-align: center;
  }
  .award_area .top_comment.top_comment-2025 .pr_introduction__rightContainer {
    flex-direction: column;
    align-items: center;
  }
  .award_area
    .top_comment.top_comment-2025
    .pr_introduction__rightContainer
    img {
    width: 178px;
    height: 252px;
  }
}
@media screen and (min-width: 915px) {
  .award_area
    .top_comment.top_comment-2025
    .pr_introduction__rightContainer
    .award_item.award_item-center {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.award_area .top_comment .pr_introduction__leftContainer {
  padding: 0;
  text-align: center;
  margin: 0 0 32px;
}
.award_area .top_comment.top_comment-2025 .pr_introduction__leftContainer {
  padding: 0;
  text-align: initial;
  margin: initial;
}
@media screen and (max-width: 915px) {
  .award_area .top_comment .pr_introduction__leftContainer {
    padding: 0;
    text-align: center;
    margin: 0 0 32px;
  }
}
.award_area .top_comment .pr_introduction__leftContainer .item_site {
  margin-top: 20px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .award_area .top_comment .pr_introduction__leftContainer .item_site {
    flex-direction: column;
  }
}
.award_area .top_commentt.top_comment-2025 .item_site {
  margin-top: 20px;
  display: flex;
  gap: 24px;
}
.award_area .top_comment .item_site.item_site-sp {
  display: none;
}
@media screen and (max-width: 915px) {
  .award_area .top_comment.top_comment-2025 .item_site {
    flex-direction: column;
  }
  .award_area .top_comment.top_comment-2025 .item_site.item_site-pc {
    display: none;
  }
  .award_area .top_comment.top_comment-2025 .item_site.item_site-sp {
    display: block;
    margin-top: 32px;
  }
}
.award_area .top_comment .pr_introduction__leftContainer .item_site a,
.award_area .top_comment.top_comment-2025 .item_site a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #1c3667;
  border: 1px #1c3667 solid;
  padding: 10px 55px 10px 27px;
  text-decoration: none;
  transition: 0.3s;
}
.award_area .top_comment .pr_introduction__leftContainer .item_site a::after,
.award_area .top_comment.top_comment-2025 .item_site a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 12px;
  right: 35px;
  background: url(../../images/external_icon.svg) no-repeat 0 0 / cover;
  background-position: top right;
}
.award_area .top_comment .pr_introduction__leftContainer .item_site a:hover,
.award_area .top_comment.top_comment-2025 .item_site a:hover {
  background: #dee7f4;
}
.award_area .top_comment .pr_comment {
  font-size: 16px;
  color: #2c3f64;
  display: flex;
  justify-content: center;
  text-align: left;
  position: relative;
  line-height: 1.75;
}
.award_area .top_comment .pr_comment .pr_comment_mg {
  display: block;
  margin-bottom: 40px;
}
.award_area .top_comment .pr_comment::after {
  background-image: url(../../images/midashi_01.svg);
  content: "";
  display: block;
  height: 23px;
  width: 51px;
  position: absolute;
  bottom: -60px;
}
.award_area .under_comment {
  margin: 64px 0 0;
}
.award_area .under_comment .pr_comment {
  font-size: 16px;
  color: #2c3f64;
  display: flex;
  justify-content: center;
  text-align: left;
  position: relative;
  line-height: 1.75;
}
.award_area .under_comment .pr_comment.pr_comment--bookSection {
  display: block;
  margin-bottom: 24px;
}
.award_area .top_comment.top_comment-2025 .award_item_wrapper {
  margin-bottom: 24px;
}
@media screen and (max-width: 915px) {
  .award_area .top_comment.top_comment-2025 .award_item_wrapper {
    display: flex;
    flex-direction: column;
  }
  .award_area
    .top_comment.top_comment-2025
    .award_item_wrapper
    .award_kinds
    span {
    text-align: center;
  }
}
.award_area .award_kinds {
  text-align: center;
  margin: 0;
  display: inline-block;
}
.award_area .award_kinds span {
  font-size: 14px;
  color: #2c3f64;
  display: block;
  margin: 24px 0 16px;
  text-align: left;
}
.award_area .award_item_name {
  font-size: 24px;
  font-weight: 500;
  color: #2c3f64;
  margin: 0 0 24px;
  word-break: auto-phrase;
}
.award_area .top_comment.top_comment-2025 .award_item_name {
  margin: 0 0 16px;
}

@media screen and (max-width: 915px) {
  .award_area .award_item_name {
    text-align: left;
  }
  .award_area .top_comment.top_comment-2025 .award_item_name {
    text-align: initial;
    margin: 0 0 24px;
  }
}
.award_area .top_comment.top_comment-2025 .award_item_author {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #2c3f64;
}
.award_area .top_comment.top_comment-2025 .award_description {
  font-size: 14px;
  line-height: 26px;
  color: #2c3f64;
}
.award_area .ds_midashi {
  position: relative;
  margin-top: 64px;
}
.award_area .ds_midashi p {
  font-size: 18px;
  font-weight: 500;
  color: #2c3f64;
}
.award_area .interview {
  margin-top: 24px;
}
@media screen and (max-width: 915px) {
  .award_area .interview {
    margin-top: 40px;
  }
}
.award_area .interview__voice01 {
  display: flex;
  gap: 8px;
  align-items: start;
  margin-bottom: 24px;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice01 {
    display: block;
  }
}
.award_area .interview__voice01 .left_columun {
  font-size: 16px;
  color: #0029c7;
  position: relative;
  min-width: 81px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.award_area .interview__voice01 .left_columun::before {
  content: "";
  position: absolute;
  background-image: url(../../images/interview/interview01_icon.svg);
  width: 32px;
  height: 32px;
  left: 0;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice01 .left_columun {
    justify-content: flex-start;
    padding-left: 40px;
    margin-bottom: 8px;
  }
}
.award_area .interview__voice01 .right_columun {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.6;
}
.award_area .interview__voice02 {
  display: flex;
  gap: 32px;
  align-items: start;
  margin-bottom: 24px;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice02 {
    display: block;
  }
}
.award_area .interview__voice02 .left_columun {
  font-size: 16px;
  color: #af8921;
  position: relative;
  min-width: 81px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: fit-content;
}
.award_area .interview__voice02 .left_columun::before {
  content: "";
  position: absolute;
  background-image: url(../../images/interview/interview02_icon.svg);
  width: 32px;
  height: 32px;
  left: 0;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice02 .left_columun {
    justify-content: flex-start;
    padding-left: 40px;
    margin-bottom: 8px;
  }
}
.award_area .interview__voice02 .none_bg {
  min-width: 81px;
}
.award_area .interview__voice02 .none_bg::before {
  content: "";
  background-image: none;
}
.award_area .interview__voice02 .right_columun {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.75;
  width: 100%;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice02 .right_columun {
    padding-left: 40px;
    width: auto;
  }
}
.award_area .interview__voice02 .right_columun span {
  display: block;
  margin: 0 0 20px;
}
.award_area .interview__voice02 .pr_img {
  width: 100%;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice02 .pr_img {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 24px;
    padding: 0 !important;
    float: none !important;
  }
}
.award_area .interview__voice02 .pr_img img {
  width: 100%;
  max-width: 351px;
}
@media screen and (max-width: 1366px) {
  .award_area .interview__voice02 .pr_img img {
    max-width: 251px;
  }
}
@media screen and (max-width: 768px) {
  .award_area .interview__voice02 .pr_img img {
    width: 100%;
  }
}
.award_area .interview__voice03 {
  display: flex;
  gap: 32px;
  align-items: start;
  margin-bottom: 24px;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice03 {
    display: block;
  }
}
.award_area .interview__voice03 .left_columun {
  font-size: 16px;
  color: #af8921;
  position: relative;
  min-width: 125px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: fit-content;
}
.award_area .interview__voice03 .left_columun::before {
  content: "";
  position: absolute;
  background-image: url(../../images/interview/interview02_icon.svg);
  width: 32px;
  height: 32px;
  top: -2px;
  left: 0;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice03 .left_columun {
    justify-content: flex-start;
    padding-left: 40px;
    margin-bottom: 8px;
  }
}
.award_area .interview__voice03 .none_bg {
  min-width: 125px;
}
.award_area .interview__voice03 .none_bg::before {
  content: "";
  background-image: none;
}
.award_area .interview__voice03 .right_columun {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.75;
  width: 100%;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice03 .right_columun {
    padding-left: 40px;
    width: auto;
  }
}
.award_area .interview__voice03 .right_columun span {
  display: block;
  margin: 0 0 20px;
}
.award_area .interview__voice03 .right_columun a {
  color: #003bab;
}
.award_area .interview__voice03 .key_point {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #2c3f64;
}
.award_area .interview__voice03 .key_point::before {
  content: "";
  position: absolute;
  background-image: url(../../images/light_icon.svg);
  width: 22px;
  height: 21px;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice03 .key_point::before {
    left: 40px;
  }
}
.award_area .interview__voice03 .key_point a {
  color: #2c3f64;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice03 .key_point {
    padding-left: 70px;
    width: auto;
  }
}
.award_area .interview__voice03 .related_link {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #2c3f64;
}
.award_area .interview__voice03 .related_link::before {
  content: "";
  position: absolute;
  background-image: url(../../images/related_icon.svg);
  width: 12px;
  height: 10px;
  top: 8px;
  left: 4px;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice03 .related_link::before {
    left: 40px;
  }
}
.award_area .interview__voice03 .related_link a {
  color: #2c3f64;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice03 .related_link {
    padding-left: 70px;
    width: auto;
  }
}
.award_area .interview__voice03 .pr_img {
  width: 100%;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice03 .pr_img {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 24px;
    padding: 0 !important;
    float: none !important;
  }
}
.award_area .interview__voice03 .pr_img img {
  width: 100%;
  max-width: 351px;
}
@media screen and (max-width: 1366px) {
  .award_area .interview__voice03 .pr_img img {
    max-width: 251px;
  }
}
@media screen and (max-width: 768px) {
  .award_area .interview__voice03 .pr_img img {
    width: 100%;
  }
}
.award_area .interview__voice05 {
  display: flex;
  gap: 32px;
  align-items: start;
  margin-bottom: 24px;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice05 {
    display: block;
  }
}
.award_area .interview__voice05 .left_columun {
  font-size: 16px;
  color: #af8921;
  position: relative;
  min-width: 85px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  padding-left: 40px;
}
.award_area .interview__voice05 .left_columun::before {
  content: "";
  position: absolute;
  background-image: url(../../images/interview/interview02_icon.svg);
  width: 32px;
  height: 32px;
  top: -2px;
  left: 0;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice05 .left_columun {
    justify-content: flex-start;
    padding-left: 40px;
    margin-bottom: 8px;
  }
}
.award_area .interview__voice05 .none_bg {
  min-width: 85px;
}
.award_area .interview__voice05 .none_bg::before {
  content: "";
  background-image: none;
}
.award_area .interview__voice05 .right_columun {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.75;
  width: 100%;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice05 .right_columun {
    padding-left: 40px;
    width: auto;
  }
}
.award_area .interview__voice05 .right_columun span {
  display: block;
  margin: 0 0 20px;
}
.award_area .interview__voice05 .right_columun a {
  color: #003bab;
}
.award_area .interview__voice05 .key_point {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #2c3f64;
}
.award_area .interview__voice05 .key_point::before {
  content: "";
  position: absolute;
  background-image: url(../../images/light_icon.svg);
  width: 22px;
  height: 21px;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice05 .key_point::before {
    left: 40px;
  }
}
.award_area .interview__voice05 .key_point a {
  color: #2c3f64;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice05 .key_point {
    padding-left: 70px;
    width: auto;
  }
}
.award_area .interview__voice05 .related_link {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #2c3f64;
}
.award_area .interview__voice05 .related_link::before {
  content: "";
  position: absolute;
  background-image: url(../../images/related_icon.svg);
  width: 12px;
  height: 10px;
  top: 8px;
  left: 4px;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice05 .related_link::before {
    left: 40px;
  }
}
.award_area .interview__voice05 .related_link a {
  color: #2c3f64;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice05 .related_link {
    padding-left: 70px;
    width: auto;
  }
}
.award_area .interview__voice05 .pr_img {
  width: 100%;
}
@media screen and (max-width: 915px) {
  .award_area .interview__voice05 .pr_img {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 24px;
    padding: 0 !important;
    float: none !important;
  }
}
.award_area .interview__voice05 .pr_img img {
  width: 100%;
  max-width: 351px;
}
@media screen and (max-width: 1366px) {
  .award_area .interview__voice05 .pr_img img {
    max-width: 251px;
  }
}
@media screen and (max-width: 768px) {
  .award_area .interview__voice05 .pr_img img {
    width: 100%;
  }
}
.award_area .interview__voice05 .pr_img_introduction {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #af8921;
  text-align: center;
  line-height: 1.7;
  margin: 16px 0;
}
.award_area .interview__voice05 .pr_img_introduction strong {
  font-weight: bold;
}
.award_area .interview__voice05 .pr_img_introduction span {
  font-size: 14px;
  display: block;
}
.award_area .interview .non-margin {
  margin: 0;
}
.award_area_title {
  margin: 0 auto 22px;
  width: 458px;
  height: 64px;
  background: url(../../images/interview_no1.png) no-repeat 0 0 / cover;
  background-position: top right;
  position: absolute;
  left: -50px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .award_area_title {
    background-size: 80% auto;
    background-position: center left;
    width: -webkit-fill-available;
  }
}
.award_area_title.book::before {
  content: "書籍部門";
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .award_area_title.book::before {
    font-size: 20px;
  }
}
.award_area_title.web::before {
  content: "Web・コンテンツ部門";
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .award_area_title.web::before {
    font-size: 20px;
  }
}
.award_area_title.fiction::before {
  content: "フィクション部門";
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .award_area_title.fiction::before {
    font-size: 20px;
  }
}
.award_area_title2 {
  margin: 0 auto 22px;
  width: 458px;
  height: 64px;
  background: url(../../images/interview_no2.png) no-repeat 0 0 / cover;
  background-position: top right;
  position: absolute;
  left: -50px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .award_area_title2 {
    background-size: 80% auto;
    background-position: center left;
    width: -webkit-fill-available;
  }
}
.award_area_title3 {
  margin: 0 auto 22px;
  width: 458px;
  height: 64px;
  background: url(../../images/interview_no3.png) no-repeat 0 0 / cover;
  background-position: top right;
  position: absolute;
  left: -50px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .award_area_title3 {
    background-size: 80% auto;
    background-position: center left;
    width: -webkit-fill-available;
  }
}
.award_area_title4 {
  margin: 0 auto 22px;
  width: 458px;
  height: 64px;
  background: url(../../images/interview_no4.png) no-repeat 0 0 / cover;
  background-position: top right;
  position: absolute;
  left: -50px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .award_area_title4 {
    background-size: 80% auto;
    background-position: center left;
    width: -webkit-fill-available;
  }
}
.award_area_title5 {
  margin: 0 auto 22px;
  width: 458px;
  height: 64px;
  background: url(../../images/interview_no5.png) no-repeat 0 0 / cover;
  background-position: top right;
  position: absolute;
  left: -50px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .award_area_title5 {
    background-size: 80% auto;
    background-position: center left;
    width: -webkit-fill-available;
  }
}
.award_area_title6 {
  margin: 0 auto 22px;
  width: 458px;
  height: 64px;
  background: url(../../images/interview_no6.png) no-repeat 0 0 / cover;
  background-position: top right;
  position: absolute;
  left: -50px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .award_area_title6 {
    background-size: 80% auto;
    background-position: center left;
    width: -webkit-fill-available;
  }
}
.award_area_title7 {
  margin: 0 auto 22px;
  width: 458px;
  height: 64px;
  background: url(../../images/interview_no7.png) no-repeat 0 0 / cover;
  background-position: top right;
  position: absolute;
  left: -50px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .award_area_title7 {
    background-size: 80% auto;
    background-position: center left;
    width: -webkit-fill-available;
  }
}
.award_area_title8 {
  margin: 0 auto 22px;
  width: 458px;
  height: 64px;
  background: url(../../images/interview_no8.png) no-repeat 0 0 / cover;
  background-position: top right;
  position: absolute;
  left: -50px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .award_area_title8 {
    background-size: 80% auto;
    background-position: center left;
    width: -webkit-fill-available;
  }
}
.award_area_title9 {
  margin: 0 auto 22px;
  width: 458px;
  height: 64px;
  background: url(../../images/interview_no9.png) no-repeat 0 0 / cover;
  background-position: top right;
  position: absolute;
  left: -50px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .award_area_title9 {
    background-size: 80% auto;
    background-position: center left;
    width: -webkit-fill-available;
  }
}
.award_area_title10,
.award_area_title11 {
  margin: 0 auto 22px;
  width: 458px;
  height: 64px;
  background-position: top right;
  position: absolute;
  left: -50px;
  top: 40px;
}
.award_area_title10 {
  background: url(../../images/interview_no10.png) no-repeat 0 0 / cover;
}
.award_area_title11 {
  background: url(../../images/interview_no1.png) no-repeat 0 0 / cover;
}
@media screen and (max-width: 768px) {
  .award_area_title10,
  .award_area_title11 {
    background-size: 80% auto;
    background-position: center left;
    width: -webkit-fill-available;
  }
}
.award_area_title_all {
  margin: 0 auto 22px;
  width: 458px;
  height: 64px;
  background: url(../../images/interview_all.png) no-repeat 0 0 / cover;
  background-position: top right;
  position: absolute;
  left: -50px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .award_area_title_all {
    background-size: 80% auto;
    background-position: center left;
    width: -webkit-fill-available;
  }
}

#BookArea,
#WebArea,
#FictionArea {
  position: relative;
  top: -100px;
}

.top-position {
  margin-top: 136px;
}

.under-position {
  margin-top: 80px;
}

.award_subtitle {
  color: #003bab;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 64px 0 56px;
}

.incentive_award {
  display: grid;
  gap: 32px;
  grid-template-columns: 190px 1fr;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .incentive_award {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .incentive_award_img {
    text-align: center;
  }
}

#BookSection .award_list_wrapper {
  scroll-margin-top: 80px;
  margin-top: 40px;
}
#BookSection .award_navigation_wrapper {
  display: flex;
  gap: 54px;
}

#BookSection a.award_navigation {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #1c3667;
  text-decoration: none;
}

#BookSection .award_heading {
  display: flex;
}

#BookSection .award_heading h2 {
  font-size: 48px;
  line-height: 1;
  color: #2c3f64;
  font-family: "Bebas Neue", serif;
}

#BookSection .award_heading svg {
  margin-top: 18px;
}

.award_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 24px;
  margin: 56px auto 24px;
}
.award_list.award_list_all {
  margin: 40px auto 0;
}
@media screen and (max-width: 1345px) {
  .award_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .award_list {
    display: block;
  }
}
.award_list .min-nonlimit .list_item_img img {
  width: 140px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1080px) {
  .award_list .min-nonlimit .list_item_img {
    width: 80%;
  }
  .award_list .min-nonlimit .list_item_img img {
    width: 80%;
    padding-bottom: 0;
  }
}
.award_list .list_item {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1345px) {
  .award_list .list_item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1080px) {
  .award_list .list_item {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
}
.award_list .list_item a {
  display: flex;
  padding: 16px;
  border: 1px #cdd6dd solid;
  text-decoration: none;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .award_list .list_item a {
    margin-bottom: 20px;
  }
}
.award_list .list_item_img {
  width: 140px;
}
@media screen and (max-width: 1080px) {
  .award_list .list_item_img {
    margin: 0 auto;
  }
}
.award_list .list_item_img img {
  width: 100%;
  max-width: 88px;
}
.award_list .list_item_explanation {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .award_list .list_item_explanation {
    padding: 0;
    text-align: left;
  }
}
.award_list .list_item_explanation .list_item_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.award_list .list_item_explanation .list_item_head svg {
  position: relative;
  top: -1px;
}
.award_list .list_item_explanation .no2 {
  font-size: 14px;
  color: #2c3f64;
  margin-bottom: 8px;
  font-family: "Bebas Neue", serif;
}
.award_list .list_item_explanation .list_item_head .no2 {
  margin-bottom: 0;
}
.award_list .list_item_explanation .item_name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #2b2b2b;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.award_list .list_item_explanation .item_site {
  display: flex;
  position: relative;
  font-size: 12px;
  color: #1c3667;
  padding: 0 10px;
}
.award_list .list_item_explanation .item_meta {
  font-size: 12px;
  line-height: 22px;
  color: #2c3f64;
}
.award_list .list_item_explanation .item_site::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 9px;
  top: 5px;
  left: 0;
  background: url(../../images/right_arrow.png) no-repeat 0 0 / cover;
  background-position: top right;
}
@media screen and (max-width: 1080px) {
  .award_list .list_item_explanation .sp_position {
    display: grid;
    justify-content: center;
  }
}
.award_list .list_item_explanation .sp_position .athers_site a {
  display: flex;
  align-items: center;
  justify-content: start;
  line-height: 1.5;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #1c3667;
  margin-bottom: 8px;
  text-decoration: none;
  padding: 0 5px 0 20px;
}
@media screen and (max-width: 1345px) {
  .award_list .list_item_explanation .sp_position .athers_site a {
    justify-content: start;
  }
}
.award_list .list_item_explanation .sp_position .athers_site a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #1c3667;
  border-right: 2px solid #1c3667;
  transform: rotate(45deg);
}
.award_list .list_item_explanation .sp_position .athers_site a::after {
  content: "";
  min-width: 12px;
  height: 12px;
  background: url(../../images/external_icon.svg) no-repeat 0 0 / cover;
  background-position: top right;
  margin-left: 5px;
}

.ceremony_list .list_item {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 347px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .ceremony_list .list_item {
    display: block;
  }
}
.ceremony_list .list_item_explanation .detail_title {
  font-size: 26px;
  font-weight: bold;
  color: #2c3f64;
  margin-bottom: 32px;
}
.ceremony_list .list_item_explanation .detail_comment {
  font-size: 16px;
  font-weight: 400;
  color: #2b2b2b;
}
@media screen and (max-width: 1080px) {
  .ceremony_list .list_item_explanation .detail_comment {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .ceremony_list .list_item_img {
    text-align: center;
  }
  .ceremony_list .list_item_img img {
    width: 100%;
    max-width: 347px;
  }
}
.ceremony_list .list_item_img p {
  font-size: 10px;
  font-weight: 400;
  color: #2b2b2b;
}

.midashi {
  font-size: 32px;
  font-weight: bold;
  color: #2c3f64;
  margin-bottom: 32px;
}

.under-space {
  margin-top: 80px;
}

.classification {
  font-size: 18px;
  font-weight: bold;
  color: #2c3f64;
}

.min-text {
  line-height: 1.5;
  margin-top: 32px;
}
.min-text img {
  margin-top: 32px;
  width: 100%;
}
.min-text p {
  font-size: 10px;
  font-weight: 400;
}
.min-text .closing-greeting p {
  font-size: 10px;
  font-weight: 400;
  margin: 29px 0 32px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 20px;
}
.modal__content .swiper-button-prev::after,
.modal__content .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.modal__content .swiper-button-prev {
  left: 30px;
}
.modal__content .swiper-button-prev::after {
  font-size: 40px;
  width: 40px;
  height: 40px;
  border-bottom: 0.1em solid #0044ff;
  border-left: 0.1em solid #0044ff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -30px;
}
.modal__content .swiper-button-next {
  right: 30px;
}
.modal__content .swiper-button-next::after {
  font-size: 40px;
  width: 40px;
  height: 40px;
  border-bottom: 0.1em solid #0044ff;
  border-left: 0.1em solid #0044ff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -30px;
}

.modal_inner {
  width: 85%;
  margin: 0 auto;
  border-radius: 2px;
  padding: 20px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.modal__close-btn {
  position: absolute;
  right: 70px;
  top: 0px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
}
.modal__close-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .modal__close-btn {
    right: 40px;
  }
}

.lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 2rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}
.lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.swiperImages {
  margin: 0;
  text-align: center;
}
.swiperImages img {
  width: 100%;
  max-width: 704px;
}

a.back_interview_list {
  display: flex;
  align-items: center;
  margin: 24px 0 36px;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  color: #1c3667;
}

a.back_interview_list .back_interview_list_text {
  margin-left: 16px;
}

.awardlink-202502 {
  position: relative;
  top: -5px;
  transition: all 0.2s;
}
.awardlink-202502:hover {
  opacity: 0.8;
}
