@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');
@font-face {
  font-family: 'oc2023-icon';
  src:
    url('fonts/oc2023-icon.ttf?qorq5h') format('truetype'),
    url('fonts/oc2023-icon.woff?qorq5h') format('woff'),
    url('fonts/oc2023-icon.svg?qorq5h#oc2023-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'oc2023-icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ex-link:before {
  content: "\e900";
}
.icon-link:before {
  content: "\e901";
}
.icon-help-3:before {
  content: "\e902";
}
.icon-speech-bubble-8:before {
  content: "\e904";
}
.icon-q-help-3:before {
  content: "\e905";
}
.icon-pdf:before {
  content: "\e907";
}
.icon-shrp:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e903";
}

#main-visual {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1000;
  margin-top: -5em;
}
#main-visual > .video {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  background: url(../img/visual2025-2.jpg);
  background-position: right;
  background-size: cover;
}

/* 
---------------------------------------------------------------------------------------------------------------------------------------
base
---------------------------------------------------------------------------------------------------------------------------------------
*/
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #fff;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.7;
}
body.in-person-oc, body.in-person-oc2024, body.page-id-410, body.page-id-528,
body.page {
  background: #fff;
}
p {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
    line-height: 1.75;
  }
  p {
    font-size: 1.125rem;
  }
}

a {
  color: #000;
  transition: 0.2s all;
}
a:hover {
  color: #555555;
}
.wrapper {
  padding: 0;
  overflow: hidden;
}

/* Japanese hyphenation */
p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* bootstrap col image */
[class*='col-'] img {
	width: 100%;
}
/* bootstrap gutter */
/*溝幅 40pxの場合*/
.gutter-40{
margin-left:-20px;
margin-right:-20px;
}
.gutter-40 > [class*='col-'] {
padding-left:20px;
padding-right:20px;
}
@media (min-width: 768px) {
  .gutter-40{
    margin-left:-40px;
    margin-right:-40px;
    }
  .gutter-40 > [class*='col-'] {
    padding-left:40px;
    padding-right:40px;
  }
  .uagb-tabs__body-wrap .gutter-40{
    margin-left:0;
    margin-right:0;
    }
  .gutter-40 > [class*='col-'] {
    padding-left:1em;
    padding-right:1em;
  }
}
/* デフォルト変更マージン変更 */
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
/*  */
.wp-block-image {
  margin: 0;
}
figure {
  margin: 0 0 1rem;
}
.figure-img, .wp-block-image>figure img, figure.wp-block-image img {
  margin-bottom: 0;
}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.photo-margin {
  padding-top: 2em;
  padding-bottom: 2em;
}
.btn-primary {
  background: #00ffff;
  border: #00ffff;
  color: #000;
}
.error-404 {
  padding-top: 5em;
}
/*
  Typography
*/
.small-text {
  font-size: 0.875rem;
  padding-left: 1em;
  text-indent: -1em;
}
.text-small {
  font-size: 0.75em;
  font-feature-settings: "palt";
}
br.sm-br {
  display: none;
}
@media (min-width: 576px) {
  br.sm-br {
    display: inline;
  }
}
br.md-br {
  display: none;
}
@media (min-width: 768px) {
  br.md-br {
    display: inline;
  }
}
br.lg-br {
  display: none;
}
@media (min-width: 992px) {
  br.lg-br {
    display: inline;
  }
}
br.xl-br {
  display: none;
}
@media (min-width: 1200px) {
  br.xl-br {
    display: inline;
  }
}
br.xxl-br {
  display: none;
}
@media (min-width: 1400px) {
  br.xxl-br {
    display: inline;
  }
}
.pt-small {
  padding-top: 3em;
}
.pt-mid {
  padding-top: 5em;
}
.pt-large {
  padding-top: 8em;
}
.pb-small {
  padding-bottom: 3em;
}
.pb-mid {
  padding-bottom: 5em;
}
.pb-large {
  padding-bottom: 8em;
}
/* page-title hidden */
.entry-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* header */
#main_navbar {
  z-index: 10;
}
.site {
  position: relative;
}
.navbar {
  transition: 600ms ease;
  background: transparent;
  /*height: 6.5625rem;*/
  padding: 0;
  position: relative;
}
.home .navbar,
.page-id-539 .navbar {
  position: absolute;
  top: 0;
}
.navbar-brand img {
  width: auto;
  width: 16rem;
  margin-top: 0.5rem;
}
.navbar .navbar-brand {
  margin-left: 0.25em;
  margin-top: 0.25rem;
  padding: 0.25em;
  background: #fff;
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    margin-left: 0.75em;
  }
  .navbar-brand img {
    width: 20rem;
    margin-top: 0;
  }
}
.navbar .navbar-toggler {
  position: fixed;
  top: 0.5rem;
  right: 1.25rem;
  width: 60px;
  border: none;
  margin-right: 0;
	border-radius: 0;
	padding: .5rem .25rem;
  z-index: 1000;
}
@media (min-width: 768px) {
  .navbar .navbar-toggler {
    top: 1rem;
  }
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}/**/
.toggler-menu-icon {
  width: 50px;
  height: 16px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.toggler-menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.toggler-menu-icon span:nth-child(1) {
  top: 0;
}
.toggler-menu-icon span:nth-child(2) {
  top: 12px
}
.navbar-toggler[aria-expanded="true"] .toggler-menu-icon span {
  background: #000;
}
.navbar-toggler[aria-expanded="true"] .toggler-menu-icon span:nth-child(1){
  top: 6px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.navbar-toggler[aria-expanded="true"] .toggler-menu-icon span:nth-child(2){
  top: 6px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
/* navvar collapse fullscreen */
.navbar-toggler:active{
  outline: none!important;
}
button:focus{
  outline: none!important;
}
.navbar .container .navbar-toggler {
  display: block;
}
.navbar .navbar-collapse {
  background: #00ffff;
  position: fixed;
  z-index: 9;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}
.navbar-collapse ul.navbar-nav {
  position: fixed;
  display: block;
  top: calc(50% + 1em);
  transform: translate(0, -50%);
  text-align: center;
  min-width: 100%;
}
.navbar-collapse ul.navbar-nav li {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
  padding: 0;
  margin-bottom: 3em;
}
.navbar-collapse ul.navbar-nav li a {
  color: #000;
  font-size: 1.175rem;
  padding: 0;
  font-weight: bold;
}
.navbar .navbar-collapse.show {
  min-height: 100vh;
  visibility: visible;
  opacity: 0.9;
  z-index: 9;
  transform: translate3d(0px, 0px, 0px);
}
.navbar-collapse.show ul li {
  opacity: 1;
}
.navbar li a {
  position: relative;
  display: inline-block;
}
.xl-d-none {
  display: inline-block;
}
@media (min-width: 1200px) {
  .navbar-brand img {
    width: 22rem;
  }
  .navbar .navbar-toggler {
    padding: .25rem .25rem;
  }
  .xl-d-none {
    display: none;
  }
}

/* 
---------------------------------------------------------------------------------------------------------------------------------------
contents 
---------------------------------------------------------------------------------------------------------------------------------------
*/
.main-visual {
  height: calc(100vh - 6em);
}
.home-news-container {
  position: relative;
  position: fixed;
  margin: auto;
  left: 0;
  bottom: 0;
  background-color: #00ffff;
  z-index: 100;
  width: 100%;
  overflow:hidden;
  height: 4.375rem;
  padding: 1rem 0;
}
.news-ticker {
  font-size: 1rem;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1.25em;
  animation: scrollAnime 20s linear infinite;
}
.news-ticker .news {
  display: inline-block;
  margin-right: 2rem;
  margin-top: 0.75rem;
}
.news span {
  margin-right: 0.5rem;
}
@keyframes scrollAnime{
    0% {transform: translateX(0)}
  100% {transform: translateX(-100%)}
}
.oc-header {
  color: #000;
  font-weight: bold;
  font-size: calc(1vmin + 1rem );
  margin-bottom: 3em;
}
.oc-lead {
  font-size: 0.875rem;
  line-height: 1.5;
}
.home-news-container h3 {
  width: 4.375rem;
  height: 2rem;
  padding: auto;
  background-color: #00ffff;
  text-align: center;
  font-size: 1rem;
  margin-top: 2.4rem;
  margin-left: 1rem;
  display: inline-block;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left center;
  color: #000;
  z-index: 10;
}
.circle-num {
  width: 20vw;
  height: 20vw;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.75rem;
  line-height: 1.5;
  font-family: "Azeret Mono", monospace;
  font-weight: 500;
}

@media (min-width: 578px) {
  .circle-num {
      font-size: 2.375rem;
      width: 7.5rem;
      height: 7.5rem;
  }
}
@media (min-width:768px) {
  .circle-num {
      width: 12rem;
      height: 12rem;
  }
}
@media (min-width:992px) {
  .lg-narrow-container {
      max-width: 720px;
  }
  .center-wrap {
    max-width: 700px;
  }
}
@media (min-width:1200px) {
  .circle-num {
      width: 9rem;
      height: 9rem;
  }
  .lg-narrow-container {
      max-width: 1140px;
  }
}
.oc-title {
  font-weight: bold;
  margin-top: 0;
}
@media (min-width:768px) {
  .oc-title {
    margin-top: 1em;
  }
}
.block-padding-l {
  padding: 5em 0 2em;
}
.block-padding-l-2 {
  padding: 5em 0 4em;
}
@media (min-width:768px) {
  .block-padding-l {
    padding: 6em 0 2em;
  }
  .block-padding-l-2 {
    padding: 6em 0 5em;
  }
}
@media (min-width:992px) {
  .block-padding-l {
    padding: 7em 0 3em;
  }
  .block-padding-l-2 {
    padding: 7em 0 6em;
  }
}
.lead {
  font-size: calc(1vmin + 1rem );
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: bold;
  padding-left: 0.25em;
}
.palt {
  font-feature-settings: "palt";
}
.container-fluid .main-title {
  font-size: calc(1.325rem + 3vw);
  font-weight: bold;
  margin-top: 4em;
  display: block;
}
@media (min-width:768px) {
  .container-fluid .main-title {
    font-size: calc(1.325rem + 2vw);
  }
}
.container-fluid .sub-title {
  margin-left: 0.25rem;
  margin-top: 0.25em;
  font-size: 1rem;
  color: #000;
  background: #00FFFF;
  display: inline-block;
}
.container-fluid .sub-title::before {
  content: " ";
  width: 100vw;
  height: 1rem;
  background: #00FFFF;
}
.faculty-card {
  padding: 0.75rem;
  border: 2px solid #000;
  min-height: 68vw;
  position: relative;
}
@media (min-width:576px) {
  .faculty-card {
    padding: 1rem;
    min-height: 25em;
  }
}
@media (min-width:768px) {
  .faculty-card {
    min-height: 18em;
  }
}
@media (min-width:992px) {
  .faculty-card {
    min-height: 20em;
  }
}
@media (min-width:1200px) {
  .faculty-card {
    min-height: 24vw;
  }
}
@media (min-width:1500px) {
  .faculty-card {
    min-height: 20em;
  }
}
/*
@media (min-width:992px) {
  .faculty-card-body {
    padding: 0 1.5rem;
    padding-bottom: 0.5em;
  }
}*/
.faculty-item {
  margin-top: 2em;
}
.row > * {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.faculty-img-top {
  padding-left: 0;
  padding-right: 2.5em;
  transition: 0.2s all;
}
.faculty-img-top:hover {
  padding-left: 2.5em;
  padding-right: 0;
}
@media (min-width:992px) {
  .faculty-img-top {
    padding-right: 4vw;
  }
}
.container-fluid.container-left-margin {
  margin-left: 1.5rem;
}
.faculty-card-body .name {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.75em 0.75em;
  margin-bottom: 0;
  font-feature-settings: "palt";
}
.faculty-card-body .name a {
  color: #000;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-size: 0.875rem;
}
.home .name a,
.page-id-539 .name a {
  font-size: 0.875rem;
}
@media (min-width:576px) {
  .container-fluid.container-left-margin {
    margin-left: calc(((100% - 540px) / 2) + 15px);
    width: calc(540px + ((100% - 540px)/2));
  }
}
@media (min-width:768px) {
  .container-fluid.container-left-margin {
    margin-left: calc(((100% - 720px) / 2) + 15px);
    width: calc(720px + ((100% - 720px)/2));
  }
}
@media (min-width:992px) {
  .container-fluid.container-left-margin {
    margin-left: calc(((100% - 960px) / 2) + 15px);
    width: calc(960px + ((100% - 960px)/2));
  }
}
@media (min-width:1200px) {
  .container-fluid.container-left-margin {
    margin-left: calc(((100% - 1140px) / 2) + 15px);
    width: calc(1140px + ((100% - 1140px)/2));
  }
}
@media (min-width:1400px) {
  .container-fluid.container-left-margin {
    margin-left: calc(((100% - 1320px) / 2) + 15px);
    width: calc(1320px + ((100% - 1320px)/2));
  }
}
@media (min-width:1800px) {
  .faculty-card-body .name a {
    font-size: 1rem;
  }
}
.faculty-tag {
  padding-left: 0;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  list-style: none;
  position: relative;
  height: 350px;
  overflow-y: scroll;
}
.faculty-tag li {
  display: inline-block;
}
.faculty-tag li a {
  background: #fff;
  border-radius: 1.875rem;
  border: 2px solid #000;
  position: relative;
  display: flex;
  font-size: 0.875rem;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  height: 3.75rem;
  padding: 0.25em 1.125em;
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  margin: 0.5rem;
  text-decoration: none;
}
.faculty-tag li a::before {
  content: "\e906";
  font-family: 'oc2023-icon' !important;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: normal;
  color: #00FFFF;
}
.faculty-tag li a:hover {
  color: #00ffff;
}
@media (min-width:768px) {
  .faculty-tag {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .faculty-tag li a {
    font-size: 1rem;
    padding: 0.25em 2em;
  }
}
.faculty-term {
  list-style: none;
  margin-bottom: 0.5em;
  padding-left: 0;
  line-height: 1.5;
  font-feature-settings: "palt";
}
.home p.faculty-term,
.page-id-539 p.faculty-term {
  font-size: 0.875rem;
}
.faculty-term li {
  display: inline-block;
  margin-right: 0.5rem;
  line-height: 1.25;
}
.faculty-term li a {
  color: #000;
  font-size: 0.625rem;
  transition: 0.2s all;
  text-decoration: none;
  font-feature-settings: "palt";
}
@media (min-width:768px) {
  .faculty-term li a {
    font-size: 0.75rem;
  }
}
.faculty-term li a:hover {
  color: #00ffff
}
.faculty-page-title {
  margin-top: 4em;
  margin-bottom: 4.5em;
}
.archive .site-main,
.single-faculty_interview .site-main {
  margin-top: -3em;
}
.archive .main-title a,
.single-faculty_interview .main-title a,
.single-voice_graduates .main-title a {
  font-size: calc(2rem + 1.5vw);
  color: #000;
  text-decoration: none;
}
.archive .sub-title a,
.single-faculty_interview .sub-title a,
.single-voice_graduates .sub-title a {
  font-size: calc(0.875rem + 1vw);
  color: #000;
  text-decoration: none;
  padding-left: 0.25rem;
  display: inline-block;
  background: #00FFFF;
  margin-bottom: 2em;
}

.question-1,.question-2,.question-3,.question-4,.question-5,.question-6 {
  font-weight: bold;
  font-size: 1rem;
  color: #000;
  margin-top: 2em;
  display: inline-block;
  padding-left: 1.75em;
  text-indent: -1.125em;
  vertical-align: middle;
}
.question-1::before,.question-2::before,.question-3::before,.question-4::before,.question-5::before {
  content: "\e905";
  font-size: 2rem;
  display: inline-block;
  margin-right: 0.125em;
  font-family: 'oc2023-icon' !important;
  line-height: 1;
  vertical-align: middle;
  vertical-align: -0.45rem;
  color: #00FFFF;
}
.question-6::before {
  content: "\e904";
  font-size: 2rem;
  display: inline-block;
  margin-right: 0.125em;
  font-family: 'oc2023-icon' !important;
  line-height: 1;
  vertical-align: middle;
  vertical-align: -0.45rem;
  color: #00FFFF;
}
@media (min-width:768px) {
  .question-1,.question-2,.question-3,.question-4,.question-5,.question-6 {
    font-size: 1.25rem;
  }
  .question-1::before,.question-2::before,.question-3::before,.question-4::before,.question-5::before {
    font-size: 2.5rem;
  }
  .question-6::before {
    font-size: 2.5rem;
  }
}
.archive .page-header {
  margin-bottom: 0.5em;
}
.oc-p-header {
  padding-top: 0;
  margin-bottom: 2rem;
  font-size: calc(1.625rem + 2vw);
  font-weight: bold;
  color: #000;
}
.other-title {
  margin-bottom: 1.5rem;
  font-size: calc(1.325rem + 1vw);
}
.department-name {
  font-size: 1.25rem!important;
  margin-bottom: 2em;
}
@media (min-width:768px) {
  .oc-p-header {
    padding-top: 2rem;
    margin-bottom: 3rem;
  }
}
.separater-lg {
  padding-top: 1em;
  padding-bottom: 1em;
}
.sep-btn {
  margin-top: 5em;
}
@media (min-width:768px) {
  .separater-lg {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.entry-header {
  margin-bottom: 2em;
}
.pv-wrap {
  padding-top: 3em;
}
.movie-contents h4 {
  font-weight: bold;
  font-size: 1.25rem;
}

/* 
---------------------------------------------------------------------------------------------------------------------------------------
contents top 
---------------------------------------------------------------------------------------------------------------------------------------
*/
.page-id-1138 .site,
.online-oc2024 .site,
.online-oc .site,
.page-id-1069 .site,
.page-id-1319 .site,
.gwe2025 .site {
  background: url("../img/oc-bg-sp.svg");
  background-repeat: no-repeat;
  background-position: top;
}
.in-person-oc .site,
.in-person-oc2024 .site,
.page-id-1301 .site {
  background: url("../img/oc-bg-sp-op.svg");
  background-repeat: no-repeat;
  background-position: top 5em center;
}
.autumn-oc .site {
  background: url("../img/a-oc-bg-sp-op.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 200% auto;
}
.page-id-1046 .site {
  background: url("../img/a-oc-bg-sp-op.svg");
  background-repeat: no-repeat;
  background-position: top 5em center;
}
@media (min-width:768px) {
  .page-id-1138 .site,
  .online-oc .site,
  .online-oc2024 .site,
  .page-id-1069 .site,
  .page-id-1319 .site,
  .gwe2025 .site {
    background: url("../img/oc-top.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
  }
  .in-person-oc .site,
  .in-person-oc2024 .site {
    background: url("../img/oc-top-op.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
  }
  .autumn-oc .site {
    background: url("../img/a-oc-bg-op.svg");
    background-repeat: no-repeat;
    background-position: top -100px left 0;
    background-size: 100% auto;
  }
}
@media (min-width:1400px) {
  .page-id-1138 .site,
  .online-oc .site,
  .online-oc2024 .site,
  .page-id-1069 .site,
  .page-id-1319 .site,
  .gwe2025 .site {
    background: url("../img/oc-top.svg");
    background-repeat: no-repeat;
    background-position: 0 -4em;
    background-size: 100% auto;
  }
  .in-person-oc .site,
  .in-person-oc2024 .site {
    background: url("../img/oc-top-op.svg");
    background-repeat: no-repeat;
    background-position: 0 -4em;
    background-size: 100% auto;
  }
  .autumn-oc .site {
    background: url("../img/a-oc-bg-op-lg.svg");
    background-repeat: no-repeat;
    background-position: top -200px left 0;
    background-size: 100% auto;
  }
}
@media (min-width:1800px) {
  .page-id-1138 .site,
  .online-oc .site,
  .online-oc2024 .site,
  .page-id-1069 .site,
  .page-id-1319 .site,
  .gwe2025 .site {
    background: url("../img/bg-n.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
  }
  .in-person-oc .site,
  .in-person-oc2024 .site {
    background: url("../img/bg-n-op.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
  }
}
.br407 {
  display: inline;
}
@media (min-width:407px) {
  .br407 {
    display: none;
  }
}
.br471 {
  display: inline;
}
@media (min-width:471px) {
  .br471 {
    display: none;
  }
}
.br-md {
  display: inline;
}
@media (min-width:768px) {
  .br-md {
    display: none;
  }
}
.page .container,
.online-oc .container,
.online-oc2024 .site,
.in-person-oc .container,
.in-person-oc2024 .container,
.autumn-oc .container {
  padding-left: 2em;
  padding-right: 2em;
}
.online-oc .oc-title,
.in-person-oc .oc-title {
  font-size: calc(1.325rem + .5vw);
}
.teachers-block > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
}
.teachers-block .wp-block-group {
  width: 5rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-align: center;
  margin-top: 0.5em;
}
@media (min-width:768px) {
  .teachers-block .wp-block-group {
    width: 4.5rem;
  }
}
@media (min-width:992px) {
  .teachers-block .wp-block-group {
    width: 4rem;
  }
}
@media (min-width:1200px) {
  .teachers-block .wp-block-group {
    width: 5.5rem;
  }
}
@media (min-width:1400px) {
  .teachers-block .wp-block-group {
    width: 4.5rem;
  }
}
.teachers-block p a {
  display: inline-block;
  font-size: 0.75rem;
  color: #000;
  text-decoration: none!important;
  border-bottom: 2px solid#00FFFF;
}
.oc-sch .mb-separate-lg {
  margin-bottom: 5em;
}
.contents-program h4 {
  font-size: calc(1rem + .3vw);
  margin-top: 0.5em;
  line-height: 1.25;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.contents-program .time-oc {
  font-weight: bold;
  font-size: calc(0.8rem + .25vw);
  margin-bottom: 0.5em;
}
.contents-program .time-oc-twoline {
  line-height: 1.25;
}
.contents-program p {
  font-size: 0.875rem;
}
.contents-program .display-5 {
  font-size: calc(1.125rem + 0.8vw);
  font-weight: bold;
  line-height: 1.5;
}
.attention {
  font-size: 0.75rem;
  color: #FF5000;
  padding-left: 1em;
  text-indent: -1em;
}
.l-small-text {
  font-size: 0.875rem;
}
p.time-b {
  font-size: calc(1.125rem + .25vw);
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.attention-black {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}
.attention-indent {
  font-size: 0.75rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}
.date-oc {
  font-size: calc(1.275rem + .3vw);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

.day-of-week {
  font-size: 0.875rem;
  background: #000;
  color: #fff;
  border-radius: 5em;
  padding: 0.4em 0.4em;
  vertical-align: 4px;
  margin-left: 0.125em;
  margin-right: 0.25em;
  line-height: 1;
  display: inline-block;
}
.att {
  font-size: 0.625rem;
}
.sch {
  margin-top: 2em;
}
.sch-li {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width:768px) {
  .date-oc {
    font-size: calc(1.275rem + .5vw);
  }
  .sch-li {
    font-size: 0.875rem;
  }
}
.pre-bg-white {
  padding-bottom: 5em;
  padding-top: 5em;
  margin-bottom: 0!important;
  position: relative;
  background: transparent;
}
.pre-bg-white::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00FFFF;
  transform: skewY(-7deg);
  z-index: -1;
}
.mt-yy {
  margin-top: 5em!important;
}
.mb-yy {
  margin-bottom: 10em!important;
}
.pre-bg-white-bus {
  background: url("../img/bg-n-sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0!important;
}
@media (min-width:768px) {
  .pre-bg-white-bus {
    background: url("../img/bg-n.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.oc-page-apply {
  padding-bottom: 8em;
  padding-top: 8em;
}
.oc-page-apply .date-oc {
  font-size: calc(1.5rem + .3vw);
  font-weight: bold;
  color: #000;
}
.bg--white {
  background: #fff;
  background-position: top left;
  color: #000;
  padding-bottom: 6em;
  margin-top: -0.25em!important;
  margin-bottom: 0;
}
.department {
  font-size: 0.875rem;
  margin-bottom: 0;
  line-height: 1;
}
.p-kind {
  color: #fff;
  display: inline-block;
  background: #0099ff;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
}
@media (min-width:768px) {
  .p-kind {
    font-size: 1rem;
  }
}
.img-b-m .wp-block-image {
  margin-bottom: 2em;
}
.vertical-mid {
  align-items: center;
}
h3 {
  font-size: 1.3125rem;
  letter-spacing: 0.125em;
  font-weight: bold;
  line-height: 1.5;
  color: #888;
  margin-bottom: 1em;
}
@media (min-width:768px) {
  h3 {
    font-size: 1.5rem;
  }
}
.top-lead {
  font-weight: bold;
  letter-spacing: 0.125em;
  line-height: 2;
}
.top-lead br {
  display: none;
}

.database .wp-block-button__link {
  font-size: 1rem;
  padding: 1em 2em!important;
}
@media (min-width:768px) {
  .database .wp-block-button__link {
    font-size: 1.125rem;
    padding: 1em 4em!important;
  }
  .top-lead br {
    display: inline;
  }
}
.wp-block-image.width-auto img {
  width: auto;
}
.large-en {
  font-size: 3.375rem;
  display: block;
  margin-left: 0;
}
@media (min-width:768px) {
  .large-en {
    font-size: 3.75rem;
    display: inline;
    margin-right: 0.25em;
  }
}
.display-text {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
@media (min-width:768px) {
  .display-text {
    font-size: 2rem;
  }
}
.facebook-btn-wrap {
  position: relative;
}
.facebook-btn-wrap .facebook-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container-narrow {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.container-narrow p {
  margin-top: 2em;
}
@media (min-width:800px) {
  .container-narrow {
    width: 800px;
    margin-top: 6em;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-bootstrap-blocks-container {
  margin-bottom: 2em!important;
}
.news-container {
  margin-top: 2em;
  margin-bottom: 3em;
}
/* 
---------------------------------------------------------------------------------------------------------------------------------------
archive 
---------------------------------------------------------------------------------------------------------------------------------------
*/
h1.archive-title {
  font-weight: 500;
  color: #000;
  margin-bottom: 1em;
}
h1.archive-title::before {
  content: "\e906";
  font-family: 'oc2023-icon' !important;
  line-height: 1;
  font-size: 1.5rem;
  color: #00ffff;
}
@media (min-width:768px) {
  h1.archive-title {
    font-size: 3rem;
  }
  h1.archive-title::before {
    font-size: 2.5rem;
  }
}




.right-btn {
  text-align: right;
}
.wp-block-button__link {
  font-weight: bold;
  padding: 1em 1.5em;
  transform: translateZ(0);/* safari GPU layer */
  transition: all 0.3s;
  margin-top: 0.5em;
  border-radius: 999px!important;
}
.ex-link a.wp-block-button__link,
.pdf-view a.wp-block-button__link {
  margin-top: 0;
  color: #000;
  text-decoration: none!important;
  transition: 0.2s all;
  font-weight: bold;
  font-size: 0.875rem;
  border: 2px solid #000!important;
  background-color: transparent;
}
@media (min-width:375px) {
  .wp-block-button__link {
    padding: 1em 3em!important;
  }
}
@media (min-width:576px) {
  .wp-block-button__link {
    padding: 1em 4em!important;
  }
}
.pdf-view, .view-more, .view-more-invers, .apply, .ex-link {
  text-decoration: none!important;
  transition: 0.2s color;
  font-weight: bold;
}
.view-more a.wp-block-button__link, .apply a.wp-block-button__link {
  color: #000;
  text-decoration: none!important;
  transition: 0.2s all;
  font-weight: bold;
  border: 2px solid #000!important;
  background-color: transparent;
}
.view-more.disabled a.wp-block-button__link,
.apply.disabled a.wp-block-button__link:hover {
  color: #ccc;
  text-decoration: none!important;
  font-weight: bold;
  border: 2px solid #ccc!important;
  background-color: transparent;
}
.view-more-invers a.wp-block-button__link {
  color: #000;
  text-decoration: none!important;
  transition: 0.2s all;
  font-weight: bold;
  border: 2px solid #000!important;
  background-color: transparent;
}
.pdf-view a.wp-block-button__link:hover, .view-more a.wp-block-button__link:hover, .apply a.wp-block-button__link:hover, .ex-link a.wp-block-button__link:hover {
  background: #fff;
  border: 2px solid #00ffff!important;
}
.view-more.disabled a.wp-block-button__link:hover,
.apply.disabled a.wp-block-button__link:hover {
  color: #ccc;
  text-decoration: none!important;
  font-weight: bold;
  border: 2px solid #ccc!important;
  background-color: transparent;
  cursor: wait;
}
.view-more-invers a.wp-block-button__link:hover {
  color: #000;
  background: #fff;
  border: 2px solid #00ffff!important;
}
.view-more a::after, .view-more-invers a::after {
  content: "\e901";
  font-family: 'oc2023-icon' !important;
  line-height: 1;
  font-size: 1.25rem;
  margin-left: 0.5rem;
  vertical-align: -0.125rem;
}
.pdf-view a::after {
  content: "\e907";
  font-family: 'oc2023-icon' !important;
  line-height: 1;
  font-size: 1.25rem;
  margin-left: 0.5rem;
  vertical-align: -0.125rem;
}
.apply a::after {
  content: "\e900";
  font-family: 'oc2023-icon' !important;
  line-height: 1;
  font-size: 1.25rem;
  margin-left: 0.5rem;
}
.ex-link a::after {
  content: "\e900";
  font-family: 'oc2023-icon' !important;
  line-height: 1;
  font-size: 1rem;
  margin-left: 0.5rem;
}
.entry-meta {
  margin-bottom: 1em;
}
.entry-meta p {
  margin-bottom: 0;
}
/* 
---------------------------------------------------------------------------------------------------------------------------------------
single
---------------------------------------------------------------------------------------------------------------------------------------
*/

.single-wrapper .entry-meta {
  margin-bottom: 3em;
}

h1.entry-title--single {
  font-weight: bold;
  margin-bottom: 1em;
}
ol, ul {
  padding-left: 1.5rem;
  line-height: 1.75;
}
.no-style-list {
  list-style: none;
  padding-left: 0;
}
h5 {
  font-size: 1.125rem;
}

/* 
---------------------------------------------------------------------------------------------------------------------------------------
footer
---------------------------------------------------------------------------------------------------------------------------------------
*/
.footer {
  background: #fff;
  padding: 6em 1em 2em;
  margin-top: -0.5em;
}
.home .footer,
.page-id-539 .footer {
  padding: 4em 1em 8em;
}
.footer-contents {
  text-align: center;
}
.footer-logo-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 10.625rem;
  margin-top: auto;
  margin-bottom: 3em;
}
.footer--copyright {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.625rem;
  transform-origin: center;
  transform: scale(0.9);
}
.footer--copyright p {
  margin-bottom: 0;
  line-height: 1.5;
}
.fotter-position {
  display: flex;
  flex-direction: column-reverse;
}
.footer--ex {
  margin-bottom: 4em;
}
.footer--ex p {
  transform: rotate(-2.5deg);
  font-size: 0.75rem;
  margin-bottom: 1.5em;
  color: #0099ff;
}
.footer--ex a {
  transition: 0.2s all;
}
.footer--ex a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .fotter-position {
    flex-direction: row;
    align-items: bottom;
  }
  .footer--ex {
    max-width: 28rem;
  }
}

@media (min-width: 768px) {
  .footer-contents {
    text-align: left;
  }
  .footer-logo-wrap {
    margin-left: 0;
    margin-right: 3em;
  }
  .footer--copyright {
    text-align: left;
    margin-left: 0;
    transform-origin: left;
    width: 100%;
  }
  .footer--logo {
    width: 30%;
  }
  .footer--copyright {
    font-size: 0.75em;
    letter-spacing: 0;
  }
}

h3.date-title {
    font-size: calc(2rem + 1.25vw);
    margin-bottom: 0;
    padding-top: 0.25em;
    color: #000;
    letter-spacing: 0;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}
h3.oc-time {
    letter-spacing: 0;
    font-size: calc(1.275rem + .5vw);
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: #000;
    margin-top: 4em;
    margin-bottom: 0;
    border-top: 1px solid #000;
}
h3.oc-time-col {
  letter-spacing: 0;
  font-size: calc(1.275rem + .5vw);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
  margin-bottom: 0;
  border-top: 1px solid #000;
}
.time-kind {
  font-size: calc(1rem + .5vw);
  background: #00FFFF;
  display: inline-block;
  margin-bottom: 1em;
  margin-top: 0.125em;
}
.mt-sep {
  margin-top: 5em;
}
.mt-6 {
    margin-top: 3em;
}
.sat, .sun {
    font-size: 0.75em;
    letter-spacing: 0;
    padding-right: 0.25em;
}
.bus-text {
    margin-top: 4.5em;
    color: #000;
    font-size: 0.8175rem;
}
@media (min-width: 768px) {
  .bus-text {
      font-size: 1.125rem;
  }
}

/**/
.home-voice-container {
  margin-top: 3em;
}
.voice-card {
  border: 2px solid #000;
  border-radius: 0;
  height: 115vw;
  min-height: 22em;
  position: relative;
}
.voice-img-top {
  width: 100%;
  height: 50vw;
  overflow: hidden;
  padding: 0.5rem 0.5rem 0;
}
@media (min-width: 388px) {
  .voice-card {
    height: 100vw;
  }
}
@media (min-width: 576px) {
  .voice-card {
    height: 30em;
  }
  .voice-img-top {
    height: 12rem;
  }
}
@media (min-width: 768px) {
  .voice-card {
    height: 24em;
  }
  .voice-img-top {
    height: 12rem;
  }
}
.voice-img-top img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.voice-card-body {
  padding: 0 1rem;
}
.learned span {
  font-size: 0.625rem;
  color: #000;
  background: #00FFFF;
}
.learned a {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.065em;
  display: block;
  color: #000;
  text-decoration: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.nid-learned-after {
  display: block;
  text-align: right;
}
.voice-bottom {
  position: absolute;
  bottom: 0;
  width: calc(100% - 2rem);
}
.voice-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 0.25em;
}
.voice-meta p {
  margin-bottom: 0;
}
.voice-year {
  font-size: 0.875rem;
}
.voice-year span {
  font-size: 0.625rem;
  margin-right: 0.5em;
}
.voice-name {
  letter-spacing: 0.1em;
}
.voice-dept {
  font-size: 0.75rem;
  text-align: right;
  margin-bottom: 0.5em;
}

/* bootstrap gutter */
/*溝幅 40pxの場合*/
.voice-item{
  margin-left:-16px;
  margin-right:-16px;
  }
  .voice-item > [class*='col-'] {
  padding-left:16px;
  padding-right:16px;
  }
/* single */
.voice_graduates img {
  width: 100%;
}
.voice_graduates h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.voice-title-wrap {
  margin-top: 1em;
}
.voice-title-wrap span {
  color: #000;
  background: #00FFFF;
  font-weight: bold;
  margin-top: 0.5em;
}
.postid-486 .voice-title-wrap h1.entry-title--single,
.postid-477 .voice-title-wrap h1.entry-title--single {
  text-align: center;
}
.single .voice_graduates .entry-meta {
  border-left: 4px solid #00ffff;
  padding-left: 1em;
  margin-top: 1em;
}
.single .voice_graduates .name {
  font-size: 1.25rem;
}
.single-voice_graduates .entry-content .row {
  margin-left:-24px;
  margin-right:-24px;
}
.single-voice_graduates .entry-content .row > [class*='col-'] {
  padding-left:24px;
  padding-right:24px;
}

.map-article {
  margin-left:-16px;
  margin-right:-16px;
}
.map-article p {
  margin-top: 0.5em;
}
.map-article > [class*='col-'] {
padding-left:16px;
padding-right:16px;
}
.bus-title {
  margin-top: 3em;
  margin-bottom: 1em;
  padding-top: 0.5em;
}
.bus-time {
  line-height: 1.3;
}
.text-small-m {
  font-size: 0.8175rem;
}
.howto-pre {
  background: url("../img/bg-top.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #00FF99;
}
.four-g-pre {
  background: url("../img/bg-top-2.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #ffff00;
}
.autumn-pre {
  background: url("../img/bg-top2.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #eeeee3;
}
.oc-kind {
  display: inline-block;
  background: #00ff00;
  padding: 0.125em 0.5em;
}
.bg-e3 {
  background: #eeeee3;
}
.howtoblock {
  background: #00FF99;
  padding-top: 4em;
  padding-bottom: 4em;
  margin-top: -5px;
  margin-bottom: 0;/**/
}
.four-g-block {
  background: #ffff00;
  padding-top: 6em;
  padding-bottom: 4em;
  margin-top: -5px;
  margin-bottom: 0;/**/
}
.howto-af {
  background: url("../img/bg-bottom.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 8em;
}
.four-g-af {
  background: url("../img/bg-bottom-2.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 8em;
}
.howto-lead {
  margin-top: 3em;
  margin-bottom: 3em;
}
.howto-title {
  background: url("../img/howto-title.svg");
  background-position: bottom left 3.5em;
  background-repeat: no-repeat;
  padding-bottom: 0.75em;
  background-size: 75%;
}
@media (min-width: 576px) {
  .howto-title {
    background: url("../img/howto-title.svg");
    background-position: bottom left 3.5em;
    background-repeat: no-repeat;
    padding-bottom: 0.75em;
    background-size: auto;
  }
}
.case {
  color: #fff;
  margin-top: 1em;
}
.case-title {
  width: 95%;
  background: url("../img/cl.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  margin-left: -1em;
  margin-right: -1em;
}
.case-title.two {
  margin-top: -1.5em;
  margin-left: auto;
}
.uagb-tabs__wrap .uagb-tabs__body-wrap {
  padding: 0;
  padding-bottom: 3em;
}
.uagb-tab a {
  text-decoration: none;
  font-size: calc(1rem + .25vw);
  font-family: "Lato", sans-serif;
}
.uagb-tab {
  color: #ccc;
}
.uagb-tab.uagb-tabs__active {
  background: #00FFFF;
  color: #000;
}
.small-date {
  font-size: .8175em
}
.contents-program .reserv {
  background: #00FF99;
  padding: 0.125em 1em;
  width: fit-content;
  margin-left: auto;
  margin-right: 0; 
  margin-bottom: 0;
  font-size: 0.75rem;
}
.contents-program .non-reserv {
  background: #eee;
  color: #555;
  padding: 0.125em 1em;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
}
.mt-sep-title {
  margin-top: 2em;
}
.bus-sub-title {
  background: #00FFFF;
  padding: 0 0.125em;
  display: inline-block;
  margin-bottom: 2em;
}
.ex-contents {
  max-width: 400px;
}
.other-contents {
  margin-bottom: 12em;
  padding-bottom: 3em;
  background: #fff;
}
.online-oc .contents-program [class*='col-'] {
  padding-bottom: 3em;
}
.in-person-oc .contents-program [class*='col-'],
.in-person-oc2024 .contents-program [class*='col-'] {
  position: relative;
}
.autumn-oc .contents-program [class*='col-'] {
  padding-bottom: 5em;
}
.contents-program [class*='col-'] {
  padding-bottom: 5em;
}

.dept {
  position: absolute;
  top: 0;
  left: 1.25em;
  background: rgba(255,255,255,.8);
  z-index: 10;
  padding: 0.125em 0.5em;
}

@media (min-width: 1200px) {
  .ps-xl-5 {
    padding-left: 2em;
  }
}
.mb-one {/*2行のものと一行のもので一行のものを下にパディング*/
  padding-bottom: calc((1.275rem + .5vw) * 1.25);
}
.pre-bg-white-bus iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.width-center {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}
.four-g a {
    background: #fff;
    border-radius: 1.875rem;
    border: 2px solid #000 !important;
    position: relative;
    display: flex;
    font-size: 0.875rem;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    height: 3.75rem;
    padding: 0.25em 1.125em !important;
    color: #000;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin: 0.5rem;
    text-decoration: none;
}