@charset "UTF-8";
@font-face {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  src: url("https://www.kanazawa-it.ac.jp/tokyo/t1s/css/fonts/icons.ttf") format("truetype"), url("https://www.kanazawa-it.ac.jp/tokyo/t1s/css/fonts/icons.woff") format("woff"), url("https://www.kanazawa-it.ac.jp/tokyo/t1s/css/fonts/icons.svg#icons") format("svg");
  font-display: block;
}
:root {
  --main-color: #003279;
  --accent-color: #ffdd00;
  --accent-dark-color: #fcca00;
  --sub-color: #aa965c;
  --sub-dark-color: #9c803a;
  --sub-bg-color: #faf7f0;
  --sub-bg-dark-color: #f1ecd8;
  --util-tool-color: #106e7c;
  --util-tool-dark-color: #074a54;
  --text-base-color: #000;
  --text-link-color: #004981;
  --text-hover-color: #003279;
  --program-mba-color: #b4281c;
  --program-mipm-color: #292684;
  --program-mba-dark-color: #9f1f14;
  --program-mipm-dark-color: #17155e;
  --icon-arrow: "\e901";
  --icon-tri-bottom: "\e902";
  --icon-close: "\e904";
  --border-normal: 1px solid #e3e3e3;
  --min-page-width: 375px;
  --hover-speed: 0.3s;
  --transition-speed: 0.5s;
  --transition-func: cubic-bezier(0.66, 0, 0.34, 1);
  --translate-arrow-distance: 5px;
}

html, body {
  margin: 0;
  padding: 0;
}

html.reloaded {
  scroll-behavior: auto;
}

body {
  min-width: var(--min-page-width);
  overflow-x: clip;
  font-family: "Noto Sans JP", -apple-system, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 0.875rem;
  color: var(--text-base-color);
}

.valign-top {
  vertical-align: top;
}

:where(button) {
  cursor: pointer;
}

:where(.l-header, .l-footer, .l-cta) ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
:where(.l-header, .l-footer, .l-cta) button {
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  border: 0;
}
:where(.l-header, .l-footer, .l-cta) p {
  margin: 0;
}

:where(a) {
  text-decoration: none;
  transition-timing-function: var(--transition-func);
  transition-duration: 0.3s;
  transition-property: color, background-size, opacity, background-color;
}
:where(a) img {
  opacity: 1;
  transition: opacity 0.3s var(--transition-func);
}

:where(a:not([class]), .c-link-arrow, .arrowBlueR, .arrowBlueL, .link-external, .link) {
  color: var(--text-link-color);
  background: linear-gradient(currentColor, currentColor) no-repeat left bottom/0 1px;
}

.foot_btn-page_top::before,
.l-header .gsc-search-button-v2::after,
.header_link-english::before,
.header_btn-search::before,
.c-global_nav_item.is-parent::after,
.c-header_btn-close::after,
.c-btn-request span::before,

.c-btn-counseling span::before,
.c-link-arrow::after,
.c-link-arrow-boxed::after,
.arrowBlueR::after,
.link-external::after,
.arrowBlueL::before,
.link::after,
.c-btn-arrow::after,
.c-btn-join::after,
.c-btn-preview::after,
div.expMenuBox dl dt::after,
.home-newsArea .__footer ul.sub li a::after {
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-external::after,
.arrowBlueR::after,
.home-newsArea .__footer ul.sub li a::after {
  transition: transform var(--hover-speed) var(--transition-func);
}

.c-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.c-secondary_menu {
  display: flex;
  flex-flow: row wrap;
  gap: 1em 2em;
  font-size: 0.8125rem;
}
.c-secondary_menu a {
  color: var(--text-base-color);
}

.c-btn-request {
  color: var(--text-base-color);
  background: var(--accent-color);
}
.c-btn-request span::before {
  content: "\e907";
  display: inline-block;
  margin-right: 0.4em;
  margin-bottom: -0.16em;
  font-size: 131.25%;
  color: var(--main-color);
  vertical-align: -0.23em;
}

.c-btn-counseling {
  color: #FFF;
  background: var(--util-tool-color);
}
.c-btn-counseling span::before {
  content: "\e905";
  display: inline-block;
  margin-right: 0.55em;
  margin-left: 0.1em;
  font-size: 131.25%;
  color: #FFF;
  vertical-align: -0.15em;
}

.c-link-arrow,
.c-link-arrow-boxed,
.c-btn-arrow {
  text-decoration: none;
}
.c-link-arrow::after,
.c-link-arrow-boxed::after,
.c-btn-arrow::after,
.c-btn-join::after,
.c-btn-preview::after,
.arrowBlueR::after,
.link-external::after,
.arrowBlueL::before,
.link::after,
.home-newsArea .__footer ul.sub li a::after {
  content: var(--icon-arrow);
  display: inline-block;
}

.c-link-arrow,
.c-link-arrow-boxed {
  color: var(--text-base-color);
}

.c-link-arrow::after,
.arrowBlueR::after,
.link-external::after,
.link::after {
  margin-left: 0.5em;
}

.arrowBlueL::before {
  margin-right: 0.5em;
  scale: -1 1;
}

.c-btn-arrow,
.c-link-arrow-boxed {
  position: relative;
  box-sizing: border-box;
  display: block;
  font-weight: 700;
}
.c-btn-arrow::after,
.c-link-arrow-boxed::after {
  position: absolute;
  display: block;
  height: 1em;
  margin: auto 0;
  transition: transform var(--hover-speed) var(--transition-func);
  transform: translateX(0);
}

.c-btn-arrow {
  line-height: 1.4;
  border-radius: 4px;
}
.c-btn-arrow::after {
  top: 0;
  bottom: 0;
}

.c-link-arrow-boxed {
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 1em 40px 1em 10px;
  font-size: 0.9375rem;
  background: #FFF;
}
.c-link-arrow-boxed::after {
  right: 20px;
}

:where(.c-nobr) {
  display: inline-block;
}

/* Header */
:where(.l-header) a {
  color: var(--text-base-color);
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
  min-width: var(--min-page-width);
  height: 50px;
  background: #FFF;
}
.l-header .gsc-control-cse {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  line-height: 1.6;
  background: transparent;
  border: none;
}
.l-header form.gsc-search-box {
  width: auto;
  background: #FFF;
  border: var(--border-normal);
}
.l-header table.gsc-search-box {
  margin-bottom: 0;
}
.l-header table.gsc-search-box > tbody > tr {
  display: flex;
  flex-flow: row nowrap;
}
.l-header .gsc-input-box {
  border: none;
}
.l-header .gsc-search-box td.gsc-input {
  box-sizing: border-box;
  flex: 1 1 auto;
  padding: 0;
}
.l-header a.gsst_a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.l-header input.gsc-input {
  padding: 0.4em 0.5em !important;
}
.l-header td.gsc-search-button {
  display: flex;
  flex: 0 0 auto;
  flex-flow: column nowrap;
  width: auto;
}
.l-header .gsc-search-button-v2 {
  display: block;
  height: 100%;
  margin-right: 2px;
  padding-right: 1em;
  padding-left: 1em;
  font-size: inherit;
  background: transparent;
  border: none;
}
.l-header .gsc-search-button-v2 svg {
  display: none;
}
.l-header .gsc-search-button-v2::after {
  content: "\e908";
  font-size: 16px;
  color: var(--main-color);
}

.l-header_spacer {
  height: 50px;
}

.header_container {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}

.header_siteId_wrapper {
  display: flex;
  gap: 0 15px;
}

.header_siteId {
  box-sizing: border-box;
  display: block;
  flex: 0 1 182px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.header_siteId img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header_siteId span {
  padding-top: 100%;
}

.header_anniv_logo {
  flex: 0 1 53px;
}
.header_anniv_logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header_menu_btn {
  display: flex;
  flex: 0 0 auto;
  flex-flow: column nowrap;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  width: 68px;
  height: 100%;
  margin-right: -20px;
  padding: 0;
  font-size: 10px;
  color: inherit;
}

.header_menu_btn_line {
  position: relative;
  display: block;
  width: 23px;
  height: 2px;
  margin: 6px auto 10px;
}
.header_menu_btn_line > span {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  opacity: 1;
  transition: opacity var(--transition-speed) var(--transition-func), translate var(--transition-speed) var(--transition-func);
  translate: 0 0;
}
.header_menu_btn_line::before, .header_menu_btn_line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transition: rotate var(--transition-speed) var(--transition-func) 0.2s, translate var(--transition-speed) var(--transition-func) 0.2s;
}
.header_menu_btn_line::before {
  top: -6px;
}
.header_menu_btn_line::after {
  top: 6px;
}
.is-menu-open .header_menu_btn_line > span {
  opacity: 0;
  translate: 10px 0;
}
.is-menu-open .header_menu_btn_line::before {
  rotate: 225deg;
  translate: 0 6px;
}
.is-menu-open .header_menu_btn_line::after {
  rotate: -225deg;
  translate: 0 -6px;
}

.header_nav {
  position: fixed;
  top: 50px;
  left: 15vw;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  width: 85vw;
  min-width: 318.75px;
  height: calc(100dvh - 50px);
  padding: 0 30px 45px;
  overflow-y: auto;
  background: #f2f4fa;
  transition: transform var(--transition-speed) var(--transition-func);
  transform: translateX(100%);
}
.is-menu-open .header_nav {
  transform: translateX(0);
}

.header_nav-sub {
  display: flex;
  flex-flow: column nowrap;
  order: 2;
}

.header_nav-user_links {
  flex-flow: column nowrap;
  gap: 1em 0;
  order: 2;
  margin-bottom: 1em;
}
.header_nav-user_links a {
  text-decoration: none;
}

.header_nav-tools {
  display: flex;
  order: 3;
  text-align: center;
}

.header_tool_btn {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 1.6;
  color: var(--text-base-color);
}
.header_tool_btn::before {
  line-height: 1;
  color: var(--main-color);
}

.header_link-english {
  text-decoration: none;
}
.header_link-english::before {
  content: "\e906";
  display: block;
  margin-right: 0.3em;
  font-size: 0.875rem;
}

.header_search_btn {
  display: none;
}

.header_btn-search::before {
  content: "\e908";
  display: block;
  font-size: 1.25rem;
}

.header_search_box {
  padding: 20px 0;
}

.header_search_panel {
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  background: #f2f4fa;
  transition: grid-template-rows var(--transition-speed) var(--transition-func);
}
.header_search_panel.is-visible {
  grid-template-rows: 1fr;
}
.header_search_panel * {
  min-height: 0;
  overflow: hidden;
}

.header_search_paneL_inner {
  padding: 60px 0 40px;
}

.header_nav-cta {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px 0;
  margin-bottom: 15px;
}

.c-header_cta_btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.72em 1em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.header_nav-main {
  margin-bottom: 20px;
}

.header_global_nav > li {
  border-bottom: var(--border-normal);
}

.c-global_nav_item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.75em 2.5em 0.75em 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-base-color);
  text-decoration: none;
  background: transparent;
}
.c-global_nav_item.is-parent::before, .c-global_nav_item.is-parent::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto 0;
  background: var(--main-color);
}
.c-global_nav_item.is-parent::before {
  rotate: 270deg;
  transition: rotate var(--hover-speed) var(--transition-func);
}
.c-global_nav_item.is-open::before {
  rotate: 0deg;
  transform: scaleX(1);
}

.c-megamenu-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  background: #f2f4fa;
  transition: grid-template-rows var(--transition-speed) var(--transition-func);
}
.c-megamenu-wrapper .c-container {
  min-height: 0;
  padding: 0;
  overflow: hidden;
}
.c-global_nav_item.is-open + .c-megamenu-wrapper {
  grid-template-rows: 1fr;
}

.c-megamenu_inner {
  margin-bottom: 1.5em;
}

.c-link-arrow-boxed.c-megamenu_child_link {
  position: relative;
  padding: 0.9em 0;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.4;
  background: transparent;
}
.c-link-arrow-boxed.c-megamenu_child_link::after {
  position: absolute;
  right: 10px;
  display: none;
}
.c-link-arrow-boxed.c-megamenu_child_link::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  display: block;
  height: 2px;
  margin: 0;
  background: var(--main-color);
  transition: transform var(--hover-speed) var(--transition-func);
  transform: scaleX(0);
  transform-origin: left bottom;
}

.header_close_wrapper {
  display: none;
  text-align: right;
}

.c-header_btn-close {
  font-size: 0.75rem;
  color: var(--text-base-color);
  vertical-align: middle;
  background: transparent;
}
.c-header_btn-close::after {
  content: var(--icon-close);
  margin-left: 8px;
  font-size: 18px;
  vertical-align: -0.2em;
}

.l-cta {
  position: relative;
  padding: 65px 0 45px;
  color: #FFF;
  background: url("https://www.kanazawa-it.ac.jp/tokyo/t1s/images/common/bg-cta.jpg") no-repeat center center;
  background-size: cover;
}
.l-cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 50px;
  margin: 0 auto;
  background: #7a81ab;
}

.cta_catch_wrapper {
  margin-bottom: 15px;
}

.cta_catch_main {
  margin: 0 0 0.75em;
  font-size: clamp(32px, 8vw, 40px);
  font-weight: 700;
  line-height: 1.6;
  opacity: 1;
  transition: none;
}
.cta_catch_main span {
  display: block;
}

.cta_catch_sub {
  max-width: 90%;
  margin-left: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: right;
  text-shadow: 0 0 8px #001132;
}

.cta_action_btns {
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px 0;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 20px;
  background: #FFF;
  border-radius: 3px;
}

.cta_btn {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: min(100%, 400px);
  margin: 0 auto;
  padding: 0.9em 50px 0.9em 1.4em;
  overflow: hidden;
  font-size: 1.125rem;
  isolation: isolate;
}
.cta_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  transition: transform var(--hover-speed) var(--transition-func);
  transform: scaleX(0);
  transform-origin: left center;
}
.cta_btn > * {
  position: relative;
}
.cta_btn::after {
  inset: 0 20px 0 auto;
  color: inherit;
  transition: transform var(--hover-speed) var(--transition-func);
  transform: translateX(0);
}
.cta_btn.c-btn-request span::before {
  font-size: 104.17%;
  vertical-align: -0.1em;
}
.cta_btn.c-btn-request::before {
  background: var(--accent-dark-color);
}
.cta_btn.c-btn-counseling span::before {
  font-size: 108.33%;
}
.cta_btn.c-btn-counseling::before {
  background: var(--util-tool-dark-color);
}

.c-btn-join,
.c-btn-preview {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: min(100%, 350px);
  margin: 0 auto;
  padding: 0.9em 50px 0.9em 1.4em;
  overflow: hidden;
  font-size: calc(1.125rem * 1.4);
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-base-color);
  background: var(--accent-color);
  text-decoration: none;
  border-radius: 4px;
  isolation: isolate;
  text-align: center;
  letter-spacing: 0.04em;
  @media (width <= 767px) {
    max-width: 220px;
    font-size:16px;
    padding: 0.6em 20px;
  }
}

@media (hover: hover) {
  .c-btn-join:hover,
  .c-btn-preview:hover {
    background: var(--accent-dark-color);
  }
}
.c-btn-join > *,
.c-btn-preview {
  position: relative;
}
.c-btn-join::after,
.c-btn-preview::after {
  position: absolute;
  inset: 0 20px 0 auto;
  height: 1em;
  margin: auto 0;
  color: inherit;
  transition: transform var(--hover-speed) var(--transition-func);
  transform: translateX(0);
  @media (width <= 767px) {
      right: 15px;
  }
}
.c-btn-join-end {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: min(100%, 350px);
  margin: 0 auto;
  padding: 0.9em 50px;
  overflow: hidden;
  font-size: calc(1.125rem * 1.4);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #ccc;
  text-decoration: none;
  border-radius: 4px;
  isolation: isolate;
  text-align: center;
  letter-spacing: 0.04em;
  @media (width <= 767px) {
    max-width: 220px;
    font-size:16px;
    padding: 0.6em 20px;
  }
}

.foot_pagetop_wrapper {
  position: relative;
}

.foot_btn-page_top {
  position: absolute;
  top: -21px;
  right: 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #FFF;
  text-decoration: none;
  background: var(--sub-color);
  border-radius: 4px;
}
.foot_btn-page_top::before {
  content: "\e909";
  height: 1em;
  margin: auto;
  font-size: 19px;
  transition: transform var(--hover-speed) var(--transition-func);
  transform: translateY(0);
}

.l-footer {
  padding: 30px 0 80px;
}

.footer_id {
  width: 150px;
  margin: 0 auto 25px;
}
.footer_id img {
  max-width: 100%;
  height: auto;
}

.footer_nav {
  margin-bottom: 50px;
}

.footer_nav_links {
  justify-content: center;
  margin-bottom: 30px;
}
.footer_nav_links a {
  text-decoration: none;
}

.c-social_links {
  display: flex;
  flex-flow: row nowrap;
  gap: 0 20px;
  justify-content: center;
}

.footer_link_sns {
  display: block;
  height: 28px;
}
.footer_link_sns img {
  width: auto;
  height: 100%;
}

.footer_copy {
  font-size: 0.625rem;
  color: #7f7f7f;
  text-align: center;
}

.foot_fix_menus {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: #FFF;
}

.footer_nav_cta {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer_nav_cta > li {
  flex: 0 0 50%;
  margin: 0;
  padding: 0;
}

.c-footer_cta_btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.75em 1em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
}

.foot_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 100dvw;
  height: 100dvh;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity var(--transition-speed) var(--transition-func), backdrop-filter var(--transition-speed) var(--transition-func);
  backdrop-filter: blur(0);
}
.foot_overlay.is-visible, .is-menu-open .foot_overlay {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
  backdrop-filter: blur(5px);
}
@media (min-width: 768px){
  body {
    font-family: "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size: 1rem;
  }
  .c-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-secondary_menu {
    display: flex;
    flex-flow: row nowrap;
    gap: 0 min(1vw, 20px);
    font-size: 0.75rem;
  }
  .c-btn-request span::before {
    margin-right: 0.3em;
  }
  .c-btn-arrow::after,
  .c-link-arrow-boxed::after {
    font-size: 19px;
  }
  .c-link-arrow-boxed {
    min-height: 118px;
    padding: 1em min(8vw, 80px) 1em min(4vw, 40px);
    font-size: 1.125rem;
  }
  .c-link-arrow-boxed::after {
    right: min(4vw, 40px);
  }
  :where(.u-only-sp) {
    display: none;
  }
  .l-header input.gsc-input {
    padding: 0.8em 0.5em !important;
  }
  .l-header .gsc-search-button-v2::after {
    font-size: 22px;
  }
  .header_nav-cta {
    flex-flow: row wrap;
    gap: 10px;
    justify-content: center;
  }
  .c-header_cta_btn {
    width: 100%;
    min-width: 300px;
  }
  .c-link-arrow-boxed.c-megamenu_child_link {
    min-height: 0;
  }
  .l-cta {
    padding: 100px 0 80px;
    background-image: url("https://www.kanazawa-it.ac.jp/tokyo/t1s/images/common/bg-cta.jpg");
  }
  .l-cta::before {
    height: 100px;
  }
  .cta_catch_wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    margin-bottom: min(8vw, 100px);
  }
  .cta_catch_main {
    flex: 1 0 auto;
    margin-right: 4vw;
    margin-bottom: 0;
    font-size: clamp(40px, 4vw, 50px);
  }
  .cta_catch_sub {
    max-width: unset;
    margin-left: 0;
    font-size: 1.125rem;
    text-align: inherit;
  }
  .cta_action_btns {
    flex-flow: row nowrap;
    gap: min(4vw, 40px);
    width: max-content;
    max-width: 920px;
    padding: min(4vw, 40px);
    border-radius: 4px;
  }
  .cta_btn {
    width: min(40vw, 400px);
    padding: 0.9em 80px 0.9em 1.4em;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .cta_btn::after {
    right: 30px;
  }
  .foot_btn-page_top {
    top: -30px;
    right: 0;
    width: 60px;
    height: 60px;
  }
  .l-footer {
    padding: 40px 0 90px;
  }
  .footer_id {
    width: 230px;
    margin: 0 0 40px;
  }
  .footer_nav {
    margin-bottom: 20px;
  }
  .footer_nav {
    display: flex;
    flex-flow: row wrap;
    gap: 15px 40px;
    justify-content: space-between;
  }
  .c-social_links {
    justify-content: unset;
  }
  .footer_copy {
    font-size: 0.75rem;
    text-align: left;
  }
  .c-footer_cta_btn {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px){
  .js-on .foot_btn-page_top {
    opacity: 0;
    transition-property: opacity, transform;
    transform: translateY(50px);
  }
  .js-on .is-scrolled .foot_btn-page_top {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1000px){
  .c-link-arrow-boxed {
    font-size: 1.375rem;
  }
  .l-header {
    height: 100px;
  }
  .l-header_spacer {
    height: 100px;
  }
  .header_container {
    gap: 0 min(2vw, 20px);
    min-height: 0;
  }
  .header_siteId_wrapper {
    flex: 0 2 336px;
    flex-flow: row nowrap;
    gap: 0 min(1.5vw, 20px);
    align-self: center;
    justify-content: flex-end;
  }
  .header_siteId {
    flex-basis: 260px;
    height: 27px;
    margin-top: 1px;
  }
  .header_anniv_logo {
    flex-basis: 57px;
    height: 38px;
  }
  .header_menu_btn {
    display: none;
  }
  .header_nav {
    position: static;
    top: 0;
    display: flex;
    flex: 1 0 auto;
    flex-flow: column nowrap;
    width: auto;
    height: unset;
    padding: 0;
    overflow-y: unset;
    background: transparent;
    transition: none;
    transform: none;
  }
  .header_nav-sub {
    flex-flow: row nowrap;
    gap: 0 min(1.5vw, 15px);
    align-items: center;
    justify-content: flex-end;
    order: unset;
  }
  .header_nav-user_links {
    flex-flow: row nowrap;
    gap: 0 min(1vw, 20px);
    order: unset;
    margin-bottom: 0;
  }
  .header_nav-tools {
    order: unset;
    font-size: 0.75rem;
  }
  .header_tool_btn {
    flex-flow: column nowrap;
    justify-content: center;
    height: 50px;
    padding: 0 0.75em;
    background: #FFF;
  }
  .header_link-english::before {
    margin-right: 0;
    margin-bottom: 1px;
    font-size: 1.1875rem;
  }
  .header_search_btn {
    display: block;
  }
  .header_search_box {
    display: none;
  }
  .header_nav-cta {
    flex-flow: row nowrap;
    gap: 0;
    align-items: stretch;
    margin-bottom: 0;
    overflow: clip;
    border-radius: 0 0 4px 4px;
  }
  .header_nav-cta a {
    box-sizing: border-box;
    display: block;
    height: 50px;
  }
  .c-header_cta_btn {
    width: auto;
    min-width: unset;
    padding: 14px 15px;
    font-size: 0.875rem;
    border-radius: 0;
  }
  .header_nav-main {
    margin-bottom: 0;
  }
  .header_global_nav {
    display: flex;
    flex-flow: row nowrap;
    gap: 0 min(2.5vw, 40px);
    justify-content: flex-end;
  }
  .header_global_nav > li {
    border-bottom: none;
  }
  .c-global_nav_item.is-parent::before {
    top: auto;
    width: auto;
    height: 3px;
    margin: 0;
    rotate: 0deg;
    transition: transform var(--hover-speed) var(--transition-func);
  }
  .c-global_nav_item.is-parent::after {
    content: var(--icon-tri-bottom);
    position: static;
    width: auto;
    height: auto;
    margin: 0 0 -0.2em 0.8em;
    font-size: 62.5%;
    background: transparent;
  }
  .c-global_nav_item {
    width: auto;
    height: 50px;
    padding: 0;
    font-size: 0.875rem;
  }
  .c-global_nav_item::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 3px;
    background: var(--main-color);
    transition: transform var(--hover-speed) var(--transition-func);
    transform: scaleX(0);
    transform-origin: center bottom;
  }
  .c-megamenu-wrapper {
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
    z-index: -1;
    isolation: isolate;
  }
  .c-megamenu-wrapper .c-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-global_nav_item.is-open + .c-megamenu-wrapper::before, .c-global_nav_item.is-open + .c-megamenu-wrapper::after {
    filter: blur(0);
    opacity: 1;
    transition: opacity var(--transition-speed) ease 0.3s, filter var(--transition-speed) ease var(--transition-speed);
  }
  .c-megamenu-wrapper::before, .c-megamenu-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    width: 50vw;
    filter: blur(50px);
    opacity: 0;
    transition: none;
  }
  .c-megamenu-wrapper::before {
    right: calc(50vw + 625px);
    background: var(--accent-color);
  }
  .c-megamenu-wrapper::after {
    right: calc(50vw + 285px);
    background: no-repeat right center;
    background-size: auto 100%;
  }
  .c-megamenu-wrapper.megamenu-guide::after {
    background-image: url("https://www.kanazawa-it.ac.jp/tokyo/t1s/images/common/header/bg-megamenu-guide.png");
  }
  .c-megamenu-wrapper.megamenu-toranomon::after {
    background-image: url("https://www.kanazawa-it.ac.jp/tokyo/t1s/images/common/header/bg-megamenu-about.png");
  }
  .c-megamenu-wrapper.megamenu-im::after {
    background-image: url("https://www.kanazawa-it.ac.jp/tokyo/t1s/images/common/header/bg-megamenu-im.png");
  }
  .c-megamenu-wrapper.megamenu-seminar::after {
    background-image: url("https://www.kanazawa-it.ac.jp/tokyo/t1s/images/common/header/bg-megamenu-seminar.png");
  }
  .c-megamenu_inner {
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 min(8vw, 80px);
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: calc(50% - 285px);
  }
  .megamenu_children {
    border-bottom: var(--border-normal);
    min-height: 240px;
  }
  .megamenu_children li {
    padding-top: 18px;
    border-top: var(--border-normal);
  }
  .megamenu_children li:first-child {
    border-top: none;
  }
  .c-link-arrow-boxed.c-megamenu_child_link {
    font-size: 1.125rem;
  }
  .c-link-arrow-boxed.c-megamenu_child_link {
    padding: 1em 1.5em 1em 10px;
  }
  .c-link-arrow-boxed.c-megamenu_child_link.is-category_top {
    font-weight: 700;
  }
  .c-link-arrow-boxed.c-megamenu_child_link::after {
    display: block;
  }
  .header_close_wrapper {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cta_catch_main {
    flex: 1 1 50%;
    margin-right: 0;
  }
  .cta_catch_sub {
    flex: 1 0 50%;
    font-size: 1.25rem;
  }
  .foot_pagetop_wrapper {
    position: sticky;
    bottom: 60px;
    z-index: 3;
  }
  .l-footer {
    padding: 40px 0 45px;
  }
  .footer_nav_links {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .foot_fix_menus {
    display: none;
  }
  .footer_nav_cta {
    display: none;
  }
}
@media (min-width: 1200px){
  .c-secondary_menu {
    font-size: 0.8125rem;
  }
  .c-btn-request span::before {
    margin-right: 0.4em;
  }
  .header_nav-tools {
    font-size: 0.875rem;
  }
  .header_tool_btn {
    padding: 0 1em;
  }
  .c-header_cta_btn {
    font-size: 1rem;
  }
  .c-global_nav_item {
    font-size: 1rem;
  }
}
@media (min-width: 1370px){
  .c-container-lg {
    max-width: 1370px;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (hover: hover){
  .l-header a:hover, .l-cta a:hover, .l-footer a:hover {
    text-decoration: none;
  }
  :where(a):hover img {
    opacity: 0.8;
  }
  :where(a:not([class]):not(:has(> img)),
   .c-link-arrow,
   .arrowBlueR,
   .arrowBlueL,
   .link-external,
    .link):hover {
    color: var(--text-hover-color);
    background-size: 100% 1px;
  }
  .c-secondary_menu a:hover {
    color: var(--text-hover-color);
  }
  .c-btn-request:hover {
    color: var(--text-base-color);
    background: var(--accent-dark-color);
  }
  .c-btn-counseling:hover {
    color: #FFF;
    background: var(--util-tool-dark-color);
  }
  .c-btn-arrow:hover::after,
  .c-link-arrow-boxed:hover::after,
  .arrowBlueR:hover::after,
  .link-external:hover::after,
  .home-newsArea .__footer ul.sub li a:hover::after {
    transform: translateX(var(--translate-arrow-distance));
  }

  .arrowBlueL:hover::before {
    transform: translateX(var(--translate-arrow-distance));
  }

  .c-link-arrow-boxed:hover {
    background: var(--sub-bg-color);
  }
  .l-header .gsc-search-button-v2:hover {
    background: transparent;
  }
  .header_tool_btn:hover {
    background: #f2f4fa;
  }
  .c-global_nav_item:hover {
    color: var(--main-color);
  }
  .c-global_nav_item:hover::before {
    transform: scaleX(1);
  }
  .c-link-arrow-boxed.c-megamenu_child_link:hover {
    background: transparent;
  }
  .c-link-arrow-boxed.c-megamenu_child_link:hover::before {
    transform: scaleX(1);
  }
  .c-header_btn-close:hover {
    color: var(--text-link-color);
  }
  .cta_btn:hover::before {
    transform: scaleX(1);
  }
  .cta_btn.c-btn-request:hover {
    background: var(--accent-color);
  }
  .cta_btn.c-btn-counseling:hover {
    background: var(--util-tool-color);
  }
  .cta_btn:hover,
  .c-btn-join:hover,
  .c-btn-preview:hover {
    text-decoration: none;
  }
  .cta_btn:hover::after,
  .c-btn-join:hover::after,
  .c-btn-preview:hover::after {
    transform: translateX(var(--translate-arrow-distance));
  }
  .foot_btn-page_top:hover {
    color: #FFF;
    text-decoration: none;
    background: var(--sub-dark-color);
  }
  .foot_btn-page_top:hover::before {
    transform: translateY(-5px);
  }
  .footer_nav_links a:hover {
    text-decoration: none;
  }
}
@media print{
  body {
    width: 1250px;
  }
}