@charset "UTF-8";
/* CSS Document */
/*!
 * Bootstrap Reboot v5.3.6 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-black:#000;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13, 110, 253;
  --bs-secondary-rgb:108, 117, 125;
  --bs-success-rgb:25, 135, 84;
  --bs-info-rgb:13, 202, 240;
  --bs-warning-rgb:255, 193, 7;
  --bs-danger-rgb:220, 53, 69;
  --bs-light-rgb:248, 249, 250;
  --bs-dark-rgb:33, 37, 41;
  --bs-primary-text-emphasis:#052c65;
  --bs-secondary-text-emphasis:#2b2f32;
  --bs-success-text-emphasis:#0a3622;
  --bs-info-text-emphasis:#055160;
  --bs-warning-text-emphasis:#664d03;
  --bs-danger-text-emphasis:#58151c;
  --bs-light-text-emphasis:#495057;
  --bs-dark-text-emphasis:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#e2e3e5;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#c4c8cb;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255, 255, 255;
  --bs-black-rgb:0, 0, 0;
  --bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-color-rgb:33, 37, 41;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255, 255, 255;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0, 0, 0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33, 37, 41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233, 236, 239;
  --bs-tertiary-color:rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:33, 37, 41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248, 249, 250;
  --bs-heading-color:inherit;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13, 110, 253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10, 88, 202;
  --bs-code-color:#d63384;
  --bs-highlight-color:#212529;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-xxl:2rem;
  --bs-border-radius-2xl:var(--bs-border-radius-xxl);
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width:0.25rem;
  --bs-focus-ring-opacity:0.25;
  --bs-focus-ring-color:rgba(13, 110, 253, 0.25);
  --bs-form-valid-color:#198754;
  --bs-form-valid-border-color:#198754;
  --bs-form-invalid-color:#dc3545;
  --bs-form-invalid-border-color:#dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color:#dee2e6;
  --bs-body-color-rgb:222, 226, 230;
  --bs-body-bg:#212529;
  --bs-body-bg-rgb:33, 37, 41;
  --bs-emphasis-color:#fff;
  --bs-emphasis-color-rgb:255, 255, 255;
  --bs-secondary-color:rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:222, 226, 230;
  --bs-secondary-bg:#343a40;
  --bs-secondary-bg-rgb:52, 58, 64;
  --bs-tertiary-color:rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:222, 226, 230;
  --bs-tertiary-bg:#2b3035;
  --bs-tertiary-bg-rgb:43, 48, 53;
  --bs-primary-text-emphasis:#6ea8fe;
  --bs-secondary-text-emphasis:#a7acb1;
  --bs-success-text-emphasis:#75b798;
  --bs-info-text-emphasis:#6edff6;
  --bs-warning-text-emphasis:#ffda6a;
  --bs-danger-text-emphasis:#ea868f;
  --bs-light-text-emphasis:#f8f9fa;
  --bs-dark-text-emphasis:#dee2e6;
  --bs-primary-bg-subtle:#031633;
  --bs-secondary-bg-subtle:#161719;
  --bs-success-bg-subtle:#051b11;
  --bs-info-bg-subtle:#032830;
  --bs-warning-bg-subtle:#332701;
  --bs-danger-bg-subtle:#2c0b0e;
  --bs-light-bg-subtle:#343a40;
  --bs-dark-bg-subtle:#1a1d20;
  --bs-primary-border-subtle:#084298;
  --bs-secondary-border-subtle:#41464b;
  --bs-success-border-subtle:#0f5132;
  --bs-info-border-subtle:#087990;
  --bs-warning-border-subtle:#997404;
  --bs-danger-border-subtle:#842029;
  --bs-light-border-subtle:#495057;
  --bs-dark-border-subtle:#343a40;
  --bs-heading-color:inherit;
  --bs-link-color:#6ea8fe;
  --bs-link-hover-color:#8bb9fe;
  --bs-link-color-rgb:110, 168, 254;
  --bs-link-hover-color-rgb:139, 185, 254;
  --bs-code-color:#e685b5;
  --bs-highlight-color:#dee2e6;
  --bs-highlight-bg:#664d03;
  --bs-border-color:#495057;
  --bs-border-color-translucent:rgba(255, 255, 255, 0.15);
  --bs-form-valid-color:#75b798;
  --bs-form-valid-border-color:#75b798;
  --bs-form-invalid-color:#ea868f;
  --bs-form-invalid-border-color:#ea868f;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-auto {
  padding-left: auto !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-auto {
  padding-right: auto !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

/* font section ***************************************/
.font-noto-sans {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

figure, img {
  max-width: 100%;
}

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

.text-center {
  text-align: center;
}

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

body {
  background-color: #fff;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
body > .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
}

.site-header {
  background-color: #333;
  color: #fff;
}
.site-header > .inner {
  max-width: 1758px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
}
@media screen and (max-width: 991px) {
  .site-header > .inner {
    min-height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .site-header > .inner {
    min-height: 60px;
  }
}
.site-title h1, .site-title a {
  display: block;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  font-size: 1rem;
  line-height: 1;
}
.site-title h1 figure, .site-title a figure {
  max-width: 280px;
  margin-bottom: 0;
}
@media screen and (max-width: 1320px) {
  .site-title h1 figure, .site-title a figure {
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .site-title h1 figure, .site-title a figure {
    max-width: 160px;
  }
}
.site-title h1 figure img, .site-title a figure img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .site-navigation {
    display: none;
  }
}
.site-navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.site-navigation ul li {
  list-style: none;
}
.site-navigation ul li a {
  color: #fff;
  padding-left: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 1420px) {
  .site-navigation ul li a {
    padding-left: 16px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1080.2px) {
  .site-navigation ul li a {
    word-break: keep-all;
    white-space: nowrap;
  }
}
.site-navigation ul li a::before {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 1420px) {
  .site-navigation ul li a::before {
    font-size: 0.875rem;
  }
}
.site-navigation ul li a span {
  padding-left: 0.4em;
}
.site-mv {
  background-color: #333;
  background-position: center 25%;
  background-size: 115%;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 33.3333333333vw;
  min-height: 60vh;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-mv {
    min-height: 60vw;
  }
}
.site-mv::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.4;
  z-index: 0;
}
.site-mv .mv-catch {
  font-size: 5rem;
  line-height: 1.4;
  font-style: normal;
  text-shadow: 0px 10px 25px rgba(0, 0, 0, 0.8);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .site-mv .mv-catch {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.site-mv .mv-title {
  font-size: 2.5rem;
  line-height: 1.4;
  text-shadow: 0px 10px 25px rgba(0, 0, 0, 0.8);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .site-mv .mv-title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.site-recommends {
  color: #fff;
  padding: 38px 0 94px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-recommends {
    padding: 19px 0 20px;
  }
}
.site-recommends::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background-color: #333;
}
.site-recommends.scrollable .rec-slider {
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .site-recommends.scrollable .rec-slider {
    padding-bottom: 30px;
  }
}
.site-recommends .rec-slider {
  width: 100%;
  padding: 0 0 0;
  position: relative;
  z-index: 1;
  /*
  @media screen and (max-width: 767px){
    padding: 0 0 0;
  }
  */
}
.site-recommends .rec-slider > div {
  padding: 0;
  display: inline-block;
}
.site-recommends .rec-slider .flickity-viewport {
  width: 100%;
  overflow-y: visible;
}
.site-recommends .rec-slider .flickity-page-dots {
  bottom: 0;
}
.site-recommends .rec-slider .flickity-page-dots .dot {
  background-color: #fff;
  width: 12px;
  height: 12px;
}
.site-recommends .rec-slider a {
  display: inline-flex;
  width: 25vw;
  height: 10.4166666667vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #333;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  text-decoration: none;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .site-recommends .rec-slider a {
    width: 46vw;
    height: 19.1666666667vw;
  }
}
.site-recommends .rec-slider a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.4;
  z-index: 0;
}
.site-recommends .rec-slider a span {
  font-size: 24px;
  line-height: 1.4;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .site-recommends .rec-slider a span {
    font-size: 16px;
    line-height: 1.4;
  }
}
.site-footer {
  background-color: #333;
  color: #fff;
  position: relative;
}
.site-footer > .inner {
  max-width: 1566px;
  padding: 68px 15px 152px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .site-footer > .inner {
    flex-direction: column;
    padding: 34px 15px 87px;
    align-items: stretch;
  }
}
.site-footer .footer-info {
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-info {
    font-size: 0.75rem;
    line-height: 1.7;
  }
}
.site-footer .footer-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-right {
    text-align: center;
  }
}
.site-footer .footer-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-title {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.site-footer .footer-links li {
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 2em;
}
.site-footer .footer-links li:last-child {
  margin-right: 0;
}
.site-footer .footer-links li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768.2px) {
  .site-footer .footer-links li a:hover {
    text-decoration: underline;
  }
}
.site-footer .footer-links li a[target=_blank]::after {
  display: inline-block;
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1;
  margin-left: 0.2em;
}
.site-footer .univ-logo {
  margin-left: auto;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .site-footer .univ-logo {
    margin-right: auto;
    max-width: 220px;
  }
}
.site-footer .univ-logo img {
  max-width: 100%;
  height: auto;
}
.site-footer .copyright {
  margin-top: 1rem;
}
.site-footer .copyright p {
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .site-footer .copyright p {
    font-size: 0.625rem;
    line-height: 1;
  }
}
.site-footer .pagetop {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 10;
  opacity: 1;
  transition: opacity 1s ease;
}
@media screen and (max-width: 767px) {
  .site-footer .pagetop {
    right: 10px;
    bottom: 60px;
  }
}
.pagestart .site-footer .pagetop {
  opacity: 0;
  display: none;
}
.pageend .site-footer .pagetop {
  position: absolute;
  bottom: auto;
  top: -30px;
}
.site-footer .pagetop a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 58px;
  height: 58px;
  border: 1px solid #403999;
  background-color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .site-footer .pagetop a {
    width: 50px;
    height: 50px;
  }
}
.site-footer .pagetop a::before {
  content: "\f062";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1;
  color: #403999;
}
@media screen and (max-width: 767px) {
  .site-footer .pagetop a::before {
    font-size: 1rem;
  }
}
.site-footer .pagetop a span {
  display: none;
}
.site-fixfooter {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  border-top: 1px #666 solid;
  background-color: #333;
  z-index: 1;
}
.site-fixfooter > a {
  width: 50%;
  text-align: center;
  min-height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .site-fixfooter > a {
    font-size: 0.75rem;
    line-height: 1.2;
    min-height: 50px;
  }
}
.site-fixfooter .entry-opencampus {
  background-color: #403999;
}
@media screen and (min-width: 768.2px) {
  .site-fixfooter .entry-opencampus:hover {
    background-color: #2f2a70;
  }
}
@media screen and (min-width: 768.2px) {
  .site-fixfooter .entry-lecture:hover {
    background-color: #222;
  }
}
.site-toggle {
  display: none;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 31;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .site-toggle {
    display: block;
    top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .site-toggle {
    top: 30px;
    right: 10px;
  }
}
.site-toggle button {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-color: #333;
  border: none;
  margin: 0;
  position: relative;
  vertical-align: bottom;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .site-toggle button {
    width: 50px;
    height: 50px;
  }
}
.site-toggle button span {
  content: "";
  display: inline-block;
  height: 2px;
  width: 22px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.sideopen .site-toggle button span {
  width: 0;
}
.site-toggle button::before, .site-toggle button::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 22px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.site-toggle button::before {
  top: calc(50% - 8px);
}
.sideopen .site-toggle button::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-toggle button::after {
  top: calc(50% + 8px);
}
.sideopen .site-toggle button::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 20;
}
.sideopen .site-overlay {
  display: block;
  opacity: 1;
}
.site-sidemenu {
  width: 80vw;
  max-width: 400px;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 30;
  height: 100vh;
  background-color: #333;
  color: #fff;
  transition: 0.5s right ease;
}
.sideopen .site-sidemenu {
  right: 0;
}
.site-sidemenu > .inner {
  padding: 60px 24px 50px;
}
.site-sidemenu > .inner h2 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
.site-sidemenu > .inner .nav ul {
  list-style: none;
  padding-left: 0;
}
.site-sidemenu > .inner .nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 16px 0;
}

.section {
  /*
  &-tax {
    background-color: #333;
    color: #fff;
    background-image: url('../images/tax-img-bg.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    &::before {
      content:"";
      position: absolute;
      left:0;
      top:0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,.7);
      z-index: 0;
    }
    .inner {
      position: relative;
      z-index: 1;
      p {
        line-height: 2;
      }
    }
    .section-header h2 em {color:#fff;}
  }
  */
}
.section.mod--bg-light {
  background-color: #f5f5f5;
}
.section .inner {
  width: 100%;
  max-width: 1182px;
  padding: 80px 15px 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section .inner {
    padding: 40px 15px 50px;
  }
}
.section .inner h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section .inner h3 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 14px;
    margin-top: 40px;
  }
}
.section .inner h3:first-child {
  margin-top: 0;
}
.section .inner p {
  line-height: 2.25;
}
.section-header {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section-header {
    padding-bottom: 20px;
  }
}
.section-header.mod--nomb {
  padding-bottom: 0;
}
.section-header h2 {
  line-height: 1;
  display: inline-flex;
  flex-direction: column;
}
.section-header h2 em {
  color: #403999;
  font-weight: 600;
  font-style: normal;
  font-size: 3.75rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section-header h2 em {
    font-size: 2.125rem;
    line-height: 1.4;
  }
}
.section-header h2 span {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .section-header h2 span {
    margin-top: 0.5em;
  }
}
.section-body {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .section-body {
    padding-top: 25px;
  }
}
.section-body.mod--two-col {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section-body p, .section-body li, .section-body th, .section-body td {
    font-size: 0.875rem;
    line-height: 1.8 !important;
  }
}
.section-mission {
  background-color: #403999;
  color: #fff;
}
.section-mission .section-header h2 em {
  color: #fff;
}
.section-mission .section-body h3 {
  margin-bottom: 2.75rem;
}
.section-mission .section-body p {
  line-height: 2.25;
}
.section-features {
  position: relative;
}
.section-features::before {
  display: block;
  content: "";
  width: 20%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  right: 0;
}
.section-features > .inner {
  position: relative;
  z-index: 1;
  max-width: 1566px;
}
.section-event h3 {
  font-size: 2.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .section-event h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.section-event h3 span {
  font-size: 2.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .section-event h3 span {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.section-news {
  background-color: #333;
  color: #fff;
}
.section-news .section-header h2 em {
  color: #fff;
}
.section-voice {
  position: relative;
}
.section-voice::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 0;
}
.section-voice > .inner {
  position: relative;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
}
.section-voice > .inner .flickity-viewport {
  overflow-y: visible;
}
.section-tax, .section-scholarship {
  overflow: hidden;
  position: relative;
}
.section-tax.with-scroll > .inner, .section-scholarship.with-scroll > .inner {
  padding-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .section-tax.with-scroll > .inner, .section-scholarship.with-scroll > .inner {
    padding-bottom: calc(40px + 25vw);
  }
}
.section-tax .scroll-footer, .section-scholarship .scroll-footer {
  position: absolute;
  left: 0;
  bottom: -13px;
  overflow: hidden;
  max-width: 200%;
  width: 200%;
}
@media screen and (max-width: 767px) {
  .section-tax .scroll-footer, .section-scholarship .scroll-footer {
    bottom: 0;
  }
}
.section-tax .scroll-footer span, .section-scholarship .scroll-footer span {
  display: block;
  font-size: 260px;
  line-height: 1;
  font-weight: 900;
  color: #f3f3f3;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  width: 50%;
  animation: marqueeAnim 80s linear infinite;
}
@media screen and (max-width: 767px) {
  .section-tax .scroll-footer span, .section-scholarship .scroll-footer span {
    font-size: 25vw;
  }
}

@keyframes marqueeAnim {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.feature-block {
  padding-left: 50%;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .feature-block {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.feature-block.mod--reverse {
  padding-left: 15px;
  padding-right: 50%;
}
@media screen and (max-width: 767px) {
  .feature-block.mod--reverse {
    padding-right: 0;
    padding-left: 0;
  }
}
.feature-block p {
  line-height: 2.25;
}
.feature-content {
  min-height: 26.8229166667vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 15px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .feature-content {
    padding-right: 0;
  }
}
.feature-content p {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .feature-content p {
    margin-top: 28px;
  }
}
.feature-num {
  display: inline-block;
  font-size: 4.875rem;
  line-height: 1;
  font-weight: bold;
  color: #403999;
  float: left;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .feature-num {
    font-size: 2.75rem;
    line-height: 1;
    display: block;
    text-align: center;
    margin-bottom: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.feature-image {
  position: absolute;
  left: 0;
  width: 40vw;
}
@media screen and (min-width: 1566px) {
  .feature-image {
    left: calc(-1 * (100vw - 1566px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .feature-image {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: -15px;
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .feature-efmd .feature-image {
    padding-right: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .feature-efmd .feature-image::before {
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
}
.feature-efmd .feature-image img {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}
.mod--reverse .feature-image {
  left: auto;
  right: 0;
}
@media screen and (min-width: 1566px) {
  .mod--reverse .feature-image {
    left: auto;
    right: calc(-1 * (100vw - 1566px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .mod--reverse .feature-image {
    right: 0;
  }
}
.feature-image img {
  max-width: 100%;
  height: auto;
}
.feature-title {
  display: inline-block;
  padding-left: 116px;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: bold;
  margin-top: -2.75rem !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .feature-title {
    margin-top: 1.25rem !important;
    padding-left: 0;
  }
}

.card {
  max-width: 480px;
  margin-left: 14px;
  margin-right: 14px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card {
    max-width: 70vw;
    margin-left: 7px;
    margin-right: 7px;
  }
}
.card-head {
  width: 100%;
  aspect-ratio: 480/300;
  margin-bottom: 0;
}
.card-body {
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .card-body {
    padding: 18px 12px;
  }
}
.card-body h3 {
  color: #403999;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 10px !important;
}
.card-body h3 .num {
  display: inline-block;
  background-color: #403999;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-style: normal;
  padding: 0.5em 1em;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .card-body h3 .num {
    padding: 0.5em 0.6em;
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
.card-body h3 .name {
  font-size: 1.375rem;
  line-height: 1.4;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .card-body h3 .name {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.card-body h3 .name small {
  font-size: 0.875rem;
  margin-left: 0.4em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .card-body h3 .name small {
    font-size: 0.75rem;
  }
}
.card p {
  margin-top: 15px;
}

.profile-date {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .profile-date {
    font-size: 0.625rem !important;
    line-height: 1.2 !important;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
}
.profile-title {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .profile-title {
    font-size: 0.625rem !important;
    line-height: 1.2 !important;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
}
.profile-info {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .profile-info {
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    margin-top: 0.5em !important;
    margin-bottom: 0 !important;
    padding-bottom: 1em;
  }
}

.data-column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .data-column {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.data-column .column {
  width: 32%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .data-column .column {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .data-column .column:first-child {
    margin-top: 0;
  }
}
.data-column .column h3 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .data-column .column h3 {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.data-column .column canvas {
  max-width: 332px;
  width: 332px !important;
  height: 332px !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1060px) {
  .data-column .column canvas {
    width: 200px !important;
    height: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .data-column .column canvas {
    width: 332px !important;
    height: 332px !important;
  }
}
.data-column .column .data-legend {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 1060px) {
  .data-column .column .data-legend {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .data-column .column .data-legend {
    margin-top: 30px;
  }
}
.data-column .column .data-legend img {
  max-width: 100%;
  height: auto;
}

.table-box table {
  margin-bottom: 1rem;
}
.table-border {
  width: 100%;
}
.table-border th, .table-border td {
  border: 1px solid #ccc;
  padding: 15px;
  width: 33.3333333333%;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .table-border th, .table-border td {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.table-border th:first-child, .table-border td:first-child {
  background-color: #666;
  color: #fff;
}
.table-border td {
  background-color: #fff;
}

.list-alpha {
  list-style: none;
  counter-reset: alpha;
  padding-left: 1.5em;
}
.list-alpha li {
  counter-increment: alpha;
  position: relative;
  margin-bottom: 0.5em;
}
.list-alpha li::before {
  content: counter(alpha, upper-alpha) " :";
  position: absolute;
  left: -1.5em;
}
.list-caution {
  list-style: none;
  counter-reset: alpha;
  padding-left: 1.5em;
}
.list-caution li {
  font-size: 90%;
  counter-increment: alpha;
  position: relative;
  margin-bottom: 0.5em;
}
.list-caution li::before {
  content: "※";
  position: absolute;
  left: -1.2em;
}
.list-footer {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
}

.btn {
  display: inline-block;
  border: 1px #333 solid;
  color: #333;
  min-width: 240px;
  line-height: 1;
  padding: 14px;
  background-color: #fff;
  text-decoration: none;
}
.section-news .btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 0.875rem;
    line-height: 1;
  }
}
.nomore .btn {
  opacity: 0.3;
  cursor: default;
}

.event {
  border-top: 1px solid #ccc;
  padding: 30px 38px 20px;
}
.event:nth-child(n+4) {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.event:nth-child(n+4).show {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .event {
    padding: 20px 0 20px;
  }
}
.event h4 {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .event h4 {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 10px !important;
  }
}
.event h4 > span.term-name {
  display: inline-block;
  margin-right: 0.5em;
}
.event p {
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .event p {
    line-height: 1.6 !important;
  }
}
.event-list {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
}
.event-date {
  line-height: 1.4 !important;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .event-date {
    font-size: 0.75rem;
    line-height: 1.4 !important;
    margin-bottom: 0.3em;
  }
}
.event-place {
  line-height: 1.4 !important;
}
@media screen and (max-width: 767px) {
  .event-place {
    font-size: 0.75rem;
    line-height: 1.4 !important;
  }
}
.event-tags {
  margin-top: 0.4em;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.event-tags li {
  display: inline-block;
  padding: 0.2em 1.2em;
  border: 1px solid #403999;
  color: #403999;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  margin-right: 1em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .event-tags li {
    line-height: 0.875rem !important;
  }
}
.event-tags li:last-child {
  margin-right: 0;
}
.event-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .event-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.event-txt {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .event-txt {
    font-size: 0.75rem;
    margin-right: auto;
    width: 100%;
  }
}
.event-btn {
  background-color: #403999;
  color: #fff;
  text-decoration: none;
  word-break: keep-all;
  padding: 16px 20px 16px 20px;
  min-width: 240px;
  position: relative;
  border: none;
  transition: 0.2s background-color ease;
}
@media screen and (max-width: 767px) {
  .event-btn {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768.2px) {
  .event-btn:hover {
    background-color: #2f2a70;
  }
}
.event-btn::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .event-btn::after {
    font-size: 0.875rem;
    line-height: 1;
  }
}
.mod--lecture .event-btn {
  background-color: #333333;
}
@media screen and (min-width: 768.2px) {
  .mod--lecture .event-btn:hover {
    background-color: #222;
  }
}

.news-list__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .news-list__item {
    flex-direction: column;
  }
}
.news-list__thumb {
  width: 33.3333333333%;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .news-list__thumb {
    width: 100%;
  }
}
.news-list__thumb img {
  margin-left: auto;
  margin-right: auto;
}
.news-list__body {
  width: 62.8472222222%;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .news-list__body {
    width: 100%;
  }
}
.news-list__body p {
  font-size: 0.875rem !important;
  line-height: 1.7 !important;
}
@media screen and (max-width: 767px) {
  .news-list__body p {
    font-size: 0.75rem !important;
    line-height: 1.667 !important;
  }
}
.news-list__meta {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .news-list__meta {
    margin-bottom: 1rem;
  }
}
.news-list__meta .date {
  font-size: 0.75rem !important;
  line-height: 1 !important;
  padding: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .news-list__meta .date {
    font-size: 0.625rem !important;
    line-height: 1 !important;
  }
}
.news-list__meta .title {
  font-size: 1.125rem !important;
  line-height: 1.667 !important;
  padding: 0;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .news-list__meta .title {
    font-size: 1rem !important;
    line-height: 1.667 !important;
  }
}
.news-list__meta .title span {
  font-size: 1.125rem !important;
  line-height: 1.667 !important;
  font-weight: 500;
  padding: 0;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .news-list__meta .title span {
    font-size: 1rem !important;
    line-height: 1.667 !important;
  }
}

.template {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #000;
  color: #fff;
  padding: 5px;
}

.article__inner {
  max-width: 1152px;
  padding: 60px 38px 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .article__inner {
    padding: 20px 15px 20px;
  }
}
.article h3 {
  border-left: #212429 2px solid;
  background-color: #F2F2F2;
  padding: 10px 20px;
  font-size: 26px;
  line-height: 1.3;
}
.article h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 30px auto 25px;
}
.article h4::before {
  content: "■";
  display: inline-block;
  margin-right: 0.4em;
}
.article .info-message {
  margin-top: 30px;
  font-size: 95%;
}
.article .info-message h4 {
  font-size: 1em;
  margin-bottom: 0.6em;
}
.article .info-message h4::before {
  content: none;
}

.form-box__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.form-box__inner h3 {
  margin-bottom: 2em;
}
.form-box .form-input.hidden {
  display: none;
  /*[data-status='custom-wpcf7cp-confirm'] & {
    display: block;
  }*/
}
.form-box .form-input label {
  width: 100%;
  cursor: pointer;
}
.form-box .form-input dl {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .form-box .form-input dl {
    flex-direction: column;
  }
}
.form-box .form-input dl dt {
  display: inline-block;
  width: 140px;
  word-break: keep-all;
}
@media screen and (max-width: 560px) {
  .form-box .form-input dl dt {
    width: 100%;
    padding-bottom: 0.4em;
  }
}
.form-box .form-input dl dd {
  display: inline-block;
  width: calc(100% - 140px);
}
@media screen and (max-width: 560px) {
  .form-box .form-input dl dd {
    width: 100%;
    padding-left: 1em;
  }
}
.form-box .form-input dl dd > span {
  display: inline-flex;
  max-width: 100%;
  flex-direction: column;
}
.form-box .form-input dl dd > span input {
  display: inline-block;
  max-width: 100%;
}
.form-box .form-input.two-col {
  display: flex;
}
.form-box .form-input.two-col .colmun {
  width: 49%;
}
.form-box .form-input.two-col .colmun:nth-child(n+2) {
  margin-left: 2%;
}
.form-box .form-input.two-col .colmun dl dd {
  width: 60%;
}
.form-box .form-input .textarea dd span {
  width: 100%;
  max-width: 100%;
}
.form-box textarea {
  width: 100%;
  max-width: 100%;
}
.form-box .form-control {
  text-align: center;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-list-item-label {
  margin-left: 0.5em;
}

.wpcf7cpcnf {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7-form input.wpcf7-submit,
button.wpcf7cp-cfm-submit-btn,
button.wpcf7cp-cfm-edit-btn {
  background-color: #403999;
  color: #fff;
  text-decoration: none;
  word-break: keep-all;
  padding: 16px 20px 16px 20px;
  min-width: 240px;
  position: relative;
  border: none;
  transition: 0.2s background-color ease;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7cp-btns {
  text-align: center;
}

button.wpcf7cp-cfm-edit-btn {
  background-color: #fff;
  color: #403999;
  border: solid 1px #403999;
}

.lecture-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: #bbb 1px solid;
  margin-bottom: 50px;
}
.lecture-list label {
  position: relative;
  padding: 1em 1em 0.6em 40px;
  padding-left: 50px;
  border-top: #bbb 1px solid;
  display: block;
  transition: 0.3s background ease;
  cursor: pointer;
}
@media screen and (min-width: 768.2px) {
  .lecture-list label:hover {
    background-color: #eee;
  }
}
.lecture-list label input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.lecture-list label .event-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.lecture-list label .event-time {
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0.4em 0;
}

#wpcf7cpcnf table th {
  width: 50%;
}
#wpcf7cpcnf table td {
  width: 50%;
}

.wpcf7-not-valid-tip {
  display: block;
  padding: 0.2em 1em;
}/*# sourceMappingURL=style.css.map */