@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed, iframe, object {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset, option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

:root {
  --main-color: #FFF362;
  --alert-color: #FF0000;
  --alert-bg-color: #FFF5E6;
  --footer-bg-color: #F2F2F2;
  font-size: 2.0833333333vw;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: min(0.8333333333vw, 10px);
    scroll-padding-top: 10rem;
  }
  :root .for_sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  :root .for_pc {
    display: none !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body:has(.post-password-form) {
  overflow: hidden;
}

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

.container {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 2rem;
}
@media (min-width: 1241px) {
  .container {
    padding: 0;
  }
}

.spacer {
  width: 100%;
  height: 8rem;
}

ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}

input,
textarea {
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  width: 100%;
}
input.width02,
textarea.width02 {
  width: 30%;
}

.post-password-form {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  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;
}
.post-password-form input[type=submit] {
  display: block;
  text-align: center;
  background: var(--main-color);
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
}

#contact_form table {
  width: 100%;
}
#contact_form tr {
  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: 1rem;
  margin-bottom: 2rem;
}
#contact_form tr input {
  padding: 0.5rem;
}
#contact_form tr textarea {
  padding: 0.5rem;
}
#contact_form .color_red {
  color: var(--alert-color);
}
#contact_form input[type=submit] {
  background: var(--main-color);
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  border: none;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid;
  text-align: center;
  margin: auto;
  position: relative;
  display: block;
}

input[name=post_password] {
  padding: 0 0.5em 0.2em 0.5em;
}

header {
  background-color: var(--main-color);
  height: 8.5rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  header {
    height: 10rem;
    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: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2rem;
  }
}
header .logo {
  display: block;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .logo img {
  height: 100%;
  width: auto;
}
header .menu-btn {
  width: 8.5rem;
  height: 8.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
header .menu-btn::before {
  content: "";
  display: block;
  width: 3.8rem;
  height: 0.3rem;
  background: #000;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transform: translateY(-0.8rem);
          transform: translateY(-0.8rem);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
header .menu-btn::after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 0.3rem;
  background: #000;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transform: translateY(0.8rem);
          transform: translateY(0.8rem);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
header .menu-btn.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .menu-btn.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  header nav {
    width: 100%;
    height: calc(100dvh - 8.5rem);
    position: fixed;
    top: 8.5rem;
    left: 0;
    z-index: 999;
    background: #fff;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  header nav.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  header nav .nav-main > li {
    border: 1px solid #ccc;
    border-radius: 1rem;
    margin: 0.5rem;
    overflow: hidden;
  }
  header nav .nav-main > li a {
    display: block;
    padding: 1rem;
    font-size: 2rem;
    position: relative;
  }
  header nav .nav-main > li a.toggle {
    font-size: 1.05em;
    font-weight: 600;
    text-align: center;
    background: var(--main-color);
  }
  header nav .nav-main > li a:not(.toggle)::after {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    border-right: 2px solid;
    border-top: 2px solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 0.5em;
    inset-block: 0;
    margin-block: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header nav .nav-main li + li {
    border-top: 1px solid #ccc;
  }
}
@media screen and (min-width: 768px) {
  header nav {
    min-width: 78rem;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
  header nav .nav-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header nav .nav-main > li {
    position: relative;
  }
  header nav .nav-main > li a.toggle::after {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    bottom: -0.5em;
    inset-inline: 0;
    margin-inline: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header nav .nav-main > li a.toggle.active::after {
    bottom: -1em;
    color: tomato;
    border-width: 4px;
  }
  header nav .nav-main > li + li {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid;
  }
  header nav .nav-main li a {
    font-size: 1.8rem;
  }
  header nav .nav-main li .sub {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    overflow: hidden;
    padding: 1em 2em;
    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;
    gap: 1em;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 100vmax;
    position: absolute;
    top: 8rem;
    left: 50%;
    z-index: 10;
    font-family: "Zen Maru Gothic", sans-serif;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-1rem) translateX(-50%);
            transform: translateY(-1rem) translateX(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header nav .nav-main li .sub a {
    opacity: 0.6;
  }
  header nav .nav-main li .sub a.active, header nav .nav-main li .sub a:hover {
    opacity: 1;
  }
  header nav .nav-main li .active + .sub {
    z-index: 999;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    pointer-events: auto;
  }
  header nav .nav-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  header nav .nav-sub li a {
    display: block;
    font-size: 1.6rem;
    background: #fff;
    padding: 0rem 2rem;
    border-radius: 0.6rem;
    border: 1px solid;
  }
}
@media screen and (max-width: 767px) {
  header nav .nav-sub a {
    margin: 0.5rem;
    display: block;
    border: 1px solid;
    padding: 0.5rem;
    background: var(--main-color);
    text-align: center;
  }
}

#mv .container {
  padding: 0;
  width: 100%;
}
#mv .container h1 img,
#mv .container h1 video {
  width: 100%;
}

main {
  margin-top: 8.5rem;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 7rem;
  }
}

#pageHeader .container {
  padding: 0;
}
#pageHeader .container h1 {
  width: 100%;
  aspect-ratio: 480/300;
  background: url("/wordpress/wp-content/themes/keimei2026/assets/images/pageHeader_sp.jpg") no-repeat center;
  background-size: cover;
  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;
  color: #fff;
  text-shadow: 0 0 0.5rem #999;
  font-size: 4.2rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  #pageHeader .container {
    width: 100%;
  }
  #pageHeader .container h1 {
    width: 100%;
    aspect-ratio: 1600/300;
    background: url("/wordpress/wp-content/themes/keimei2026/assets/images/pageHeader_pc.jpg") no-repeat center;
    background-size: cover;
    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;
    color: #fff;
    font-size: 5rem;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
  }
}

#breadCrumb {
  background: var(--footer-bg-color);
  margin-bottom: 4rem;
}
#breadCrumb .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 0.5rem 0;
  font-size: 1.4rem;
}
#breadCrumb .container ul li a {
  display: block;
}
#breadCrumb .container ul li + li::before {
  content: ">";
  margin-right: 1rem;
}

#post-meta {
  margin-bottom: 4rem;
}
#post-meta .container {
  width: min(100%, 100rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
}
#post-meta .container .post-title {
  width: 100%;
}
#post-meta .container .post-title h2 {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 0.5rem;
  text-align: center;
  border-bottom: 0.3rem solid var(--main-color);
  padding-bottom: 1rem;
}
#post-meta .container .post-categories {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
#post-meta .container .post-categories a {
  display: block;
  padding: 0.2rem 1.5rem;
  border: 1px solid;
  border-radius: 1rem;
  background: #fff;
  text-align: center;
}
#post-meta .container time {
  font-size: 1.8rem;
}

#pageBody {
  padding-bottom: 4rem;
}
#pageBody ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin: 1rem 0;
  list-style-position: inside;
}
#pageBody p {
  margin: 1em 0;
}
#pageBody a {
  color: teal;
}
@media screen and (min-width: 768px) {
  #pageBody {
    width: min(100%, 100rem);
    margin: 0 auto;
  }
}
#pageBody .pageBodyTitle {
  padding: 0.5em 0;
  font-size: 3rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  border-bottom: 0.3rem solid var(--main-color);
  margin-bottom: 2rem;
}
#pageBody .sectionTitle {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 2rem;
  background: var(--main-color);
  padding: 0.5em 0;
  text-align: center;
}
#pageBody .anker a {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  padding: 1rem 2rem;
  border: 1px solid;
  position: relative;
  width: 100%;
}
#pageBody .anker a::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  inset-block: 0;
  right: 1rem;
  margin: auto;
}
#pageBody .kengaku-list {
  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: 1rem;
}
#pageBody .kengaku-list li {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}
#pageBody .kengaku-list li .kengaku-title {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 1rem;
  color: #C6000B;
}
#pageBody .kengaku-list li p {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
#pageBody .kengaku-list li p.comment {
  margin-bottom: 1rem;
}
#pageBody .kengaku-list li p.button span,
#pageBody .kengaku-list li p.button a {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 16em;
  border: 1px solid;
  border-radius: 1.4rem;
  text-align: center;
  padding: 0.3em 0;
}
#pageBody .kengaku-list li p.button span.comingsoon,
#pageBody .kengaku-list li p.button a.comingsoon {
  color: #C6000B;
}
#pageBody .kengaku-list li p.button span.active,
#pageBody .kengaku-list li p.button a.active {
  color: black;
  background: var(--main-color);
  position: relative;
}
#pageBody .kengaku-list li p.button span.active::after,
#pageBody .kengaku-list li p.button a.active::after {
  content: "▶";
  line-height: 1;
  height: 1em;
  position: absolute;
  right: 0.5em;
  inset-block: 0;
  margin: auto;
}
#pageBody .kengaku-list li p.button span.end,
#pageBody .kengaku-list li p.button a.end {
  color: #999;
}
#pageBody .flow {
  width: 100%;
  display: block;
  border: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 4rem 0;
  overflow: visible;
}
#pageBody .flow + .flow {
  position: relative;
  margin-top: 6rem;
}
#pageBody .flow + .flow::before {
  content: "";
  display: block;
  width: 1em;
  height: 0.8em;
  background: #C6000B;
  position: absolute;
  top: -4rem;
  inset-inline: 0;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  #pageBody .flow + .flow::before {
    left: calc(10% - 0.5em);
    margin: 0;
  }
}
#pageBody .flow tr {
  display: block;
}
#pageBody .flow tr td {
  display: block;
  width: 100%;
  border: none;
}
#pageBody .flow tr td:first-child {
  text-align: center;
  background: #F2F2F2;
}
@media screen and (min-width: 768px) {
  #pageBody .flow tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #pageBody .flow tr td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #pageBody .flow tr td:first-child {
    width: 20%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#pageBody .category-list {
  list-style-type: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 0.5em 0;
  font-family: "Zen Maru Gothic", sans-serif;
  border-bottom: 0.3rem solid var(--main-color);
  margin-bottom: 2rem;
  padding-bottom: 3rem;
}
#pageBody .category-list li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1.8rem;
  padding: 0rem 2rem;
  border: 1px solid;
  border-radius: 1rem;
  background: #fff;
  cursor: pointer;
}
#pageBody .news-archive {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#pageBody .news-archive li + li {
  border-top: 1px solid #ccc;
}
#pageBody .news-archive li a {
  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: 1rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  #pageBody .news-archive li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#pageBody .news-archive li a .info .title {
  color: #C6000B;
  font-size: 1.4em;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
#pageBody .news-archive li a .link {
  font-size: 1.6rem;
}
#pageBody .news-archive li a .link::after {
  content: ">";
}

#alert {
  background: var(--alert-bg-color);
  color: var(--alert-color);
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  #alert {
    width: min(120rem, 100% - 4rem);
    margin: 4rem auto;
  }
}
#alert h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 1rem;
}
#alert .alert-list {
  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;
  border-top: 1px solid;
  margin-bottom: 2rem;
}
#alert .alert-list li {
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
#alert .alert-list li .title {
  display: block;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  #alert .alert-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    padding-inline: 1rem;
  }
}

#banner_top .banner-list {
  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: 1rem;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  #banner_top .banner-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 2rem;
  }
  #banner_top .banner-list li {
    width: 49%;
  }
  #banner_top .banner-list li.wide {
    width: 100%;
  }
}

#pamphlet {
  padding-bottom: 4rem;
}
#pamphlet .pamphlet-wrap h2 {
  margin: 4rem 1rem 1rem;
}
#pamphlet .pamphlet-wrap .screenshot {
  width: 30.4rem;
  margin: auto;
  position: relative;
}
#pamphlet .pamphlet-wrap .screenshot img {
  width: 100%;
}
#pamphlet .pamphlet-wrap .screenshot .click {
  position: absolute;
  width: 11.8rem;
  height: 11.8rem;
  bottom: -2rem;
  right: -4rem;
}
@media screen and (min-width: 768px) {
  #pamphlet .pamphlet-wrap {
    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;
    gap: 2rem;
    margin-block: 6rem;
  }
  #pamphlet .pamphlet-wrap h2 {
    width: 30%;
    margin: 0;
  }
  #pamphlet .pamphlet-wrap .screenshot {
    width: 24%;
    margin: 0;
  }
  #pamphlet .pamphlet-wrap .screenshot .click {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  #pamphlet .pamphlet-wrap .screenshot a:hover .click {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #pamphlet .pamphlet-wrap .index {
    width: 30%;
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    margin-left: 6rem;
  }
  #pamphlet .pamphlet-wrap .index div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  #pamphlet .pamphlet-wrap .index div + div {
    margin-top: 1rem;
  }
  #pamphlet .pamphlet-wrap .index div dt {
    border: 1px solid;
    padding: 0.5rem 1rem;
    width: 30%;
    font-size: 1.6rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #pamphlet .pamphlet-wrap .index div dd {
    width: 100%;
  }
  #pamphlet .pamphlet-wrap .index div dd li + li {
    margin-top: 0.5rem;
  }
  #pamphlet .pamphlet-wrap .index div dd li a {
    display: block;
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    border: 1px solid;
    position: relative;
  }
  #pamphlet .pamphlet-wrap .index div dd li a::before {
    content: "";
    display: block;
    background: var(--main-color);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
  }
  #pamphlet .pamphlet-wrap .index div dd li a:hover::before {
    width: 100%;
  }
}

#news {
  background: var(--main-color);
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  #news {
    padding: 6rem 0;
  }
  #news .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    position: relative;
  }
}
#news hgroup {
  border-bottom: 4px double;
  padding: 1rem 0;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  #news hgroup {
    border-bottom: none;
    border-right: 4px double;
    padding: 1rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#news hgroup h2 {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  #news hgroup h2 {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-orientation: mixed;
  }
}
#news hgroup .more a {
  display: block;
  font-size: 1.8rem;
  padding: 0rem 2.5rem;
  border: 1px solid;
  border-radius: 1rem;
  background: #fff;
  position: relative;
}
#news hgroup .more a::after {
  content: "▶";
  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;
  height: 100%;
  margin-left: 0.5rem;
  font-size: 0.8em;
  position: absolute;
  right: 0.5rem;
  inset-block: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #news hgroup .more {
    position: absolute;
    top: 1rem;
    right: 2rem;
  }
}
#news .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
}
#news .tag-list li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1.8rem;
  padding: 0rem 2rem;
  border: 1px solid;
  border-radius: 1rem;
  background: #fff;
  cursor: pointer;
}
#news .news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem 1rem;
}
#news .news-list li {
  width: calc(50% - 0.5rem);
}
@media screen and (min-width: 768px) {
  #news .news-list li {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
}
#news .news-list li a {
  display: block;
}
#news .news-list li a .thumb img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .news-list li a .tag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1.2rem;
  padding: 0rem 1rem;
  border: 1px solid;
  border-radius: 0.4rem;
  background: #fff;
  margin: 0.5rem 0;
}
#news .news-list li a time {
  display: block;
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
#news .news-list li a .title {
  display: block;
  font-size: 1.4rem;
  margin: 0.5rem 0;
}

#banner_bottom {
  margin: 4rem 0;
}
#banner_bottom .banner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.4rem;
  margin: 2rem 0;
}
#banner_bottom .banner-list li {
  width: calc(50% - 1.2rem);
}
@media screen and (min-width: 768px) {
  #banner_bottom .banner-list li {
    width: calc(33.3333333333% - 1.6rem);
  }
}
#banner_bottom .banner-list li a img {
  border-radius: 1rem;
  aspect-ratio: 736/368;
  -o-object-fit: cover;
     object-fit: cover;
}

#sns .sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6rem 0;
}
#sns .sns-list li a img {
  width: auto;
  height: 6rem;
}

#school_info {
  background: var(--footer-bg-color);
  padding: 4rem;
  font-size: 1.6rem;
}
#school_info .school-name {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 1rem;
  text-align: center;
}
#school_info .school-name small {
  display: block;
  font-size: 0.5em;
}
#school_info address {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #school_info address {
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #school_info address p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
  #school_info address p:first-child {
    width: 100%;
  }
  #school_info address p:nth-child(2)::after, #school_info address p:nth-child(3)::after {
    content: "／";
  }
}

#text-link {
  background: var(--footer-bg-color);
  padding: 1px 0;
}
#text-link .container {
  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;
  gap: 2rem;
}
#text-link .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
#text-link .container ul li + li {
  border-left: 1px solid #000;
  padding-left: 1em;
}

.copyright {
  background: var(--footer-bg-color);
  padding: 2rem;
  text-align: center;
  font-size: 1.2rem;
}/*# sourceMappingURL=style.css.map */