@charset "UTF-8";
:root {
  --vw: 1vw;
}

/* ===========================================================
   # BASE
=========================================================== */
* {
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: var(--wp--preset--color--black);
  container-type: inline-size;
  font: 400 16px/1 YakuHanJPs_Noto, "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}

h1 {
  font: inherit;
  margin: 0;
}

a:focus, *:focus {
  outline: none;
}

strong {
  font-weight: 600;
}

ol, ul {
  list-style: none;
}

/* = CLASS
----------------------------------------------------------- */
.en {
  font-family: "Oswald", sans-serif;
}

.trans500 {
  transition: all 500ms 0s ease;
}

.noSP, .onPC {
  display: none;
}

.is-content-justification-center {
  justify-content: center;
}

.inner {
  padding-left: clamp(1em, 2.5vw, 2em);
  padding-right: clamp(1em, 2.5vw, 2em);
}
.innerS, .innerM, .innerL, .innerLl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.innerS {
  max-width: 980px;
}
.innerM {
  max-width: 1240px;
}
.innerL {
  max-width: 1540px;
}

.posRe {
  position: relative;
}

.posAb {
  position: absolute;
}

@media (min-width: 640px) {
  .onSP {
    display: none !important;
  }
  .noSP {
    display: block;
  }
  img.noSP, span.noSP, strong.noSP {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .noPC {
    display: none !important;
  }
  .onPC {
    display: block;
  }
  img.onPC, span.onPC, strong.onPC {
    display: inline;
  }
}
/* ===========================================================
   # HREF
=========================================================== */
body a {
  color: inherit;
  text-decoration: none;
  transition: all 500ms 0s ease;
}
body a:visited {
  color: inherit;
}
body .wp-block-buttons {
  margin-bottom: 1.5em;
}
body .wp-block-button__link {
  color: var(--wp--preset--color--white);
  line-height: 1.3;
  padding: 0.5em 2em;
  min-width: 12em;
  text-decoration: none;
}
body .wp-block-button__link:hover {
  color: var(--wp--preset--color--white);
  transform: scale(1.1);
}
body .wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--wp--preset--color--black);
}
body .wp-block-file * + .wp-block-file__button {
  color: var(--wp--preset--color--white);
  padding: 0 2em;
  text-decoration: none;
}
body .linkWrap {
  position: relative;
}
body .linkWrap a {
  text-decoration: none;
}
body .linkWrap a::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* ===========================================================
   # HEAD
=========================================================== */
/* = SITE
----------------------------------------------------------- */
.siteHead {
  background: url(../img/mv01.webp) 50% 30px/cover;
  font-size: 15px;
  height: 60dvh;
  width: 100%;
  position: relative;
  z-index: 9;
}
.siteHead .body {
  background: #f1f0f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}
.siteHead .body .logo a {
  display: flex;
  align-items: center;
  gap: 0 0.95em;
  padding: 1em;
}
.siteHead .body .logo .mark {
  width: 36px;
}
.siteHead .body .logo .name {
  width: 103px;
}
.siteHead .body .hamburger {
  background: url(../img/ico_menu.png) 0/cover;
  border: none;
  border-radius: 0;
  cursor: pointer;
  margin-right: 1em;
  height: 36px;
  width: 36px;
  z-index: 999;
}
.siteHead .catch {
  color: var(--wp--preset--color--white);
  font-size: clamp(30px, 5vw, 80px);
  font-weight: 700;
  margin: 0;
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  z-index: -2;
}
.siteHead .catch span {
  font-size: clamp(20px, 3vw, 38px);
}
@media (min-width: 640px) {
  .siteHead {
    height: 80dvh;
  }
}
@media (min-width: 1024px) {
  .siteHead {
    background-position: 50% top;
    height: 100dvh;
    width: 49.6%;
    padding: 1em 2em;
    position: fixed;
    left: 0;
    top: 0;
  }
  .open .siteHead::before {
    display: none !important;
  }
  .siteHead .body {
    background: #f1f0f3;
    align-items: stretch;
    flex-direction: column;
    line-height: 45px;
    width: 165px;
    position: static;
  }
  .siteHead .body .logo a {
    flex-direction: column;
    padding: 1em 0 0;
  }
  .siteHead .body .logo .mark {
    height: 88.5px;
    width: 74px;
  }
  .siteHead .body .logo .name {
    height: 59.5px;
    width: 128px;
  }
}
/* = ENTRY(PAGE, SINGLE), ARCHIVE(PAGE)
----------------------------------------------------------- */
.page-header {
  background-size: cover;
  background-position: center;
  font-weight: 500;
  padding: clamp(4em, 12vw, 7em) 1em clamp(2em, 8vw, 4em);
  position: relative;
}
.page-header.hasThumb {
  padding-bottom: clamp(4em, 12vw, 7em);
}
.page-header.hasThumb::before {
  background-image: linear-gradient(-45deg, #fff 25%, #ccc 25%, #ccc 50%, #fff 50%, #fff 75%, #ccc 75%, #ccc);
  background-size: 4px 4px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  content: "";
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-header.hasThumb .page-title {
  color: var(--wp--preset--color--white);
  text-shadow: 0 0 0.5em var(--wp--preset--color--black);
}
.page-title {
  color: var(--wp--preset--color--black);
  font-size: clamp(1.6em, 4vw, 2em);
  position: relative;
  z-index: 1;
}
.page-subTitle {
  font-size: clamp(0.9em, 3vw, 1em);
  font-weight: 600;
  margin-top: clamp(1em, 3vw, 1.5em);
  position: relative;
  z-index: 1;
}
.page-subTitle p::before {
  content: "［ ";
}
.page-subTitle p::after {
  content: " ］";
}
.category-1 .page-subTitle, .category-4 .page-subTitle, .category-11 .page-subTitle {
  display: none;
}

.entry-header {
  font-weight: 700;
  position: relative;
}
.entry-header .body {
  border-bottom: 1px solid;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: clamp(1em, 4vw, 2em) 0;
}
.entry-header .body .info {
  gap: 0.8em;
}
.entry-header .body .info .term, .entry-header .body .info .course {
  gap: 0.6em;
  margin-top: 0.1em;
}
.entry-header .body .info .term a, .entry-header .body .info .course a {
  border: 1.5px solid;
  border-radius: 2em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  padding: 0.3em 1.5em;
}
.entry-header .body .info .term a {
  background: var(--wp--preset--color--main);
  border-color: var(--wp--preset--color--main);
  color: var(--wp--preset--color--white);
}
.entry-header .body .ttl {
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.3;
}
.entry-header .tags {
  display: flex;
  gap: 0.5em;
  margin: 0;
  padding-top: 1.5em;
}
.entry-header .tags a {
  background: #ddd;
  border-radius: 0.5em;
  color: inherit;
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 25px;
  padding: 0 1.6em;
  text-decoration: none;
}

/* ===========================================================
   # NAVI
=========================================================== */
.open .layer {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100dvh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .open .layer {
    display: none !important;
  }
}
.gNav {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  overflow: auto;
  height: calc(100dvh - var(--header_height));
  width: 240px;
  line-height: 50px;
  position: fixed;
  right: 0;
  top: var(--header_height);
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: -1;
}
.gNav::-webkit-scrollbar {
  display: none;
}
.gNav ul {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding-top: 0.9em;
}
.gNav ul li {
  position: relative;
}
.gNav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  letter-spacing: 0;
  padding: 0 1em;
  transition: all 500ms 0s ease;
}
.gNav .bn {
  padding: 1em;
}
@media (min-width: 1024px) {
  .gNav {
    display: block !important;
    height: auto;
    width: auto;
    line-height: 45px;
    position: static;
    overflow: visible;
    z-index: initial;
  }
  .gNav ul {
    padding: 0;
  }
  .gNav ul li > a {
    color: var(--wp--preset--color--main);
    font-weight: 500;
    padding: 0 10px;
  }
  .gNav ul li > a::after {
    background: url(../img/arrow01.svg);
    content: "";
    filter: invert(87%) sepia(14%) saturate(369%) hue-rotate(187deg) brightness(87%) contrast(91%);
    height: 1em;
    width: 1em;
    transition: all 500ms 0s ease;
  }
  .gNav ul li > a:hover, .gNav ul li.current-menu-item > a {
    color: inherit;
  }
  .gNav ul li > a:hover::after, .gNav ul li.current-menu-item > a::after {
    filter: invert(15%) sepia(86%) saturate(2043%) hue-rotate(199deg) brightness(88%) contrast(106%);
  }
}
/* ===========================================================
   # MAIN
=========================================================== */
.siteMain .siteTtl {
  border-bottom: 1px solid;
  font-size: clamp(40px, 6vw, 70px);
  margin: 0 6px;
  padding: 0.5em;
}
.siteMain .inner {
  padding-left: clamp(1em, 3vw, 3.3em);
  padding-right: clamp(1em, 3vw, 3.3em);
}
@media (min-width: 1024px) {
  .siteMain {
    margin-left: 49.6%;
  }
}
/* ===========================================================
   # FOOT
=========================================================== */
.siteFoot {
  background: var(--wp--preset--color--main);
  color: var(--wp--preset--color--white);
  font-size: 12px;
  padding: 30px 15px 0;
}
.siteFoot .footIn {
  display: flex;
  flex-wrap: wrap;
}
.siteFoot .footIn dt {
  font-weight: 400;
  line-height: 1.9;
  width: 377px;
  max-width: 100%;
}
.siteFoot .footIn dt p {
  padding: 10px 0 30px 55px;
}
.siteFoot .footIn dd {
  border-top: 2px solid var(--wp--preset--color--white);
  line-height: 1.4;
  margin: 0;
  padding: 30px 0;
  width: 100%;
}
.siteFoot .footIn .footNav {
  margin: 0;
}
.siteFoot .footIn .footNav ul {
  margin: 0;
}
.siteFoot .footIn .footNav li {
  padding-bottom: 10px;
}
.siteFoot .footIn .footNav li:last-child {
  padding-bottom: 0;
}
.siteFoot .footIn .footNav h3 {
  font-size: 14px;
  font-weight: 500;
  padding: 30px 0 10px;
}
.siteFoot .footIn .footNav.flex {
  display: flex;
  flex-wrap: wrap;
}
.siteFoot .footIn .footNav.flex > li:first-child {
  padding-right: 30px;
}
.siteFoot .copy {
  display: block;
  font-size: 10px;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 15px 0;
}
@media (min-width: 640px) {
  .siteFoot .footIn {
    flex-wrap: nowrap;
  }
  .siteFoot .footIn dt p {
    padding: 20px 0 0 55px;
  }
  .siteFoot .footIn dd {
    border: none;
    border-left: 2px solid var(--wp--preset--color--white);
    margin-left: 40px;
    padding: 0 0 0 30px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .siteFoot {
    margin-left: 49.6%;
    padding: 30px 30px 0 30px;
  }
  .siteFoot .footIn {
    flex-wrap: wrap;
  }
  .siteFoot .footIn dt p {
    padding: 10px 0 30px 60px;
  }
  .siteFoot .footIn dd {
    border: none;
    border-top: 2px solid var(--wp--preset--color--white);
    margin: 0;
    padding: 30px 0 0;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .siteFoot .footIn {
    flex-wrap: nowrap;
  }
  .siteFoot .footIn dt p {
    padding: 20px 0 0 55px;
  }
  .siteFoot .footIn dd {
    border: none;
    border-left: 2px solid var(--wp--preset--color--white);
    margin-left: 40px;
    padding: 0 0 0 30px;
    width: auto;
  }
}

/* = GO TO TOP
----------------------------------------------------------- */
.gotoTop {
  background: var(--wp--preset--color--main);
  width: clamp(3em, 6vw, 5em);
  height: clamp(3em, 6vw, 5em);
  position: fixed;
  right: clamp(1em, 3vw, 2em);
  bottom: clamp(2em, 3vw, 2em);
  z-index: 999;
}
.gotoTop svg {
  fill: var(--wp--preset--color--white);
  width: 40%;
}
.gotoTop:hover {
  transform: translateY(-0.5em);
}
/* = PAGE NAVI
----------------------------------------------------------- */
.pageNav.wp-block-query-pagination {
  gap: 1em;
  grid-column: 1/3;
  padding: clamp(1em, 5vw, 8em) 0 clamp(3em, 5vw, 8em);
}
.pageNav.wp-block-query-pagination a {
  transition: all 500ms 0s ease;
}
.pageNav.wp-block-query-pagination a:hover {
  opacity: 1;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-next, .pageNav.wp-block-query-pagination .wp-block-query-pagination-previous {
  opacity: 0.5;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 0.8em;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  aspect-ratio: 1/1;
  border: 1px solid;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 500;
  width: 2.5em;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
@media (min-width: 640px) {
  .pageNav.wp-block-query-pagination {
    grid-column: 1/4;
  }
}
@media (min-width: 1024px) {
  .pageNav.wp-block-query-pagination {
    grid-column: 1/3;
  }
}
@media (min-width: 1280px) {
  .pageNav.wp-block-query-pagination {
    grid-column: 1/4;
  }
}
/* = SINGLE NAVI
----------------------------------------------------------- */
.singleNav .body {
  border-top: 1px solid;
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
  font-size: 15px;
  line-height: clamp(3em, 11vw, 54px);
  margin: 0;
  padding: 3em 0;
}
.singleNav .body li a {
  display: block;
}
.singleNav .body li a.backLink {
  background: var(--wp--preset--color--white);
  border: 1.5px solid;
  border-radius: 5em;
  padding: 0 clamp(4em, 16vw, 6em);
  text-align: center;
}
.singleNav .body li a.backLink:hover {
  background: var(--wp--preset--color--main);
  border-color: var(--wp--preset--color--main);
  color: var(--wp--preset--color--white);
}
.singleNav .body li a[rel=prev], .singleNav .body li a[rel=next] {
  background: url(../img/arrow02.svg) 50%/contain no-repeat;
  font-size: 0;
  width: 20px;
}
.singleNav .body li a[rel=prev] {
  transform: rotate(180deg);
}

/* ===========================================================
   # CONTENTS
=========================================================== */
.entry-content {
  line-height: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: clamp(1em, 2.3vw, 1.7em);
  padding-bottom: clamp(3em, 10vw, 7em);
}
.single .entry-content {
  margin-top: 0;
}
.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
}
.entry-content .alignfull {
  width: 100cqw;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.entry-content .alignfull:not(hr) {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.entry-content .alignwide {
  width: var(--wp--style--global--wide-size);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.entry-content :where(a) {
  color: var(--wp--preset--color--main);
  text-decoration: underline;
}

body .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  padding: 0.5em;
}
body hr.wp-block-separator {
  background: #ccc;
  border: none;
}
body hr.wp-block-separator.is-style-hrClear {
  width: 10em;
}
body ol.wp-block-list,
body ul.wp-block-list {
  margin-left: auto;
  padding-left: 1.5em;
}
body ol.wp-block-list {
  list-style: decimal;
}
body ul.wp-block-list {
  list-style: disc;
}

/* ===========================================================
   # HEADING
=========================================================== */
body .blockTtl {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  margin-bottom: 1em;
}
body :where(h2.wp-block-heading) {
  font-size: clamp(2em, 6vw, 2.5em);
  font-weight: 600;
  line-height: 1.3em;
  margin-top: clamp(1.5em, 12vw, 2.5em);
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
}
body :where(h2.wp-block-heading).has-text-align-center {
  margin-bottom: 1em;
}
body :where(h2.wp-block-heading).has-text-align-center::after {
  border-top: 0.12em solid;
  content: "";
  width: 1.2em;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
body :where(h3.wp-block-heading) {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  font-size: 1.2em;
  font-weight: 500;
  margin-top: clamp(2em, 6vw, 2.5em);
  padding: 0.5em 0.8em;
}
body :where(h3.wp-block-heading) + * {
  margin-top: clamp(0.5em, 2vw, 1em);
}
body h4.wp-block-heading {
  border: 0.08em solid;
  font-size: 1.2em;
  font-weight: 500;
  margin-top: clamp(2em, 6vw, 2.5em);
  padding: 0.3em 0.8em;
}
body h4.wp-block-heading.has-text-align-center {
  padding: 0.1em 2em;
  width: -moz-fit-content;
  width: fit-content;
}
body h4.wp-block-heading + * {
  margin-top: 1em;
}
body h5.wp-block-heading {
  border-bottom: 0.08em solid #ccc;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
  margin-top: clamp(1.5em, 6vw, 2em);
  padding-bottom: 0.4em;
  position: relative;
}
body h5.wp-block-heading::after {
  background: var(--wp--preset--color--black);
  content: " ";
  width: 2em;
  height: 0.08em;
  position: absolute;
  left: 0;
  bottom: -0.08em;
}
body h5.wp-block-heading.has-text-align-center {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0.2em;
}
body h5.wp-block-heading.has-text-align-center::after {
  display: none;
}
body h5.wp-block-heading + * {
  margin-top: 0.5em;
}
body h6.wp-block-heading {
  border-left: 0.2em solid;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1;
  margin-top: clamp(1.5em, 6vw, 2em);
  padding: 0 0 0.1em 0.5em;
}
body h6.wp-block-heading.has-text-align-center {
  border: none;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  padding: 0;
}
body h6.wp-block-heading.has-text-align-center::before {
  content: "＼";
}
body h6.wp-block-heading.has-text-align-center::after {
  content: "／";
}
body h6.wp-block-heading + * {
  margin-top: 0.5em;
}
/* ===========================================================
   # HOME
=========================================================== */
.home .entry-content {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.homeCont {
  padding-top: clamp(2em, 8vw, 4em);
  padding-bottom: clamp(2em, 8vw, 4em);
}
.homeMv_wrap * {
  height: 100%;
}
.homeMv.wp-block-gallery figure.wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100dvh - var(--header_height));
  width: 100%;
  max-width: none !important;
}
.homeMv .slick-arrow {
  background: transparent;
  border: none;
  border-top: 5px solid;
  border-right: 5px solid;
  border-radius: 0;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-size: 0;
  height: 30px;
  width: 30px;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
}
.homeMv .slick-next {
  right: 30px;
  transform: rotate(45deg);
}
.homeMv .slick-prev {
  left: 30px;
  transform: rotate(-135deg);
}
.homeMv .slick-dots {
  display: flex;
  gap: clamp(1.5em, 3.2vw, 2em);
  justify-content: center;
  height: auto;
  position: absolute;
  bottom: 1.5em;
  left: 0;
  right: 0;
}
.homeMv .slick-dots button {
  background: transparent;
  border: 1px solid;
  border-radius: 50%;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-size: 0;
  height: 10px;
  width: 10px;
  padding: 0;
}
.homeMv .slick-dots .slick-active button {
  background: var(--wp--preset--color--white);
}
@media (min-width: 640px) {
  .homeMv.wp-block-gallery figure.wp-block-image img {
    height: 60dvh;
  }
}
@media (min-width: 1024px) {
  .homeMv_wrap {
    aspect-ratio: 19/7;
  }
  .homeMv.wp-block-gallery figure.wp-block-image img {
    height: 100%;
  }
}
/* ===========================================================
   # ENTRY LIST
=========================================================== */
.entryList {
  margin: 0;
}
.entryList li a {
  color: inherit;
  display: block;
  position: relative;
}
.entryList li a .thumb {
  margin: 0;
  overflow: hidden;
}
.entryList li a .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.entryList li a .term {
  background: var(--wp--preset--color--main);
  border-radius: 5px;
  color: var(--wp--preset--color--white);
}
.entryList li a .term.all {
  background: #a646d3;
}
.entryList li a .term.jhs {
  background: #ff46d3;
}
.entryList li a .term.shs {
  background: #24b1ff;
}
.entryList li a:hover .thumb img {
  transform: scale(1.1);
}
.archive .entryList {
  display: grid;
  gap: clamp(0.5em, 2vw, 1.5em) clamp(1em, 4vw, 2em);
  grid-template-columns: 1fr 1fr;
}
.archive .entryList li.noEntry {
  grid-column: 1/3;
  font-size: 0.9em;
  padding: 2em 0;
  opacity: 0.7;
  text-align: center;
}
.archive .entryList li a {
  background: var(--wp--preset--color--white);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.archive .entryList li a .thumb {
  aspect-ratio: 3/2;
  border-radius: 1em;
}
.archive .entryList li a .term {
  display: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0.3em 1em;
  position: absolute;
  left: 1.5em;
  top: 1.5em;
}
.archive .entryList li a .detail {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  font-weight: 500;
  padding: 1em 0;
}
.archive .entryList li a .detail .head {
  display: flex;
  align-items: center;
  gap: 0.5em;
  letter-spacing: 0;
  margin: 0;
}
.archive .entryList li a .detail .head .date {
  color: var(--wp--preset--color--main);
}
.archive .entryList li a .detail .head .course {
  font-size: 14px;
  transform: translateY(0.05em);
}
.archive .entryList li a .detail .ttl {
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .archive .entryList {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .archive .entryList {
    gap: clamp(0.5em, 1vw, 1.5em) clamp(1.5em, 2vw, 2em);
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .archive .entryList {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* ===========================================================
   # PICK UP
=========================================================== */
.pickup .blockTtl {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.pickupList li {
  padding: 0 clamp(1em, 4vw, 2em);
}
.pickupList li a .thumb {
  aspect-ratio: 16/9;
}
.pickupList li a .detail {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 0.5em;
  max-width: calc(100% - 1em);
  position: absolute;
  right: 0;
  bottom: 0.5em;
}
.pickupList li a .detail .term {
  font-size: clamp(13px, 3vw, 15px);
  font-weight: 600;
  margin: 0 0.5em;
  padding: 0.3em 1em 0.4em;
  white-space: nowrap;
}
.pickupList li a .detail .ttl {
  background: var(--wp--preset--color--white);
  font-size: clamp(14px, 2.2vw, 20px);
  font-weight: 600;
  max-width: 100%;
  line-height: 1.4;
  overflow: hidden;
  padding: 0.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 9999;
}

/* ===========================================================
   # NEW
=========================================================== */
/* = TAB
----------------------------------------------------------- */
.new {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 2px;
  justify-content: center;
}
.new .btnSearch {
  background: var(--wp--preset--color--main);
  border-radius: 3em;
  color: var(--wp--preset--color--white) !important;
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
  font-size: 15px;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.7;
  padding: 0 0.5em 0 2em;
}
.new .btnSearch::after {
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 3px 0 3px 7px;
  content: "";
  height: 0;
  width: 0;
  transform: translateY(15%);
}
.new .tab {
  background-color: #eee;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  cursor: pointer;
  flex: 1;
  line-height: clamp(2em, 8vw, 2.5em);
  text-align: center;
  transition: all 0.2s ease;
}
.new .tab:hover {
  opacity: 0.75;
}
.new input[name=tab] {
  display: none;
}
.new input[name=tab]#all:checked + .tab {
  background-color: #e5eef1;
}
.new input[name=tab]#jhs:checked + .tab {
  background-color: #f9eaf0;
}
.new input[name=tab]#shs:checked + .tab {
  background-color: #f2f2fa;
}
.new .body {
  display: none;
  margin-left: calc(clamp(1em, 3vw, 3.3em) * -1);
  margin-right: calc(clamp(1em, 3vw, 3.3em) * -1);
  padding-top: clamp(2em, 3vw, 3em);
  padding-bottom: clamp(2em, 3vw, 3em);
}
.new .body.all {
  background: #e5eef1;
}
.new .body.jhs {
  background: #f9eaf0;
}
.new .body.shs {
  background: #f2f2fa;
}
.new #all:checked ~ #all_content,
.new #jhs:checked ~ #jhs_content,
.new #shs:checked ~ #shs_content {
  display: block;
}

/* = LIST
----------------------------------------------------------- */
.newList {
  display: grid;
  gap: clamp(1em, 2vw, 2.3em);
  grid-template-columns: 1fr;
  margin-bottom: clamp(2em, 8vw, 3em);
}
.newList li.noEntry {
  grid-column: 1/3;
  font-size: 0.9em;
  padding: 2em 0;
  opacity: 0.7;
  text-align: center;
}
.newList li a {
  background: var(--wp--preset--color--white);
  border-radius: clamp(1em, 3vw, 1.7em);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.newList li a .thumb {
  aspect-ratio: 37/24;
  border-top-left-radius: clamp(1em, 3vw, 1.7em);
  border-top-right-radius: clamp(1em, 3vw, 1.7em);
}
.newList li a .term {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0.3em 1em;
  position: absolute;
  left: 1.5em;
  top: 1.5em;
}
.newList li a .detail {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-weight: 500;
  padding: 1em;
}
.newList li a .detail .head {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0;
}
.newList li a .detail .head .date {
  color: var(--wp--preset--color--main);
  letter-spacing: 0;
}
.newList li a .detail .head .course {
  font-size: 14px;
  transform: translateY(0.06em);
}
.newList li a .detail .ttl {
  font-size: 15px;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .newList {
    grid-template-columns: 1fr 1fr;
  }
}
/* ===========================================================
   # SINGLE
=========================================================== */
.single .wp-block-gallery {
  gap: 0 !important;
  margin: 0 0 clamp(2em, 8vw, 3em);
}
.single .wp-block-gallery figure {
  aspect-ratio: 4/3;
}
.single .yarpp {
  background: #f2f2f2;
  margin: 0;
  padding-top: clamp(2em, 6vw, 4em);
  padding-bottom: clamp(3em, 8vw, 6em);
}
.single .yarpp .relatedTtl {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
  font-size: clamp(24px, 2.8vw, 30px);
  margin-bottom: 1.2em;
}
.single .yarpp .relatedTtl::after {
  background: var(--wp--preset--color--black);
  content: "";
  height: 3px;
  width: 1.2em;
}
.single .yarpp .relatedList {
  display: grid;
  gap: 1.5em clamp(1em, 3vw, 1.5em);
  grid-template-columns: 1fr;
}
.single .yarpp .relatedList li a {
  background: var(--wp--preset--color--white);
  border-radius: clamp(1em, 3vw, 1.3em);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.single .yarpp .relatedList li a .thumb {
  aspect-ratio: 3/2;
  border-top-left-radius: clamp(1em, 3vw, 1.3em);
  border-top-right-radius: clamp(1em, 3vw, 1.3em);
}
.single .yarpp .relatedList li a .term {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0.3em 1em;
  position: absolute;
  left: 1.5em;
  top: 1.5em;
}
.single .yarpp .relatedList li a .detail {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-weight: 500;
  padding: 1em;
}
.single .yarpp .relatedList li a .detail .head {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0;
}
.single .yarpp .relatedList li a .detail .head .date {
  color: var(--wp--preset--color--main);
  font-size: 12px;
  letter-spacing: 0;
}
.single .yarpp .relatedList li a .detail .head .course {
  font-size: 14px;
  transform: translateY(0.06em);
}
.single .yarpp .relatedList li a .detail .ttl {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .single .yarpp .relatedList {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .single .yarpp .relatedList {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .single .yarpp .relatedList {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.single .yarpp .noEntry {
  font-size: 0.9em;
  opacity: 0.7;
  text-align: center;
}

/* ===========================================================
   # SLICK
=========================================================== */
.slick-slide {
  height: auto !important;
}
.slick-arrow {
  aspect-ratio: 1/1;
  background: #fff url(../img/arrow01.svg) 0/cover;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  width: clamp(24px, 6vw, 38px);
  position: absolute;
  top: 50%;
  z-index: 1;
}
.slick-next {
  right: 0;
  transform: translate(50%, -50%);
}
.slick-prev {
  left: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.slick-dots {
  display: flex;
  gap: 5px;
  justify-content: center;
  width: 100%;
  line-height: 1;
  margin: 1.5em 0 0 !important;
}
.slick-dots li {
  font-size: 0;
}
.slick-dots li button {
  background: #808080;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 0;
  height: 6px;
  width: 32px;
}
.slick-dots li.slick-active button {
  background: var(--wp--preset--color--main);
}

/* ===========================================================
   # SEARCH
=========================================================== */
.keyword .blockTtl:not(:first-of-type) {
  margin-top: 1.5em;
}
.keyword .select {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
}
.keyword .selectWrap {
  position: relative;
}
.keyword .selectWrap span:after {
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 12px solid #666;
  border-bottom: 0;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 1em;
  top: 51%;
  transform: translateY(-50%);
  z-index: 1;
}
.keyword .selectWrap span select {
  background: var(--wp--preset--color--white);
  border: 1px solid #999;
  border-radius: 3em;
  color: inherit;
  cursor: pointer;
  font-weight: 600;
  width: clamp(170px, 40vw, 200px);
  line-height: 43px;
  padding-left: 1.2em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.keyword .selectWrap span select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
@media (min-width: 640px) {
  .keyword .select {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .keyword .selectWrap span select {
    font-size: clamp(14px, 1.3vw, 16px);
    width: clamp(11em, 15vw, 200px);
  }
}
.keyword .tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em;
  justify-content: center;
  margin: 0;
}
.keyword .tagList a {
  border: 1.2px solid #333;
  border-radius: 3em;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 1.3em;
}/*# sourceMappingURL=unique.css.map */