@charset "UTF-8";
/* ============================================ */
/* header
/* ============================================ */
#header {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  background: var(--color-white);
  padding: 0 30px;
  transition: 0.3s;
  z-index: 99;
}
#header .site-title a {
  display: flex;
  align-items: center;
}
#header .site-title .logo {
  width: 220px;
}
#header .site-title .partition {
  height: 46px;
  width: 1px;
  background: var(--color-black);
  margin: 0 20px 0 30px;
}
#header .site-title .association {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  #header {
    height: 80px;
  }
  #header.is-open {
    z-index: 100;
  }
}
@media screen and (max-width: 600px) {
  #header {
    height: 60px;
    padding: 0 15px;
  }
  #header .site-title .logo {
    width: 140px;
  }
  #header .site-title .partition {
    height: 40px;
    margin: 0 10px 0 15px;
  }
  #header .site-title .association {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 320px) {
  #header .site-title .logo {
    width: 120px;
  }
  #header .site-title .association {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* ================================================== */
/* toggle-btn */
/* ================================================== */
@media screen and (min-width: 1201px) {
  #toggle-btn {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #toggle-btn {
    position: fixed;
    right: 20px;
    top: 12px;
    display: block;
    width: 56px;
    height: 56px;
    background: var(--color-university);
    z-index: 100;
  }
  #toggle-btn .toggle-icon {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translate(-50%, 0);
    width: 32px;
    height: 20px;
  }
  #toggle-btn .toggle-icon .toggle-line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color-white);
    border-radius: 3px;
    transition: 0.3s;
  }
  #toggle-btn .toggle-icon .toggle-line:nth-of-type(1) {
    top: 0;
  }
  #toggle-btn .toggle-icon .toggle-line:nth-of-type(2) {
    top: calc(50% - 1px);
    left: 0;
  }
  #toggle-btn .toggle-icon .toggle-line:nth-of-type(3) {
    bottom: 0;
  }
  #toggle-btn .toggle-text {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
  }
  #toggle-btn .toggle-text::before, #toggle-btn .toggle-text::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-white);
    transition: var(--transition);
    transition: 0.3s;
    font-family: var(--fontfamily-en);
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.15em;
  }
  #toggle-btn .toggle-text::before {
    content: "MENU";
    opacity: 1;
  }
  #toggle-btn .toggle-text::after {
    content: "CLOSE";
    opacity: 0;
  }
  #toggle-btn.is-open {
    background: transparent;
  }
  #toggle-btn.is-open .toggle-icon .toggle-line {
    background: var(--color-university);
  }
  #toggle-btn.is-open .toggle-icon .toggle-line:nth-of-type(1) {
    transform: rotate(45deg);
    top: 10px;
  }
  #toggle-btn.is-open .toggle-icon .toggle-line:nth-of-type(2) {
    opacity: 0;
  }
  #toggle-btn.is-open .toggle-icon .toggle-line:nth-of-type(3) {
    transform: rotate(-45deg);
    bottom: auto;
    top: 10px;
  }
  #toggle-btn.is-open .toggle-text::before, #toggle-btn.is-open .toggle-text::after {
    color: var(--color-university);
  }
  #toggle-btn.is-open .toggle-text::before {
    opacity: 0;
  }
  #toggle-btn.is-open .toggle-text::after {
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  #toggle-btn {
    right: 15px;
    top: 8px;
    width: 44px;
    height: 44px;
  }
  #toggle-btn .toggle-icon {
    top: 6px;
    width: 26px;
    height: 18px;
  }
  #toggle-btn .toggle-text {
    bottom: 14px;
  }
  #toggle-btn.is-open .toggle-icon .toggle-line:nth-of-type(1) {
    top: 8px;
  }
  #toggle-btn.is-open .toggle-icon .toggle-line:nth-of-type(3) {
    top: 8px;
  }
}
/* ================================================== */
/* g-nav */
/* ================================================== */
#header #g-nav .menu-item .accordion {
  cursor: pointer;
}

@media screen and (min-width: 1201px) {
  #g-nav {
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 99;
    transition: 0.3s;
  }
  #g-nav .menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    text-align: center;
  }
  #g-nav .menu-item {
    position: relative;
    display: inline-block;
  }
  #g-nav .menu-item:not(:last-child) {
    margin: 0 1em 0 0;
  }
  #g-nav .menu-item .link-name {
    position: relative;
    display: block;
    height: 30px;
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 0 0.5em;
    transition: 0.3s;
    z-index: 2;
  }
  #g-nav .menu-item .link-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: var(--color-university);
    transform: scale(0, 1);
    transform-origin: left center;
    transition: 0.3s;
  }
  #g-nav .menu-item:hover .link-name::after {
    transform: scale(1, 1);
  }
  #g-nav .menu-wrap {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 260px;
    opacity: 0;
    pointer-events: none;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
    transition: opacity 0.5s;
    z-index: -1;
    padding: 10px 0 0;
  }
  #g-nav .menu-item:hover .menu-wrap {
    opacity: 1;
    pointer-events: all;
  }
  #g-nav .inner {
    width: 100%;
    padding: 15px 0 20px;
    margin: 0 auto;
    background: var(--color-white);
  }
  #g-nav .sub-menu-item {
    position: relative;
  }
  #g-nav .sub-menu-item > a {
    display: block;
    white-space: nowrap;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0.5em 0;
    transition: 0.3s;
  }
  #g-nav .sub-menu-item > a:hover {
    color: var(--color-university);
  }
  #g-nav .other {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #g-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    height: 100%;
    padding: 100px 10% 50px;
    background: var(--color-white);
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 99;
  }
  #g-nav .menu {
    width: 100%;
  }
  #g-nav .menu-item {
    padding: 20px 0;
    background-image: repeating-linear-gradient(90deg, #707070, #707070 5px, transparent 5px, transparent 7px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    /*
    .accordion {
      position: relative;

      &::before,
      &::after {
        content: '';
        position: absolute;
        top: 15px;
        right: 0;
        display: block;
        width: 14px;
        height: 2px;
        border-radius: 2px;
        transition: .3s;
      }
    }

    &.is-display {
      .menu-wrap {
        max-height: 300px;
        transition: .5s;
      }

      .accordion {
        &::after {
          transform: rotate(90deg);
        }
      }
    }
    */
  }
  #g-nav .menu-item .link-name {
    position: relative;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 0.5em;
  }
  #g-nav .sub-menu-item > a {
    display: inline-block;
    padding: 0.5em 0 0.5em 0.5em;
  }
  #g-nav .sub-menu-item > a::before {
    content: " - ";
  }
  #g-nav .icon-link::after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-image: url(../img/common/icon-blank.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    margin: 0 0 0 0.5em;
  }
  #g-nav.is-open {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  #g-nav {
    padding: 80px 10% 50px;
  }
}
/* spメニュー展開時にページ本体を固定 */
@media screen and (max-width: 1024px) {
  body.is-open {
    height: 100%;
    overflow: hidden;
  }
}

/*# sourceMappingURL=header.css.map */