@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* 共通
--------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  height: 100%;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
}
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 100%;
  line-height: 2em;
  font-weight: 500;
  color: #1e1e1e;
}

* {
  box-sizing: border-box;
}

/* HTML5 elements */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

a img {
  border: none;
}

area,
img {
  border: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

p, li, dt, dd, th, td, h5, h6 {
  font-size: 15px;
  line-height: 26px;
}

p, ul, ol, dl, table {
  margin: 0px 0px 26px 0px;
}

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

th p, td p, td li, li li, td td, li td, li th {
  font-size: 100%;
  margin: 0px;
}

a {
  transition: all .2s;
  outline: none;
  color: #1e1e1e;
}
a img {
  transition: all .2s;
}

.palt {
  font-feature-settings: "palt";
}

/* layout
--------------------------------------------------------------------------------- */
#layout {
  min-width: 360px;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}

/* page-header
--------------------------------------------------------------------------------- */
#page-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 5;
}
#page-header h1 {
  font-size: 20px;
  line-height: 30px;
  margin: 24px 0px 0px 20px;
  padding-left: 28px;
  background-image: url(../images/logo.png);
  background-position: left center;
  background-size: 25px auto;
  background-repeat: no-repeat;
}
#page-header h1 span {
  display: inline-block;
  vertical-align: middle;
}
#page-header h1 .nickname {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
}
#page-header h1 .official {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.english #page-header h1 .official {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
#page-header a {
  text-decoration: none;
}

#menu {
  width: 24px;
  height: 24px;
  position: fixed;
  right: 20px;
  top: 28px;
  cursor: pointer;
  margin: 0px;
  z-index: 10;
}
#menu::before, #menu::after,
#menu p {
  position: absolute;
  left: 0px;
  width: 24px;
  height: 1px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  background-color: #000;
  border-radius: 1px;
  margin: 0px;
  text-indent: -9999px;
}
#menu p {
  top: 11px;
}
#menu::before {
  content: "";
  top: 3px;
}
#menu::after {
  content: "";
  bottom: 3px;
}
#menu.on::before {
  -webkit-transform: translateY(8.275862069px) rotate(-45deg);
  transform: translateY(8.275862069px) rotate(-45deg);
}
#menu.on p {
  background-color: transparent;
}
#menu.on::after {
  -webkit-transform: translateY(-8.275862069px) rotate(45deg);
  transform: translateY(-8.275862069px) rotate(45deg);
}

/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
  position: fixed;
  top: 80px;
  left: 0px;
  width: 100%;
  height: calc( 100vh - 80px );
  height: calc( 100svh - 80px );
  background-color: #fff;
  z-index: 5;
  display: none;
}

.gnav {
  margin: 80px 0px 0px;
  padding: 0px;
  list-style-type: none;
}
.gnav li {
  margin: 0px 0px 30px;
  padding: 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
.gnav li a,
.gnav li span {
  text-decoration: none;
  color: #1e1e1e;
}
.gnav li span {
  color: #c8d2d2;
}
.gnav li a {
  position: relative;
}
.gnav li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 0%;
  height: 1px;
  background-color: #1e1e1e;
  transition: all .2s;
}

.lang {
  margin: 36px auto 30px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.lang li {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  column-rule-color: #8d8d8d;
  position: relative;
}
.lang li a {
  text-decoration: none;
  color: #8d8d8d;
}
.lang li a.on {
  color: #1e1e1e;
}
.lang li:first-child {
  padding-right: 5px;
  margin-right: 5px;
}
.lang li:first-child::after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
  clear: both;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #1e1e1e;
  color: #fff;
}
#page-footer .inner {
  padding: 40px 34px;
  margin: 0px auto;
  max-width: 625px;
}

#footer-nav {
  overflow: hidden;
  margin-bottom: 60px;
}

.fnav1,
.fnav2 {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.fnav1 li,
.fnav2 li {
  margin: 0px;
  padding: 0px;
}
.fnav1 li a,
.fnav2 li a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
.fnav1 li a::before,
.fnav2 li a::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  width: 0%;
  bottom: -3px;
  transition: all .2s;
}
.fnav1 li span,
.fnav2 li span {
  color: #666;
}

.fnav1 {
  margin-bottom: 20px;
}
.fnav1 li {
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
}

.fnav2 li {
  font-size: 11px;
  line-height: 26px;
}

#footer-name {
  overflow: hidden;
  margin-bottom: 30px;
}
#footer-name h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.english #footer-name h2 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
}
#footer-name p {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 0px;
}
#footer-name .logo-univ {
  margin-top: 30px;
  width: 50px;
}

.copyright {
  font-size: 10px;
  line-height: 14px;
  margin: 0px;
}

.gotop {
  width: 80px;
  height: 90px;
  margin: 0px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.gotop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-image: url(../images/gotop.png);
  background-position: center;
  background-size: 30px auto;
  background-repeat: no-repeat;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }

  a:hover {
    color: #1e1e1e;
  }

  .gnav li a:hover:after {
    width: 100%;
  }

  .fnav1 li a:hover::before,
  .fnav2 li a:hover::before {
    width: 100%;
  }
}
/*
--------------------------------------------------------------------------------- 768 */
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  p, li, dt, dd, th, td, h5, h6 {
    font-size: 16px;
    line-height: 28px;
  }

  p, ul, ol, dl, table {
    margin: 0px 0px 28px 0px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 130px;
  }
  #page-header h1 {
    margin-top: 40px;
    margin-left: 55px;
    font-size: 30px;
    line-height: 45px;
    padding-left: 40px;
    background-size: 35px auto;
  }
  #page-header h1 .nickname {
    font-size: 30px;
    margin-right: 5px;
  }
  #page-header h1 .official {
    font-size: 18px;
  }

  #menu {
    display: none;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav {
    top: 55px;
    left: auto;
    right: 55px;
    width: auto;
    height: auto;
    background-color: transparent;
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }

  .gnav {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: stretch;
    flex-direction: row;
  }
  .gnav li {
    font-size: 13px;
    margin: 0px 0px 0px 20px;
  }

  .lang {
    margin: 0px 0px 0px 20px;
  }
  .lang li {
    font-size: 13px;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer .inner {
    max-width: 1280px;
    padding: 70px 55px;
  }

  .footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    flex-direction: row-reverse;
  }

  #footer-name {
    margin-bottom: 40px;
  }
  #footer-name h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .english #footer-name h2 {
    font-size: 28px;
    line-height: 34px;
  }
  #footer-name p {
    font-size: 16px;
    line-height: 20px;
  }
  #footer-name .logo-univ {
    margin-top: 40px;
    width: 70px;
  }

  .fnav1 {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: stretch;
    flex-direction: row;
  }
  .fnav1 li {
    font-size: 13px;
    line-height: 28px;
    margin-left: 50px;
  }

  .fnav2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: stretch;
    flex-direction: row;
  }
  .fnav2 li {
    font-size: 13px;
    line-height: 28px;
  }
  .fnav2 li::after {
    content: " ｜ ";
  }
  .fnav2 li:last-of-type::after {
    content: "";
  }

  .gotop {
    height: 115px;
    right: 0px;
    bottom: 0px;
  }
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  .gnav li {
    font-size: 15px;
    margin: 0px 0px 0px 36px;
  }

  .lang {
    margin-left: 36px;
  }
}
/*
--------------------------------------------------------------------------------- 1920*/
