/* Normalize
--------------------------------*/

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

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  box-sizing: border-box;
  font-family: YakuHanRP, "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  background: #ffda3f;
  color: #111;
}

a {
  color: inherit;
  transition: 0.3s;
}

a:before,
a:after {
  text-align: inherit;
  text-decoration: inherit;
}

a[href^="tel:"] {
  text-decoration: none;
}

abbr {
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em,
strong {
  color: #e7380d;
  font-style: inherit;
  font-weight: inherit;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}

dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  transition: 0.3s;
}

button,
[type=submit],
[type=button],
[type=reset] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  text-shadow: none;
}

[type=text],
[type=tel],
[type=email],
[type=url],
[type=search],
[type=number],
[type=date],
[type=password],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

[type=text]:focus,
[type=tel]:focus,
[type=email]:focus,
[type=url]:focus,
[type=search]:focus,
[type=number]:focus,
[type=date]:focus,
[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

[type=radio],
[type=checkbox] {
  vertical-align: baseline;
}

button,
[type=submit],
[type=button],
[type=reset],
[type=radio],
[type=checkbox] {
  cursor: pointer;
}

[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Extends
--------------------------------*/

.paragraph:first-child {
  margin-top: 0;
}

.paragraph:last-child {
  margin-bottom: 0;
}

.site-content,
.site-footer-content {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

/* Heading
--------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
  font-weight: 800;
}

h2 {
  line-height: 1.23;
  margin-bottom: 0.426em;
  color: #e7380d;
  font-size: min(1.5rem, 6.154vw);
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
}

h3 {
  font-size: 1rem;
}

/* Site Width
--------------------------------*/

.site {
  overflow-x: clip;
  margin: auto;
}

/* Common
--------------------------------*/

.btn {
  display: block;
  margin-top: 0.75rem;
  filter: drop-shadow(0.62cqi 0.62cqi 0.62cqi rgba(0, 0, 0, 0.5));
}

.image {
  text-align: center;
}

.tagline {
  text-align: center;
}

.link {
  margin-top: 1.5rem;
  text-align: center;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text:before,
.screen-reader-text:after {
  content: none;
}

.break:before {
  white-space: pre;
  content: "\a";
}

/* Header
--------------------------------*/

.site-header-content {
  padding: 0 3.125vw;
  background: #e7380d;
  color: #fff;
  text-align: center;
}

.site-title {
  line-height: 1;
  margin: 0;
  padding: 4.1vw 0;
  font-size: 1em;
}

.hero {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  text-align: center;
}

.hero img {
  width: 140.556vw;
  max-width: 1920px;
}

.hero__text {
  width: 93.75vw;
  line-height: 1.375;
  margin: -0.5em auto 0;
  color: #e7380d;
  font-weight: 700;
  font-size: 3.26vw;
  word-break: auto-phrase;
}

.hero__text2 {
  width: 93.75vw;
  line-height: 1.5;
  margin: 1em auto 0;
  font-size: 0.75em;
}

/* Footer
--------------------------------*/

.site-footer {
  margin-top: 3rem;
  padding: 2rem 0 1rem;
  background: #e7380d;
  color: #fff;
}

.slogan {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}

.copyright {
  line-height: 2.25;
  margin-top: 1.5rem;
  font-size: 10px;
  text-align: center;
}

/* Site Content
--------------------------------*/

.site-content {
  margin-top: 2rem;
}

.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/

.search-form {
  display: flex;
  max-width: 400px;
}

.search-form__field[type=search] {
  flex: 1;
  border-radius: 0;
}

.search-form__submit {
  flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Home
--------------------------------*/

.contents-list {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 1.5em;
  margin: 0 auto;
  padding: 0;
  container-type: inline-size;
}

.contents-list > li {
  position: relative;
}

.contents-list a:hover,
.contents-list a:focus {
  opacity: 0.8;
}

.contents-list .preparing {
  position: absolute;
  top: -0.4425cqi;
  left: 0;
  width: 19.11505%;
  filter: drop-shadow(0.62cqi 0.62cqi 0.62cqi rgba(0, 0, 0, 0.75));
}

.past-list {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 1.5em;
  margin: 3rem 0;
  padding: 0;
}

.past-list a {
  display: block;
  display: flex;
  align-items: center;
  gap: 0.23em;
  line-height: 2.2456;
  padding: 0 0.56em;
  border-radius: 0.65em;
  background: #e7380d;
  color: #fff;
  font-weight: 800;
  font-size: 1.5em;
  text-decoration: none;
}

.past-list a:before {
  display: inline-block;
  border: solid transparent;
  border-width: 0.47em 0 0.47em 0.47em;
  border-left-color: currentColor;
  content: "";
}

.past-list a:hover,
.past-list a:focus {
  opacity: 0.8;
}

/* Extra
--------------------------------*/

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  list-style: none;
  margin: 0;
  padding: 0;
}

.skip-link a {
  display: block;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 0 0 0.5em 0;
  background: #fff;
  transition: none;
  color: rgb(0, 81, 255);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.skip-link a:focus {
  height: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16px 24px;
}

/* Media Queries
--------------------------------*/

@media print, screen and (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }

  section {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .site-content,
  .site-footer-content {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }

  h2 {
    font-size: 2.9375rem;
  }

  .btn {
    margin-top: 1.5rem;
    font-size: 2rem;
  }

  .site-header-content {
    padding-inline: 2rem;
  }

  .site-title {
    padding: min(57.5px, 5.5501930502vw) 0;
  }

  .site-title img {
    width: 93.8224vw;
    max-width: 972px;
  }

  .hero__text {
    font-size: min(40px, 2.9283vw);
  }

  .hero__text2 {
    width: 59em;
    margin-top: 0.9em;
    font-size: min(20px, 1.464vw);
  }

  .site-footer {
    margin-top: 6rem;
    padding-top: 4rem;
  }

  .slogan {
    max-width: 43.75rem;
  }

  .copyright {
    margin-top: 2.5rem;
    font-size: 1.25rem;
  }

  .site-content {
    margin-top: 3.5rem;
  }

  .contents-list {
    gap: 3rem;
    width: 92.623%;
  }

  .past-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.5em 2.5em;
    margin-top: 7.5em;
  }

  .past-list a {
    padding-right: 0;
    font-size: 3.5625rem;
  }
}

@media print, screen and (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .break-sp:before {
    white-space: pre;
    content: "\a";
  }
}

@media print {
  body {
    min-width: 1280px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}