@charset "UTF-8";
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
figure {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
figure {
    font-size: 14px;
  }
}

.gothic {
  font-family: "Helvetica", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a:hover {
  opacity: 0.6;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

header {
  background: url(../img/title-bg.png) top/contain repeat-x;
  width: 100%;
}
header::before {
  content: "";
  width: 100%;
  height: 10px;
  margin-bottom: 10px;
  display: inline-block;
  background: #f18d00;
}

.head-wrapper {
  width: calc(100% - 20px);
  max-width: 1000px;
  padding: 30px 30px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .head-wrapper {
    max-width: 600px;
  }
}
.head-wrapper::before, .head-wrapper::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../img/title-deco.png) top/cover;
  display: inline-block;
  position: absolute;
  top: 0;
}
.head-wrapper::before {
  left: 0;
}
.head-wrapper::after {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 0;
}

h1 {
  text-align: center;
}
h1 picture {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
}
h1 picture:first-child {
  margin-bottom: 20px;
}

.content-wrapper {
  width: 100%;
  max-width: 1000px;
  padding: 30px 30px 0px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content-wrapper {
    padding: 30px 30px 0px;
    max-width: 600px;
  }
}

.sponsor {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sponsor {
    margin: 0 auto 20px;
  }
}
.sponsor li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 10px;
  width: 100%;
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .sponsor li {
    max-width: 285px;
  }
}
.sponsor li:first-child dd {
  font-size: 24px;
}
.sponsor li dt {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 10px 3px;
  border-radius: 15px;
  font-weight: normal;
  min-width: 52px;
  text-align: center;
}
.sponsor li dd {
  font-size: 14px;
  line-height: 1.4em;
}

.purpose-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .purpose-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.purpose-wrap .p-person {
  min-width: 180px;
  padding: 0 10px 10px 0;
}
.purpose-wrap .purpose {
  font-size: 16px;
  line-height: 1.8em;
  text-align: justify;
}

.p-person {
  text-align: center;
}
.p-person figure {
  max-width: 160px;
  margin: 0 auto 5px;
}
.p-person .title {
  font-size: 14px;
}
.p-person .name {
  font-size: 18px;
  font-weight: 500;
}
.p-person .name span {
  font-size: 14px;
}

.overview-wrap {
  background: #f18d00;
  padding: 15px;
  margin-bottom: 50px;
  border-radius: 0 0 25px 25px;
}
@media screen and (max-width: 767px) {
  .overview-wrap {
    padding: 15px 0 0;
    margin-bottom: 30px;
    border-radius: 0;
    background: #fff;
  }
}
.overview-wrap h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .overview-wrap h2 {
    padding-top: 10px;
    background: #f18d00;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.overview-list {
  padding: 30px 15px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .overview-list {
    padding: 30px 0 0;
    gap: 50px;
    border-radius: 0;
  }
}

.overview {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 15px;
  }
  .overview:nth-last-child(1), .overview:nth-last-child(2) {
    text-align: justify;
  }
}
.overview dt {
  width: 18%;
  text-align: center;
  position: relative;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -6.2px;
}
@media screen and (max-width: 767px) {
  .overview dt {
    width: 60%;
    max-width: 160px;
    font-size: 22px;
  }
}
.overview dt::before, .overview dt::after {
  display: inline-block;
  top: 0;
}
.overview dt::before {
  content: "【";
  left: 0;
}
.overview dt::after {
  content: "】";
  right: 0;
}
.overview dd {
  width: 80%;
  line-height: 1.75em;
  font-weight: 600;
  margin-top: -6.75px;
}
@media screen and (max-width: 767px) {
  .overview dd {
    width: 100%;
  }
}
.overview dd.big {
  font-size: 18px;
  font-weight: 600;
  margin-top: -6.75px;
}
@media screen and (max-width: 767px) {
  .overview dd.big {
    font-size: 16px;
    margin-top: -6px;
  }
}
.overview dd .mini {
  font-size: 0.7em;
}
.overview dd.prize {
  margin-top: -4.75px;
}
.overview dd .overview-notes {
  font-size: 0.8em;
  font-weight: normal;
}
.overview dd .overview-mark::before {
  position: relative;
  top: 2px;
  content: url(../img/mark01.svg);
  margin-right: 5px;
}

.theme span {
  display: inline-block;
}
.theme .theme-sub-title {
  font-size: 0.9em;
}

.prize .prize-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .prize .prize-about {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.prize li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .prize li {
    max-width: 240px;
    width: 100%;
  }
}
.prize .prize-title {
  max-width: 190px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .prize .prize-title {
    max-width: 160px;
    min-width: 135px;
  }
}
@media screen and (max-width: 767px) {
  .prize .prize-rate {
    min-width: 65px;
    text-align: right;
  }
}
.prize .prize-title,
.prize .prize-rate {
  line-height: 1.2em;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .prize .prize-title,
.prize .prize-rate {
    font-size: 20px;
  }
}

.sub-prize {
  border: solid 1px #000;
  display: inline-block;
  font-size: 16px;
  padding: 10px 16px;
  margin-top: 15px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .sub-prize {
    font-size: 14px;
    line-height: 1.75em;
  }
}

.selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .selection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.selection .p-person {
  min-width: 150px;
}
.selection .p-person > p {
  font-size: 18px;
}
.selection .p-person .title {
  line-height: 1.3em;
  font-size: 16px;
}
.selection .p-person .name {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .selection .p-person {
    line-height: 1em;
  }
  .selection .p-person > p {
    font-size: 18px;
  }
  .selection .p-person .title {
    margin-bottom: 0;
    font-size: 16px;
  }
  .selection .p-person .name {
    font-size: 22px;
  }
}
.selection .judges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .selection .judges {
    text-align: center;
    gap: 15px;
  }
}
.selection .judges p {
  font-size: 18px;
  text-align: center;
}
.selection .judges li {
  font-size: 18px;
  line-height: 1.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .selection .judges {
    line-height: 1em;
    gap: 30px;
  }
  .selection .judges p {
    font-size: 18px;
  }
  .selection .judges li {
    font-size: 22px;
    line-height: 1.1em;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.selection .judges-name {
  min-width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.selection .judges-name .mini {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .selection .judges-name {
    min-width: 125px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 22px;
    line-height: 1.1em;
  }
}
.selection .judges-title {
  line-height: 1.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.selection .judges-title span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .selection .judges-title .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .selection .judges-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 22px;
    line-height: 1.1em;
  }
}

.p-multi-list {
  text-align: justify;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .p-multi-list {
    width: 100%;
  }
}
.p-multi-list li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-multi-list li:last-child {
  margin-bottom: 0;
}
.p-multi-list li .list-number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 5px;
}
.p-multi-list li p span {
  display: inline-block;
}

.p-multi-list--exam li .list-number {
  min-width: 84px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-multi-list--exam li .list-number {
    min-width: 71px;
  }
}

dd:has(.p-multi-list--exam) {
  text-align: justify;
}
dd:has(.p-multi-list--exam) p {
  width: 95%;
}
@media screen and (max-width: 767px) {
  dd:has(.p-multi-list--exam) p {
    width: 100%;
  }
}

.p-multi-list--schedule li .list-number {
  min-width: 140px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-multi-list--schedule li .list-number span:first-child {
  display: inline-block;
  min-width: 62px;
}
.p-multi-list--schedule li .list-number span:last-child {
  min-width: 75px;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-multi-list--schedule li .list-number span:last-child {
    min-width: 58px;
  }
}
.p-multi-list--schedule li .list-number:last-child span:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-multi-list--schedule li .list-number {
    min-width: 120px;
  }
}
.p-multi-list--schedule li .list-number .only-month {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .p-multi-list--schedule li .list-number .only-month {
    width: 31px;
  }
}

dd:has(.p-multi-list--schedule) {
  text-align: justify;
}
dd:has(.p-multi-list--schedule) p {
  width: 95%;
}
@media screen and (max-width: 767px) {
  dd:has(.p-multi-list--schedule) p {
    width: 100%;
  }
}

.overview-exam > p {
  font-weight: normal;
}

.overview-attention {
  font-weight: normal;
}

.link-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 50px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .link-area {
    margin-bottom: 30px;
  }
}
.link-area .entry-link {
  background: -webkit-gradient(linear, left top, left bottom, from(#f18d00), to(#e05a1c));
  background: -webkit-linear-gradient(top, #f18d00, #e05a1c);
  background: -o-linear-gradient(top, #f18d00, #e05a1c);
  background: linear-gradient(180deg, #f18d00, #e05a1c);
  padding: 20px 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  min-width: 250px;
  width: 45%;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border: solid 2px #fff;
  outline: solid 3px #AB2317;
  line-height: 0.9em;
}
.link-area .entry-link--red {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5757e), to(#AB2317));
  background: -webkit-linear-gradient(top, #f5757e, #AB2317);
  background: -o-linear-gradient(top, #f5757e, #AB2317);
  background: linear-gradient(180deg, #f5757e, #AB2317);
  width: 100%;
  min-width: none;
  max-width: 600px;
  padding: 20px 10px;
}
.link-area .entry-link--red span {
  display: block;
  margin-bottom: 10px;
}
.link-area .entry-link--red span:nth-child(2) {
  margin-bottom: 0;
}
.link-area .entry-link__br {
  display: none;
}
@media screen and (max-width: 767px) {
  .link-area .entry-link__br {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .link-area .entry-link {
    font-size: 22px;
    padding: 20px 25px;
  }
}
.link-area .contact-wrap {
  text-align: center;
}
.link-area .contact-wrap p {
  margin-bottom: 15px;
}
.link-area .contact-link {
  padding: 20px 40px 18px;
  border: solid 1px #000;
  font-size: 16px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .link-area .contact-link {
    padding: 15px 30px 13px;
  }
}
.link-area .entry-link,
.link-area .contact-link {
  display: inline-block;
  position: relative;
}
.link-area .entry-link .fa-solid,
.link-area .contact-link .fa-solid {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link-area .contact-note {
  margin-top: 15px;
  font-size: 12px;
}
.link-area .button-mini {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .link-area .button-mini {
    font-size: 14px;
  }
}

footer .foot-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  border-top: solid 1px #000;
}
@media screen and (max-width: 767px) {
  footer .foot-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
footer .foot-wrapper a {
  display: inline-block;
  max-width: 200px;
}
footer .foot-wrapper .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
footer .foot-wrapper .contact dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 7px;
  font-size: 12px;
  font-weight: normal;
  background: #000;
  color: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
/*# sourceMappingURL=style.css.map */
