@charset "UTF-8";
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0; }

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

input, textarea {
  margin: 0;
  font-size: inherit;
  appearance: none; }

input, textarea, select, option, optgroup {
  font-family: inherit;
  font-style: normal; }

textarea {
  height: auto;
  resize: none; }

select {
  font-size: inherit;
  appearance: none; }

select::-ms-expand {
  display: none; }

button {
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  vertical-align: top;
  font: inherit;
  background: none;
  color: inherit;
  font-size: 100%;
  opacity: 1;
  cursor: pointer;
  outline: none;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

label {
  cursor: pointer; }

label img {
  pointer-events: none; }

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit; }

th, td {
  vertical-align: top; }

fieldset, img {
  border: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal; }

em {
  font-style: normal; }

b, strong {
  font-weight: bold; }

br {
  font-size: 0;
  line-height: 0; }

i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal; }

hr {
  display: block;
  height: 0;
  border: none;
  margin: 0; }

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

iframe {
  border: none; }

input[type="button"],
input[type="text"],
input[type="submit"],
select {
  -webkit-appearance: none;
  border-radius: 0; }

:placeholder-shown {
  font-family: inherit;
  color: #c0c0c0;
  opacity: 1; }

::-webkit-input-placeholder {
  font-family: inherit;
  color: #c0c0c0;
  opacity: 1; }

:-moz-placeholder {
  opacity: 1;
  font-family: inherit;
  color: #c0c0c0;
  opacity: 1; }

::-moz-placeholder {
  opacity: 1;
  font-family: inherit;
  color: #c0c0c0;
  opacity: 1; }

:-ms-input-placeholder {
  font-family: inherit;
  color: #c0c0c0;
  opacity: 1; }

html {
  overflow-y: scroll; }

body {
  overflow: hidden;
  font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.6923;
  color: #000;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1; }
  @media screen and (max-width: 767px) {
    body {
      overflow-x: hidden; } }
  html[lang="en"] body {
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }
  [lang="zh-CN"] body {
    font-family: 'Noto Sans SC', sans-serif; }

a[href^=tel] {
  pointer-events: none; }
  @media screen and (max-width: 767px) {
    a[href^=tel] {
      pointer-events: auto; } }

a {
  color: #000;
  text-decoration: none; }
  @media screen and (min-width: 768px) {
    a:hover {
      opacity: .8; } }

u {
  font-weight: bold;
  text-decoration: underline; }

/* ----------------------------------------------------------
 レスポンシブ表示切り替えクラス
---------------------------------------------------------- */
/* pc
---------------------------------------------------------- */
.only-sp,
.no-pc {
  display: none !important; }

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .only-pc,
  .no-sp {
    display: none !important; }

  .only-sp,
  .no-pc {
    display: block !important; }

  span.only-sp,
  img.only-sp,
  img.no-pc {
    display: inline-block !important; } }
.footer {
  position: relative;
  background-color: #222; }

.footer-inner {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background-color: #222;
  transform: translateY(100%);
  transition: transform linear .3s; }
  @media screen and (max-width: 767px) {
    .footer-inner {
      padding: 0 17px 20px 17px; } }
  @media print {
    .footer-inner {
      position: static; } }

.footer-inner.is-active {
  transform: translate3d(0, 0, 0); }

@media screen and (max-width: 767px) {
  #footer-toggle.is-active {
    overflow-y: scroll !important;
    max-height: 70vh; } }

#footer-nav {
  display: none; }

.footer-inner.is-activeBottom {
  position: absolute;
  transform: translateY(0); }
  @media print {
    .footer-inner.is-activeBottom {
      position: static; } }

.is-transition {
  transition: transform .3s ease; }

.footer-card-wrap {
  padding-top: 54px;
  background-color: #222; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .footer-card-wrap {
      margin-right: 3px;
      margin-left: 3px;
      padding-top: 35px; } }
  @media screen and (max-width: 767px) {
    .footer-card-wrap {
      padding-top: 35px;
      background-color: transparent; } }
  html[lang="en"] body[class*="_category_faculty"] .footer-card-wrap {
    margin: 0 auto;
    width: 100%; }
  html[lang|="en"] .footer-card-wrap, html[lang|="zh"] .footer-card-wrap {
    margin: 0 auto;
    max-width: 1250px; }
  html[lang|="en"] ._column-6 .footer-card-wrap, html[lang|="zh"] ._column-6 .footer-card-wrap {
    margin: 0 auto;
    max-width: 1414px; }

.footer-card {
  display: flex;
  list-style-image: url(data:0);
  max-width: 1414px;
  flex-wrap: nowrap;
  margin: 0 auto; }
  body[class*="_category_center"] .footer-card {
    max-width: 1250px !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .footer-card {
      margin-bottom: 5px; } }
  @media screen and (max-width: 767px) {
    .footer-card {
      flex-wrap: wrap;
      margin-bottom: 50px; } }
  .footer-card-title {
    max-width: 1414px;
    margin: 0 auto 15px;
    color: #fff;
    font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    font-size: 32px; }
    body[class*="_category_center"] .footer-card-title {
      max-width: 1250px !important; }
@-moz-document url-prefix() {
  .footer-card-title {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
    @media screen and (max-width: 767px) {
      .footer-card-title {
        margin-bottom: 25px;
        font-size: 19px; } }
    html[lang="en"] .footer-card-title {
      font-size: 22px;
      line-height: 1;
      letter-spacing: -.02em;
      font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }
@-moz-document url-prefix() {
  html[lang="en"] .footer-card-title {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
      @media (max-width: 1167px) {
        html[lang="en"] .footer-card-title {
          font-size: 1.8851756641vw; } }
      @media screen and (max-width: 767px) {
        html[lang="en"] .footer-card-title {
          font-size: 19px; } }
      @media (max-width: 375px) {
        html[lang="en"] .footer-card-title {
          font-size: 5.0666666667vw; } }
    html[lang="zh-CN"] .footer-card-title {
      font-family: 'Noto Sans SC', sans-serif; }
    .footer-card-title-main {
      display: block;
      font-size: 1em;
      margin-bottom: .3em; }
      .footer-card-title-main[lang="en"] {
        font-size: 22px;
        line-height: 1;
        letter-spacing: -.02em; }
        @media screen and (max-width: 767px) {
          .footer-card-title-main[lang="en"] {
            font-size: 19px; } }
    .footer-card-title-sub {
      display: block;
      font-size: .7em; }
  .footer-card-item {
    flex: 1;
    margin-bottom: 45px;
    padding-bottom: 10px; }
    @media (min-width: 768px) and (max-width: 1167px) {
      .footer-card-item {
        margin-bottom: 25px; } }
    @media screen and (max-width: 767px) {
      .footer-card-item {
        flex: 0 1 auto;
        width: 50%;
        margin-bottom: 0;
        padding-bottom: 0; } }
    @media screen and (max-width: 767px) {
      html[lang="en"] body[class*="_category_official"] .footer-card-item {
        padding-right: 7%; } }
    .footer-card-item .footer-card-image::before {
      height: calc(100% + 1px) !important; }
    @media screen and (max-width: 767px) {
      .footer-card-item .footer-card-image {
        display: none; } }
    .footer-card-item .footer-card-image img {
      overflow: hidden;
      max-height: 143px; }
      body[class*="_category_center"] .footer-card-item .footer-card-image img {
        max-height: 145px; }
  @media screen and (max-width: 767px) {
    .footer-card-item:nth-child(n + 3) {
      margin-top: 23px; } }
  .footer-card-item:nth-last-child(n + 3) {
    margin-right: 3px; }
    @media screen and (max-width: 767px) {
      .footer-card-item:nth-last-child(n + 3) {
        margin-right: 0; } }
  body[class*="_category_center"] .footer-card-item:not(:last-child) {
    margin-right: 13px; }
    @media screen and (max-width: 767px) {
      body[class*="_category_center"] .footer-card-item:not(:last-child) {
        margin-right: 0; } }
  body[class*="_category_center"] .footer-card-item:last-child {
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      body[class*="_category_center"] .footer-card-item:last-child {
        margin-right: 0; } }
  html[lang="en"] .footer-card-item:nth-child(n) {
    margin-right: 18px; }
    @media screen and (max-width: 767px) {
      html[lang="en"] .footer-card-item:nth-child(n) {
        margin-right: 0; } }
  html[lang="en"] .footer-card-item:last-child {
    margin-right: 0; }
  html[lang="en"] body[class*="_category_official"] .footer-card-item:nth-child(n) {
    margin-right: 3px; }
    @media screen and (max-width: 767px) {
      html[lang="en"] body[class*="_category_official"] .footer-card-item:nth-child(n) {
        margin-right: 0; } }
  body[class*="_category_official"] .footer-card-item:last-child {
    margin-right: 0; }
  body[class*="_category_center"] .footer-card-item:last-child {
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      body[class*="_category_center"] .footer-card-item:last-child {
        margin-right: 0; } }
  ._column-6 .footer-card-item:nth-child(n) {
    margin-right: 3px !important; }
    @media screen and (max-width: 767px) {
      ._column-6 .footer-card-item:nth-child(n) {
        margin-right: 0 !important; } }
  body[class*="_category_official"] .footer-card-item-01 .footer-card-detail {
    width: 60%; }
  body[class*="_category_official"] .footer-card-item-02 .footer-card-detail {
    width: 91.35%; }
  body[class*="_category_official"] .footer-card-item-03 .footer-card-detail {
    width: 78.3%; }
  body[class*="_category_official"] .footer-card-item-04 .footer-card-detail {
    width: 69.6%; }
  body[class*="_category_official"] .footer-card-item-05 .footer-card-detail {
    width: 91%; }
  body[class*="_category_official"] .footer-card-item-06 .footer-card-detail {
    width: 86.1%; }
  @media screen and (max-width: 767px) {
    body[class*="_category_official"] .footer-card-item-01 .footer-card-detail {
      width: 96px; } }
  @media screen and (max-width: 767px) {
    body[class*="_category_official"] .footer-card-item-02 .footer-card-detail {
      width: 147px; } }
  @media screen and (max-width: 767px) {
    body[class*="_category_official"] .footer-card-item-03 .footer-card-detail {
      width: 126px; } }
  @media screen and (max-width: 767px) {
    body[class*="_category_official"] .footer-card-item-04 .footer-card-detail {
      width: 112px; } }
  @media screen and (max-width: 767px) {
    body[class*="_category_official"] .footer-card-item-05 .footer-card-detail {
      width: 146px; } }
  @media screen and (max-width: 767px) {
    body[class*="_category_official"] .footer-card-item-06 .footer-card-detail {
      width: 139px; } }
  .footer-card-item-05 {
    border-right: 2px solid #444;
    padding-right: 10px; }
    @media screen and (max-width: 767px) {
      .footer-card-item-05 {
        border-right: none;
        padding-right: 0; } }
    html[lang="en"] .footer-card-item-05 {
      border-right: 2px solid #444;
      padding-right: 10px; }
  .footer-card-item-06 {
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      .footer-card-item-06 {
        padding-left: 0; } }
    html[lang="en"] .footer-card-item-06 {
      padding-left: 10px; }
  .footer-card-detail {
    position: relative;
    margin: 20px 0 0 10px;
    padding: 0 0 8.58% !important;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .footer-card-detail {
        margin: 0;
        padding-bottom: 21.21212121% !important; }
        body[class*="_category_official"] .footer-card-detail {
          padding-bottom: 0 !important; } }
    html[lang="en"] .footer-card-detail {
      margin: 20px 10px 0;
      padding: 0 0 15.2173913043% !important; }
      @media screen and (max-width: 767px) {
        html[lang="en"] .footer-card-detail {
          margin: 0;
          padding-bottom: 30.5882352941% !important; } }
    html[lang="zh-CN"] .footer-card-detail {
      margin: 20px 10px 0;
      padding: 0 0 15.2173913043% !important; }
      @media screen and (max-width: 767px) {
        html[lang="zh-CN"] .footer-card-detail {
          margin: 0;
          padding-bottom: 0 !important; } }
    html[lang="en"] body[class*="_category_official"] .footer-card-detail {
      margin-top: 10px;
      padding-bottom: 15px !important;
      width: auto !important; }
      @media screen and (max-width: 767px) {
        html[lang="en"] body[class*="_category_official"] .footer-card-detail {
          margin: 0;
          padding-bottom: 10px !important; } }
    .footer-card-detail._large {
      padding-bottom: 18.442% !important; }
      @media screen and (max-width: 767px) {
        .footer-card-detail._large {
          padding-bottom: 31.68% !important; } }
      html[lang="en"] .footer-card-detail._large {
        padding-bottom: 23.9130434783% !important; }
        @media screen and (max-width: 767px) {
          html[lang="en"] .footer-card-detail._large {
            padding-bottom: 41.1764705882% !important; } }
      @media screen and (max-width: 767px) {
        html[lang="en"] .footer-card-detail._large._SPlarge {
          padding-bottom: 51.7647058824% !important; } }
      @media screen and (max-width: 767px) {
        html[lang="en"] .footer-card-detail._large._SPlarge5 {
          padding-bottom: 62.3529411765% !important; } }
    @media screen and (max-width: 767px) {
      html[lang="en"] .footer-card-detail._SPlarge {
        padding-bottom: 41.1764705882% !important; } }
    @media screen and (max-width: 767px) {
      html[lang="en"] ._column-6 .footer-card-detail {
        padding-bottom: 0 !important; } }
    .footer-card-detail picture {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: auto;
      height: 100%; }
    .footer-card-detail img {
      height: 100%; }
      html[lang="en"] body[class*="_category_official"] .footer-card-detail img {
        height: 40px; }
      html[lang="en"] .footer-card-detail img[src$="footer_ttl_03.svg"], html[lang="en"] .footer-card-detail img[src$="footer_ttl_04.svg"], html[lang="en"] .footer-card-detail img[src$="footer_ttl_05.svg"] {
        height: 39px; }
      html[lang="en"] .footer-card-detail img[src$="footer_ttl_03.svg"] {
        padding-right: 25px; }
      html[lang="en"] .footer-card-detail img[src$="footer_ttl_04.svg"], html[lang="en"] .footer-card-detail img[src$="footer_ttl_05.svg"] {
        padding-right: 20px; }
      .footer-card-detail img[src$="footer_ttl_about_us_01.svg"] {
        width: 150px; }
      .footer-card-detail img[src$="footer_ttl_departments_01.svg"] {
        width: 209px; }
      .footer-card-detail img[src$="footer_ttl_education_01.svg"] {
        width: 165px; }
      .footer-card-detail img[src$="footer_ttl_research_01.svg"] {
        width: 152px; }
      .footer-card-detail img[src$="footer_ttl_campus_life_01.svg"] {
        width: 180px; }
      .footer-card-detail img[src$="footer_ttl_admissions_01.svg"] {
        width: 176px; }
      .footer-card-detail img[src$="/science-engineering/chinese/img/common/footer_ttl_01_pc.svg"], .footer-card-detail img[src$="/science-engineering/chinese/img/common/footer_ttl_02_pc.svg"], .footer-card-detail img[src$="/science-engineering/chinese/img/common/footer_ttl_03_pc.svg"], .footer-card-detail img[src$="/science-engineering/chinese/img/common/footer_ttl_04_pc.svg"], .footer-card-detail img[src$="/science-engineering/chinese/img/common/footer_ttl_06_pc.svg"] {
        height: 19px; }
      .footer-card-detail img[src$="/science-engineering/chinese/img/common/footer_ttl_05_pc.svg"] {
        height: 40px; }
      .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_01_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_03_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_04_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_05_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_06_pc.svg"] {
        height: 16px; }
        @media screen and (max-width: 767px) {
          .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_01_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_03_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_04_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_05_pc.svg"], .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_06_pc.svg"] {
            height: 14px; } }
      .footer-card-detail img[src$="/science-engineering/english/img/common/footer_ttl_02_pc.svg"] {
        height: 56px; }
  .footer-card-item a {
    position: relative;
    display: block; }
    .footer-card-item a:hover {
      opacity: 1; }
    .footer-card-item a:hover [class$="image"] {
      background-color: rgba(0, 80, 126, 0.65); }
    .footer-card-item a [class$="text"] {
      position: relative;
      z-index: 2; }
    .footer-card-item a [class$="image"] {
      position: relative;
      background-color: transparent; }
      .footer-card-item a [class$="image"]::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: inherit; }
    .footer-card-item a::after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      width: 33px;
      height: 5px;
      margin-bottom: 0;
      margin-left: 10px;
      background-color: #919191; }
      @media screen and (max-width: 767px) {
        .footer-card-item a::after {
          display: none;
          width: 28px;
          height: 5px;
          margin-bottom: -28px;
          margin-left: 0; } }
  .footer-card-item.footer-card-item-05 a::after {
    display: block; }
  .footer-card-item.footer-card-item-06 a::after {
    background-color: #ffef03; }
    html[lang="en"] .footer-card-item.footer-card-item-06 a::after {
      background-color: #919191; }

.footer-area {
  display: flex; }
  @media screen and (max-width: 767px) {
    .footer-area {
      display: block; } }

.footer-site-map-wrap {
  background-color: #252525;
  flex: 1; }
  @media screen and (max-width: 767px) {
    .footer-site-map-wrap {
      background-color: transparent; } }

.footer-site-map {
  display: flex;
  max-width: 1414px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .footer-site-map {
      flex-direction: column; } }
  body[class*="_category_center"] .footer-site-map {
    max-width: 1250px; }
  html[lang|="en"] .footer-site-map, html[lang|="zh"] .footer-site-map {
    max-width: 1250px; }
  html[lang|="en"] ._column-6 .footer-site-map, html[lang|="zh"] ._column-6 .footer-site-map {
    max-width: 1414px; }
  html[lang="en"] .footer-site-map:before {
    content: "";
    flex: 1 0 auto; }
    @media (max-width: 1250px) {
      html[lang="en"] .footer-site-map:before {
        display: none; } }

.footer-links-wrap {
  display: flex;
  position: relative;
  width: 50%;
  padding: 40px 10px 40px 13px; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .footer-links-wrap {
      padding: 40px 10px 40px 23px; } }
  @media screen and (max-width: 767px) {
    .footer-links-wrap {
      flex-wrap: wrap;
      width: auto;
      padding: 0;
      margin-bottom: 15px; } }
  html[lang="ja"] body[class*="_category_official"] .footer-links-wrap {
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      html[lang="ja"] body[class*="_category_official"] .footer-links-wrap {
        align-items: stretch; } }

.footer-links {
  list-style-image: url(data:0);
  width: 30%; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .footer-links {
      margin-top: -8px; } }
  @media screen and (max-width: 767px) {
    .footer-links {
      flex-grow: 0;
      width: 50%;
      margin-top: 5px; }
      .footer-links:nth-child(1), .footer-links:nth-child(3) {
        margin-top: 0; }
      body[class*="_category_center-top"] .footer-links:nth-child(1), body[class*="_category_center-top"] .footer-links:nth-child(3) {
        margin-top: 5px !important; } }
  .footer-links-item {
    padding-left: 21px;
    text-indent: -21px;
    line-height: 1.4; }
    @media (min-width: 768px) and (max-width: 1167px) {
      .footer-links-item {
        padding-left: 8px;
        padding-right: 8px; } }
    @media screen and (max-width: 767px) {
      .footer-links-item {
        line-height: 1.1; } }
    @media screen and (max-width: 767px) {
      .footer-links-item:nth-child(n + 2) {
        padding-top: 5px; } }
  .footer-links-item a {
    position: relative;
    font-size: 12px;
    line-height: 2.1666666667;
    color: #fff;
    font-weight: 800; }
    @media screen and (max-width: 767px) {
      .footer-links-item a {
        font-size: 10px; } }
    @media (min-width: 768px) and (max-width: 1167px) {
      .footer-links-item a {
        font-size: .9vw; } }
    html[lang="en"] body[class*="_category_faculty"] .footer-links-item a {
      letter-spacing: .04em; }
  .footer-links .ico {
    display: inline-block;
    width: 10px;
    height: 3px;
    margin-right: 11px;
    background-color: #eaeaea; }
    @media screen and (max-width: 767px) {
      .footer-links .ico {
        display: none; } }

.footer-links:nth-child(2) {
  width: 36.05%;
  padding-left: 24px; }
  @media screen and (max-width: 767px) {
    .footer-links:nth-child(2) {
      padding-left: 0;
      order: 3; } }

.footer-links:nth-child(3) {
  padding-left: 20px;
  border-left: 2px solid #444; }
  @media screen and (max-width: 767px) {
    .footer-links:nth-child(3) {
      border-left: none;
      padding-left: 0; } }
  html[lang="ja"] body[class*="_category_official"] .footer-links:nth-child(3) {
    padding-bottom: 1em; }
    @media screen and (max-width: 767px) {
      html[lang="ja"] body[class*="_category_official"] .footer-links:nth-child(3) {
        padding-bottom: 0; } }

.footer-info-wrap {
  position: relative;
  width: 50%;
  background-color: #292929;
  font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }
  @media screen and (max-width: 767px) {
    .footer-info-wrap {
      width: auto;
      background-color: transparent; } }
  .footer-info-wrap::after {
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    width: 1000%;
    height: 100%;
    background-color: #292929; }
    @media screen and (max-width: 767px) {
      .footer-info-wrap::after {
        display: none; } }

.footer-info {
  display: flex;
  flex: 1;
  padding: 40px 0 40px 25px; }
  body[class*="_category_center-top"] .footer-info {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  @media screen and (max-width: 767px) {
    .footer-info {
      flex-direction: column;
      padding: 0 !important; } }

.footer-address {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.1666666667; }
  @media (max-width: 1167px) {
    .footer-address {
      margin-right: 20px;
      font-size: .9vw; } }
  @media screen and (max-width: 767px) {
    .footer-address {
      margin-right: 0;
      margin-bottom: 30px;
      font-size: 10px;
      line-height: 2; } }
  .footer-address a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 2.1666666667; }
    @media (max-width: 1167px) {
      .footer-address a {
        font-size: .9vw; } }
    @media screen and (max-width: 767px) {
      .footer-address a {
        font-size: 10px;
        line-height: 1.5; } }

.footer-global {
  width: 246px;
  margin-left: auto;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .footer-global {
      width: 100%;
      margin-top: 0;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 1167px) {
    .footer-global {
      width: 26vw; } }
  .footer-global .footer-global-title {
    position: relative;
    margin-bottom: 7px;
    font-size: 10px;
    text-align: center;
    color: #fff; }
    .footer-global .footer-global-title::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      bottom: 0;
      width: 100%;
      height: 4px;
      background-color: #fff;
      transform: translateY(-40%); }
    .footer-global .footer-global-title span {
      display: inline-block;
      position: relative;
      padding: 0 .75em;
      background-color: #292929; }
      @media screen and (max-width: 767px) {
        .footer-global .footer-global-title span {
          background-color: #222; } }
  .footer-global .ico-global {
    position: relative; }
    .footer-global .ico-global::before {
      position: absolute;
      content: '';
      display: block;
      width: 32px;
      height: 32px;
      top: 0;
      left: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      background: url(/v2/img/common/global.svg) center center no-repeat;
      background-size: 32px; }
      @media (max-width: 1167px) {
        .footer-global .ico-global::before {
          width: 23px;
          height: 23px;
          background-size: 23px 23px; } }
      @media screen and (max-width: 767px) {
        .footer-global .ico-global::before {
          width: 22px;
          height: 22px;
          background-size: 22px; } }
  .footer-global > a + .footer-global-title {
    margin-top: 3px;
    margin-bottom: 0; }
  .footer-global > a {
    display: flex;
    justify-content: center;
    padding: 24px 10px;
    font: 900 14px/1.4 "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    text-align: left;
    background-color: #fff; }
    .footer-global > a:hover {
      color: #fff;
      background-color: #00507e;
      opacity: 1; }
      .footer-global > a:hover .ico-global::before {
        background-image: url(/v2/img/common/global_white.svg); }
    @media screen and (max-width: 767px) {
      .footer-global > a {
        padding: 30px 0;
        font-size: 12.5px;
        line-height: 1em; } }
    @media (min-width: 768px) and (max-width: 1167px) {
      .footer-global > a {
        font-size: 1.6vw; } }
  .footer-global-text {
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      .footer-global-text {
        display: inline-block;
        padding-left: 35px; } }
    @media (min-width: 768px) and (max-width: 1167px) {
      .footer-global-text {
        padding-left: 4vw; } }

.footer-sns {
  list-style-image: url(data:0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  margin-top: 28px;
  color: #9a9a9a; }
  @media screen and (max-width: 767px) {
    .footer-sns {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch; } }
  .footer-sns li {
    margin: 0 13px; }
    .footer-sns li:nth-child(1) {
      width: 20px;
      height: 16px; }
    .footer-sns li:nth-child(2) {
      width: 19px;
      height: 18px; }
    .footer-sns li:nth-child(3) {
      width: 21px;
      height: 15px; }
    .footer-sns li:nth-child(4) {
      width: 19px;
      height: 19px; }
    .footer-sns li:nth-child(5) {
      width: 24px;
      height: 23px; }
    .footer-sns li a {
      display: block;
      padding: 0 !important;
      width: inherit;
      height: inherit;
      background-color: transparent !important; }
      .footer-sns li a svg,
      .footer-sns li a img {
        position: static !important;
        width: inherit !important;
        height: inherit !important; }
        .footer-sns li a svg path,
        .footer-sns li a img path {
          fill: #9a9a9a !important; }
  @media screen and (max-width: 767px) {
    html[lang="ja"] body[class*="_category_official"] .footer-sns {
      padding-bottom: 30px; } }

.footer-award {
  position: absolute;
  left: 9px;
  bottom: 28px; }
  @media screen and (max-width: 767px) {
    .footer-links-wrap .footer-award {
      display: none; } }
  .footer-info-wrap .footer-award {
    display: none;
    position: static;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .footer-info-wrap .footer-award {
        display: block; } }
  .footer-award a img[src$="ico_good_design_01.svg"] {
    width: 142px;
    height: 23px; }

.footer-copyright {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 19px;
  width: 100%;
  height: 63px;
  font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: 2;
  color: #a3a3a3;
  font-weight: 800;
  background-color: #000; }
  @media screen and (max-width: 767px) {
    .footer-copyright {
      padding-top: 12px;
      padding-bottom: 12px;
      height: 44px; } }
  .footer-copyright small {
    font-size: 11px; }
    @media screen and (max-width: 767px) {
      .footer-copyright small {
        display: block;
        font-size: 10px;
        transform: scale(0.8); } }

.footer-academics .footer-card {
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .footer-academics .footer-card {
      margin-bottom: 50px; } }
  .footer-academics .footer-card .footer-card-item {
    margin-bottom: 0; }
    .footer-academics .footer-card .footer-card-item a:after {
      display: none; }
  .footer-academics .footer-card .footer-card-item-05 {
    padding-right: 0;
    border-right: none;
    margin-right: 3px; }
    @media screen and (max-width: 767px) {
      .footer-academics .footer-card .footer-card-item-05 {
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .footer-academics .footer-card .footer-card-item-05 a:after {
        display: block; } }
  .footer-academics .footer-card .footer-card-item-06 {
    padding-left: 0; }
    @media screen and (max-width: 767px) {
      .footer-academics .footer-card .footer-card-item-06 {
        display: block; } }
.footer-academics .footer-global {
  width: 246px; }
  @media (max-width: 1167px) {
    .footer-academics .footer-global {
      width: 192px; } }
  @media screen and (max-width: 767px) {
    .footer-academics .footer-global {
      width: 100%; } }
  .footer-academics .footer-global > a {
    display: block;
    padding-top: 25px;
    padding-bottom: 24px;
    height: 90px;
    text-align: center; }
    @media (max-width: 1167px) {
      .footer-academics .footer-global > a {
        padding-top: 19px;
        padding-bottom: 17px;
        height: 70px; } }
    @media screen and (max-width: 767px) {
      .footer-academics .footer-global > a {
        height: 75px; } }
    .footer-academics .footer-global > a > img {
      width: 146px; }
  html[lang="en"] .footer-academics .footer-global._SNSnone--6 {
    margin-top: 7px !important; }
    @media (max-width: 1167px) {
      html[lang="en"] .footer-academics .footer-global._SNSnone--6 {
        margin-top: 10px !important; } }
    @media screen and (max-width: 767px) {
      html[lang="en"] .footer-academics .footer-global._SNSnone--6 {
        margin-top: 0 !important; } }
.footer-academics .footer-address a {
  display: inline-block; }

.footer-agriculture .footer-card {
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-card {
      margin-bottom: 50px; } }
  .footer-agriculture .footer-card .footer-card-item-01 .footer-card-detail {
    width: 78.3%; }
  .footer-agriculture .footer-card .footer-card-item-02 .footer-card-detail {
    width: 53.1%; }
  .footer-agriculture .footer-card .footer-card-item-03 .footer-card-detail {
    width: 53.1%; }
  .footer-agriculture .footer-card .footer-card-item-04 .footer-card-detail {
    width: 57.85%; }
  .footer-agriculture .footer-card .footer-card-item-05 .footer-card-detail {
    width: 57.85%; }
  .footer-agriculture .footer-card .footer-card-item-06 .footer-card-detail {
    width: 53.1%; }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-01 .footer-card-detail {
      width: 132px; } }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-02 .footer-card-detail {
      width: 75px; } }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-03 .footer-card-detail {
      width: 75px; } }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-04 .footer-card-detail {
      width: 88px; } }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-05 .footer-card-detail {
      width: 88px; } }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-card .footer-card-item-06 .footer-card-detail {
      width: 75px; } }
  .footer-agriculture .footer-card .footer-card-item {
    margin-bottom: 0; }
    .footer-agriculture .footer-card .footer-card-item a:after {
      display: none; }
  .footer-agriculture .footer-card .footer-card-item-05 {
    padding-right: 0;
    border-right: none;
    margin-right: 3px; }
    @media screen and (max-width: 767px) {
      .footer-agriculture .footer-card .footer-card-item-05 {
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .footer-agriculture .footer-card .footer-card-item-05 a:after {
        display: block; } }
  .footer-agriculture .footer-card .footer-card-item-06 {
    padding-left: 0; }
    @media screen and (max-width: 767px) {
      .footer-agriculture .footer-card .footer-card-item-06 {
        display: block; } }
.footer-agriculture .footer-global {
  width: 246px; }
  @media screen and (max-width: 767px) {
    .footer-agriculture .footer-global {
      width: 100%; } }
  .footer-agriculture .footer-global a {
    display: block;
    padding-top: 27px;
    padding-bottom: 27px;
    text-align: center; }
    .footer-agriculture .footer-global a > img {
      width: 146px; }
.footer-agriculture .footer-address a {
  display: inline-block; }

[class^="_category_faculty"] .footer .footer-card-title,
[class*="_category_center"] .footer .footer-card-title,
html[lang="en"] [class*="_category_official"] .footer .footer-card-title {
  max-width: 1440px;
  padding-left: 13px; }
  @media screen and (max-width: 767px) {
    [class^="_category_faculty"] .footer .footer-card-title,
    [class*="_category_center"] .footer .footer-card-title,
    html[lang="en"] [class*="_category_official"] .footer .footer-card-title {
      padding-left: 0; } }
[class^="_category_faculty"] .footer .footer-card-wrap,
[class*="_category_center"] .footer .footer-card-wrap,
html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap {
  padding-top: 35px; }
  @media screen and (max-width: 767px) {
    [class^="_category_faculty"] .footer .footer-card-wrap,
    [class*="_category_center"] .footer .footer-card-wrap,
    html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap {
      padding-top: 27px; } }
  [class^="_category_faculty"] .footer .footer-card-wrap .footer-card, [class*="_category_center"] .footer .footer-card-wrap .footer-card, html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card {
    max-width: 1440px;
    padding-right: 13px;
    padding-left: 13px; }
    body[class*="_category_faculty"] [class^="_category_faculty"] .footer .footer-card-wrap .footer-card,
    body[class*="_category_faculty"] [class*="_category_center"] .footer .footer-card-wrap .footer-card,
    body[class*="_category_faculty"] html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card {
      margin-bottom: 28px; }
    @media screen and (max-width: 767px) {
      [class^="_category_faculty"] .footer .footer-card-wrap .footer-card, [class*="_category_center"] .footer .footer-card-wrap .footer-card, html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card {
        padding-right: 0;
        padding-left: 0; }
        html[lang="en"] [class^="_category_faculty"] .footer .footer-card-wrap .footer-card, html[lang="en"] [class*="_category_center"] .footer .footer-card-wrap .footer-card, html[lang="en"] html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card {
          margin-bottom: 50px; } }
    html[lang="en"] body[class*="_category_faculty"] [class^="_category_faculty"] .footer .footer-card-wrap .footer-card, html[lang="en"] body[class*="_category_faculty"] [class*="_category_center"] .footer .footer-card-wrap .footer-card, html[lang="en"] body[class*="_category_faculty"] html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card {
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        html[lang="en"] body[class*="_category_faculty"] [class^="_category_faculty"] .footer .footer-card-wrap .footer-card, html[lang="en"] body[class*="_category_faculty"] [class*="_category_center"] .footer .footer-card-wrap .footer-card, html[lang="en"] body[class*="_category_faculty"] html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card {
          margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    [class^="_category_faculty"] .footer .footer-card-wrap .footer-card-item:nth-child(n + 3), [class*="_category_center"] .footer .footer-card-wrap .footer-card-item:nth-child(n + 3), html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card-item:nth-child(n + 3) {
      margin-top: 18px; } }
  @media screen and (max-width: 767px) {
    html[lang="en"] [class^="_category_faculty"] .footer .footer-card-wrap .footer-card-item:nth-child(n + 3),
    html[lang="en"] [class*="_category_center"] .footer .footer-card-wrap .footer-card-item:nth-child(n + 3),
    html[lang="en"] html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card-item:nth-child(n + 3) {
      margin-top: 20px; } }
  [class^="_category_faculty"] .footer .footer-card-wrap .footer-card-detail,
  [class*="_category_center"] .footer .footer-card-wrap .footer-card-detail,
  html[lang="en"] [class*="_category_official"] .footer .footer-card-wrap .footer-card-detail {
    padding-bottom: 0; }
[class^="_category_faculty"] .footer .footer-global,
[class*="_category_center"] .footer .footer-global,
html[lang="en"] [class*="_category_official"] .footer .footer-global {
  margin-top: 7px; }
  @media screen and (max-width: 767px) {
    [class^="_category_faculty"] .footer .footer-global,
    [class*="_category_center"] .footer .footer-global,
    html[lang="en"] [class*="_category_official"] .footer .footer-global {
      margin-top: 0; } }
  html[lang="en"] [class^="_category_faculty"] .footer .footer-global .footer-sns,
  html[lang="en"] [class*="_category_center"] .footer .footer-global .footer-sns,
  html[lang="en"] html[lang="en"] [class*="_category_official"] .footer .footer-global .footer-sns {
    margin-bottom: -15px; }
    @media screen and (max-width: 767px) {
      html[lang="en"] [class^="_category_faculty"] .footer .footer-global .footer-sns,
      html[lang="en"] [class*="_category_center"] .footer .footer-global .footer-sns,
      html[lang="en"] html[lang="en"] [class*="_category_official"] .footer .footer-global .footer-sns {
        margin-bottom: 0; } }
  [class^="_category_faculty"] .footer .footer-global svg,
  [class*="_category_center"] .footer .footer-global svg,
  html[lang="en"] [class*="_category_official"] .footer .footer-global svg {
    position: relative;
    left: -5px;
    width: 146px;
    height: 100%;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 1167px) {
      [class^="_category_faculty"] .footer .footer-global svg,
      [class*="_category_center"] .footer .footer-global svg,
      html[lang="en"] [class*="_category_official"] .footer .footer-global svg {
        width: 118px; } }
    @media screen and (max-width: 767px) {
      [class^="_category_faculty"] .footer .footer-global svg,
      [class*="_category_center"] .footer .footer-global svg,
      html[lang="en"] [class*="_category_official"] .footer .footer-global svg {
        width: 140px;
        left: -13px; } }
    [class^="_category_faculty"] .footer .footer-global svg .cls-1,
    [class*="_category_center"] .footer .footer-global svg .cls-1,
    html[lang="en"] [class*="_category_official"] .footer .footer-global svg .cls-1 {
      fill: #fff; }
  [class^="_category_faculty"] .footer .footer-global a,
  [class*="_category_center"] .footer .footer-global a,
  html[lang="en"] [class*="_category_official"] .footer .footer-global a {
    background-color: #00507e; }
    @media screen and (max-width: 767px) {
      [class^="_category_faculty"] .footer .footer-global a,
      [class*="_category_center"] .footer .footer-global a,
      html[lang="en"] [class*="_category_official"] .footer .footer-global a {
        padding-top: 18px;
        padding-bottom: 18px; } }
    [class^="_category_faculty"] .footer .footer-global a:hover,
    [class*="_category_center"] .footer .footer-global a:hover,
    html[lang="en"] [class*="_category_official"] .footer .footer-global a:hover {
      background-color: #fff; }
      [class^="_category_faculty"] .footer .footer-global a:hover .cls-1,
      [class*="_category_center"] .footer .footer-global a:hover .cls-1,
      html[lang="en"] [class*="_category_official"] .footer .footer-global a:hover .cls-1 {
        fill: #222; }
body[class*="_category_faculty"] [class^="_category_faculty"] .footer .footer-links-wrap,
body[class*="_category_faculty"] [class*="_category_center"] .footer .footer-links-wrap,
body[class*="_category_faculty"] html[lang="en"] [class*="_category_official"] .footer .footer-links-wrap {
  padding: 35px 10px 35px 23px; }
  @media screen and (max-width: 767px) {
    body[class*="_category_faculty"] [class^="_category_faculty"] .footer .footer-links-wrap,
    body[class*="_category_faculty"] [class*="_category_center"] .footer .footer-links-wrap,
    body[class*="_category_faculty"] html[lang="en"] [class*="_category_official"] .footer .footer-links-wrap {
      padding: 5px 10px 20px 0;
      margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  [class^="_category_faculty"] .footer .footer-links-wrap .footer-links-item:nth-child(n + 2), [class*="_category_center"] .footer .footer-links-wrap .footer-links-item:nth-child(n + 2), html[lang="en"] [class*="_category_official"] .footer .footer-links-wrap .footer-links-item:nth-child(n + 2) {
    padding-top: 5px; } }
@media screen and (max-width: 767px) {
  html[lang="en"] [class^="_category_faculty"] .footer .footer-links-wrap .footer-links-item:nth-child(n + 2), html[lang="en"] [class*="_category_center"] .footer .footer-links-wrap .footer-links-item:nth-child(n + 2), html[lang="en"] html[lang="en"] [class*="_category_official"] .footer .footer-links-wrap .footer-links-item:nth-child(n + 2) {
    padding-top: 2px; } }
[class^="_category_faculty"] .footer .footer-info,
[class*="_category_center"] .footer .footer-info,
html[lang="en"] [class*="_category_official"] .footer .footer-info {
  padding: 35px 0 35px 25px; }
  @media screen and (max-width: 767px) {
    [class^="_category_faculty"] .footer .footer-info,
    [class*="_category_center"] .footer .footer-info,
    html[lang="en"] [class*="_category_official"] .footer .footer-info {
      padding: 0; } }
  @media screen and (max-width: 767px) {
    [class^="_category_faculty"] .footer .footer-info .footer-address,
    [class*="_category_center"] .footer .footer-info .footer-address,
    html[lang="en"] [class*="_category_official"] .footer .footer-info .footer-address {
      margin-bottom: 23px; } }

@media screen and (max-width: 767px) {
  [class^="_category_faculty"] .footer-links {
    margin-top: 0; } }

.c-menu-wrap {
  overflow: hidden;
  position: relative;
  background-color: transparent; }
  .c-menu-wrap.c-menu-wrap-top {
    display: none; }
    @media screen and (max-width: 767px) {
      .c-menu-wrap.c-menu-wrap-top {
        display: block;
        margin-right: 6px; } }

.c-menu {
  display: table;
  width: 1284px;
  background-color: #222; }
  @media screen and (max-width: 767px) {
    .c-menu {
      width: 980px;
      padding-top: 15px;
      padding-bottom: 15px; } }
  main .c-menu {
    overflow: hidden; }
  .c-menu-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .c-menu-item a {
    display: block;
    border-right: 1px solid #4e4e4e;
    padding-right: 12px;
    padding-left: 12px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 800;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .c-menu-item a {
        font-size: 12px; } }
  .c-menu-item-title {
    background-color: #393939; }
    .c-menu-item-title > a {
      padding: 0 0 3px 0;
      border-right: none;
      font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
      font-weight: bold; }
  .c-menu-item-title span {
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }

.c-menu-wrap-top {
  padding-right: 6px;
  padding-left: 6px; }
  @media screen and (max-width: 767px) {
    .c-menu-wrap-top {
      margin-bottom: 10px; } }

.c-menu .marquee {
  width: 726px; }

.marquee-box {
  position: relative;
  height: 65px; }
  @media screen and (max-width: 767px) {
    .marquee-box {
      height: 20px; } }
  .marquee-box .marquee {
    position: absolute;
    top: 12px;
    left: 0;
    display: block; }
    @media screen and (max-width: 767px) {
      .marquee-box .marquee {
        top: 0; } }

.c-menu-search {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  width: 820px;
  height: 61px; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .c-menu-search {
      width: 100%; } }
  .c-menu-search .c-menu-item {
    padding-top: 10px;
    padding-bottom: 10px; }
  .c-menu-search .c-menu-item-title {
    position: relative;
    z-index: 3;
    pointer-events: none;
    padding: 18.5px 23px; }
    .c-menu-search .c-menu-item-title a {
      width: 94px; }
    .c-menu-search .c-menu-item-title img {
      display: block;
      width: 100%; }

.c-search-box-wrap {
  position: relative; }

.c-search-box-result {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  max-width: 725px;
  display: none;
  padding: 10px;
  margin-bottom: -7px;
  margin-left: 7px;
  border: 1px solid #cacacb;
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 768px) and (max-width: 1167px) {
    .c-search-box-result {
      max-width: 755px; } }
  @media screen and (max-width: 767px) {
    .c-search-box-result {
      margin-bottom: -5px;
      margin-left: 0; } }
  .c-search-box-result li {
    border-bottom: 1px solid #d4d4d4; }
    .c-search-box-result li:last-child {
      border-bottom: none; }
  .c-search-box-result li a {
    padding: 10px;
    font-size: 14px;
    line-height: 2.8571428571;
    color: #6c6c6c; }

.c-search-box-result-sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .c-search-box-result-sp {
      display: block; } }

.c-search {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 30px;
  width: 820px;
  margin-right: auto;
  margin-left: auto;
  z-index: 11000;
  transform: translateY(0);
  transition: opacity 0.3s cubic-bezier(1, 0, 0, 1), transform 0.4s cubic-bezier(1, 0, 0, 1); }
  @media (min-width: 768px) and (max-width: 1167px) {
    .c-search {
      width: 80%; } }
  .c-search-box {
    position: relative;
    display: block; }
  .c-search-box input {
    width: 100%;
    display: block;
    padding: 30px 17px;
    margin-left: auto;
    border: 7px solid #00507e;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 900; }
    @media (min-width: 768px) and (max-width: 1167px) {
      .c-search-box input {
        padding-top: 16px;
        padding-bottom: 16px; } }
    .c-search-box input::placeholder {
      color: #ddd;
      line-height: 1;
      font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }
  .c-search .c-search-btn {
    position: absolute;
    top: 0;
    right: 0; }

#search-container {
  opacity: 0; }

.sc-btm-fixed #search-container {
  position: absolute;
  bottom: calc(100% + 93px); }

.sc-btm-fixed .thin#search-container {
  top: -155px; }

@media screen and (max-width: 1167px) and (min-width: 768px) {
  .sc-btm-fixed #search-container {
    top: -176px; } }
.c-search.is-active {
  position: fixed;
  z-index: 5;
  opacity: 1;
  transform: translateY(500px); }
  @media print {
    .c-search.is-active {
      position: static;
      transform: translateY(0); } }
  .c-search.is-active .c-menu-search {
    transform: translateY(0);
    opacity: 1; }

.c-search-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px;
  border-radius: 50%;
  background-color: #ffef03; }
  .c-search-close::before, .c-search-close::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 10px;
    height: 1px;
    margin: auto;
    background-color: #000; }
    .c-search-close::before:hover, .c-search-close::after:hover {
      opacity: .8; }
  .c-search-close::before {
    transform: rotate(-45deg); }
  .c-search-close::after {
    transform: rotate(45deg); }

.c-search-box-side {
  position: relative;
  display: block; }
  .c-search-box-side input {
    width: 100%;
    display: block;
    height: 37px;
    border: none;
    line-height: 1;
    padding: 14px 60px 14px 14px; }
    .c-search-box-side input::placeholder {
      color: #ddd;
      line-height: 1;
      font-weight: 900;
      vertical-align: middle;
      font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }
  .c-search-box-side .c-search-side-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 41px;
    height: 41px;
    margin-top: auto;
    margin-bottom: auto;
    background: url(/v2/img/common/ico_search_02.svg) no-repeat center center;
    background-size: 45px 45px; }

.c-nav-box-wrap {
  z-index: 10; }

.c-nav-box {
  position: absolute;
  bottom: 100%;
  right: 0;
  display: flex;
  transition: bottom linear .4s; }
  @media screen and (max-width: 767px) {
    .c-nav-box {
      min-width: 0;
      width: 100%; } }
  .c-nav-box-item {
    position: relative; }
  .c-nav-box .c-search-box {
    display: flex;
    width: 100%; }

.c-nav-box.is-active {
  bottom: 0;
  z-index: 10;
  margin-bottom: 0; }

.c-nav-box.is-active-fixed {
  position: fixed; }

.c-nav-box.is-active-absolute {
  position: absolute; }

.c-nav-box .c-search-btn {
  display: none; }
  @media screen and (max-width: 767px) {
    .c-nav-box .c-search-btn {
      display: flex; } }
.c-search-btn .ico-search-btn {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  background: #00507e; }
  @media (min-width: 1168px) {
    .c-search-btn .ico-search-btn {
      width: 88px;
      height: 88px; } }
  .c-search-btn .ico-search-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 22px;
    height: 23px;
    background: url(/v2/img/common/ico_search_01.svg) no-repeat center center;
    background-size: cover; }
    @media (min-width: 1168px) {
      .c-search-btn .ico-search-btn:after {
        width: 33px;
        height: 35px; } }
@media screen and (max-width: 767px) {
  .c-search-btn {
    display: flex;
    width: calc(100% - 58px); } }
.c-search-btn .sp-input {
  display: none; }
  @media screen and (max-width: 767px) {
    .c-search-btn .sp-input {
      display: block;
      width: 100%; } }
@media screen and (max-width: 767px) {
  .c-search-btn input {
    width: 100%;
    min-height: 58px;
    padding: 5px;
    border: 5px solid #00507e;
    border-radius: 0;
    line-height: 1; } }
.c-search-btn input::placeholder {
  font-weight: bold;
  color: #b2cad8;
  font-size: 11px; }

.c-hamburger-btn {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  background-color: #222;
  opacity: 1; }
  @media (min-width: 1168px) {
    .c-hamburger-btn {
      width: 88px;
      height: 88px; } }

.c-hamburger-btn-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto; }

.c-hamburger-btn-border {
  width: 25px;
  height: 4px;
  background-color: #fff;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  @media screen and (max-width: 767px) {
    .c-hamburger-btn-border {
      width: 17px;
      height: 3px; } }
  .c-hamburger-btn-border:nth-child(1) {
    bottom: 16px; }
    @media screen and (max-width: 767px) {
      .c-hamburger-btn-border:nth-child(1) {
        bottom: 18px; } }
  .c-hamburger-btn-border:nth-child(2) {
    bottom: 0; }
    @media screen and (max-width: 767px) {
      .c-hamburger-btn-border:nth-child(2) {
        bottom: 6px; } }
  .c-hamburger-btn-border:nth-child(3) {
    bottom: -16px; }
    @media screen and (max-width: 767px) {
      .c-hamburger-btn-border:nth-child(3) {
        bottom: -6px; } }

.c-hamburger-btn-text {
  top: auto;
  bottom: 20px;
  width: 36px;
  height: 8px;
  background: url(/v2/img/common/txt_menu.svg) no-repeat center center; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .c-hamburger-btn-text {
      bottom: 8px;
      width: 28px; } }
  @media screen and (max-width: 767px) {
    .c-hamburger-btn-text {
      width: 24px;
      height: 6px;
      bottom: 12px; } }

@keyframes hamburger {
  100% {
    height: 0; } }
.c-hamburger-btn.is-active .c-hamburger-btn-border:nth-child(1) {
  transform: rotate(-45deg);
  bottom: 0; }
.c-hamburger-btn.is-active .c-hamburger-btn-border:nth-child(2) {
  transform: translateY(50%);
  opacity: 0;
  animation: hamburger .8s forwards; }
.c-hamburger-btn.is-active .c-hamburger-btn-border:nth-child(3) {
  transform: rotate(45deg);
  bottom: 0; }

.module_search label {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 60px; }
  @media screen and (max-width: 767px) {
    .module_search label {
      height: 55px; } }
  .module_search label input,
  .module_search label button {
    display: block;
    float: left;
    border: none;
    height: inherit; }
    .module_search label input[type="text"],
    .module_search label button[type="text"] {
      border: 4px solid #000;
      padding: 0 1em;
      border-right: none;
      width: calc(100% - 60px);
      font-weight: bold;
      line-height: 52px; }
      @media screen and (max-width: 767px) {
        .module_search label input[type="text"],
        .module_search label button[type="text"] {
          width: calc(100% - 55px);
          line-height: 47px; } }
    .module_search label input[type="submit"],
    .module_search label button[type="submit"] {
      border: none;
      width: 60px;
      background: #000 url("/v2/img/common/ico_search_01.svg") no-repeat center center;
      background-size: 20px 20px; }
      @media screen and (max-width: 767px) {
        .module_search label input[type="submit"],
        .module_search label button[type="submit"] {
          width: 55px; } }
      .module_search label input[type="submit"] span,
      .module_search label button[type="submit"] span {
        display: none; }

.gsc-control-searchbox-only form.gsc-search-box {
  margin-bottom: 0;
  background: #00507e; }
.gsc-control-searchbox-only table.gsc-search-box {
  margin-bottom: 0;
  background: #00507e; }
.gsc-control-searchbox-only .gsc-input-box {
  height: auto !important;
  border: none !important;
  padding: 0 !important;
  background: #00507e; }
.gsc-control-searchbox-only .gsc-input {
  padding: 0 !important; }
.gsc-control-searchbox-only .gsib_a {
  padding: 0 !important;
  background: #fff; }
.gsc-control-searchbox-only .gsib_b {
  position: absolute;
  right: 100px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0; }
  @media screen and (max-width: 767px) {
    .gsc-control-searchbox-only .gsib_b {
      height: 20px;
      margin: -10px 0 0;
      right: 20%; } }
.gsc-control-searchbox-only .gsc-input input {
  width: 100%;
  height: 93px !important;
  display: block;
  padding: 30px 17px !important;
  box-sizing: border-box;
  margin-left: auto;
  margin-top: 0 !important;
  border: 7px solid #00507e !important;
  font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 900;
  background-position: 10px !important; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .gsc-control-searchbox-only .gsc-input input {
      height: 68px !important;
      padding-top: 16px !important;
      padding-bottom: 16px !important; } }
  @media screen and (max-width: 767px) {
    .gsc-control-searchbox-only .gsc-input input {
      width: 100%;
      height: 58px !important;
      padding: 5px !important;
      border: 5px solid #00507e !important;
      border-right: none !important;
      border-radius: 0;
      line-height: 1; }
      html[lang="en"] .gsc-control-searchbox-only .gsc-input input {
        text-indent: 56px !important; } }
  .gsc-control-searchbox-only .gsc-input input::placeholder {
    color: #ddd;
    line-height: 1;
    font-family: "Helvetica Neue", "Helvetica", Arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }
.gsc-control-searchbox-only .gsc-search-button {
  position: absolute;
  top: 0;
  right: 0; }
  @media screen and (max-width: 767px) {
    .gsc-control-searchbox-only .gsc-search-button {
      position: relative;
      top: auto;
      right: auto; } }
  .gsc-control-searchbox-only .gsc-search-button .gsc-search-button-v2 {
    display: block;
    width: 56px;
    height: 56px;
    background: #00507e url(/v2/img/common/ico_search_01.svg) no-repeat center center;
    background-size: 22px 23px;
    padding: 34px;
    border: none;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0; }
    @media (min-width: 1168px) {
      .gsc-control-searchbox-only .gsc-search-button .gsc-search-button-v2 {
        width: 88px;
        height: 88px;
        padding: 45px;
        background-size: 33px 35px; } }
    @media screen and (max-width: 767px) {
      .gsc-control-searchbox-only .gsc-search-button .gsc-search-button-v2 {
        padding: 29px 10px; } }
    .gsc-control-searchbox-only .gsc-search-button .gsc-search-button-v2 svg {
      display: none; }
.gsc-control-searchbox-only .gsc-clear-button {
  display: none; }

.gssb_c {
  top: auto !important;
  bottom: 193px;
  position: fixed !important;
  bottom: 165px; }
  @media (min-width: 1168px) {
    .gssb_c {
      bottom: 193px; } }
  @media screen and (max-width: 767px) {
    .gssb_c {
      bottom: 58px;
      width: 91.5% !important; } }

.sp-unit {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-unit {
      display: block;
      width: 100%; } }

@media screen and (max-width: 767px) {
  .c-search-btn .ico-search-btn {
    display: none !important; } }

.gs-title {
  line-height: 1; }

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