@charset "UTF-8";
/* ==========================================================================
 Foundation
========================================================================== */
/* ---------------------------------------------------------
 Reset
--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Modak&family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  line-break: loose;
  word-wrap: normal;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* ---------------------------------------------------------
 Base
--------------------------------------------------------- */
/* Clearfix
---------------------------------- */
.c-container::after,
.news__tab::after,
.news__list::after,
.news__list .wrap::after,
.event__list::after,
.board__list-wrap::after,
.board__banner-list::after,
.board__entry-list::after,
.txt-block::after,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul, ol, li, a, div, p, span, *:before, *:after,
.l-language-box, .l-header-search, .l-header-search-box, .l-footer-sp-link li,
.l-header-gnav-list li, .l-header-subnav-list li,
.l-header-sp-menu-box, .news__tab-item, .txt-block th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Common
---------------------------------- */
body {
  background: #ffffff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体";
  color: #333333;
  font-size: 12px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 768px) {
  body {
    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;
    min-height: 100vh;
    height: 100%;
    line-height: 1.7;
  }
}

body.fontM {
  font-size: 14px;
}

body.fontL {
  font-size: 16px;
}

body.fontM .fontM a,
body.fontL .fontL a {
  background-color: #3778C8;
}

body.en {
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #333333;
  text-decoration: none;
}
a:visited {
  color: #660000;
}
a:hover, a:active {
  text-decoration: underline;
  color: #1a1a1a;
}
a .c-i-new-tab {
  margin-left: -2px;
}

section {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  section {
    margin-bottom: 20px;
  }
}

.spCont {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .spCont {
    display: none;
  }
}

.phoneTxt {
  cursor: default;
}
.phoneTxt:hover {
  text-decoration: none;
}

@media print {
  body {
    display: block !important;
    min-height: 100%;
    height: auto !important;
  }
}
/* ==========================================================================
 Layout
========================================================================== */
/* ----------------------
 Header(simple)
------------------------- */
/*
  共通
-------*/
html {
  font-size: 16px;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体";
  font-size: 1rem;
  color: var(--text-color);
}
body.is-no-scroll {
  overflow: hidden;
}

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

svg {
  max-width: 100%;
}

a:link, a:active, a:focus {
  color: currentColor;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

a:visited {
  color: var(--link-visited-color);
}

p, h2, h3 {
  position: relative;
  top: inherit;
  left: inherit;
  z-index: 3;
}

figure {
  overflow: hidden;
}

strong {
  font-weight: bolder;
}

/* WordpressのCSS上書き */
.wp-block-image {
  margin-bottom: 0.5em;
}

.wp-block-columns {
  gap: 1em !important;
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
.l-special-wrapper {
  width: 100%;
  background-color: var(--wrapper-bg);
}
@media print, screen and (min-width: 991px) {
  .l-special-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

/*
  ヘッダー
-------*/
.l-special-header {
  height: 56px;
  position: relative;
  z-index: 999;
}
@media print, screen and (min-width: 991px) {
  .l-special-header {
    height: auto;
    padding-bottom: 0.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.l-special-header-wrap {
  padding-inline: 0.5rem 0 !important;
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-special-header-home-logo {
  width: auto;
  height: 2vh;
}
.l-special-header-logos {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 80vw;
      -ms-flex: 0 1 80vw;
          flex: 0 1 80vw;
  height: 56px;
  display: grid;
  grid-template-rows: 2vh 1fr;
}
.l-special-header-logos .u-link-fade {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: calc(56px - 2vh);
}
@media print, screen and (min-width: 991px) {
  .l-special-header-logos {
    max-width: 440px;
    height: auto;
  }
  .l-special-header-logos .u-link-fade {
    height: auto;
  }
}
.l-special-header-logo-main, .l-special-header-logo-main img {
  height: 100%;
}
.l-special-header-logo-sub {
  width: 44px;
  height: 44px;
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}
.l-special-header-nav {
  width: 100%;
  background-color: var(--nav-bg);
  position: fixed;
  top: 0;
  right: -110%;
  height: 100vh;
  -webkit-transition: right 0.6s ease-out;
  transition: right 0.6s ease-out;
}
.l-special-header-nav.is-active {
  right: 0;
  z-index: 1000;
}
.l-special-header-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-special-header-nav ul > li > a {
  position: relative;
  color: black;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.l-special-header-nav ul > li > a:hover {
  color: #666666;
}
@media print, screen and (max-width: 990px) {
  .l-special-header-nav ul {
    padding: 56px 1rem 1rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-special-header-nav ul > li > a {
    width: 100%;
    padding: 0.5rem;
    display: inline-block;
  }
  .l-special-header-nav ul > li > a::after {
    width: 1em;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.754 19.841h30.4l-8.1-8.102-1.738 1.74 3.896 3.902H1.754v2.46z' clip-rule='evenodd'/></svg>");
            mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.754 19.841h30.4l-8.1-8.102-1.738 1.74 3.896 3.902H1.754v2.46z' clip-rule='evenodd'/></svg>");
    -webkit-mask-position: left top;
            mask-position: left top;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    height: 1em;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@media print, screen and (min-width: 991px) {
  .l-special-header-nav {
    background-color: transparent;
    margin: 0 1rem 0.15rem auto;
    -webkit-flex-basis: max-content;
        -ms-flex-preferred-size: max-content;
            flex-basis: max-content;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    position: static;
    height: auto;
  }
  .l-special-header-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
  .l-special-header-nav li > a {
    padding-inline: 0.25em;
    z-index: 1;
    font-weight: 600;
  }
}
.l-special-header-sns-icons {
  display: none;
}
.l-special-header-sns-icons.is-active {
  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;
  position: fixed;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 1001;
}
.l-special-header-sns-icons li {
  width: 45px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
}
.l-special-header-sns-icons li:nth-of-type(2) a img {
  height: 30px;
}
.l-special-header-sns-icons li + li {
  margin-left: 0.75rem;
}
.l-special-header-sns-icons li > a {
  width: 100%;
  display: inline-block;
}
@media print, screen and (min-width: 991px) {
  .l-special-header-sns-icons {
    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;
  }
  .l-special-header-sns-icons li {
    width: 36px;
  }
  .l-special-header-sns-icons li + li {
    margin-left: 0.5rem;
  }
}
.l-special-header-sp-menu {
  width: 56px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20vw;
      -ms-flex: 0 0 20vw;
          flex: 0 0 20vw;
  background-color: var(--sp-nav-bg);
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  display: grid;
  place-content: center;
  gap: 6px;
}
.l-special-header-sp-menu span {
  width: 40px;
  background-color: var(--sp-nav-line-bg);
  height: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-special-header-sp-menu.is-active span:nth-of-type(1) {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
  top: 8px;
  position: relative;
}
.l-special-header-sp-menu.is-active span:nth-of-type(2), .l-special-header-sp-menu.is-active div {
  display: none;
}
.l-special-header-sp-menu.is-active span:nth-of-type(3) {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: -3px;
  position: relative;
}
@media print, screen and (min-width: 991px) {
  .l-special-header-sp-menu {
    display: none;
  }
}

/* ----------------------
 Footer(Simple)
------------------------- */
.l-special-footer {
  background-color: var(--footer-bg);
  padding-top: var(--section-padding);
  position: relative;
  text-align: center;
}
.l-special-footer-logo {
  width: min(35vw, 305px);
  display: inline-block;
}
.l-special-footer-sns-icons {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 35%;
  margin-left: var(--column-gap);
  height: var(--sns-icon-size);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.l-special-footer-sns-icons li {
  width: var(--sns-icon-size);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 var(--sns-icon-size);
      -ms-flex: 0 0 var(--sns-icon-size);
          flex: 0 0 var(--sns-icon-size);
}
.l-special-footer-sns-icons li a {
  width: 100%;
  line-height: 1;
  display: inline-block;
}
.l-special-footer-sns-icons li img {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.l-special-footer-sns-icons li .is-x {
  height: calc(var(--sns-icon-size) * 0.8);
}
.l-special-footer-copyright {
  background-color: var(--copyright-bg);
  margin-top: 0.5rem;
  padding: 0.5rem;
}

/* ----------------------
 OC2025
------------------------- */
/*
  共通
-------*/
:root {
  --orange: #E84220;
  --orange-rgb: 232, 66, 32;
  --gray: #9FA19F;
  --gray-rgb: 159, 161, 159;
  --grayish-cyan: #8D9C9D;
  --grayish-blue: #C5CACF;
  --wrapper-bg: #ffffff;
  --header-bg: #ffffff;
  --nav-bg: var(--gray);
  --nav-height: calc(72px + .5rem);
  --sp-nav-bg: #ffffff;
  --sp-nav-line-bg: black;
  --footer-bg: var(--orange);
  --copyright-bg: var(--gray);
  --header-block-padding: calc(10px * .5) 0;
  --section-bg-color: #ffffff;
  --section-padding: 1rem;
  --column-gap: 1.5rem;
  --column-direction: column;
  --narrow-content-width: 860px;
  --text-color: #333333;
  --link-hover-color: rgba(var(--deep-blue-rgb), .5);
  --link-visited-color: var(--deep-blue-rgb);
  --border-radius: 10px;
  --border-radius-m: calc(var(--border-radius) * 3);
  --border-radius-l: calc(var(--border-radius) * 5);
  --btn-bg: #ffffff;
  --btn-border-color: black;
  --btn-color: black;
  --btn-hover-bg: black;
  --btn-hover-color: #ffffff;
  --btn-padding: .25rem .5rem;
  --btn-size: 10em;
  --shape-opacity: 1;
  --fixed-link-border: black;
  --circle-btn-size: 2em;
  --title-color: var(--deep-blue);
  --sns-icon-size: 40px;
}
@media screen and (min-width: 768px) {
  :root {
    --column-gap: 3rem;
  }
}

body {
  background-color: transparent;
  min-height: 100vh;
  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;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    overflow: hidden;
    overflow-y: scroll;
    display: unset;
  }
}

figure a img {
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
figure a:hover img {
  opacity: 0.8;
}

.l-special-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.c-container::after {
  display: none;
}

@media print, screen and (min-width: 991px) {
  .l-contents {
    padding-top: var(--nav-height);
  }
}

/*
  ヘッダー
-------*/
.l-special-header {
  padding-block: var(--header-block-padding);
}
.l-special-header-nav.is-active ul > li > a {
  color: #ffffff;
}
.l-special-header-logo-simple {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: none;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.l-special-header a:has(> .l-special-header-home-logo) {
  display: grid;
}
@media print, screen and (min-width: 991px) {
  .l-special-header {
    width: 100%;
    height: var(--nav-height);
    background: var(--header-bg);
  }
  .l-special-header .l-special-header-logos, .l-special-header .l-special-header-sns-icons {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .l-special-header-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .l-special-header-logo-simple svg {
    width: 50px;
    height: 50px;
  }
  .l-special-header-logos {
    max-height: var(--nav-height);
    row-gap: 0.25rem;
    z-index: 1001;
  }
  .l-special-header-logos .u-link-fade {
    height: calc(var(--nav-height) - 2vh - 1rem);
  }
  .l-special-header-nav {
    padding-top: 1rem;
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 0;
  }
  .l-special-header-nav.is-active {
    width: 100vw;
    max-width: none;
    background-color: var(--nav-bg);
    padding-top: 180px;
    margin: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    position: fixed;
  }
  .l-special-header-nav ul {
    max-width: 1104px;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: clamp(1.0625rem, 0.4138513514rem + 1.3513513514vw, 1.25rem);
  }
  .l-special-header-nav ul li > a {
    padding-right: 2em;
  }
  .l-special-header-nav ul li > a::after {
    width: 1.5em;
    background-color: currentColor;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.754 19.841h30.4l-8.1-8.102-1.738 1.74 3.896 3.902H1.754v2.46z' clip-rule='evenodd'/></svg>");
            mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.754 19.841h30.4l-8.1-8.102-1.738 1.74 3.896 3.902H1.754v2.46z' clip-rule='evenodd'/></svg>");
    -webkit-mask-position: left top;
            mask-position: left top;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    mask-position: left top;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    height: 1.5em;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  .l-special-header-sns-icons {
    padding-top: 0.75rem;
    padding-right: calc(50px + 1.5rem);
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
  .l-special-header-sns-icons li {
    width: 32px;
  }
  .l-special-header-sp-menu {
    width: 64px;
    display: grid;
    cursor: pointer;
  }
}

/*
  フッター
-------*/
.l-special-footer {
  padding-bottom: 21px;
}
@media print, screen and (min-width: 768px) {
  .l-special-footer {
    width: 100%;
    padding-bottom: 0;
  }
  .l-special-footer-copyright {
    padding-block: 0.5rem;
  }
}

.l-oc-footer-sitemap {
  background-color: var(--gray);
  padding: 2rem 1rem;
  position: relative;
}
.l-oc-footer-sitemap-inner {
  max-width: 1104px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 991px) {
  .l-oc-footer-sitemap-inner {
    grid-template-columns: repeat(2, auto);
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

@media print, screen and (min-width: 991px) {
  :is(.is-open2025, .is-open2025test, .is-lab) .l-special-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
/* ==========================================================================
 Object
========================================================================== */
/* ---------------------------------------------------------
 Component
--------------------------------------------------------- */
/* Box
---------------------------------- */
*[class*=c-box-] {
  background-color: #ffffff;
}

.c-box-bordered {
  border: solid 1px #999999;
}
.c-box-bordered.is-primary {
  background-color: #f4fcff;
  border-color: rgba(0, 150, 213, 0.7);
}
.c-box-bordered.is-danger {
  background-color: snow;
  border-color: rgba(204, 0, 0, 0.7);
}
.c-box-dotted {
  background-color: whitesmoke;
  border: dotted 1px #999999;
}

/* Button
---------------------------------- */
*[class*=c-btn-] {
  min-width: 10em;
  margin-bottom: 10px;
  padding: 10px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
*[class*=c-btn-]:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  *[class*=c-btn-] {
    min-width: 16em;
  }
}

.c-btn-default {
  color: #333333;
  background-color: #e8e8e8;
  border-color: #dbdbdb;
}
.c-btn-default:visited {
  color: #333333 !important;
}
.c-btn-default:focus, .c-btn-default.focus {
  color: #333333;
  background-color: #cfcfcf;
  border-color: #9c9c9c;
}
.c-btn-default:hover {
  color: #333333;
  background-color: #cfcfcf;
  border-color: #bdbdbd;
}
.c-btn-default:active, .c-btn-default.active, .open > .c-btn-default.dropdown-toggle {
  color: #333333;
  background-color: #cfcfcf;
  border-color: #bdbdbd;
}
.c-btn-default:active:hover, .c-btn-default:active:focus, .c-btn-default:active.focus, .c-btn-default.active:hover, .c-btn-default.active:focus, .c-btn-default.active.focus, .open > .c-btn-default.dropdown-toggle:hover, .open > .c-btn-default.dropdown-toggle:focus, .open > .c-btn-default.dropdown-toggle.focus {
  color: #333333;
  background-color: #bdbdbd;
  border-color: #9c9c9c;
}
.c-btn-default:active, .c-btn-default.active, .open > .c-btn-default.dropdown-toggle {
  background-image: none;
}
.c-btn-default.disabled:hover, .c-btn-default.disabled:focus, .c-btn-default.disabled.focus, .c-btn-default[disabled]:hover, .c-btn-default[disabled]:focus, .c-btn-default[disabled].focus, fieldset[disabled] .c-btn-default:hover, fieldset[disabled] .c-btn-default:focus, fieldset[disabled] .c-btn-default.focus {
  background-color: #e8e8e8;
  border-color: #dbdbdb;
}
.c-btn-primary {
  color: #ffffff;
  background-color: #0073d5;
  border-color: #0073d5;
}
.c-btn-primary:visited {
  color: #ffffff !important;
}
.c-btn-primary:focus, .c-btn-primary.focus {
  color: #ffffff;
  background-color: #0057a2;
  border-color: #002e56;
}
.c-btn-primary:hover {
  color: #ffffff;
  background-color: #0057a2;
  border-color: #005298;
}
.c-btn-primary:active, .c-btn-primary.active, .open > .c-btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0057a2;
  border-color: #005298;
}
.c-btn-primary:active:hover, .c-btn-primary:active:focus, .c-btn-primary:active.focus, .c-btn-primary.active:hover, .c-btn-primary.active:focus, .c-btn-primary.active.focus, .open > .c-btn-primary.dropdown-toggle:hover, .open > .c-btn-primary.dropdown-toggle:focus, .open > .c-btn-primary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #00447e;
  border-color: #002e56;
}
.c-btn-primary:active, .c-btn-primary.active, .open > .c-btn-primary.dropdown-toggle {
  background-image: none;
}
.c-btn-primary.disabled:hover, .c-btn-primary.disabled:focus, .c-btn-primary.disabled.focus, .c-btn-primary[disabled]:hover, .c-btn-primary[disabled]:focus, .c-btn-primary[disabled].focus, fieldset[disabled] .c-btn-primary:hover, fieldset[disabled] .c-btn-primary:focus, fieldset[disabled] .c-btn-primary.focus {
  background-color: #0073d5;
  border-color: #0073d5;
}
.c-btn-small {
  min-width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .c-btn-small {
    min-width: 6em;
  }
}
.c-btn-block {
  width: 100%;
  display: block;
}

/* List
---------------------------------- */
.c-list-disc {
  list-style-type: disc;
}
.c-list-square {
  list-style-type: none;
  text-indent: -1em;
}
.c-list-square li:before {
  content: "■";
  color: #012391;
}
.c-list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-list-flex > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 0 10px 10px 0;
}
@media print, screen and (min-width: 768px) {
  .c-list-flex > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 20px;
    max-width: 50%;
  }
}

.c-list-group {
  border: solid 1px #999999;
  border-bottom: none;
}
.c-list-group-item {
  padding: 5px 10px;
  border-bottom: solid 1px #999999;
  display: block;
}

a.c-list-group-item:hover {
  background-color: #e8e8e8;
}

.c-sp-link-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-sp-link-group-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  border: 1px solid #e8e8e8;
  letter-spacing: normal;
  position: relative;
}
.c-sp-link-group-item:before {
  width: 8px;
  height: 8px;
  border-top: solid 1px #999999;
  border-right: solid 1px #999999;
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
.c-sp-link-group a {
  width: 100%;
  padding: 11px 10px;
  display: inline-block;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-sp-link-group {
    display: block;
  }
  .c-sp-link-group-item {
    max-width: 100%;
    border: none;
    display: inline-block;
  }
  .c-sp-link-group-item:before {
    margin-right: 10px;
    position: static;
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  .c-sp-link-group a {
    width: calc(100% - 20px);
    padding: 0;
    vertical-align: top;
  }
}

/* Tabs
---------------------------------- */
.c-nav-tabs {
  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;
}
.c-nav-tabs > li {
  margin-bottom: 5px;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}
.c-nav-tabs > li > a {
  width: 100%;
  background-color: #e8e8e8;
  padding: 5px;
  border: 1px solid #cccccc;
  display: inline-block;
  color: #999999;
  height: 100%;
}
.c-nav-tabs a:hover,
.c-nav-tabs a:active,
.c-nav-tabs a:focus,
.c-nav-tabs a.is-active {
  background-color: #ffffff;
  border-color: #999999;
  color: #333333;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .c-nav-tabs {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .c-nav-tabs:after {
    width: 100%;
    border-bottom: 1px solid #999999;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    content: "";
  }
  .c-nav-tabs > li {
    margin-bottom: 0;
    padding-right: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .c-nav-tabs li > a {
    border: solid 1px transparent;
    border-radius: 4px 4px 0 0;
  }
  .c-nav-tabs a:hover,
  .c-nav-tabs a:active,
  .c-nav-tabs a:focus {
    border-bottom-color: transparent;
  }
  .c-nav-tabs a.is-active {
    border-bottom-color: #ffffff;
    position: relative;
    z-index: 3;
  }
}

.c-tab-pane {
  display: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-tab-pane.is-active {
  display: block;
  opacity: 1;
}

/* Forms
---------------------------------- */
/* Common */
.c-form-horizontal {
  max-width: 100%;
  margin-bottom: 20px;
  display: grid;
  gap: 5px;
}
.c-form-horizontal > .c-form-label, .c-form-horizontal > .c-form-cotrol-wrap {
  padding: 10px;
}
.c-form-horizontal > .c-form-label {
  background-color: rgba(32, 112, 181, 0.15);
  color: #333333;
}
.c-form-horizontal > .c-form-cotrol-wrap {
  background-color: whitesmoke;
}
.c-form-horizontal > .c-form-cotrol-wrap .c-form-sub-label {
  padding-top: 8px;
  display: inline-block;
  vertical-align: top;
}
.c-form-horizontal .c-column-wrap > * {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 768px) {
  .c-form-horizontal {
    grid-template-columns: auto 1fr;
  }
  .c-form-horizontal > .c-form-label {
    white-space: nowrap;
  }
}

.c-form-control {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  padding: 0 5px;
  height: 34px;
  font-size: 14px;
  line-height: 1.7;
  border: solid 1px #999999;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.c-form-control.inline-long {
  width: 70%;
}
.c-form-control.inline-middle {
  width: 49%;
}
.c-form-control.inline-short {
  width: 33%;
}
.c-form-control.inline-auto {
  width: auto;
  max-width: 100%;
}

textarea.c-form-control,
input[type=radio], input[type=checkbox] {
  height: auto;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  margin-top: 10px;
}

/*** MW Form ***/
.mwform-radio-field.horizontal-item,
.mwform-checkbox-field.horizontal-item {
  word-break: break-all;
  display: inline-block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mw_wp_form .horizontal-item {
  margin-right: 10px;
}

.mw_wp_form .is-only-form {
  display: inline-block;
}

.mw_wp_form .is-only-confirm {
  display: none;
}

.mw_wp_form_confirm .p-label-required,
.mw_wp_form_confirm .c-form-helper,
.mw_wp_form_confirm .is-only-form {
  display: none;
}
.mw_wp_form_confirm .c-form-cotrol-wrap > .c-form-sub-label {
  padding-top: 0;
}
.mw_wp_form_confirm .c-form-horizontal > .c-form-cotrol-wrap .c-column-wrap > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.mw_wp_form_confirm .is-only-confirm {
  display: inline-block;
}

/* ---------------------------------------------------------
 Project
--------------------------------------------------------- */
/*
  共通
-------*/
.c-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 991px) {
  .c-container {
    max-width: 1104px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-oc-no-result {
  color: #999999;
  text-align: center;
}
.p-oc-no-result h1 {
  font-size: 2rem;
  font-weight: bold;
  font-family: Arial, system-ui;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .p-oc-no-result h1 {
    font-size: 6rem;
  }
}
.p-oc-no-result-heading {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Modak", system-ui;
}
@media screen and (min-width: 768px) {
  .p-oc-no-result-heading {
    font-size: 2.25rem;
  }
}
.p-oc-no-result p {
  margin-top: var(--column-gap);
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-oc-no-result p {
    font-size: 1.125rem;
  }
}

.p-oc-section {
  margin-bottom: 0;
  color: black;
}
.p-oc-section:not(:has(.wp-block-cover)) {
  padding: clamp(1rem, 0.273rem + 3.64vw, 3rem) clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
}
.p-oc-section p:not(.p-oc-heading) {
  font-weight: 500;
}
.p-oc-section.is-nowrap {
  overflow-x: hidden;
}
.p-oc-section .is-ai {
  --brand-color: #d14242;
  background-color: white;
  color: var(--brand-color);
}
.p-oc-section .is-ai a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-oc-section .is-ai a:hover {
  color: #F28485;
}
.p-oc-section .is-eic {
  --brand-color: #0066AE;
  background-color: white;
  color: var(--brand-color);
}
.p-oc-section .is-eic a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-oc-section .is-eic a:hover {
  color: #71A8E0;
}
.p-oc-section .is-ics {
  --brand-color: #FF8000;
  background-color: white;
  color: var(--brand-color);
}
.p-oc-section .is-ics a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-oc-section .is-ics a:hover {
  color: #FFCC82;
}
.p-oc-section .is-bio {
  --brand-color: #008033;
  background-color: white;
  color: var(--brand-color);
}
.p-oc-section .is-bio a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-oc-section .is-bio a:hover {
  color: #73C38D;
}

.p-oc-heading:where(.p-oc-details *, .p-oc-event-column *):not(:where(.p-oc-event-info *, .p-oc-label *)), p:where(.p-oc-details *, .p-oc-event-column *):not(:where(.p-oc-event-info *, .p-oc-label *)), .p-oc-event-info:where(.p-oc-details *, .p-oc-event-column *):not(:where(.p-oc-event-info *, .p-oc-label *)) {
  max-width: min(80vw, 30em);
  margin-inline: auto;
}
.p-oc-block-inner {
  padding: 1rem 0.5rem;
  display: grid;
}
@media print, screen and (min-width: 991px) {
  .p-oc-block-inner {
    padding: 0 3rem;
  }
  .p-oc-block-inner:has(.p-oc-timetable) {
    padding-block: 1.5rem;
  }
}

@media print, screen and (min-width: 991px) {
  .p-oc-md-center {
    text-align: center;
  }
}

.p-oc-column-wrap {
  max-width: 1120px;
  margin-inline: auto;
  padding-block: 2rem clamp(2rem, 1.273rem + 3.64vw, 4rem);
}

.p-oc-photo > figure {
  text-align: center;
}
.p-oc-photo img {
  max-width: min(80vw, 100%) !important;
}
@media print, screen and (min-width: 991px) {
  .p-oc-photo img {
    max-width: min(100%, 442px) !important;
  }
}
.p-oc-photo:where(.is-lab *) {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .p-oc-photo:where(.is-lab *) {
    margin-top: 8rem;
  }
}

.p-oc-text-primary {
  color: var(--orange);
  background-color: rgba(255, 255, 255, 0.5);
}

.u-gap-x {
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.u-gap-x-l {
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.u-no-gap-x {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.u-text-bold {
  font-weight: 600 !important;
}

.u-pd-inline {
  padding-inline: 1rem;
}

:is(.p-oc-section) .u-text-large {
  font-size: clamp(1.063rem, 1.04rem + 0.11vw, 1.125rem);
}

/* 下部/右側 固定リンク */
@-webkit-keyframes slideup {
  0% {
    bottom: -55px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes slideup {
  0% {
    bottom: -55px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slidein-left {
  0% {
    right: -4rem;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes slidein-left {
  0% {
    right: -4rem;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
.p-oc-fixed-links {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  height: 55px;
  -webkit-animation: slideup 0.5s 1.2s forwards;
          animation: slideup 0.5s 1.2s forwards;
}
@media print, screen and (min-width: 768px) {
  .p-oc-fixed-links {
    width: 4rem;
    grid-template-columns: 4rem;
    grid-template-rows: repeat(2, 180px);
    top: calc(var(--nav-height) + 3rem);
    right: -4rem;
    left: auto;
    bottom: auto;
    gap: 1.5rem;
    height: auto;
    -webkit-animation: slidein-left 0.5s 1.2s forwards;
            animation: slidein-left 0.5s 1.2s forwards;
  }
}

.p-oc-fixed-link-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  gap: 0.5rem;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border: solid 1px var(--fixed-link-border);
}
.p-oc-fixed-link-item:link, .p-oc-fixed-link-item:visited {
  background-color: var(--btn-bg);
  color: var(--btn-color);
}
.p-oc-fixed-link-item:hover {
  --btn-bg: var(--btn-hover-bg);
  --btn-color: var(--btn-hover-color);
}
.p-oc-fixed-link-item + .p-oc-fixed-link-item {
  border-left: solid 1px var(--fixed-link-border);
}
@media screen and (max-width: 767px) {
  .p-oc-fixed-link-item {
    --btn-bg: var(--orange);
    --btn-color: black;
    --fixed-link-border: var(--btn-color);
  }
}
@media print, screen and (min-width: 768px) {
  .p-oc-fixed-link-item {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.15rem;
    font-size: 20px;
  }
}

.p-oc-go-top {
  width: 2.5rem;
  background-color: #ffffff;
  border-radius: 0.5rem 0.5rem 0 0;
  height: 2rem;
  position: absolute;
  bottom: 100%;
  right: 1rem;
  display: grid;
  place-content: center;
}
@media print, screen and (min-width: 768px) {
  .p-oc-go-top {
    right: 4.5rem;
  }
}

/* アンカーリンク */
.p-oc-anchor-list {
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
@media print, screen and (min-width: 768px) {
  .p-oc-anchor-list {
    gap: 2rem;
  }
}
.p-oc-anchor-list a {
  display: grid;
  justify-items: center;
  color: currentColor;
}
.p-oc-anchor-list a::after {
  width: 1rem;
  content: "";
  height: 1rem;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.303 7.661.402 11.563l11.707 11.708c2.147 2.146 5.659 2.146 7.805 0l11.709-11.708-3.902-3.903-11.709 11.708L4.303 7.661z' clip-rule='evenodd'/></svg>");
          mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.303 7.661.402 11.563l11.707 11.708c2.147 2.146 5.659 2.146 7.805 0l11.709-11.708-3.902-3.903-11.709 11.708L4.303 7.661z' clip-rule='evenodd'/></svg>");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

/* Icons */
.p-oc-icon {
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-oc-icon-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}

/* ボタン */
.p-oc-btn > a {
  background-color: var(--btn-bg);
  padding: var(--btn-padding);
  font-size: 1rem;
  color: var(--btn-color);
  border-color: var(--btn-border-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
@media print, screen and (min-width: 991px) {
  .p-oc-btn > a {
    --btn-padding: .25rem 1rem;
  }
}
.p-oc-btn > a:hover {
  --btn-bg: black;
  --btn-color: #ffffff;
  --btn-border-color: black;
}
.p-oc-btn > a::after {
  width: 1rem;
  background-color: black;
  content: "";
  height: 1rem;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M15.5.501C7.216.501.5 7.217.5 15.5c0 8.284 6.716 14.999 15 14.999s15-6.715 15-14.999c0-8.283-6.717-14.999-15-14.999zm-3.454 22.951-.813-1.104 9.287-6.849-9.287-6.847.813-1.104 10.783 7.95-10.783 7.954z' clip-rule='evenodd'/></svg>");
          mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M15.5.501C7.216.501.5 7.217.5 15.5c0 8.284 6.716 14.999 15 14.999s15-6.715 15-14.999c0-8.283-6.717-14.999-15-14.999zm-3.454 22.951-.813-1.104 9.287-6.849-9.287-6.847.813-1.104 10.783 7.95-10.783 7.954z' clip-rule='evenodd'/></svg>");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.p-oc-btn > a:where(.is-small *) {
  --btn-padding: .15rem .5rem;
  font-size: 0.875rem;
}

/* 見出し */
.p-oc-heading {
  font-weight: 600;
  line-height: 1.1;
  word-wrap: break-word;
}
.p-oc-heading.is-alp {
  font-family: Arial, system-ui;
  line-height: 1.15;
}
.p-oc-heading.is-italic {
  font-style: italic;
}
.p-oc-heading.has-gradient {
  background: -webkit-linear-gradient(180deg, var(--grayish-cyan), var(--grayish-blue));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-oc-heading.is-medium {
  font-size: clamp(0.9375rem, 0.2888513514rem + 1.3513513514vw, 1.125rem);
}
.p-oc-heading.is-large {
  font-size: clamp(1.125rem, -0.1722972973rem + 2.7027027027vw, 1.5rem);
}
.p-oc-heading.is-xlarge {
  font-size: clamp(1.5rem, -1.0945945946rem + 5.4054054054vw, 2.25rem);
}
.p-oc-heading.is-xxlarge {
  font-size: clamp(2rem, -11.8378378378rem + 28.8288288288vw, 6rem);
}

/* テキストリンク */
.p-oc-text-link > a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  line-height: 1.2;
}
.p-oc-text-link > a::after {
  width: 1rem;
  background-color: black;
  content: "";
  height: 1rem;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M15.5.501C7.216.501.5 7.217.5 15.5c0 8.284 6.716 14.999 15 14.999s15-6.715 15-14.999c0-8.283-6.717-14.999-15-14.999zm-3.454 22.951-.813-1.104 9.287-6.849-9.287-6.847.813-1.104 10.783 7.95-10.783 7.954z' clip-rule='evenodd'/></svg>");
          mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M15.5.501C7.216.501.5 7.217.5 15.5c0 8.284 6.716 14.999 15 14.999s15-6.715 15-14.999c0-8.283-6.717-14.999-15-14.999zm-3.454 22.951-.813-1.104 9.287-6.849-9.287-6.847.813-1.104 10.783 7.95-10.783 7.954z' clip-rule='evenodd'/></svg>");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

/* Slider */
.p-oc-slide {
  padding: 1rem;
}

.slick-arrow {
  width: 46px;
  background-color: rgba(255, 255, 255, 0.7);
  height: 46px;
  border-radius: 50%;
  border: solid 2px black;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  z-index: 100;
  cursor: pointer;
  display: grid;
  place-content: center;
}
.slick-arrow::before {
  width: 24px;
  content: "";
  height: 24px;
  color: #393E3E;
}
.slick-arrow:hover {
  background-color: #ffffff;
}
.slick-arrow:hover::before {
  color: black;
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M24.057.687 2.928 16.27l21.129 15.583 2.705-3.668L10.606 16.27 26.762 4.355z' clip-rule='evenodd'/></svg>");
          mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M24.057.687 2.928 16.27l21.129 15.583 2.705-3.668L10.606 16.27 26.762 4.355z' clip-rule='evenodd'/></svg>");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.slick-next {
  right: 0;
}
.slick-next::before {
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M5.415 4.355 21.569 16.27 5.415 28.186l2.705 3.668L29.249 16.27 8.12.687z' clip-rule='evenodd'/></svg>");
          mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M5.415 4.355 21.569 16.27 5.415 28.186l2.705 3.668L29.249 16.27 8.12.687z' clip-rule='evenodd'/></svg>");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

/* Home */
@media screen and (max-width: 767px) {
  .p-oc-main:is(.is-lower) {
    min-height: 50vw;
  }
}
@media print, screen and (min-width: 991px) {
  .p-oc-main {
    aspect-ratio: 594/377;
  }
  .p-oc-main.is-lower {
    aspect-ratio: 595/188;
  }
}

:is(.is-open2025, .is-open2025test, .is-lab) .p-oc-main-title {
  color: var(--orange);
  font-family: Arial, system-ui;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  :is(.is-open2025, .is-open2025test, .is-lab) .p-oc-main-title {
    font-size: 6rem;
  }
}

.p-oc-main-label {
  margin-top: 0.5rem;
  gap: 0;
}
.p-oc-main-label small {
  font-size: 80%;
}
@media print, screen and (min-width: 991px) {
  .p-oc-main-label {
    margin-top: 1rem;
  }
}

.p-oc-main-label .c-box-bordered, .p-oc-label .c-box-bordered {
  padding-block: 0;
  border-color: var(--brand-color);
}
.p-oc-main-label p, .p-oc-label p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 0.5em;
}
.p-oc-main-label p + p, .p-oc-label p + p {
  margin-top: -0.35rem;
}
@media print, screen and (min-width: 991px) {
  .p-oc-main-label p, .p-oc-label p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

div:has(> .p-oc-main-title) {
  max-width: 1104px;
  padding-top: 1rem;
}

.p-oc-application-start {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media print, screen and (min-width: 991px) {
  .p-oc-application-start {
    margin-block: 2rem;
  }
}

.p-oc-details summary {
  text-decoration: underline;
  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;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-weight: 500;
}
.p-oc-details summary::after {
  width: 1rem;
  background-color: currentColor;
  content: "";
  height: 1rem;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M30.398 4.502 16.087 25.481 1.777 4.502l-1.189.812 15.5 22.723 15.5-22.723-1.19-.812z' clip-rule='evenodd'/></svg>");
          mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M30.398 4.502 16.087 25.481 1.777 4.502l-1.189.812 15.5 22.723 15.5-22.723-1.19-.812z' clip-rule='evenodd'/></svg>");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.p-oc-details summary:where([open] *)::after {
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='m31.588 27.225-15.5-22.723-15.5 22.723 1.189.813 14.31-20.979 14.312 20.979 1.189-.813z' clip-rule='evenodd'/></svg>");
          mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='m31.588 27.225-15.5-22.723-15.5 22.723 1.189.813 14.31-20.979 14.312 20.979 1.189-.813z' clip-rule='evenodd'/></svg>");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.p-oc-details .p-oc-heading.is-large {
  padding-block: clamp(1.75rem, 1.568rem + 0.91vw, 2.25rem);
}
.p-oc-details .p-oc-heading.is-large:where(p + *, div + *) {
  margin-top: 1.5rem;
}

.p-oc-number {
  width: 1.25em;
  background-color: black;
  color: #ffffff;
  border-radius: 50%;
  height: 1.25em;
  text-align: center;
}

*:has(> .p-oc-number) {
  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;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-oc-column-reverse {
    padding-inline: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-oc-event-wrap.is-layout-grid {
  gap: 1.5rem;
}
@media print, screen and (min-width: 991px) {
  .p-oc-event-wrap.is-layout-grid {
    gap: 3.5rem;
  }
}

.p-oc-event-column .is-online::before, .p-oc-event-column .is-online::after, .p-oc-event-column .is-visitor::before, .p-oc-event-column .is-visitor::after {
  width: 2em;
  content: "";
  height: 2em;
}
.p-oc-event-column .is-online::before {
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M15.396 13.779a2.364 2.364 0 1 0 .069-4.727c-.031-.001-.063 0-.094 0a2.365 2.365 0 0 0 .025 4.727zm-.018-3.78a1.418 1.418 0 1 1 .012 2.836A1.418 1.418 0 0 1 15.378 10zm-4.211 8.106a.473.473 0 0 0 .942-.06l-.005-.944.003-.084a1.418 1.418 0 0 1 1.408-1.341l3.779-.018.083.001c.75.041 1.338.659 1.341 1.408l.005.945.004.055a.473.473 0 0 0 .942-.06l-.004-.944-.003-.103a2.363 2.363 0 0 0-2.371-2.249l-3.78.018-.102.003a2.363 2.363 0 0 0-2.249 2.372l.005.943.002.058zM22.902 6.348H7.925l-.16.006a2.14 2.14 0 0 0-1.98 2.133v10.699l.006.159a2.14 2.14 0 0 0 2.134 1.979h14.978l.16-.006a2.14 2.14 0 0 0 1.979-2.135V8.487l-.006-.16a2.138 2.138 0 0 0-2.134-1.979zm.717 13.552H7.209V7.771h16.41V19.9zm.194 3.018H7.016l-.064.004a.545.545 0 0 0 .065 1.09h16.795l.064-.004a.548.548 0 0 0-.063-1.09zM15.414-.311C6.712-.311-.341 6.743-.341 15.444c0 8.703 7.054 15.755 15.755 15.756 8.702-.001 15.755-7.054 15.756-15.756C31.169 6.743 24.116-.311 15.414-.311zm10.072 25.829a14.195 14.195 0 0 1-10.072 4.172 14.195 14.195 0 0 1-10.072-4.172A14.2 14.2 0 0 1 1.17 15.445c0-3.936 1.593-7.492 4.172-10.072A14.188 14.188 0 0 1 15.414 1.2c3.936 0 7.492 1.593 10.072 4.172a14.191 14.191 0 0 1 4.172 10.072c0 3.936-1.594 7.494-4.172 10.074z' clip-rule='evenodd'/></svg>");
          mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M15.396 13.779a2.364 2.364 0 1 0 .069-4.727c-.031-.001-.063 0-.094 0a2.365 2.365 0 0 0 .025 4.727zm-.018-3.78a1.418 1.418 0 1 1 .012 2.836A1.418 1.418 0 0 1 15.378 10zm-4.211 8.106a.473.473 0 0 0 .942-.06l-.005-.944.003-.084a1.418 1.418 0 0 1 1.408-1.341l3.779-.018.083.001c.75.041 1.338.659 1.341 1.408l.005.945.004.055a.473.473 0 0 0 .942-.06l-.004-.944-.003-.103a2.363 2.363 0 0 0-2.371-2.249l-3.78.018-.102.003a2.363 2.363 0 0 0-2.249 2.372l.005.943.002.058zM22.902 6.348H7.925l-.16.006a2.14 2.14 0 0 0-1.98 2.133v10.699l.006.159a2.14 2.14 0 0 0 2.134 1.979h14.978l.16-.006a2.14 2.14 0 0 0 1.979-2.135V8.487l-.006-.16a2.138 2.138 0 0 0-2.134-1.979zm.717 13.552H7.209V7.771h16.41V19.9zm.194 3.018H7.016l-.064.004a.545.545 0 0 0 .065 1.09h16.795l.064-.004a.548.548 0 0 0-.063-1.09zM15.414-.311C6.712-.311-.341 6.743-.341 15.444c0 8.703 7.054 15.755 15.755 15.756 8.702-.001 15.755-7.054 15.756-15.756C31.169 6.743 24.116-.311 15.414-.311zm10.072 25.829a14.195 14.195 0 0 1-10.072 4.172 14.195 14.195 0 0 1-10.072-4.172A14.2 14.2 0 0 1 1.17 15.445c0-3.936 1.593-7.492 4.172-10.072A14.188 14.188 0 0 1 15.414 1.2c3.936 0 7.492 1.593 10.072 4.172a14.191 14.191 0 0 1 4.172 10.072c0 3.936-1.594 7.494-4.172 10.074z' clip-rule='evenodd'/></svg>");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}
.p-oc-event-column .is-visitor::after {
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M21.344 14.182a3.107 3.107 0 1 0-.027-6.215 3.107 3.107 0 0 0 .027 6.215zM21.32 9.21a1.864 1.864 0 1 1 .021 3.727 1.864 1.864 0 0 1-.021-3.727zM15.414-.311C6.713-.311-.341 6.743-.341 15.444c0 8.702 7.054 15.755 15.755 15.756 8.702-.001 15.755-7.054 15.756-15.756C31.169 6.743 24.116-.311 15.414-.311zm10.072 25.828a14.198 14.198 0 0 1-10.072 4.173 14.198 14.198 0 0 1-10.072-4.173A14.193 14.193 0 0 1 1.17 15.445c0-3.936 1.593-7.492 4.172-10.072A14.192 14.192 0 0 1 15.414 1.2c3.937 0 7.492 1.593 10.072 4.172a14.2 14.2 0 0 1 4.173 10.072 14.199 14.199 0 0 1-4.173 10.073zm1.886-5.766h-.407v-.002l-.006-1.243-.004-.135a3.107 3.107 0 0 0-3.118-2.958l-4.972.023-.135.004a3.108 3.108 0 0 0-2.959 3.119l.006 1.191h-.364l-.063.004c-.005 0-.01.004-.015.004a3.096 3.096 0 0 0-2.693-1.56l-4.972.026-.136.004a3.109 3.109 0 0 0-2.958 3.118l.006 1.243.005.072a.622.622 0 0 0 1.238-.078l-.006-1.243.003-.109a1.866 1.866 0 0 1 1.854-1.764l4.972-.024.109.003a1.866 1.866 0 0 1 1.764 1.854l.006 1.243.005.072a.621.621 0 0 0 1.238-.078l-.006-1.243-.003-.135c-.006-.108-.03-.21-.047-.314h11.658l.063-.003a.547.547 0 0 0-.063-1.091zm-10.351 0-.006-1.198.002-.108a1.866 1.866 0 0 1 1.854-1.765l4.973-.023.109.002c.986.054 1.76.866 1.764 1.854l.006 1.239h-8.702zm-6.872-2.783a3.105 3.105 0 0 0 3.093-3.121 3.107 3.107 0 1 0-3.093 3.121zm-.023-4.972a1.865 1.865 0 1 1 .018 3.73 1.865 1.865 0 0 1-.018-3.73z' clip-rule='evenodd'/></svg>");
          mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M21.344 14.182a3.107 3.107 0 1 0-.027-6.215 3.107 3.107 0 0 0 .027 6.215zM21.32 9.21a1.864 1.864 0 1 1 .021 3.727 1.864 1.864 0 0 1-.021-3.727zM15.414-.311C6.713-.311-.341 6.743-.341 15.444c0 8.702 7.054 15.755 15.755 15.756 8.702-.001 15.755-7.054 15.756-15.756C31.169 6.743 24.116-.311 15.414-.311zm10.072 25.828a14.198 14.198 0 0 1-10.072 4.173 14.198 14.198 0 0 1-10.072-4.173A14.193 14.193 0 0 1 1.17 15.445c0-3.936 1.593-7.492 4.172-10.072A14.192 14.192 0 0 1 15.414 1.2c3.937 0 7.492 1.593 10.072 4.172a14.2 14.2 0 0 1 4.173 10.072 14.199 14.199 0 0 1-4.173 10.073zm1.886-5.766h-.407v-.002l-.006-1.243-.004-.135a3.107 3.107 0 0 0-3.118-2.958l-4.972.023-.135.004a3.108 3.108 0 0 0-2.959 3.119l.006 1.191h-.364l-.063.004c-.005 0-.01.004-.015.004a3.096 3.096 0 0 0-2.693-1.56l-4.972.026-.136.004a3.109 3.109 0 0 0-2.958 3.118l.006 1.243.005.072a.622.622 0 0 0 1.238-.078l-.006-1.243.003-.109a1.866 1.866 0 0 1 1.854-1.764l4.972-.024.109.003a1.866 1.866 0 0 1 1.764 1.854l.006 1.243.005.072a.621.621 0 0 0 1.238-.078l-.006-1.243-.003-.135c-.006-.108-.03-.21-.047-.314h11.658l.063-.003a.547.547 0 0 0-.063-1.091zm-10.351 0-.006-1.198.002-.108a1.866 1.866 0 0 1 1.854-1.765l4.973-.023.109.002c.986.054 1.76.866 1.764 1.854l.006 1.239h-8.702zm-6.872-2.783a3.105 3.105 0 0 0 3.093-3.121 3.107 3.107 0 1 0-3.093 3.121zm-.023-4.972a1.865 1.865 0 1 1 .018 3.73 1.865 1.865 0 0 1-.018-3.73z' clip-rule='evenodd'/></svg>");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p-oc-event-column :not(:has(.is-online)) .is-visitor::before {
  display: none;
}
.p-oc-event-column :not(:has(.is-visitor):has(.is-online)) .is-visitor::after {
  margin-left: auto;
}
.p-oc-event-column .p-oc-heading.is-online, .p-oc-event-column .p-oc-heading.is-visitor {
  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-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

.p-oc-event-info {
  --info-head-width: 3.25rem;
}
.p-oc-event-info.is-large {
  --info-head-width: 4.5rem;
}
.p-oc-event-info.is-long {
  --info-head-width: 6em;
}
.p-oc-event-info.has-white-color p {
  background-color: rgba(var(--orange-rgb), 1);
}
.p-oc-event-info > p:first-of-type {
  -webkit-flex-basis: var(--info-head-width);
      -ms-flex-preferred-size: var(--info-head-width);
          flex-basis: var(--info-head-width);
  max-width: var(--info-head-width);
}
.p-oc-event-info p.has-border {
  padding-block: 0.25rem;
  border: solid 1px currentColor;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.p-oc-map {
  aspect-ratio: 4/3;
}
@media print, screen and (min-width: 991px) {
  .p-oc-map {
    aspect-ratio: 16/6;
  }
}

.p-oc-timetable {
  max-width: 80%;
  margin-inline: auto;
  margin-top: 1rem;
}

.p-oc-cover {
  min-height: 100% !important;
}

.p-oc-campus-event p:first-child {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-oc-campus-event p:first-child::after {
  content: "：";
}
@media print, screen and (min-width: 991px) {
  .p-oc-campus-event {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .p-oc-campus-event p:first-child {
    -webkit-flex-basis: 13rem;
        -ms-flex-preferred-size: 13rem;
            flex-basis: 13rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* Lab */
.p-oc-tour-available {
  padding: 0.25em 0.5em 0.25em 1.5em;
  border: solid 1px black;
  border-left: none;
  border-radius: 0 45px 45px 0;
  display: inline-block;
  font-size: 16px;
}
.p-oc-tour-available:not(.is-target) {
  margin-left: 4rem;
}
.p-oc-tour-available::before, .p-oc-tour-available::after {
  width: 3em;
  content: "";
  display: block;
  position: absolute;
  height: 3em;
}
.p-oc-tour-available::before {
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 0 100%, 60% 0);
          clip-path: polygon(0 0, 0 100%, 60% 0);
  left: 0;
  top: -0.5em;
}
.p-oc-tour-available::after {
  background: url(https://www.iizuka.kyutech.ac.jp/kit/wp-content/uploads/2025/06/oc2025_flag.png) no-repeat 0 0/80% auto;
  left: -1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-oc-tour-available.is-target {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 0.5rem 0 2.25rem;
  border: none;
  border-radius: 45px;
}
.p-oc-tour-available.is-target::before {
  display: none;
}
.p-oc-tour-available.is-target::after {
  width: 2em;
  left: 0.25rem;
  height: 2em;
}
@media print, screen and (min-width: 991px) {
  .p-oc-tour-available {
    padding-block: 0.5em;
    padding-inline: 2em 1em;
    font-size: 16px;
  }
  .p-oc-tour-available::before {
    width: 4em;
    height: 4em;
  }
  .p-oc-tour-available::after {
    background-size: 90% auto;
  }
  .p-oc-tour-available.is-target {
    margin-left: 2rem !important;
  }
}

.p-oc-lab-text-unit {
  max-width: min(80vw, 100%);
  margin-inline: auto !important;
}
.p-oc-lab-text-unit .u-mg-top-xxl {
  margin-top: 2rem !important;
}
@media print, screen and (min-width: 768px) {
  .p-oc-lab-text-unit .u-mg-top-xxl {
    margin-top: 6rem !important;
  }
}

.p-oc-lab-room {
  background-color: rgba(var(--gray-rgb), 0.3);
  padding-inline: 0.5rem;
  border-radius: 45px;
  mix-blend-mode: multiply;
}

*:has(> .p-oc-lab-room) {
  gap: 2rem;
}

/* ---------------------------------------------------------
 Utility
--------------------------------------------------------- */
/* Utilities
---------------------------------- */
/* Text */
.u-text-bold {
  font-weight: bold;
}

.u-text-semibold {
  font-weight: 500;
}

.u-text-dark {
  color: black;
}

.u-text-small {
  font-size: 12px;
}

.u-text-large {
  font-size: min(5vw, 18px);
}

.u-text-xlarge {
  font-size: min(5vw, 24px);
}

.u-text-underlined {
  text-decoration: underline;
}

.u-text-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}

/* Link */
.u-link-wrap {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}
.u-link-wrap:hover {
  text-decoration: none;
}

/* Alignment */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-align-left,
.alignleft,
.u-align-right,
.alignright {
  margin: 0 auto 5px auto;
  display: block;
}

.u-align-center,
.aligncenter {
  margin: 0 auto;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .u-align-left,
  .alignleft {
    float: left;
    margin: 0 1em 0.5em 0;
  }
  .u-align-right,
  .alignright {
    float: right;
    margin: 0 0 0.5em 1em;
  }
}
/* Image */
.u-img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Margin */
.u-mg-btm {
  margin-bottom: 10px !important;
}

.u-mg-btm-l {
  margin-bottom: 20px !important;
}

.u-mg-btm-xl {
  margin-bottom: 40px !important;
}

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

.u-mg-top {
  margin-top: 10px !important;
}

.u-mg-top-l {
  margin-top: 20px !important;
}

.u-mg-top-xl {
  margin-top: 30px !important;
}
@media print, screen and (min-width: 768px) {
  .u-mg-top-xl {
    margin-top: 40px !important;
  }
}

.u-mg-top-xxl {
  margin-top: 60px !important;
}

/* Ohters */
.u-sp-only {
  display: block;
}
.u-sp-only.inline-block {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .u-sp-only, .u-sp-only.inline-block {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-pc-only {
    display: block;
  }
}

.u-d-inline-block {
  display: inline-block;
}

.u-position-rl {
  position: relative;
}

.u-display-none {
  display: none !important;
}