@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');

#main-visual {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1000;
  margin-top: -5em;
}

/* 
---------------------------------------------------------------------------------------------------------------------------------------
base
---------------------------------------------------------------------------------------------------------------------------------------
*/
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #fff;
  color: #000;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.75;
  }
}
a {
  color: #000;
  transition: 0.2s all;
  text-decoration: dotted;
}
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;
}
/* kumori button */
.wp-block-button {
  height: 8em;
}
.wp-block-buttons .more-info .wp-block-button__link {
  background: url("../img/btn.svg");
  background-repeat: no-repeat;
  padding: 0.5em 1.75em 1em 5em !important;
}

.error-404 {
  padding-top: 5em;
}
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 */
.site {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.navbar {
  z-index: 1055;
  transition: 600ms ease;
  background: transparent;
  background-image: url("../img/header-bg-sp.png");
  background-position: left bottom;
  background-size: 100% 7.5em;
  height: 7.5em;
  width: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
}
.header-wrap {
  margin-top: -3em;
}
@media (min-width: 768px) {
  .navbar {
    background: url("../img/header-bg.png");
    background-size: contain;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
.navbar-brand img {
  width: auto;
  width: 16rem;
  margin-top: 0;
}
.navbar .navbar-brand {
  margin-left: 0.5em;
  margin-top: 0.25rem;
  padding: 0.25em;
  background: transparent;
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    margin-left: 1.75em;
  }
  .navbar-brand img {
    width: 20rem;
    margin-top: 0;
  }
}
.navbar .navbar-toggler {
  width: 42px;
  border: none;
  margin-right: 0.75em;
	padding: .5rem .25rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .navbar .navbar-toggler {
    margin-right: 1.75em;
  }
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}/**/
.toggler-menu-icon {
  width: 32px;
  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: #5B5B5B;
  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
}
.toggler-menu-icon span:nth-child(3) {
  top: 24px
}
.navbar-toggler[aria-expanded="true"] .toggler-menu-icon span:nth-child(1){
  top: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .toggler-menu-icon span:nth-child(2){
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .toggler-menu-icon span:nth-child(3){
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* navvar collapse fullscreen */
.navbar-toggler:active{
  outline: none!important;
}
button:focus{
  outline: none!important;
}
.navbar .container .navbar-toggler {
  display: block;
}
.navbar-collapse.nav {
  background: #f1f1f1;
  position: fixed;
  z-index: 9;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  width: 320px;
  transition: all 0.3s;
  padding: 7.5em 2.5em 5em 2.5em;
}
.navbar-collapse .menu-contents {
  position: absolute;
  display: block;
  width: stretch;
  top: calc(50% + 1em);
  transform: translate(0, -50%);
  text-align: left;
  margin-right: 2.5em;
  visibility: hidden;
}
.navbar-collapse ul.navbar-nav li {
  padding: 0;
  margin-bottom: 1.5em;
}
.navbar-collapse ul.navbar-nav li a::before {
  content: url("../img/listmaker.svg");
  display: inline-block;
  width: 22px;
  height: 20px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.navbar-collapse ul.navbar-nav li a {
  color: #5B5B5B;
  font-size: 1rem;
  padding: 0;
  font-weight: bold;
}
.navbar-collapse.show {
  min-height: 100vh;
  visibility: visible;
  opacity: 1;
  z-index: 9;
  transform: translate3d(0px, 0px, 0px);
}
.navbar-collapse.show .menu-contents {
  visibility: visible;
  opacity: 1;
}
.menu-footer {
  width: 100%;
  margin-top: 5em;
  text-align: center;
}
.ex-link-before::before {
  content: url("../img/line-md_external-link.svg");
  display: inline-block;
  width: 22px;
  height: 20px;
  margin-right: 10px;
  vertical-align: -7px;
}

/* 
---------------------------------------------------------------------------------------------------------------------------------------
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;
}



/* 
---------------------------------------------------------------------------------------------------------------------------------------
contents top 
---------------------------------------------------------------------------------------------------------------------------------------
*/

.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;
}


.attention {
  font-size: 0.75rem;
  color: #FF5000;
  padding-left: 1em;
  text-indent: -1em;
}
.l-small-text {
  font-size: 0.875rem;
}
.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;
}
.mt-yy {
  margin-top: 5em!important;
}
.mb-yy {
  margin-bottom: 10em!important;
}
.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;
}
.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;
  }
}
.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;
}
/* 
---------------------------------------------------------------------------------------------------------------------------------------
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;
}
.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: #f1f1f1;
  overflow: hidden;
  width: 100%;
  position: relative;
  min-height: 53.125rem/*36.8125rem*/;
  background-image: url("../img/footerbg1.png"),url("../img/footerbg2.png"),url("../img/footerbg3.png");
  background-position: left -150px bottom 60px, right -10px top -10px, center bottom -120px;
  background-size: 486px, 386px, 233px;
  background-repeat: no-repeat;
}
.footer-contents  {
  padding-top: 14em;
  position: relative;
}
.footer-contents .nav {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}
.footer-contents .nav ul {
  padding-left: 0;
}
.footer-contents .nav li {
  list-style: none;
}
.footer-contents .nav li a {
  color: #000;
}
.footer-contents .menu-footer {
  position: relative;
}
.footer-contents .nav li a::before {
  content: url("../img/listmaker.svg");
  display: inline-block;
  width: 22px;
  height: 20px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.footer-copyright {
  text-align: right;
  position: absolute;
  bottom: 14em;
  right: 1em;
  transform-origin: right;
  transform: scale(0.9) rotate(-90deg);
}
.backToTop {
  display: block;
  width: 66px;
  height: 84px;
  position: absolute;
  right: 1em;
  bottom: 25em;
}
@media (min-width:1200px) {
  .footer {
    min-height: 36.8125rem;
    background-image: url("../img/footerbg1.png"),url("../img/footerbg2.png"),url("../img/footerbg3.png");
    background-position: left 0 bottom 0, right -10px top -10px, left 580px bottom -135px;
    background-size: 700px, 580px, 430px;
    background-repeat: no-repeat;
    padding: 0 3em;
  }
  .footer-contents  {
    padding-top: 6em;
    min-height: 33em;
  }
  .footer-contents .nav {
    margin-left: 0;
    margin-right: auto;
    display: block;
    width: fit-content;
  }
  .footer-contents .menu-footer {
    text-align: left;
    position: absolute;
    bottom: 1em;
    left: 0.5em;
  }
  .backToTop {
    display: block;
    width: 66px;
    height: 84px;
    position: absolute;
    right: 5em;
    bottom: 9.5em;
  }
}





/**/
.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;
}