:root {
  --color-white: #fdfdfd;
  --color-beige-light: #f5f1de;
  --color-blue: #466faa;
  --color-red: #e5373c;
  --color-black: #363a40;
  --color-yellow: #fff671;
  --color-gold: #bd9e46;
  --color-silver: #999999;
  --color-bronze: #d49e60;
  --color-purple: #7a5ca5;
  --color-blue-gray: #8b9ab0;
  --color-light-gray: #f3f3f4;
}

.d-inline-block {
  display: inline-block !important;
}

.l-main p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
.l-main a {
  color: #2976aa;
  text-decoration: underline;
  transition: opacity 0.5s ease;
}
.l-main a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .l-main a,
  .l-main p {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}

.title__sub--cross {
  text-align: center;
  font-size: 3.2rem;
  display: flex;
  gap: 0.3em;
  justify-content: center;
  align-items: center;
  padding-block: 64px;
}

.title__sub--cross::before,
.title__sub--cross::after {
  content: "";
  display: inline-block;
  aspect-ratio: 15/15;
  width: 0.6em;
  background: url(https://www.creotech.co.jp/assets/images/common/icon-plus.svg) no-repeat center;
  background-size: cover;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .title__sub--cross {
    font-size: 1.6rem;
    padding-block: 8.5333333333vw;
  }
}
.language-wrap ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.language-wrap ul li {
  font-size: 1.6rem;
  padding: 0.4em 0.8em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .language-wrap ul li {
    font-size: 1.3rem;
  }
}
.language-wrap ul li:not(:last-of-type):after {
  content: "";
  width: 1px;
  height: 47%;
  background-color: var(--color-black);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.hirameki {
  position: relative;
  background-color: var(--color-light-gray);
}

.hirameki__mv {
  background-color: var(--color-white);
  border: solid 8px var(--color-white);
  border-radius: 8px;
}

.hirameki__mv .hirameki__mv-wrap {
  background-color: var(--color-beige-light);
}

.hirameki__mv .hirameki__lead-message-wrap {
  font-size: 1.8rem;
  padding: 1em;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .hirameki__mv .hirameki__lead-message-wrap {
    font-size: 1.4rem;
  }
}
.hirameki__mv .hirameki__lead-message-wrap span {
  color: var(--color-blue) !important;
}

.hirameki__mv .hirameki__lead-wrap {
  text-align: center;
  padding: 1em;
  background-color: var(--color-beige-light);
}

.hirameki__mv .hirameki__lead-wrap .lead {
  max-width: 540px;
  margin: 1em auto;
}
.en .hirameki__mv .hirameki__lead-wrap .lead {
  max-width: 720px;
}

.hirameki__mv.en .hirameki__lead-wrap .lead {
  max-width: 720px;
}

@media screen and (max-width: 767px) {
  .hirameki__mv .hirameki__lead-wrap .lead {
    max-width: none;
  }
}
.hirameki__mv .hirameki__lead-wrap .lead em {
  font-style: normal;
  font-size: 1.4em;
  color: var(--color-red);
}

.hirameki__results {
  background-color: var(--color-white);
  border-radius: 8px;
  width: calc(100% - 120px);
  max-width: 1100px;
  margin-top: 96px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px;
}

@media screen and (max-width: 767px) {
  .hirameki__results {
    width: calc(100% - 17.06667vw);
    margin-top: 19.2vw;
    padding: 8.5333333333vw 5.3333333333vw;
    width: calc(100% - 17.06667vw);
  }
}
.hirameki__results .results-title {
  background-color: var(--color-blue);
  border-radius: 8px;
  color: var(--color-white);
  text-align: center;
  font-size: 3.2rem;
  padding-block: 0.3em 0.4em;
}

@media screen and (max-width: 767px) {
  .hirameki__results .results-title {
    font-size: 1.6rem;
  }
}
.judges .judge__item {
  max-width: 900px;
  margin: 0 auto;
}
.judges .judge__item .judge__inner {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 45px;
}
.judges .judge__item .judge__inner .judge__photo {
  width: 270px;
  flex-shrink: 0;
  padding: 0 0.6%;
  position: relative;
  aspect-ratio: 314/370;
}
.judges .judge__item .judge__inner .judge__photo img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.judges .judge__item .judge__inner .judge__photo::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-beige-light);
  z-index: 1;
  width: 100%;
  height: 80%;
  border-radius: 8px;
}
.judges .judge__item .judge__inner .judge__content {
  padding-top: 45px;
}
.judges .judge__item .judge__inner .judge__content .judge__position,
.judges .judge__item .judge__inner .judge__content .judge__name {
  font-size: 2.1rem;
  line-height: 1.4;
}
.judges .judge__item .judge__inner .judge__content .judge__position span {
  display: inline-block;
}
.judges .judge__item .judge__inner .judge__content .judge__name {
  margin-top: 0.5em;
}
.judges .judge__item .judge__inner .judge__content .judge__message {
  margin-top: 40px;
  background-color: var(--color-white);
}
.judges .judge__item .judge__inner .judge__content .judge__message strong {
  font-size: 1.8rem;
  line-height: 1;
  color: var(--color-blue);
}
.judges .judge__item .judge__inner .judge__content .judge__message p {
  line-height: 2;
}
.judges .judge__item:nth-child(2n) .judge__inner {
  flex-direction: row-reverse;
}
.judges .judge__item:not(:first-of-type) {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .judges .judge__item .judge__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }
  .judges .judge__item .judge__inner .judge__photo {
    width: 56%;
  }
  .judges .judge__item .judge__inner .judge__content {
    padding-top: 1.3rem;
  }
  .judges .judge__item .judge__inner .judge__content .judge__position,
  .judges .judge__item .judge__inner .judge__content .judge__name {
    font-size: 1.5rem;
    text-align: center;
  }
  .judges .judge__item .judge__inner .judge__content .judge__name {
    margin-top: 0.5em;
  }
  .judges .judge__item .judge__inner .judge__content .judge__message {
    margin-top: 2em;
  }
  .judges .judge__item .judge__inner .judge__content .judge__message strong {
    font-size: 1.4rem;
  }
  .judges .judge__item .judge__inner .judge__content .judge__message p {
    font-size: 1.25rem;
  }
  .judges .judge__item:nth-child(2n) .judge__inner {
    flex-direction: column;
  }
  .judges .judge__item:not(:first-of-type) {
    margin-top: 19.2vw;
  }
}

.hirameki__award-ideas .title__sub--cross {
  padding-top: 96px;
}
@media screen and (max-width: 767px) {
  .hirameki__award-ideas .title__sub--cross {
    padding-top: 9.3872229465vw;
  }
}

.award-ideas__wrap {
  display: flex;
  position: relative;
  gap: 192px;
}
.en .award-ideas__wrap {
  gap: 152px;
}
.award-ideas__wrap .c-pagePositionNav {
  z-index: 2;
  position: sticky;
  top: 128px;
  height: 100%;
}
.award-ideas__wrap .c-pagePositionNav .c-pagePositionNav-list {
  display: flex;
  flex-direction: column;
  width: 180px;
  gap: 10px;
}
.en .award-ideas__wrap .c-pagePositionNav .c-pagePositionNav-list {
  width: 220px;
}
.award-ideas__wrap .c-pagePositionNav .c-pagePositionNav-list .c-pagePositionNav-list-item .c-pagePositionNav-list-item__text br.smt {
  display: none;
}
@media screen and (max-width: 767px) {
  .award-ideas__wrap .c-pagePositionNav .c-pagePositionNav-list .c-pagePositionNav-list-item .c-pagePositionNav-list-item__text br.smt {
    display: inline;
  }
}
.award-ideas__wrap .c-pagePositionNav .c-pagePositionNav-list .c-pagePositionNav-list-item a {
  position: relative;
  left: 0;
  background-color: var(--color-white);
  border-radius: 8px;
  border: solid 1px var(--color-blue);
  text-decoration: none;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 1.3rem;
  padding: 15px 20px;
  transition: 0.5s ease;
  font-weight: 600;
  height: 100%;
  justify-content: center;
}
.award-ideas__wrap .c-pagePositionNav .c-pagePositionNav-list .c-pagePositionNav-list-item a span {
  color: var(--color-blue);
  line-height: 1.4;
}
.award-ideas__wrap .c-pagePositionNav .c-pagePositionNav-list .c-pagePositionNav-list-item a figure {
  height: 1.5em;
  aspect-ratio: 1/1;
  margin-right: 0.8em;
  position: relative;
}
.award-ideas__wrap .c-pagePositionNav .c-pagePositionNav-list .c-pagePositionNav-list-item a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.award-ideas__wrap .c-pagePositionNav .c-pagePositionNav-list .c-pagePositionNav-list-item.is-current a {
  background-color: var(--color-yellow);
  left: 16px;
}
.award-ideas__wrap .hirameki__award-ideas-content {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .award-ideas__wrap {
    flex-direction: column;
    gap: 5.215vw !important;
  }
  .award-ideas__wrap .c-pagePositionNav {
    position: relative;
    top: 0;
  }
  .award-ideas__wrap .c-pagePositionNav .c-pagePositionNav-list {
    display: flex;
    flex-direction: row;
    gap: 0.7vw;
    flex-wrap: wrap;
    width: 100% !important;
  }
  .award-ideas__wrap .c-pagePositionNav .c-pagePositionNav-list .c-pagePositionNav-list-item {
    width: calc((100% - 1.4vw) / 3);
  }
  .award-ideas__wrap .c-pagePositionNav .c-pagePositionNav-list .c-pagePositionNav-list-item a {
    flex-direction: column;
    align-items: center;
    font-size: 0.9rem;
    padding: 0.8em 0.5em;
    text-align: center;
  }
  .award-ideas__wrap .c-pagePositionNav .c-pagePositionNav-list .c-pagePositionNav-list-item a figure {
    height: 1.3em;
    margin: 0;
  }
  .award-ideas__wrap .c-pagePositionNav .c-pagePositionNav-list .c-pagePositionNav-list-item.is-current a {
    left: 0;
  }
  .award-ideas__wrap .hirameki__award-ideas-content {
    width: 100%;
  }
}
.hirameki__award-ideas-content > section:not(:first-of-type) {
  margin-top: 84px;
}
@media screen and (max-width: 767px) {
  .hirameki__award-ideas-content > section:not(:first-of-type) {
    margin-top: 10.6734434562vw;
  }
}
.hirameki__award-ideas-content .title__division {
  font-size: 2rem;
  font-weight: 600;
  background-color: var(--color-yellow);
  padding: 0.5em 1em;
  color: var(--color-blue);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hirameki__award-ideas-content .title__division {
    font-size: 1.5rem;
  }
}
.hirameki__award-ideas-content ul.award-ideas__list {
  margin-top: 25px;
}
.hirameki__award-ideas-content ul.award-ideas__list li.award-ideas__item:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hirameki__award-ideas-content ul.award-ideas__list li.award-ideas__item:not(:first-of-type) {
    margin-top: 7.8226857888vw;
  }
}
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__award {
  display: inline-block;
  min-width: 100px;
  font-size: 2rem;
  color: var(--color-white);
  font-weight: 600;
  text-align: center;
  padding: 0.2em 1em;
  margin-top: 16px;
}
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__award.award-ideas__award--gold {
  background-color: var(--color-gold);
}
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__award.award-ideas__award--silver {
  background-color: var(--color-silver);
}
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__award.award-ideas__award--selected {
  background-color: var(--color-bronze);
}
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__award.award-ideas__award--special {
  background-color: var(--color-purple);
}
@media screen and (max-width: 767px) {
  .hirameki__award-ideas-content ul.award-ideas__list .award-ideas__award {
    min-width: auto;
    padding-inline: 2em;
    font-size: 1.25rem;
    margin-top: 2.0860495437vw;
  }
}
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__author {
  margin-top: 12px;
  margin-left: 1.5em;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .hirameki__award-ideas-content ul.award-ideas__list .award-ideas__author {
    font-size: 1.25rem;
    margin-top: 1.5645371578vw;
  }
}
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__author::before {
  content: "";
  width: 0.8em;
  height: 1px;
  margin-right: 0.5em;
  background-color: var(--color-black);
  flex-shrink: 0;
  position: absolute;
  top: 1em;
  left: -0.5em;
  transform: translateX(-100%);
}
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__organization,
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__name {
  font-size: inherit;
  line-height: 1.8;
}
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__organization > span,
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__name > span {
  display: inline-block;
}
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__organization > strong,
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__name > strong {
  font-style: italic;
}
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__name + .award-ideas__organization {
  margin-top: 0.5em;
}
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-blue);
  margin-top: 12px;
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .hirameki__award-ideas-content ul.award-ideas__list .award-ideas__title {
    font-size: 1.25rem;
    margin-top: 1.5645371578vw;
  }
}
.hirameki__award-ideas-content ul.award-ideas__list .award-ideas__title::before {
  content: "";
  position: relative;
  top: 0.3em;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(45deg);
  background-color: var(--color-blue);
  flex-shrink: 0;
  margin-inline: 0.2em 0.4em;
}
@media screen and (max-width: 767px) {
  .hirameki__award-ideas-content ul.award-ideas__list .award-ideas__title::before {
    width: 0.9rem;
    height: 0.9rem;
    top: 0.4em;
  }
}

.hirameki__organization {
  margin-top: 96px;
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .hirameki__organization {
    margin-top: 12.5162972621vw;
    margin-bottom: 12.5162972621vw;
  }
}
.hirameki__organization .c-title__sub {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .hirameki__organization .c-title__sub {
    margin-bottom: 6.4vw;
    font-size: 2.7rem;
  }
}
.hirameki__organization .organization__groups {
  display: flex;
  background-color: var(--color-white);
  position: relative;
}
.hirameki__organization .organization__groups::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--color-light-gray);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hirameki__organization .organization__groups .organization__group {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 46px 0;
}
@media screen and (max-width: 767px) {
  .hirameki__organization .organization__groups .organization__group {
    padding: 5.9973924381vw 0;
  }
}
.hirameki__organization .organization__groups .organization__group .organization__label {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.1em 2em;
  text-align: center;
  border: solid 1px var(--color-blue-gray);
  border-radius: 1em;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .hirameki__organization .organization__groups .organization__group .organization__label {
    font-size: 1rem;
    margin-bottom: 5.9973924381vw;
  }
}
.hirameki__organization .organization__groups .organization__group .organization__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .hirameki__organization .organization__groups .organization__group .organization__logos {
    width: 80%;
  }
}
.hirameki__organization .organization__groups .organization__group.organization__group--support .organization__logos {
  gap: 46px;
}
@media screen and (max-width: 767px) {
  .hirameki__organization .organization__groups .organization__group.organization__group--support .organization__logos {
    gap: 5.9973924381vw;
  }
}/*# sourceMappingURL=hirameki.css.map */