@charset "UTF-8";

/*!
* Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  font-size: 2.6666666667vw;
  scroll-padding-top: 194px;
}

:root,
html,
body {
  overflow-x: hidden;
  background: #fff;
  color: #202020;
  width: 100%;
}

body {
  overflow-x: hidden;
  font-family:
    YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p,
label,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  color: #202020;
}

a:hover {
  text-decoration: none;
  color: #202020;
}

*:focus {
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="submit"],
textarea,
select,
button {
  outline: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}

button:focus {
  outline: 0;
}

.inner {
  width: 100%;
  padding: 0 1.8rem;
}

.sp-only {
  display: block !important;
}

.pc-only {
  display: none !important;
}

.l-wrapper {
  padding-top: 194px;
}

.l-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-half {
  width: 50%;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  padding: 20px 0 0;
  z-index: 1000;
}

.header__inner {
  position: relative;
  padding-right: 22px;
}

.header__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: max-content;
  font-size: 1rem;
  padding-left: 30px;
}

.header__logo a {
  display: block;
}

.header__logo img {
  width: auto;
  height: 50px;
}

.header__body {
  position: absolute;
  top: 0;
  right: 22px;
  width: 260px;
  display: grid;
  place-content: center;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  padding: 52px 16px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s;
  z-index: 1001;
}

.is-open .header__body {
  opacity: 1;
  pointer-events: auto;
}

.menu__item {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.menu__item + .menu__item {
  margin-top: 1rem;
}

.sp-toggle {
  position: relative;
  display: block;
  width: 32px;
  height: 26px;
  margin-top: -2px;
}

.sp-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #6e7070;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.25s ease-in-out;
}

.sp-toggle span:nth-child(1) {
  width: 100%;
  top: 0;
  z-index: 1002;
}

.is-open .sp-toggle span:nth-child(1) {
  top: 50%;
  width: 60%;
  transform: rotate(135deg);
}

.sp-toggle span:nth-child(2) {
  width: 100%;
  top: 50%;
  z-index: 1003;
}

.is-open .sp-toggle span:nth-child(2) {
  width: 0;
}

.sp-toggle span:nth-child(3) {
  width: 100%;
  top: 100%;
  z-index: 1004;
}

.is-open .sp-toggle span:nth-child(3) {
  top: 50%;
  width: 60%;
  transform: rotate(45deg);
}

.sponsor-txt {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 2rem;
}

.footer {
  background: #e4e4e4;
  padding: 2rem 0;
}

.footer__copy {
  line-height: 1;
  font-size: 1rem;
  text-align: center;
}

.footer__copy small {
  font-size: 100%;
}

.section {
  padding: 4rem 0;
}

.section--bg {
  background: #f6f6f6;
}

.section__ttl {
  text-align: center;
}

.section__ttl img {
  display: block;
  height: 2.2rem;
  margin: 0 auto;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 40rem;
  height: 6rem;
  background: #979797;
  border-radius: 10px;
  margin: 0 auto;
}

.btn img {
  height: 2.2rem;
}

.fixed-link {
  position: fixed;
  right: 1rem;
  width: 6rem;
  z-index: 1000;
}

.fixed-link--2021 {
  bottom: 9rem;
}

.fixed-link--top {
  bottom: 2rem;
}

.fixed-link a {
  display: block;
}

.main-visual__main {
  position: relative;
  padding: 4rem 0;
  z-index: 1;
}

.main-visual__bg {
  position: absolute;
  top: -4rem;
  left: -3rem;
  width: 120%;
  background: url(../images/top/main-visual_bg_01.svg) center center/contain
    no-repeat;
  z-index: -1;
}

.main-visual__bg::before {
  content: "";
  display: block;
  padding-top: 73.7948084054%;
}

.main-visual__title {
  width: 28.4rem;
  margin: 0 auto;
}

.main-visual__poster {
  margin-top: 3rem;
}

.main-visual__poster img {
  width: 100%;
}

.main-visual__about {
  width: calc(100% + 1.6rem);
  margin: 3rem -0.8rem 0;
}

.top-about {
  padding: 8rem 0;
}

.top-recruitment__date {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
}

.top-recruitment__date__pt1 {
  font-size: 1.3rem;
}

.top-recruitment__date__pt2 {
  font-size: 1.3rem;
}

.top-recruitment__date__pt3 {
  font-size: 1.3rem;
}

.top-theme__txt {
  margin-top: 3rem;
}

.top-prize__deco {
  display: block;
  width: 100%;
  background: url(../images/top/prize_deco_img_01.svg) center center/contain
    no-repeat;
}

.top-prize__deco::before {
  content: "";
  display: block;
  padding-top: 13.28125%;
}

.top-prize__deco--02 {
  margin-top: 3rem;
  transform: scale(1, -1);
}

.top-prize .section__ttl {
  margin-top: 2rem;
}

.top-prize__read {
  text-align: center;
  margin: 2rem auto 0;
}

.top-prize__read__inner {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: left;
}

.top-prize__read__inner p,
.top-prize__read__inner small {
  display: inline-block;
  font-weight: 700;
  text-align: left;
}

.top-prize__read__inner p {
  text-align: center;
}

.top-prize__block {
  text-align: center;
  margin-top: 2rem;
  filter: drop-shadow(0 4px 14px rgba(149, 157, 165, 0.2));
}

.top-prize__block__inner {
  background: #fff;
  padding: 1.6rem 0;
  -webkit-clip-path: polygon(
    2rem 0,
    calc(100% - 2rem) 0,
    100% 2rem,
    100% calc(100% - 2rem),
    calc(100% - 2rem) 100%,
    2rem 100%,
    0 calc(100% - 2rem),
    0 2rem
  );
  clip-path: polygon(
    2rem 0,
    calc(100% - 2rem) 0,
    100% 2rem,
    100% calc(100% - 2rem),
    calc(100% - 2rem) 100%,
    2rem 100%,
    0 calc(100% - 2rem),
    0 2rem
  );
}

.top-prize__block--gold {
  margin-top: 3rem;
}

.top-prize__block--gold .icon .circle {
  fill: #b9a87b;
}

.top-prize__block--gold .icon .base {
  fill: #bda87a;
}

.top-prize__block--gold .icon .shadow {
  fill: #ae9767;
}

.top-prize__block--gold .top-prize__block__read {
  background: #f2eee5;
}

.top-prize__block--gold .top-prize__block__item::before {
  background: #dfd4be;
}

.top-prize__block--silver .icon .circle {
  fill: #cdcdcd;
}

.top-prize__block--silver .icon .base {
  fill: #ccc;
}

.top-prize__block--silver .icon .shadow {
  fill: #bec1be;
}

.top-prize__block--silver .top-prize__block__read {
  background: #e6e6e4;
}

.top-prize__block--silver .top-prize__block__item::before {
  background: #ccc;
}

.top-prize__block--bronze .icon .circle {
  fill: #bd9380;
}

.top-prize__block--bronze .icon .base {
  fill: #bc9582;
}

.top-prize__block--bronze .icon .shadow {
  fill: #ac826c;
}

.top-prize__block--bronze .top-prize__block__read {
  background: #ebe1db;
}

.top-prize__block--bronze .top-prize__block__item::before {
  background: #dccbc1;
}

.top-prize__block--green .icon .circle {
  fill: #a5b07e;
}

.top-prize__block--green .icon .base {
  fill: #a8b381;
}

.top-prize__block--green .icon .shadow {
  fill: #95a16c;
}

.top-prize__block--green .top-prize__block__read {
  background: #e6e9dc;
}

.top-prize__block--green .top-prize__block__item::before {
  background: #d3d9c1;
}

.top-prize__block__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 2rem;
}

.top-prize__block__ttl .icon {
  width: auto;
  height: 2.2rem;
  margin-right: 1rem;
  margin-bottom: 0.1em;
}

.top-prize__block__read {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background: #eee;
  margin-top: 1rem;
  padding: 0.6rem 1rem;
}

.top-prize__block__read .text-s {
  display: block;
  font-size: 1.3rem;
}

.top-prize__block__body {
  padding: 1rem 2rem 0;
}

.top-prize__block__item {
  position: relative;
  text-align: left;
  padding-left: 1em;
}

.top-prize__block__item + .top-prize__block__item {
  margin-top: 0.2rem;
}

.top-prize__block__item::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #cacaca;
  border-radius: 50%;
}

.top-prize__block__item .emphasis {
  line-height: 1;
  font-size: 1.7rem;
  font-weight: 700;
}

.top-prize__block__prize {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0.8rem 0 0 -1rem;
  padding: 0 4rem;
}

.top-prize__block__prize::after {
  content: "";
  display: block;
  width: 12rem;
}

.top-prize__block__prize li {
  display: flex;
  align-items: center;
  width: 11rem;
  font-weight: 700;
  text-align: left;
  margin: 0.2rem 0 0 1rem;
}

.top-prize__block__prize .icon {
  width: auto;
  height: 1.4rem;
}

.top-prize__block__prize .circle {
  display: none;
}

.top-judge__item {
  margin-top: 3rem;
}

.top-judge__item + .top-judge__item {
  margin-top: 6rem;
}

.top-judge__item__img {
  aspect-ratio: 1;
  width: fit-content;
  margin: 0 auto;
  background: #f6f6f6;
  text-align: center;
}

.top-judge__item__body {
  margin-top: 1rem;
}

.top-judge__item__ttl {
  font-size: 1.8rem;
  font-weight: 700;
}

.top-judge__item__txt {
  margin-top: 1rem;
}

.top-judge__text-box {
  border-radius: 5px;
  border: 1px solid #1a1a1a;
  margin-top: 2rem;
  padding: 0.4rem 1rem 0.3rem;
}

.top-terms__item {
  margin-top: 2rem;
}

.top-terms__item + .top-terms__item {
  margin-top: 2rem;
}

.top-terms__item__ttl {
  font-size: 1.6rem;
  font-weight: 700;
}

.top-terms__item__body {
  margin-top: 0.4rem;
}

.top-terms__item__body li {
  position: relative;
  padding-left: 1em;
}

.top-terms__item__body li + li {
  margin-top: 0.8rem;
}

.top-terms__item__body li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #cacaca;
  border-radius: 50%;
}

.top-terms__item__body li .note {
  text-indent: -2em;
  margin-left: -1em;
  padding-left: 2em;
}

.top-terms__item__body li .note span {
  color: #f00;
  font-weight: 700;
}

.top-terms__item__img {
  text-align: center;
  margin-top: 1rem;
}

.top-terms__link-txt {
  text-align: center;
  margin-top: 3rem;
}

.top-terms__link-txt a {
  display: inline-block;
  font-size: 1.5rem;
  border: 1px solid #666;
  padding: 1rem;
}

.top-terms .btn {
  margin-top: 3rem;
}

.top-terms__sponsor {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 3rem;
}

.top-contact {
  padding: 3rem 0;
}

.top-contact__dl + .top-contact__dl {
  margin-top: 1rem;
}

.top-contact__dl dt {
  font-size: 1.5rem;
}

.top-contact__dl dd {
  margin-top: 0.4rem;
}

.faq__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.faq__sub-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 2rem;
}

.faq__sub-ttl:nth-child(1) {
  margin-top: 0;
}

.faq__txt {
  margin-top: 1rem;
}

.faq__note {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1rem;
}

.faq-box__ttl {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-top: 1.2rem;
}

.faq-box__ttl::before {
  content: "Q";
  width: 1em;
  line-height: 1.6;
  font-size: 1.8rem;
  text-align: center;
  color: #b1a686;
  margin-right: 1rem;
}

.faq-box__txt {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  margin-top: 0.4rem;
  padding-bottom: 1.2rem;
}

.faq-box__txt::before {
  content: "A";
  width: 1em;
  line-height: 1.6;
  font-size: 1.8rem;
  text-align: center;
  color: #af73ea;
  margin-right: 1rem;
}

.faq-box__txt--red {
  color: #f00;
}

.faq-box__txt a {
  text-decoration: underline;
}

.result__intro {
  padding: 3rem 0;
}

.result__read {
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
}

.result-header {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #dadada;
  margin-top: 1rem;
  z-index: 100;
}

.result-header__inner {
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.result-header__inner::-webkit-scrollbar {
  display: none;
}

.result-header__archive {
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  font-size: 1.6rem;
  color: #fff;
  background: #bfaa75;
  padding: 1.4rem 1.8rem 1rem;
}

.result-header__archive::-webkit-scrollbar {
  display: none;
}

.result-header__archive ul {
  display: flex;
}

.result-header__archive li + li::before {
  content: "／";
  display: inline-block;
  margin: 0 1rem;
}

.result-header__archive a {
  color: #fff;
}

.result-header__archive a:hover {
  color: #fff;
}

.result-header__archive-home {
  border-right: 1px solid #fff;
  padding-right: 2rem;
}

.result-header__body {
  padding: 0 1.8rem;
}

.result-header__nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  height: 6rem;
}

.result-header__item {
  flex-shrink: 0;
}

.result-header__item:first-child {
  margin-left: auto;
}

.result-header__item:last-child {
  margin-right: auto;
}

.result-header__item a {
  display: block;
}

.result-header__item img {
  width: auto;
  height: 2.4rem;
}

.result-head {
  overflow: hidden;
  padding: 6rem 0 4rem;
}

.result-head__inner {
  position: relative;
  padding: 0 1.5rem;
}

.result-head__bg {
  position: absolute;
  top: 30rem;
  left: -3rem;
  width: 120%;
  background: url(../images/top/main-visual_bg_01.svg) center center/contain
    no-repeat;
  pointer-events: none;
}

.result-head__bg::before {
  content: "";
  display: block;
  padding-top: 73.7948084054%;
}

.result-head__image {
  position: relative;
  width: 29rem;
  margin: 0 auto;
  z-index: 1;
}

.result-head__image img {
  width: 100%;
  box-shadow: 0 0 10px rgba(162, 164, 165, 0.8);
}

.result-head__body {
  text-align: center;
  margin-top: 3rem;
}

.result-head__main {
  position: relative;
  z-index: 1;
}

.result-head__title {
  width: 28.4rem;
  margin: 0 auto;
}

.result-head__sub-title {
  max-width: 80%;
  background: white;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #bda97b 16%,
    #bda97b 84%,
    rgba(255, 255, 255, 0) 100%
  );
  text-align: center;
  margin: 2rem auto 0;
  padding: 1rem;
}

.result-head__sub-title img {
  width: auto;
  height: 2.2rem;
}

.award-section__head {
  padding-top: 4rem;
}

.award-section__head--bg {
  background: #f6f6f6;
}

.award-section__ttl {
  display: flex;
  justify-content: space-between;
  max-width: 28rem;
  text-align: center;
  margin: 0 auto;
}

.award-section__ttl::before,
.award-section__ttl::after {
  content: "";
  display: block;
  width: 3rem;
  height: 8.4rem;
}

.award-section__ttl::after {
  transform: scale(-1, 1);
}

.award-section__ttl img {
  width: auto;
  height: 7rem;
}

.award-section__ttl--01::before,
.award-section__ttl--01::after {
  background: url(../images/result/leaf_01.svg) center center/contain no-repeat;
}

.award-section__ttl--02::before,
.award-section__ttl--02::after {
  background: url(../images/result/leaf_02.svg) center center/contain no-repeat;
}

.award-section__ttl--03::before,
.award-section__ttl--03::after {
  background: url(../images/result/leaf_03.svg) center center/contain no-repeat;
}

.award-section__ttl--04::before,
.award-section__ttl--04::after {
  background: url(../images/result/leaf_04.svg) center center/contain no-repeat;
}

.award-section__ttl--05 {
  max-width: 100%;
}

.award-section__ttl--05::before,
.award-section__ttl--05::after {
  background: url(../images/result/leaf_05.svg) center center/contain no-repeat;
}

.award-section__ttl--06 {
  max-width: 100%;
}

.award-section__ttl--06::before,
.award-section__ttl--06::after {
  background: url(../images/result/leaf_06.svg) center center/contain no-repeat;
}

.award-section__ttl-anatamokite p {
  line-height: 1.2;
  text-align: center;
  margin-top: 1em;
}

.award-block {
  padding: 3rem 0 5rem;
}

.award-block--bg {
  background: #f6f6f6;
}

.award-block + .award-block {
  padding: 5rem 0;
}

.award-block__inner {
  width: 100%;
  padding: 0 1.8rem;
}

.award-block__image {
  aspect-ratio: 400/566;
  text-align: center;
}

.award-block__image img {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(162, 164, 165, 0.8);
  -o-object-fit: cover;
  object-fit: cover;
}

.award-block__body {
  padding-top: 3rem;
}

.award-block__judge {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 32rem;
  margin: 0 auto;
}

.award-block__judge::before,
.award-block__judge::after {
  content: "";
  display: block;
  width: 3rem;
  height: 8.4rem;
  background: url(../images/result/leaf_03.svg) center center/contain no-repeat;
}

.award-block__judge::before {
  margin-right: auto;
}

.award-block__judge::after {
  margin-left: auto;
  transform: scale(-1, 1);
}

.award-block__judge__image {
  overflow: hidden;
  position: relative;
  width: 7rem;
  border-radius: 50%;
}

.award-block__judge__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.award-block__judge__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}

.award-block__judge__body {
  padding: 0.4rem 0 0 2rem;
}

.award-block__judge__body--pl0 {
  padding-left: 0;
}

.award-block__judge__ttl {
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.award-block__judge__job {
  line-height: 1.333;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem;
}

.award-block__award-name {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 26rem;
  margin: 0 auto;
}

.award-block__award-name::before,
.award-block__award-name::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 3rem;
  height: 8.4rem;
  background: url(../images/result/leaf_04.svg) center center/contain no-repeat;
}

.award-block__award-name::before {
  margin-right: auto;
}

.award-block__award-name::after {
  margin-left: auto;
  transform: scale(-1, 1);
}

.award-block__award-name img {
  width: auto;
  height: 2.8rem;
}

.award-block__photo-ttl {
  line-height: 1.3369;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 3rem;
}

.award-block__photo-ttl:first-child {
  margin-top: 0;
}

.award-block__location {
  text-align: center;
  margin-top: 0.6rem;
}

.award-block__name {
  font-size: 1.8rem;
  text-align: center;
}

.award-block__comment {
  margin-top: 2.6rem;
}

.award-block__comment__ttl {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background: #636363;
  padding: 0.4rem 1.8rem 0.3rem;
}

.award-block__comment__txt {
  background: #f6f6f6;
  padding: 1.6rem;
}

.award-block--bg .award-block__comment__txt {
  background: #fff;
}

.entry .inner {
  max-width: 106rem;
}

.entry__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  padding: 0 0 4rem;
}

.form__title {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #bababa;
  padding-bottom: 0.6rem;
}

.form__ttl-label {
  float: right;
  font-size: 1.2rem;
  background: #dadada;
  border-radius: 0.5rem;
  padding: 0.1rem 0.8rem;
}

.form__ttl-label--required {
  color: #fff;
  background: #d40000;
}

.form__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.8;
  margin: 0 auto;
}

.form__table + .form__title {
  margin-top: 3rem;
}

.form__table th {
  overflow: hidden;
  display: block;
  width: 100%;
  font-weight: 700;
  vertical-align: top;
  padding: 1rem 0 1rem;
}

.form__table td {
  display: block;
  width: 100%;
  vertical-align: middle;
  border-bottom: 1px solid #bababa;
  margin-bottom: 1.4rem;
  padding: 0 0 1.2rem;
}

.form__table label {
  display: inline-flex;
  align-items: center;
}

.form__table label + label {
  margin-left: 1.6rem;
}

.form__table label input[type="text"],
.form__table label input[type="email"] {
  margin-left: 1rem;
}

.form__table input[type="text"],
.form__table input[type="email"],
.form__table textarea {
  display: inline-block;
  line-height: 1;
  color: #202020;
  background: #efefef;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #bababa;
  margin: 0;
  padding: 0.6rem 1rem;
}

.form__table input[type="text"].error,
.form__table input[type="email"].error,
.form__table textarea.error {
  background: #fdf2f2;
  border: 1px solid #d40000;
}

.form__table input[type="text"].input-s,
.form__table input[type="email"].input-s,
.form__table textarea.input-s {
  width: 6rem;
}

.form__table input[type="text"].input-m,
.form__table input[type="email"].input-m,
.form__table textarea.input-m {
  width: 10rem;
}

.form__table select {
  background: #efefef;
  border: 1px solid #bababa;
  border-radius: 6px;
  padding: 0.6rem 0.5em 0.6rem 1rem;
}

.form__table textarea {
  max-width: 100%;
  height: 16rem;
}

.form__table .border-none th,
.form__table .border-none td {
  border-bottom: none;
}

.form__table .border-none td {
  margin-bottom: 0;
}

.form__table .note {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.form__file input[type="file"] {
  display: none;
}

.form__file label {
  position: relative;
  font-size: 1.3rem;
  background: #efefef;
  border: 1px solid #bababa;
  border-radius: 6px;
  padding: 0.6rem 1rem;
}

.form__file label:hover {
  opacity: 0.7;
  transition: 0.3s ease-out;
}

.form__file label:after {
  content: "選択されていません";
  position: absolute;
  top: calc(50% - 1rem);
  right: -1rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.2rem;
  color: #333;
  transform: translateX(100%);
}

.form__file label.changed:after {
  content: "";
}

.form__file .filename {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.6rem;
}

.form__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.form__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 35rem;
  height: 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #979797;
  border-radius: 6px;
  margin: 0 2rem;
}

.form__btn.is-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.form__agree {
  max-width: 81.5rem;
  font-weight: 700;
  border: 3px solid #e30000;
  margin: 2rem auto 0;
  padding: 2rem;
}

.form__agree__item {
  padding-bottom: 2.2rem;
}

.form__agree__item + .form__agree__item {
  border-top: 1px solid #bababa;
  padding: 2.2rem 0;
}

.form__agree__item:last-child {
  padding-bottom: 0;
}

.form__agree__txt {
  font-size: 1.4rem;
}

.form__agree .checkbox {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 0.8rem;
  padding: 0 1.2rem 0 4.2rem;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.form__agree .checkbox::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  display: block;
  margin-top: -1.2rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 7px solid #009bff;
  z-index: 10;
  transition: opacity 0.2s linear;
}

.form__agree .checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  display: block;
  margin-top: -1.2rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 1px solid #bababa;
}

.form__agree input[type="checkbox"] {
  display: none;
}

.form__agree input[type="checkbox"]:checked + .checkbox:before {
  opacity: 1;
}

.form__agree a {
  color: #008ad2;
  text-decoration: underline;
}

.form__note {
  max-width: 81.5rem;
  font-size: 1.2rem;
  text-align: center;
  margin: 2rem auto 0;
}

.form__thanks {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 6rem;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt30 {
  margin-top: 3rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mt50 {
  margin-top: 5rem;
}

.u-mt60 {
  margin-top: 6rem;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem;
}

.u-mb20 {
  margin-bottom: 2rem;
}

.u-mb30 {
  margin-bottom: 3rem;
}

.u-mb40 {
  margin-bottom: 4rem;
}

.u-mb50 {
  margin-bottom: 5rem;
}

.u-mb60 {
  margin-bottom: 6rem;
}

@media only screen and (min-width: 560px) {
  html {
    font-size: 1.5625vw;
  }

  body {
    line-height: 2;
    font-size: 1.6rem;
  }

  .inner {
    max-width: 76rem;
    margin: 0 auto;
    padding: 0 5rem;
  }
  .inner:has(.result__read) {
    max-width: 86rem;
  }

  .sp-only {
    display: none !important;
  }

  .pc-only {
    display: block !important;
  }

  .l-wrapper {
    padding-top: 228px;
  }

  .header {
    padding-top: 30px;
  }

  .header__inner {
    max-width: 1024px;
    margin: 0 auto;
  }

  .header__logo {
    padding-left: 70px;
  }

  .header__logo img {
    height: 59px;
  }

  .sp-toggle {
    cursor: pointer;
    margin-top: -4px;
  }

  .sponsor-txt {
    font-size: 3.2rem;
    padding: 0 0 4rem;
  }

  .footer {
    padding: 4rem 0;
  }

  .footer__copy {
    font-size: 1.4rem;
  }

  .section {
    padding: 7.6rem 0 8rem;
  }

  .section__ttl img {
    height: 3rem;
  }

  .btn {
    height: 8rem;
    border-radius: 18px;
  }

  .btn img {
    height: 3rem;
  }

  .fixed-link {
    right: 2%;
    width: 12rem;
  }

  .fixed-link--2021 {
    bottom: 15rem;
  }

  .main-visual__main {
    padding: 10.7rem 0 5.3rem;
  }

  .main-visual__bg {
    top: -5.3rem;
    left: -10.6rem;
    width: 126.4%;
  }

  .main-visual__title {
    width: 61.4rem;
  }

  .main-visual__poster {
    width: calc(100% + 1.6rem);
    margin: 3rem -0.8rem 0;
  }

  .main-visual__about {
    width: 100%;
    text-align: center;
    margin: 4.2rem 0 0;
  }

  .main-visual__about img {
    max-width: 48.3rem;
  }

  .top-about {
    padding: 10rem 0 9rem;
  }

  .top-recruitment {
    padding: 5rem 0 4.6rem;
  }

  .top-recruitment__date {
    display: flex;
    justify-content: center;
    font-size: 4rem;
    letter-spacing: 0.05em;
    margin-top: 2rem;
  }

  .top-recruitment__date__pt1 {
    font-size: 2.2rem;
    margin: 0.15em 0.5rem auto 0;
  }

  .top-recruitment__date__pt2 {
    font-size: 2.2rem;
    margin: auto 0.5rem 0.4rem;
  }

  .top-recruitment__date__pt3 {
    font-size: 2rem;
    margin: auto 0 0.2em 0.5rem;
  }

  .top-theme__txt {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 4rem;
  }

  .top-prize__deco--02 {
    margin-top: 6rem;
  }

  .top-prize .section__ttl {
    margin-top: 3.4rem;
  }

  .top-prize__read {
    margin-top: 3rem;
  }

  .top-prize__read__inner p {
    line-height: 1.5417;
    font-size: 2.4rem;
  }

  .top-prize__read__inner small {
    font-size: 1.6rem;
  }

  .top-prize__block {
    margin-top: 3.5rem;
    filter: drop-shadow(0 18px 10px rgba(149, 157, 165, 0.2));
  }

  .top-prize__block__inner {
    padding: 2.4rem 0;
  }

  .top-prize__block--gold {
    margin-top: 4.5rem;
  }

  .top-prize__block__ttl {
    font-size: 3.2rem;
  }

  .top-prize__block__ttl .icon {
    height: 4rem;
    margin-right: 1rem;
    margin-bottom: 0.3em;
  }

  .top-prize__block__read {
    font-size: 2.4rem;
    letter-spacing: -0.025em;
    margin-top: 1.5rem;
    padding: 0.4rem 1rem 0.3rem;
  }

  .top-prize__block__read .text-s {
    display: inline-block;
    font-size: 1.7rem;
  }

  .top-prize__block__body {
    width: 46rem;
    margin: 0 auto;
    padding: 1.6rem 0 0;
  }

  .top-prize__block__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -0.6rem;
  }

  .top-prize__block__item {
    margin-left: 0.6rem;
  }

  .top-prize__block__item + .top-prize__block__item {
    margin-top: 0;
  }

  .top-prize__block__item::before {
    width: 1.4rem;
    height: 1.4rem;
  }

  .top-prize__block__item .emphasis {
    font-size: 2.4rem;
  }

  .top-prize__block__prize {
    margin-left: -2.8rem;
  }

  .top-prize__block__prize li {
    width: 14rem;
    line-height: 1.4;
    align-items: baseline;
    font-size: 2.1rem;
    margin: 0 0 0 2.8rem;
  }

  .top-prize__block__prize li span {
    margin-left: auto;
  }

  .top-prize__block__prize .icon {
    height: 2.2rem;
    margin-right: 0.5rem;
  }

  .top-judge__item {
    display: flex;
    align-items: flex-start;
    margin-top: 5rem;
  }

  .top-judge__item + .top-judge__item {
    margin-top: 5rem;
  }

  .top-judge__item--noimage .top-judge__item__body {
    margin-left: 17rem;
  }

  .top-judge__item__img {
    flex-shrink: 0;
    background: #fff;
  }

  .top-judge__item__body {
    margin-top: -0.6em;
    padding-left: 3rem;
  }

  .top-judge__item__ttl {
    font-size: 2.4rem;
  }

  .top-judge__item__txt {
    margin-top: 1.4rem;
  }

  .top-judge__text-box {
    text-align: center;
    margin-top: 6.4rem;
  }

  .top-terms__item {
    margin-top: 4rem;
  }

  .top-terms__item__ttl {
    font-size: 2.4rem;
  }

  .top-terms__item__body {
    margin-top: 0.6rem;
  }

  .top-terms__item__body--row {
    display: flex;
  }

  .top-terms__item__body--row ul {
    padding-right: 5rem;
  }

  .top-terms__item__body--row .top-terms__item__img {
    flex-shrink: 0;
    margin-left: auto;
  }

  .top-terms__item__body li {
    padding-left: 1.2em;
  }

  .top-terms__item__body li + li {
    margin-top: 0.2rem;
  }

  .top-terms__item__body li::before {
    top: 0.45em;
    width: 1.4rem;
    height: 1.4rem;
  }

  .top-terms__item__body li .note {
    font-size: 1.5rem;
    margin-left: -1.2em;
  }

  .top-terms__item__img {
    margin-top: 0.2em;
  }

  .top-terms__link-txt {
    margin-top: 5rem;
  }

  .top-terms__link-txt a {
    font-size: 1.8rem;
    padding: 1rem 2rem;
  }

  .top-terms .btn {
    margin-top: 8rem;
  }

  .top-terms__sponsor {
    font-size: 2.8rem;
    margin-top: 6rem;
  }

  .top-contact {
    padding: 2rem 0;
  }

  .top-contact__dl dt {
    font-size: 1.6rem;
  }

  .top-contact__dl dd {
    line-height: 1.7;
    font-size: 1.4rem;
    margin-top: 0;
  }

  .faq__ttl {
    font-size: 2.5rem;
  }

  .faq__sub-ttl {
    font-size: 2.2rem;
    margin-top: 5rem;
  }

  .faq__sub-ttl:nth-child(1) {
    margin-top: 0;
  }

  .faq__txt {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }

  .faq__note {
    font-size: 1.4rem;
    margin-top: 3rem;
  }

  .faq-box__ttl {
    padding-top: 2.2rem;
  }

  .faq-box__txt {
    font-size: 1.4rem;
    margin-top: 0.8rem;
    padding-bottom: 2rem;
  }

  .result__intro {
    padding: 5rem 0;
  }

  .result__read {
    font-size: 2rem;
  }

  .result-header {
    margin-top: 2rem;
  }

  .result-header__archive {
    justify-content: center;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }

  .result-header__archive li + li::before {
    margin: 0 2.2rem;
  }

  .result-header__archive-home {
    padding-right: 3rem;
  }

  .result-header__body {
    padding: 0 5rem;
  }

  .result-header__nav {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    height: 6.2rem;
  }

  .result-header__item img {
    height: 2.6rem;
  }

  .result-head {
    min-height: 60rem;
    padding: 8rem 0 6rem;
  }

  .result-head__inner {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 106rem;
    margin: 0 auto;
    padding: 0 5rem;
  }

  .result-head__bg {
    top: -11.07%;
    left: 5rem;
    width: 52.83%;
  }

  .result-head__image {
    order: 1;
    width: 33.75%;
    margin: 0 0 0 auto;
  }

  .result-head__body {
    width: 66.25%;
    margin-top: 0;
  }

  .result-head__main {
    display: inline-flex;
    flex-flow: column;
    width: 99%;
  }

  .result-head__title {
    width: 91.59%;
  }

  .result-head__sub-title {
    max-width: 100%;
    width: 100%;
    margin-top: 4.2rem;
    padding: clamp(1rem, (1000px - 100vw) * 1000 * -1, 2rem) 2rem;
  }

  .result-head__sub-title img {
    width: 46.67%;
    height: auto;
  }

  .award-section__head {
    padding-top: 5rem;
  }

  .award-section__ttl {
    max-width: 41.4rem;
  }

  .award-section__ttl::before,
  .award-section__ttl::after {
    width: 3.6rem;
    height: 10.1rem;
  }

  .award-section__ttl img {
    height: 8.6rem;
  }

  .award-section__ttl--01 {
    max-width: 33.7rem;
  }

  .award-section__ttl--05 {
    max-width: 100%;
    width: 44.7rem;
  }

  .award-section__ttl--06 {
    max-width: 100%;
    width: 44.7rem;
  }

  .award-section__ttl-anatamokite {
    position: relative;
    display: grid;
    place-content: center;
    width: max-content;
    margin: 0 auto;
  }

  .award-section__ttl-anatamokite p {
    position: absolute;
    bottom: 0;
    left: calc(100% + 1.6rem);
    font-size: 1.8rem;
    text-align: left;
    white-space: nowrap;
    margin: 0;
  }

  .award-block {
    padding: 7rem 0 10rem;
  }

  .award-block + .award-block {
    padding: 10rem 0;
  }

  .award-block__inner {
    max-width: 106rem;
    margin: 0 auto;
    padding: 0 5rem;
  }

  .award-block__judge {
    max-width: 44.7rem;
  }

  .award-block__judge::before,
  .award-block__judge::after {
    width: 3.6rem;
    height: 10.1rem;
  }

  .award-block__judge__image {
    flex-shrink: 0;
    width: 8.5rem;
  }

  .award-block__judge__body {
    padding: 0.4rem 0 0 2.5rem;
  }

  .award-block__judge__body--pl0 {
    padding-left: 0;
  }

  .award-block__judge__ttl {
    font-size: 3.2rem;
  }

  .award-block__judge__job {
    font-size: 1.6rem;
    margin-top: 1rem;
  }

  .award-block__award-name {
    max-width: 29.4rem;
  }

  .award-block__award-name::before,
  .award-block__award-name::after {
    width: 3.6rem;
    height: 10.1rem;
  }

  .award-block__award-name img {
    height: 3.1rem;
  }

  .award-block__photo-ttl {
    font-size: 3.5rem;
    margin-top: 6.4rem;
  }
  .award-block__photo-ttl_long {
    font-size: 3rem;
  }

  .award-block__photo-ttl:first-child {
    margin-top: 0;
  }

  .award-block__location {
    font-size: 1.8rem;
    margin-top: 0;
  }

  .award-block__name {
    font-size: 2.2rem;
  }

  .award-block__name span {
    font-size: 1.8rem;
  }

  .award-block__comment {
    margin-top: 4.4rem;
  }

  .award-block__comment__ttl {
    font-size: 2rem;
  }

  .award-block__comment__txt {
    padding: 2.2rem;
  }

  .entry__ttl {
    font-size: 2.5rem;
    padding: 2.4rem 0 10rem;
  }

  .form__title {
    font-size: 2rem;
    padding-left: 1.6rem;
  }

  .form__ttl-label {
    font-size: 1.1rem;
  }

  .form__table + .form__title {
    margin-top: 4rem;
  }

  .form__table th {
    display: table-cell;
    width: 24.5rem;
    font-size: 1.5rem;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
    padding: 2rem 2rem 2rem 1.6rem;
  }

  .form__table td {
    display: table-cell;
    width: auto;
    font-size: 1.5rem;
    margin-bottom: 0;
    padding: 2rem 4.6rem 2rem 0;
  }

  .form__table label + label {
    margin-left: 2.4rem;
  }

  .form__table input[type="text"].input-s,
  .form__table input[type="email"].input-s,
  .form__table textarea.input-s {
    width: 6.6rem;
  }

  .form__table .border-none th,
  .form__table .border-none td {
    padding-bottom: 0;
  }

  .form__file label:after {
    right: -2rem;
  }

  .form__file .filename {
    display: inline-block;
    margin: 0 0 0 2rem;
  }

  .form__btn-wrap {
    margin-top: 5rem;
  }

  .form__btn {
    height: 5.5rem;
    font-size: 2.2rem;
  }

  .form__agree {
    border-width: 5px;
    margin-top: 5rem;
    padding: 3rem 3.6rem 2rem;
  }

  .form__agree__item {
    padding: 0 3rem 1.6rem;
  }

  .form__agree__item + .form__agree__item {
    padding: 1.6rem 3rem;
  }

  .form__agree__item:last-child {
    padding-bottom: 0;
  }

  .form__agree__txt {
    font-size: 1.8rem;
  }

  .form__agree .checkbox {
    font-size: 2.2rem;
    padding-left: 5.2rem;
    margin-top: 0;
  }

  .form__note {
    font-size: 1.5rem;
  }

  .form__thanks {
    font-size: 1.6rem;
    margin-top: 8rem;
  }
}

@media only screen and (min-width: 640px) {
  html {
    font-size: 62.5%;
    scroll-padding-top: 228px;
  }
}

@media only screen and (min-width: 768px) {
  a {
    transition: opacity 0.5s;
  }

  a:hover {
    opacity: 0.6;
  }
}

@media only screen and (min-width: 960px) {
  .award-block__inner {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 7.6rem;
    column-gap: 7.6rem;
  }

  .award-block__image {
    flex-shrink: 0;
    width: 40rem;
  }

  .award-block__body {
    flex-grow: 1;
    padding: 0;
  }

  .form__table input[type="text"].input-m,
  .form__table input[type="email"].input-m,
  .form__table textarea.input-m {
    width: 17.5rem;
  }
}

@media only screen and (max-width: 559px) {
  .u-mt20 {
    margin-top: 1rem;
  }

  .u-mt30 {
    margin-top: 1.5rem;
  }

  .u-mt40 {
    margin-top: 2rem;
  }

  .u-mt50 {
    margin-top: 2.5rem;
  }

  .u-mt60 {
    margin-top: 3rem;
  }

  .u-mb20 {
    margin-bottom: 1rem;
  }

  .u-mb30 {
    margin-bottom: 1.5rem;
  }

  .u-mb40 {
    margin-bottom: 2rem;
  }

  .u-mb50 {
    margin-bottom: 2.5rem;
  }

  .u-mb60 {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .form__table input[type="text"].input-m,
  .form__table input[type="email"].input-m,
  .form__table textarea.input-m {
    width: 12rem;
  }
}

@media print {
  html {
    font-size: 62.5%;
  }
}

.page-top {
  position: fixed;

  bottom: calc(2rem + 100px);
  right: 4rem;
  z-index: 100;
  width: 112px;
  aspect-ratio: 1;
  border-radius: 100%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.entry-link {
  position: fixed;
  bottom: 2rem;
  right: 3px;
  z-index: 1003;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s;
}

.entry-link.is-show {
  opacity: 1;
  pointer-events: auto;
}

.entry-link__box {
  display: inline-block;
  line-height: 1.25;
  background: #fff;
  border: 1px solid #6e7070;
  padding: 1.2rem 3rem;
  color: #6e7070;
}
.entry-link a:hover {
  color: #6e7070;
}
@media (max-width: 560px) {
  .page-top {
    width: 74px;
    bottom: calc(2rem +110px);
    right: 1rem;
  }
}
