@charset "utf-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  富山大学経済学部 英語ページ用　元スタイルを上書きで調整
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ページタイトルヘッダー */
@media (min-width: 768px) {
  .page-header {
    margin-top: 56px;
    flex-direction: row;
  }
}

.page-header.page-about > div.bg-white {
  background-image: none;
}
.page-header.page-admission > div.bg-white {
  background-image: none;
}
.page-header.page-education > div.bg-white {
  background-image: none;
}
.page-header.page-life > div.bg-white {
  background-image: none;
}
.page-header.page-research > div.bg-white {
  background-image: none;
}
.page-header.page-graduate > div.bg-white {
  background-image: none;
}
.page-header.page-international > div.bg-white {
  background-image: none;
  /* background-size: auto 42%; */
}
.page-header.page-news > div.bg-white {
  background-image: none;
}

/* トップページ */
@media (min-width: 992px) {
  .top-message-wrap {
    background-position: left;
    padding: 7rem 0;
    background-size: contain;
  }
}
/* メインビジュアル見出し */
.top-mv-text {
  background-color: #fff;
  display: inline-block;
  text-align: center;
  max-width: 480px;
  display: none;
}

@media (min-width: 768px) {
  .top-mv-image {
    top: 56px;
    min-height: 420px;
  }
  .top-mv-text {
    top: 3rem;
  }
  .top-mv-faculty {
    top: 412px;
  }
  .top-mv-faculty img {
    max-width: 400px;
  }
  .top-mv-faculty p {
    font-size: 3.75rem;
  }
}
@media (min-width: 992px) {
  .top-mv-image {
    min-height: 420px;
    width: 100%;
  }
  .top-mv-text {
    top: 2.5rem;
    font-size: 1.275em;
  }
  .top-mv-faculty {
    top: 412px;
  }
  .top-mv-faculty img {
    top: -2rem;
    max-width: 480px;
  }
  .top-mv-faculty p {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .top-mv-text {
    top: 2rem;
    font-size: 1.275em;
    /* display: none; */
  }
}
@media (min-width: 1480px) {
  .top-mv-image {
    min-height: 740px;
  }
  .top-main-visual {
    margin-bottom: 60px;
  }
  .top-mv-faculty {
    top: 748px;
    left: 20px;
  }
}

/* コンテンツ枠/top-contents */
.top-contents-wraper {
  width: 100%;
  background-color: #fff;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .top-contents-wraper {
    margin-top: 2rem;
  }
}
@media (min-width: 1400px) {
  .top-contents-wraper {
    margin-top: 4rem;
  }
}

/* トップメッセージエリア */
.top-message-area {
  padding-top: 80px;
}

/* 学部紹介ページ */
.reorganization-diagram .diagram-left {
  margin-right: 0.5rem;
  width: 50%;
  min-width: 124px;
}
.reorganization-diagram .diagram-left p {
  background: #539c2d;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  line-height: 1.5rem;
  font-size: 15px;
  height: 84px;
}

@media (min-width: 576px) {
  .reorganization-diagram .diagram {
    padding: 1.5rem;
  }
  .reorganization-diagram  .diagram-title {
    font-size: 18px;
    line-height: 1.5rem;
  }
  .reorganization-diagram .diagram .diagram-right li {
    font-size: 15px;
  }

  .reorganization-diagram .diagram:last-child .diagram-right li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .reorganization-diagram .diagram {
    height: 476px;
    width: 47%;
    text-align: left;
    padding: 1rem;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .reorganization-diagram .reorganization-arrow {
    border-bottom: 50px solid transparent;
    border-top: 50px solid transparent;
    border-left: 30px solid #00664e;
    border-right: none;
  }
}

@media only screen and (min-width: 992px) {
  .reorganization-diagram .diagram {
    height: 400px;
  }
}

@media only screen and (min-width: 1200px) {
  .reorganization-diagram .diagram {
    height: 476px;
  }
}

@media only screen and (min-width: 1278px) {
  .reorganization-diagram .diagram {
    height: 400px;
  }
}

@media only screen and (min-width: 1721px) {
  .reorganization-diagram .diagram {
    height: 358px;
  }
}

.reorganization-diagram .diagram-left, .reorganization-diagram .diagram-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}


/* フッター */
.footer .link-area .link-external {
  padding-right: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}