@charset "UTF-8";
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(/common/fonts/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(/common/fonts/NotoSerifCJKjp-Light.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(/common/fonts/NotoSerifCJKjp-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(/common/fonts/NotoSerifCJKjp-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(/common/fonts/NotoSerifCJKjp-SemiBold.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(/common/fonts/NotoSerifCJKjp-Bold.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(/common/fonts/NotoSerifCJKjp-Black.otf) format("opentype");
}
@font-face {
  font-family: 'yukioka';
  src: url(/common/fonts/yukioka.ttf?olxdq8) format("truetype"), url(/common/fonts/yukioka.woff?olxdq8) format("woff"), url(/common/fonts/yukioka.svg?olxdq8#yukioka) format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

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

blockquote, q {
  quotes: none;
}

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

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

input, textarea {
  margin: 0;
  padding: 0;
}

nav, ol, ul {
  list-style: none;
}

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

strong, em, b {
  font-weight: bold;
}

.global-header, .global-header--form {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .global-header, .global-header--form {
    border-bottom: 4px #08abcc solid;
  }
}
@media screen and (max-width: 767px) {
  .global-header--form {
    border-bottom-color: #212121;
  }
}
@media screen and (max-width: 767px) {
  .global-header--form .global-nav span {
    background: #212121;
  }
}
@media screen and (max-width: 767px) {
  .global-header--form .global-nav span::before, .global-header--form .global-nav span::after {
    background: #212121;
  }
}
.global-header--form .main-menu {
  background: rgba(33, 33, 33, 0.9);
}
@media screen and (min-width: 768px) {
  .global-header--form .main-menu__item {
    width: 14.28571%;
    max-width: 167px;
  }
}
@media screen and (min-width: 768px) {
  .global-header__logo {
    height: 81px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .global-header__logo {
    height: 56px;
    padding: 13px 16px;
  }
}
.global-header__logo img {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .global-nav__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    transition: background .3s;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__btn span {
    position: absolute;
    top: 50%;
    left: 18px;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background: #08abcc;
    transition: background .3s;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__btn span::before, .global-nav__btn span::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background: #08abcc;
    content: "";
    transition: background .3s, margin-top .3s, -webkit-transform .3s;
    transition: background .3s, margin-top .3s, transform .3s;
    transition: background .3s, margin-top .3s, transform .3s, -webkit-transform .3s;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__btn span::before {
    margin-top: -8px;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__btn span::after {
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__btn.is-open {
    background: #5c5c5c;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__btn.is-open span {
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__btn.is-open span::before {
    margin-top: 0;
    background: #fff;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@media screen and (max-width: 767px) {
  .global-nav__btn.is-open span::after {
    margin-top: 0;
    background: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media screen and (max-width: 767px) {
  .menu-wrap {
    position: absolute;
    top: 56px;
    left: 0;
    display: none;
    width: 100%;
    max-height: calc(100vh - 56px);
    background: #5c5c5c;
    overflow-y: scroll;
  }
}

.main-menu {
  background: rgba(8, 171, 204, 0.9);
}
@media screen and (min-width: 768px) {
  .main-menu {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .main-menu {
    margin-bottom: 70px;
  }
}
.main-menu__item {
  transition: background .3s;
}
@media screen and (min-width: 768px) {
  .main-menu__item {
    width: 16.66667%;
    max-width: 195px;
    height: 80px;
    border-left: 1px rgba(255, 255, 255, 0.16) solid;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .main-menu__item {
    height: 50px;
    border-bottom: 1px #fff solid;
  }
}
@media screen and (min-width: 768px) {
  .main-menu__item:last-of-type {
    border-right: 1px rgba(255, 255, 255, 0.16) solid;
  }
}
.main-menu__item.is-open {
  background: #5c5c5c;
}
@media screen and (max-width: 767px) {
  .main-menu__item.is-open a {
    pointer-events: none;
  }
}
.main-menu__item.is-open .unnder-page-list {
  max-height: 300px;
}
@media screen and (min-width: 768px) {
  .main-menu__item.is-open .unnder-page-list {
    padding: 32px 0;
  }
}
@media screen and (max-width: 767px) {
  .main-menu__item.is-open .unnder-page-list {
    border-top-color: #fff;
  }
}
.main-menu__item > a {
  color: #fff;
  font-size: 1.4rem;
  transition: background .3s;
}
@media screen and (min-width: 768px) {
  .main-menu__item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-menu__item > a {
    display: block;
    padding: 1.0em;
  }
}
body[class*='pc'] .main-menu__item > a:hover {
  background: #5c5c5c;
}

.unnder-page-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s, padding .3s;
}
@media screen and (min-width: 768px) {
  .unnder-page-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #5c5c5c;
  }
}
@media screen and (max-width: 767px) {
  .unnder-page-list {
    padding-left: 8.75%;
    background: rgba(255, 255, 255, 0.2);
    border-top: 1px transparent solid;
  }
}
.unnder-page-list__item {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .unnder-page-list__item {
    width: 92.5%;
    max-width: 1170px;
    margin: 0 auto 8px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .unnder-page-list__item {
    border-bottom: 1px #fff solid;
  }
}
.unnder-page-list__item:last-of-type {
  margin-bottom: 0;
  border: none;
}
.unnder-page-list__item a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .unnder-page-list__item a {
    position: relative;
    padding: 10px 18px;
  }
}
@media screen and (min-width: 768px) {
  .unnder-page-list__item a::before {
    top: 50%;
    margin-top: -0.5em;
    right: 16px;
  }
}

@media screen and (min-width: 768px) {
  .sub-menu {
    position: absolute;
    top: 16px;
    right: 212px;
    padding-left: 112px;
  }
}
@media screen and (max-width: 767px) {
  .sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .sub-menu__item, .sub-menu__item--search, .sub-menu__item--access, .sub-menu__item--mail, .sub-menu__item--instagram, .sub-menu__item--twitter, .sub-menu__item--line {
    display: inline-block;
    margin-left: 8px;
    top: 0;
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .sub-menu__item, .sub-menu__item--search, .sub-menu__item--access, .sub-menu__item--mail, .sub-menu__item--instagram, .sub-menu__item--twitter, .sub-menu__item--line {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .sub-menu__item--search {
    max-width: 0;
    height: 48px;
    padding: 8px 24px;
    cursor: pointer;
    overflow: hidden;
    transition: max-width .5s, padding .5s;
  }
}
@media screen and (max-width: 767px) {
  .sub-menu__item--search {
    width: 92.5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    order: -1;
  }
}
.sub-menu__item--search::before {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sub-menu__item--search::before {
    top: 8px;
    left: 8px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    line-height: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  .sub-menu__item--search::before {
    width: 46px;
    top: 50%;
    margin-top: -0.5em;
  }
}
@media screen and (min-width: 768px) {
  .sub-menu__item--search.is-show {
    max-width: 288px;
    width: auto;
    padding: 8px 0;
    cursor: default;
  }
}
@media screen and (min-width: 768px) {
  .sub-menu__item--search.is-show .search-box {
    background: #eee;
  }
}
@media screen and (min-width: 768px) {
  .sub-menu__item--access {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sub-menu__item--access {
    border-right: 1px #fff solid;
  }
}
@media screen and (min-width: 768px) {
  .sub-menu__item--mail {
    left: 56px;
  }
}
.sub-menu__item--instagram {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-image: url("/common/img/icon_ig.png");
}
@media screen and (min-width: 768px) {
  .sub-menu__item--instagram {
    left: -168px;
  }
}
@media screen and (max-width: 767px) {
  .sub-menu__item--instagram {
    flex-grow: 1;
    width: 30%;
    background-color: #fff;
    padding: .5em 0;
  }
}
.sub-menu__item--twitter {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-image: url("/common/img/icon_twitter.png");
}
@media screen and (min-width: 768px) {
  .sub-menu__item--twitter {
    left: -112px;
  }
}
@media screen and (max-width: 767px) {
  .sub-menu__item--twitter {
    flex-grow: 1;
    width: 30%;
    background-color: #fff;
    padding: .5em 0;
  }
}
.sub-menu__item--line {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-image: url("/common/img/icon_line.svg");
}
@media screen and (min-width: 768px) {
  .sub-menu__item--line {
    left: -56px;
  }
}
@media screen and (max-width: 767px) {
  .sub-menu__item--line {
    flex-grow: 1;
    width: 30%;
    background-color: #fff;
    padding: .5em 0;
  }
}
.sub-menu__item a, .sub-menu__item--search a, .sub-menu__item--access a, .sub-menu__item--mail a, .sub-menu__item--instagram a, .sub-menu__item--twitter a, .sub-menu__item--line a {
  display: block;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sub-menu__item a, .sub-menu__item--search a, .sub-menu__item--access a, .sub-menu__item--mail a, .sub-menu__item--instagram a, .sub-menu__item--twitter a, .sub-menu__item--line a {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sub-menu__item a, .sub-menu__item--search a, .sub-menu__item--access a, .sub-menu__item--mail a, .sub-menu__item--instagram a, .sub-menu__item--twitter a, .sub-menu__item--line a {
    font-size: 1.4rem;
    padding: 1.5em 0;
  }
}
.sub-menu__item a::before, .sub-menu__item--search a::before, .sub-menu__item--access a::before, .sub-menu__item--mail a::before, .sub-menu__item--instagram a::before, .sub-menu__item--twitter a::before, .sub-menu__item--line a::before {
  top: 50%;
}
@media screen and (min-width: 768px) {
  .sub-menu__item a::before, .sub-menu__item--search a::before, .sub-menu__item--access a::before, .sub-menu__item--mail a::before, .sub-menu__item--instagram a::before, .sub-menu__item--twitter a::before, .sub-menu__item--line a::before {
    left: 50%;
    color: #333;
    font-size: 1.4rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .sub-menu__item a::before, .sub-menu__item--search a::before, .sub-menu__item--access a::before, .sub-menu__item--mail a::before, .sub-menu__item--instagram a::before, .sub-menu__item--twitter a::before, .sub-menu__item--line a::before {
    margin-top: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .sub-menu__item a span, .sub-menu__item--search a span, .sub-menu__item--access a span, .sub-menu__item--mail a span, .sub-menu__item--instagram a span, .sub-menu__item--twitter a span, .sub-menu__item--line a span {
    display: inline-block;
    padding-left: 1.5em;
  }
}

.search-box {
  display: flex;
}
@media screen and (min-width: 768px) {
  .search-box {
    width: 288px;
    height: 32px;
    padding-left: 40px;
    border-radius: 16px;
    transition: background .5s;
  }
}
@media screen and (max-width: 767px) {
  .search-box {
    width: 100%;
    height: 46px;
    padding-left: 46px;
    background: #fff;
    border-radius: 23px;
  }
}
.search-box__input {
  flex: 1 0 0%;
}
@media screen and (max-width: 767px) {
  .search-box__input {
    padding: 7px 0;
  }
}
.search-box__input input {
  width: 100%;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 1.6rem;
  outline: none;
}
.search-box__btn {
  background: #424242;
  font-size: 1.4rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .search-box__btn {
    width: 64px;
    border-radius: 0 16px 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .search-box__btn {
    width: 68px;
    border-radius: 0 23px 23px 0;
  }
}
.search-box__btn input {
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .search-box__btn input {
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .search-box__btn input {
    height: 46px;
  }
}

.target-menu {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .target-menu {
    top: 16px;
    right: 30px;
    width: 174px;
  }
}
@media screen and (max-width: 767px) {
  .target-menu {
    top: 300px;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .target-menu__ttl {
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 48px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .target-menu__ttl {
    height: 50px;
    background: rgba(8, 171, 204, 0.9);
    border-bottom: 1px #fff solid;
  }
}
@media screen and (min-width: 768px) {
  .target-menu__ttl a {
    display: inline-block;
    padding-right: 1.5em;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .target-menu__ttl a {
    display: block;
    padding: 1.0em;
    color: #fff;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .target-menu__ttl a::before {
    top: 50%;
    right: 0;
    margin-top: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .target-menu__ttl a::before {
    display: none;
  }
}

.target-menu-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px #e0e0e0 solid;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .target-menu-list {
    width: 188px;
    border-radius: 6px;
  }
}
.target-menu-list__item {
  border-bottom: 1px #e0e0e0 solid;
}
@media screen and (min-width: 768px) {
  .target-menu-list__item {
    font-size: 1.4rem;
  }
}
.target-menu-list__item:last-of-type {
  border-bottom: none;
}
.target-menu-list__item a {
  display: block;
  color: #333;
}
@media screen and (min-width: 768px) {
  .target-menu-list__item a {
    padding: 10px 0 10px 30px;
    transition: background .3s;
  }
}
.target-menu-list__item a::before {
  top: 50%;
  margin-top: -0.5em;
}
@media screen and (min-width: 768px) {
  .target-menu-list__item a::before {
    left: 16px;
  }
}
body[class*='pc'] .target-menu-list__item a:hover {
  background: #eee;
  text-decoration: underline;
}

.global-footer {
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .global-footer {
    padding-top: 20px;
  }
}
.global-footer__nav {
  border-bottom: 1px #e0e0e0 solid;
}
@media screen and (min-width: 768px) {
  .global-footer__related-facilities {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .global-footer__related-facilities {
    padding-top: 20px;
  }
}
.global-footer__copyright {
  background: #333;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .global-footer__copyright {
    padding: 3.0em 0;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .global-footer__copyright {
    padding: 3.0em 11.25%;
    font-size: 1.2rem;
  }
}

.footer-menu {
  display: flex;
  width: 92.5%;
  margin: 0 auto;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .footer-menu {
    max-width: 1170px;
    padding: 1.0em 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu {
    flex-wrap: wrap;
    padding: 0 3.75% 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer-menu__item {
    margin-right: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu__item {
    width: 50%;
    margin-bottom: 10px;
  }
}
.footer-menu__item a {
  position: relative;
  display: block;
  padding-left: 1.0em;
  color: #333;
}
.footer-menu__item a::before {
  top: 50%;
  left: 0;
  margin-top: -0.5em;
}
@media screen and (min-width: 768px) {
  .footer-menu__item a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333;
    content: "";
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}
body[class*='pc'] .footer-menu__item a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.footer-fixed-nav {
  position: fixed;
  display: flex;
  z-index: 100;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
@media screen and (min-width: 768px) {
  .footer-fixed-nav {
    top: 50%;
    right: 0;
    flex-direction: column;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .footer-fixed-nav {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer-fixed-nav.is-hidden {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .footer-fixed-nav.is-hidden {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.footer-fixed-nav__link, .footer-fixed-nav__link--opencampus, .footer-fixed-nav__link--request {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .footer-fixed-nav__link, .footer-fixed-nav__link--opencampus, .footer-fixed-nav__link--request {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    width: 58px;
    padding: 2.0em 0;
    transition: background .3s, color .3s;
  }
}
@media screen and (max-width: 767px) {
  .footer-fixed-nav__link, .footer-fixed-nav__link--opencampus, .footer-fixed-nav__link--request {
    height: 55px;
    border-top: 1px #fff solid;
  }
}
.footer-fixed-nav__link span, .footer-fixed-nav__link--opencampus span, .footer-fixed-nav__link--request span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .footer-fixed-nav__link span, .footer-fixed-nav__link--opencampus span, .footer-fixed-nav__link--request span {
    padding-top: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .footer-fixed-nav__link span, .footer-fixed-nav__link--opencampus span, .footer-fixed-nav__link--request span {
    padding-left: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .footer-fixed-nav__link span::before, .footer-fixed-nav__link--opencampus span::before, .footer-fixed-nav__link--request span::before {
    top: 0;
    left: 50%;
    margin-left: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .footer-fixed-nav__link span::before, .footer-fixed-nav__link--opencampus span::before, .footer-fixed-nav__link--request span::before {
    top: 50%;
    left: 0;
    margin-top: -0.5em;
  }
}
.footer-fixed-nav__link--opencampus {
  background: #08abcc;
}
@media screen and (min-width: 768px) {
  .footer-fixed-nav__link--opencampus {
    margin-bottom: 2px;
    border: 1px #08abcc solid;
  }
}
@media screen and (max-width: 767px) {
  .footer-fixed-nav__link--opencampus {
    width: 56.25%;
    border-right: 1px #fff solid;
  }
}
body[class*='pc'] .footer-fixed-nav__link--opencampus:hover {
  background: #fff;
  color: #08abcc;
}
.footer-fixed-nav__link--request {
  background: #333;
}
@media screen and (min-width: 768px) {
  .footer-fixed-nav__link--request {
    border: 1px #333 solid;
  }
}
@media screen and (max-width: 767px) {
  .footer-fixed-nav__link--request {
    width: 43.75%;
  }
}
body[class*='pc'] .footer-fixed-nav__link--request:hover {
  background: #fff;
  color: #333;
}

.facilities-contents {
  width: 92.5%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .facilities-contents {
    max-width: 1170px;
  }
}
.facilities-contents__ttl {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
.facilities-contents__ttl span {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .facilities-contents__ttl span {
    display: block;
  }
}
.facilities-contents__ttl::before {
  left: 110%;
}
@media screen and (min-width: 768px) {
  .facilities-contents__ttl::before {
    top: 50%;
    margin-top: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .facilities-contents__ttl::before {
    top: 0.25em;
  }
}

@media screen and (min-width: 768px) {
  .facilities-list {
    display: flex;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .facilities-list {
    margin-bottom: 25px;
  }
}

.facilities-list-link {
  display: flex;
  align-items: center;
  background: #fff;
  color: #333;
}
@media screen and (min-width: 768px) {
  .facilities-list-link {
    width: 31.62393%;
    margin-right: 2.5641%;
  }
}
@media screen and (max-width: 767px) {
  .facilities-list-link {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .facilities-list-link:nth-of-type(3n) {
    margin-right: 0;
  }
}
.facilities-list-link::before {
  top: 50%;
  right: 4.32%;
  margin-top: -0.5em;
}
@media screen and (min-width: 768px) {
  .facilities-list-link__img {
    width: 25.95%;
    margin-right: 4.32%;
  }
}
@media screen and (max-width: 767px) {
  .facilities-list-link__img {
    width: 29.22%;
    margin-right: 4.05%;
  }
}
@media screen and (min-width: 768px) {
  .facilities-list-link__txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .facilities-list-link__txt {
    font-size: 1.2rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  z-index: +1;
  font-size: 0px;
  cursor: pointer;
  background: #ccc;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.8;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 1;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 3.75%;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 3.75%;
}
.slick-prev:before {
  left: calc(50% - 2px);
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 3.75%;
}
[dir="rtl"] .slick-next {
  left: 3.75%;
  right: auto;
}
.slick-next:before {
  left: calc(50% + 2px);
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #333;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #333;
  opacity: 0.8;
}

html {
  width: auto;
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-width: 320px;
  height: 100%;
  color: #333;
  background: #fff;
  font-family: Quicksand, "-apple-system", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

* {
  box-sizing: border-box;
}

a {
  color: #333;
}

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

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

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

.txt-red {
  color: #d32f2f;
}

@media screen and (min-width: 768px) {
  .is-hidden--pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-hidden--sp {
    display: none;
  }
}

[class^="y_"],
[class*=" y_"] {
  position: relative;
  font-style: normal;
}
[class^="y_"]::before,
[class*=" y_"]::before {
  position: absolute;
  font-family: 'yukioka' !important;
  line-height: 1.0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.y_file::before {
  content: "\e900";
}

.y_access::before {
  content: "\e901";
}

.y_arrow-d::before {
  content: "\e902";
}

.y_arrow-r::before {
  content: "\e903";
}

.y_arrow-top::before {
  content: "\e904";
}

.y_home::before {
  content: "\e905";
}

.y_mail::before {
  content: "\e906";
}

.y_search::before {
  content: "\e907";
}

.y_study::before {
  content: "\e908";
}

.y_blank::before {
  content: "\e909";
}

.y_external-link::before {
  content: "\f08e";
}

.y_caret-down::before {
  content: "\f0d7";
}

.y_angle-left::before {
  content: "\f104";
}

.y_angle-right::before {
  content: "\f105";
}

.y_angle-up::before {
  content: "\f106";
}

.y_angle-down::before {
  content: "\f107";
}

.y_file-pdf-o::before {
  content: "\f1c1";
}

.y_file-word-o::before {
  content: "\f1c2";
}

.y_file-excel-o::before {
  content: "\f1c3";
}

.y_file-text2::before {
  content: "\e926";
}

.y_price-tag::before {
  content: "\e935";
}

.btn-cmn--top {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #08abcc;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn-cmn--top {
    width: 170px;
    height: 48px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn-cmn--top {
    height: 48px;
  }
}
.btn-cmn--top span {
  display: inline-block;
  padding-right: 1.0em;
}
.btn-cmn--top span::before {
  top: 50%;
  right: 0;
  margin-top: -0.5em;
}

@media screen and (min-width: 768px) {
  .news-list {
    margin-bottom: 32px;
  }
}
.news-list__item {
  display: block;
  border-bottom: 1px #e0e0e0 solid;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .news-list__item {
    margin-bottom: 15px;
    padding: 0 3.75% 15px;
  }
}

.news-meta {
  display: flex;
  margin-bottom: 5px;
  color: #757575;
}
@media screen and (min-width: 768px) {
  .news-meta {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .news-meta {
    font-size: 1.4rem;
  }
}
.news-meta__date {
  margin-right: .5em;
}

.news-meta-info {
  display: flex;
  flex: 1 0 0%;
}
.news-meta-info__category {
  display: block;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .news-meta-info__category {
    font-weight: bold;
  }
}
.news-meta-info__category::before {
  top: 50%;
  left: 0;
  margin-top: -0.5em;
}
.news-meta-info__group {
  position: relative;
  margin-left: 1.0em;
  padding-left: 1.0em;
}
@media screen and (max-width: 767px) {
  .news-meta-info__group {
    font-weight: bold;
  }
}
.news-meta-info__group::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "|";
}

.news-ttl {
  color: #333;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .blog-list {
    display: flex;
    margin-bottom: 32px;
  }
}
.blog-list__item {
  display: block;
}
@media screen and (min-width: 768px) {
  .blog-list__item {
    padding-bottom: 10px;
    border: 1px #e0e0e0 solid;
  }
}
@media screen and (max-width: 767px) {
  .blog-list__item {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .blog-list__item:nth-of-type(4n) {
    margin-right: 0;
  }
}

.blog-thumb {
  margin-bottom: 10px;
}

.blog-meta {
  display: flex;
  margin-bottom: 5px;
  color: #757575;
}
@media screen and (min-width: 768px) {
  .blog-meta {
    padding: 0 5.93%;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-meta {
    padding: 0 3.75%;
    font-size: 1.4rem;
  }
}
.blog-meta__date {
  margin-right: 0.5em;
}
.blog-meta__group {
  font-weight: bold;
  padding-left: 1.5em;
}
.blog-meta__group::before {
  top: 50%;
  left: 0;
  margin-top: -0.5em;
}

.blog-ttl {
  color: #333;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .blog-ttl {
    padding: 0 5.93%;
  }
}
@media screen and (max-width: 767px) {
  .blog-ttl {
    padding: 0 3.75%;
  }
}

.maintenance {
  position: relative;
}

.maintenance-header {
  width: 92.5%;
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .maintenance-header {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .maintenance-header {
    padding: 25px 0;
  }
}

.maintenance-main {
  width: 92.5%;
  max-width: 860px;
  margin: 0 auto;
}
.maintenance-main__txt {
  margin-bottom: 3.0em;
  font-size: 1.6rem;
}

.maintenance-inquiry {
  padding: 20px 24px;
  border: 4px #e0e0e0 solid;
}
@media screen and (min-width: 768px) {
  .maintenance-inquiry {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .maintenance-inquiry {
    margin-bottom: 30px;
  }
}
.maintenance-inquiry__txt {
  font-size: 1.6rem;
}

.maintenance-footer {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .main {
    margin-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    margin-top: 56px;
  }
}
