@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, iframe, object {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

:root {
  --font: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --main-color: #4A4392;
  --alert-color: #ff0000;
  --sub-color: #e1e6e9;
  font-size: 2.0833333333vw;
}
@media print, screen and (min-width: 768px) {
  :root {
    font-size: 0.8064516129vw;
  }
}
@media all and (min-width: 1241px) {
  :root {
    font-size: 10px;
  }
}

body {
  font-family: var(--font);
  font-size: 1.8rem;
  font-weight: 400;
}
body.no-scroll {
  overflow: hidden;
}

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

.container {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 0 2rem;
}
@media all and (min-width: 1241px) {
  .container {
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .for_sp {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
}
#site-header {
  --main-color: #4A4392;
  background: #fff;
  height: 7.2rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
#site-header .container {
  padding: 1.5rem;
  height: 100%;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  #site-header .container {
    max-width: none;
  }
}
#site-header .logo {
  width: auto;
  height: 100%;
  padding: 1rem;
}
#site-header .logo a,
#site-header .logo img {
  display: block;
  height: 100%;
}
#site-header .logo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#site-header .top-request {
  display: block;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 100vmax 4px 4px 100vmax;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  margin: auto;
  top: 0.5rem;
  right: 8rem;
}
#site-header .top-laguage {
  display: block;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 100vmax 4px 4px 100vmax;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 0.5rem;
  margin: auto;
  right: 8rem;
}
#site-header .language-menu {
  position: fixed;
  top: 8rem;
  margin: auto;
  right: 8rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 5px;
  padding: 0.4em 1em;
  opacity: 0;
  pointer-events: none;
}
#site-header .language-menu li {
  padding: 0.2em 0;
}
#site-header .language-menu li + li {
  border-top: 1px solid #999;
}
#site-header .language-menu li a {
  color: var(--main-color);
}
#site-header .top-laguage.on ~ .language-menu {
  opacity: 1;
  pointer-events: all;
}
#site-header #menu-toggle {
  background: var(--main-color);
  width: 7.2rem;
  height: 7.2rem;
  position: absolute;
  top: 0;
  right: 0;
}
#site-header #menu-toggle span, #site-header #menu-toggle::before, #site-header #menu-toggle::after {
  content: "";
  display: block;
  width: 50%;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#site-header #menu-toggle::before {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
#site-header #menu-toggle::after {
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
#site-header #menu-toggle.on span {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#site-header #menu-toggle.on::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#site-header #menu-toggle.on::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#site-header #header_global-nav {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 1.5rem 1.5rem 10rem;
  width: 100%;
  height: calc(100lvh - 7.2rem);
  position: fixed;
  top: 7.2rem;
  overflow-y: auto;
  display: none;
}
@media (min-width: 768px) {
  #site-header #header_global-nav {
    display: block;
    height: auto;
    position: relative;
    padding: 0;
    background: var(--main-color);
    overflow: initial;
    top: 0;
  }
  #site-header #header_global-nav a::after {
    content: none !important;
  }
  #site-header #header_global-nav > ul.main-menu {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
  }
  #site-header #header_global-nav > ul.main-menu > li {
    border: 0;
    position: relative;
  }
  #site-header #header_global-nav > ul.main-menu > li + li {
    border-left: 1px solid var(--main-color);
  }
  #site-header #header_global-nav > ul.main-menu > li a {
    font-size: 1.6rem;
    padding: 0.4em 2em;
    border: 0;
  }
  #site-header #header_global-nav > ul.main-menu > li a::after {
    content: none;
  }
  #site-header #header_global-nav > ul.extra-link {
    position: absolute;
    top: -5rem;
    right: 10rem;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #site-header #header_global-nav > ul.extra-link li {
    border: 0;
  }
  #site-header #header_global-nav > ul.extra-link li a {
    border: 0;
    display: inline;
    font-size: 1.4rem;
  }
  #site-header #header_global-nav > p.request {
    position: absolute;
    top: -5rem;
    right: 1rem;
  }
  #site-header #header_global-nav > p.request a {
    background: none;
    color: #000;
    border: 1px solid;
    border-radius: 100vmax;
    font-size: 1.4rem;
    width: 100%;
    padding: 0.2em 1em;
  }
}
#site-header #header_global-nav > ul {
  margin: 2rem 0;
}
#site-header #header_global-nav li + li {
  border-top: 1px solid #999;
}
#site-header #header_global-nav a {
  display: block;
  position: relative;
  padding: 2rem 1rem;
}
#site-header #header_global-nav a::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  inset-block: 0;
  right: 1rem;
  margin: auto;
}
#site-header #header_global-nav a.toggle::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#site-header #header_global-nav a.toggle.on::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  border-color: #fff;
}
#site-header #header_global-nav .nav_top-menu {
  font-size: 2.2rem;
}
#site-header #header_global-nav .toggle {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#site-header #header_global-nav .toggle.on {
  background: var(--main-color);
  color: #fff;
  font-weight: 600;
  border-radius: 6px 6px 0 0;
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  #site-header #header_global-nav .toggle.on {
    margin: 0;
    border-radius: 0;
  }
}
#site-header #header_global-nav .sub-menu {
  padding: 1.5rem;
  display: none;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4);
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  #site-header #header_global-nav .sub-menu {
    display: block;
  }
}
#site-header #header_global-nav .sub-menu dl {
  margin-bottom: 3rem;
}
#site-header #header_global-nav .sub-menu dl dt {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 768px) {
  #site-header #header_global-nav .sub-menu {
    position: fixed;
    width: 100%;
    top: 3.3rem;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #site-header #header_global-nav .sub-menu a {
    padding: 1rem !important;
  }
  #site-header #header_global-nav .sub-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100rem;
    margin: auto;
  }
  #site-header #header_global-nav .sub-menu ul li {
    border: 0;
  }
  #site-header #header_global-nav .sub-menu ul li a {
    border: 0;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 4px;
  }
  #site-header #header_global-nav .sub-menu.select {
    position: absolute;
    top: 3rem;
  }
  #site-header #header_global-nav .sub-menu.select ul {
    display: block;
  }
  #site-header #header_global-nav .sub-menu.select ul li a {
    display: block;
  }
  #site-header #header_global-nav .sub-menu.select ul li a:hover {
    background: var(--main-color);
    color: #fff;
  }
  #site-header #header_global-nav .sub-menu.faculty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
  #site-header #header_global-nav .sub-menu.faculty dl, #site-header #header_global-nav .sub-menu.faculty > ul {
    width: 25%;
    max-width: 24rem;
    display: block !important;
    margin: 0;
  }
  #site-header #header_global-nav .sub-menu.faculty dl ul {
    display: block;
  }
}
@media print and (hover: none), screen and (min-width: 768px) and (hover: none) {
  #site-header #header_global-nav .toggle {
    cursor: pointer;
  }
  #site-header #header_global-nav .toggle:not([href]) {
    cursor: default;
  }
  #site-header #header_global-nav .toggle.on {
    background: var(--main-color);
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff;
  }
  #site-header #header_global-nav .toggle.on ~ .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
  #site-header #header_global-nav .toggle:has(+ .sub-menu:hover) {
    background: var(--main-color);
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff;
  }
}
@media print and (hover: hover), screen and (min-width: 768px) and (hover: hover) {
  #site-header #header_global-nav .toggle {
    cursor: pointer;
  }
  #site-header #header_global-nav .toggle:not([href]) {
    cursor: default;
  }
  #site-header #header_global-nav .toggle:hover {
    background: var(--main-color);
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff;
  }
  #site-header #header_global-nav .toggle:hover ~ .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
  #site-header #header_global-nav .toggle:has(+ .sub-menu:hover) {
    background: var(--main-color);
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff;
  }
  #site-header #header_global-nav .sub-menu:hover {
    opacity: 1;
    pointer-events: all;
  }
  #site-header #header_global-nav .extra-link .toggle {
    padding-right: 1.5em;
    position: relative;
  }
  #site-header #header_global-nav .extra-link .toggle::after {
    content: "" !important;
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-top: 1px solid;
    border-right: 1px solid;
  }
  #site-header #header_global-nav .extra-link .toggle + .sub-menu {
    position: absolute;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #site-header #header_global-nav .extra-link .toggle + .sub-menu ul {
    display: block;
  }
  #site-header #header_global-nav .extra-link .toggle + .sub-menu ul a:hover {
    color: var(--main-color) !important;
    text-decoration: underline !important;
  }
  #site-header #header_global-nav .nav_top-menu {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #site-header #header_global-nav .nav_top-menu:hover {
    background: var(--main-color);
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff;
  }
  #site-header #header_global-nav .request a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #site-header #header_global-nav .request a:hover {
    background: var(--main-color);
    color: #fff;
  }
}
#site-header #header_global-nav .request a {
  background: var(--main-color);
  color: #fff;
  text-align: center;
  width: 80%;
  border-radius: 100vmax;
  padding: 0.8em;
  margin: auto;
}
#site-header #header_global-nav .request a::after {
  content: none;
}

main {
  padding-top: 10.2rem;
}
@media (max-width: 767px) {
  main {
    padding-top: 7.2rem;
  }
}

#breadcrumb {
  padding: 1em 0;
  position: relative;
  z-index: 99;
}
#breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#breadcrumb ul li {
  display: block;
  position: relative;
  padding-right: 1em;
  margin-right: 1em;
}
#breadcrumb ul li::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  inset-block: 0;
  margin: auto;
}
#breadcrumb ul li:last-child::after {
  content: none;
}
#breadcrumb ul li a {
  display: block;
  color: var(--main-color);
}
@media (hover: hover) {
  #breadcrumb ul li a:hover {
    text-decoration: underline;
  }
}
#breadcrumb ul li span {
  font-weight: 500;
  -webkit-box-shadow: 0 2px 0 var(--main-color);
          box-shadow: 0 2px 0 var(--main-color);
}

#home-mv .container {
  max-width: none;
  padding: 0;
}
#home-mv .bg_mov {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000;
}
#home-mv .bg_mov video {
  width: 100%;
}
@media (max-width: 767px) {
  #home-mv .bg_mov video {
    width: 176%;
    margin-inline: -38%;
  }
}
#home-mv .site-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#banner-voice {
  margin: 3rem auto;
}
#banner-voice .container {
  padding: 0;
}
#banner-voice a {
  display: block;
  width: 42rem;
  margin: 3rem auto 4.2rem;
}
@media print, screen and (min-width: 768px) {
  #banner-voice a {
    width: 96rem;
    margin: 0 auto;
  }
}

#top_banner-area,
#bottom_banner-area {
  margin: 3rem auto 6rem;
}
#top_banner-area .container,
#bottom_banner-area .container {
  padding: 0;
}
#top_banner-area .swiper .swiper-slide,
#bottom_banner-area .swiper .swiper-slide {
  width: 88%;
  margin-right: 5%;
}
@media print, screen and (min-width: 768px) {
  #top_banner-area .swiper .swiper-slide,
  #bottom_banner-area .swiper .swiper-slide {
    width: 32rem;
  }
}

#bottom_banner-area {
  margin: 3rem auto 6rem;
}
#bottom_banner-area .container {
  padding: 0;
}
#bottom_banner-area .swiper .swiper-slide {
  width: 88%;
  margin-right: 5%;
}
@media print, screen and (min-width: 768px) {
  #bottom_banner-area .swiper .swiper-slide {
    width: auto;
    height: 12rem;
  }
  #bottom_banner-area .swiper .swiper-slide img {
    max-height: 100%;
  }
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 1.5em 0;
}
.section-title span {
  font-size: 5rem;
  font-style: italic;
  display: block;
}

#news #important {
  border: 1px solid var(--alert-color);
  border-left: 0;
  border-right: 0;
  padding-top: 1em;
  margin-bottom: 3em;
}
#news #important h3 {
  color: var(--alert-color);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
#news #important ul {
  color: var(--alert-color);
}
#news #important ul li {
  margin-bottom: 1em;
}
#news #important ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#news #important ul li a .date {
  width: 30%;
}
#news #important ul li a .title {
  width: 70%;
}
@media print, screen and (min-width: 768px) {
  #news #important h3,
  #news #important ul {
    padding-inline: 10rem;
  }
  #news #important h3 li a .date,
  #news #important ul li a .date {
    width: 10em;
  }
}
#news #news_tag-list {
  margin-bottom: 3rem;
}
#news #news_tag-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.8rem;
  border-bottom: 1px solid var(--main-color);
  margin-inline: -1rem;
}
@media print, screen and (min-width: 768px) {
  #news #news_tag-list ul {
    gap: 1rem;
    margin-inline: 0;
  }
}
#news #news_tag-list ul li button {
  display: block;
  background: #fff;
  padding: 0.3em 0.5em;
  font-size: 1.8rem;
  border-radius: 4px 4px 0 0;
  color: rgba(0, 0, 0, 0.5);
}
#news #news_tag-list ul li button.on {
  background: var(--main-color);
  color: #fff;
}
#news #news-articles {
  width: 100%;
  overflow: hidden;
}
#news #news-articles .swiper-wrapper.on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#news #news-articles .date {
  margin-bottom: 0.5em;
}
#news #news-articles .title {
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 600;
  min-height: 3.2rem;
}
#news #news-articles .thumb {
  margin-bottom: 0.5em;
}
#news #news-articles .thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
#news #news-articles .content {
  height: 2.2em;
  overflow: hidden;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
#news #news-articles .tag {
  background: #fff;
  color: var(--main-color);
  border: 1px solid;
  display: inline-block;
  text-align: center;
  padding: 0 0.5em;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  #news #news-articles .swiper-slide {
    width: 32rem;
  }
  #news #news-articles .title,
  #news #news-articles .content {
    font-size: 1.6rem;
  }
  #news #news-articles .date,
  #news #news-articles .tag {
    font-size: 1.4rem;
  }
}
#news #news_archive-link {
  text-align: right;
  margin-top: 1em;
}
#news #news_archive-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#news #news_archive-link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  margin-left: 0.5em;
}

#pickup-banner-area {
  margin-top: 4rem;
}
#pickup-banner-area .container {
  padding: 0;
  max-width: none;
}
#pickup-banner-area .banner-list > div {
  margin-bottom: 1.5em;
  position: relative;
}
#pickup-banner-area .banner-list > div > div {
  position: absolute;
  background: rgba(74, 67, 146, 0.75);
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pickup-banner-area .banner-list > div > div .img {
  width: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  inset: 0;
  margin: auto;
}
#pickup-banner-area .banner-list > div > div .img img {
  width: 100%;
}
#pickup-banner-area .banner-list > div > div .img p {
  color: #fff;
  margin-top: 1em;
  line-height: 1.8;
  font-weight: 500;
  text-shadow: 0 0 1px #000;
}
#pickup-banner-area .banner-list > div.full > img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
#pickup-banner-area .banner-list > div.full .img {
  width: 90%;
}
#pickup-banner-area .banner-list > div.full.free > img {
  aspect-ratio: auto;
}
#pickup-banner-area .banner-list > div a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 1em;
  background: #000;
  color: #fff;
  text-align: center;
  margin: 0.5em auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.5em;
  position: absolute;
  inset-inline: 0;
  bottom: 1rem;
}
#pickup-banner-area .banner-list > div a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  margin-left: 0.5em;
}
@media print, screen and (min-width: 768px) {
  #pickup-banner-area .banner-list > div {
    width: 50%;
  }
  #pickup-banner-area .banner-list > div.full {
    width: 100%;
    max-width: 124rem;
    overflow: hidden;
    margin-inline: auto;
  }
  #pickup-banner-area .banner-list > div.full > div .img {
    max-width: 60rem;
  }
  #pickup-banner-area .banner-list > div.full a {
    font-size: 2.4rem;
    padding-inline: 2em;
    bottom: 8rem;
  }
  #pickup-banner-area .banner-list > div img {
    width: 100%;
    aspect-ratio: initial !important;
  }
  #pickup-banner-area .banner-list > div a {
    margin-top: -6rem;
    position: relative;
    border: 2px solid #fff;
  }
}

#faculty {
  margin: 6rem 0;
}
#faculty .container {
  padding: 0;
}
#faculty #faculty-list {
  background: url("../img/home/faculty-bg_sp.jpg") no-repeat center top/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#faculty #faculty-list li {
  width: 50%;
  border: 1px solid;
}
#faculty #faculty-list li a {
  display: block;
  position: relative;
  padding-top: 2rem;
}
#faculty #faculty-list li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: var(--f-bg-color);
  position: absolute;
  top: 0;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
#faculty #faculty-list li a p {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  height: 19rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#faculty #faculty-list li a p span {
  display: block;
  font-size: 0.8em;
  margin-bottom: 0.2em;
}
#faculty #faculty-list li.man {
  --f-bg-color: #00A5E3;
}
#faculty #faculty-list li.eco {
  --f-bg-color: #4B6CB3;
}
#faculty #faculty-list li.pcom {
  --f-bg-color: #ABCD03;
}
#faculty #faculty-list li.hlt {
  --f-bg-color: #00A455;
}
#faculty #faculty-list li.spo {
  --f-bg-color: #008A74;
}
#faculty #faculty-list li.icom {
  --f-bg-color: #E03373;
}
#faculty #faculty-list li.trv {
  --f-bg-color: #B73284;
}
#faculty #faculty-list li.chi {
  --f-bg-color: #E9546B;
}
#faculty #faculty-list li.nut {
  --f-bg-color: #EF8454;
}
#faculty #faculty-list li.ld {
  --f-bg-color: #00B4ED;
}
@media print, screen and (min-width: 768px) {
  #faculty #faculty-list {
    background: url("../img/home/faculty-bg_pc.jpg") no-repeat center top/cover;
  }
  #faculty #faculty-list li {
    width: 20%;
  }
  #faculty #faculty-list li a {
    padding-top: 0;
  }
  #faculty #faculty-list li a::before {
    opacity: 0;
    height: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #faculty #faculty-list li a p {
    font-size: 1.8rem;
  }
}
@media print and (hover: hover), screen and (min-width: 768px) and (hover: hover) {
  #faculty #faculty-list li a:hover::before {
    opacity: 0.6;
  }
}

#site-footer {
  background: var(--sub-color);
  margin-top: 8rem;
  padding: 5rem 0;
}
#site-footer .logo {
  text-align: center;
  margin-bottom: 4rem;
}
#site-footer .logo img {
  width: 80%;
}
@media print, screen and (min-width: 768px) {
  #site-footer .logo img {
    width: 32rem;
  }
}
#site-footer .cv-area p {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  #site-footer .cv-area {
    width: 56rem;
    margin-inline: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
  #site-footer .cv-area p {
    width: 100%;
  }
}
#site-footer #footer_global-nav ul {
  margin: 4rem -2rem;
}
#site-footer #footer_global-nav ul li a {
  display: block;
  font-size: 2rem;
  text-align: center;
  padding: 1em;
  border: 1px solid;
  border-left: 0;
  border-right: 0;
  position: relative;
}
#site-footer #footer_global-nav ul li a.toggle::before, #site-footer #footer_global-nav ul li a.toggle::after {
  content: "";
  width: 0.8em;
  height: 1px;
  background: #000;
  position: absolute;
  inset-block: 0;
  right: 1em;
  margin: auto;
}
#site-footer #footer_global-nav ul li a.toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#site-footer #footer_global-nav ul li + li {
  margin-top: -1px;
}
#site-footer #footer_extra-link ul {
  list-style-type: "・";
  padding: 0 4rem;
}
#site-footer #footer_extra-link ul li {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  #site-footer #footer_extra-link ul {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  #site-footer #footer_extra-link ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin-inline: 1rem;
  }
}
#site-footer #footer_sns-link {
  margin: 4rem;
}
#site-footer #footer_sns-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
#site-footer #footer_sns-link ul li {
  width: 5.2rem;
}
@media print, screen and (min-width: 768px) {
  #site-footer #footer_sns-link ul li {
    width: 3.2rem;
  }
}
#site-footer #groups {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100rem;
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem 3rem;
  border: 1px solid var(--main-color);
  border-radius: 6px;
  margin: auto auto 4rem;
  text-align: center;
}
#site-footer #groups dt {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  #site-footer #groups dt {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
#site-footer #groups dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  gap: 0.5em;
}
@media print, screen and (min-width: 768px) {
  #site-footer #groups dd ul {
    font-size: 1.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1em;
  }
}
#site-footer #groups dd ul a {
  color: darkblue;
  text-decoration: underline;
}
#site-footer address {
  text-align: center;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  #site-footer address {
    font-size: 1.4rem;
  }
}
#site-footer .copyright {
  font-size: 1.4rem;
  margin: 4rem;
}
@media print, screen and (min-width: 768px) {
  #site-footer .copyright {
    font-size: 1.2rem;
    text-align: center;
  }
}

#fixed-banner {
  width: 100%;
  position: fixed;
  bottom: 0;
  inset-inline: 0;
  margin: auto;
  z-index: 99;
  background: #fff;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 1rem;
  border-top: 3px solid var(--main-color);
}
#fixed-banner a {
  display: block;
  font-size: 1.2rem;
  width: 48%;
  text-align: center;
}
#fixed-banner a img {
  width: 75%;
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #fixed-banner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 3rem;
    inset-inline: 0;
    margin: auto;
    padding-inline: 4rem;
    -webkit-box-shadow: 0 4px 16px -6px rgba(0, 0, 0, 0.8);
            box-shadow: 0 4px 16px -6px rgba(0, 0, 0, 0.8);
    border: 0;
  }
  #fixed-banner.off {
    bottom: -20rem;
  }
  #fixed-banner .close {
    background: #000;
    border: 2px solid #fff;
    border-radius: 100vmax;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
  }
  #fixed-banner .close::before, #fixed-banner .close::after {
    content: "";
    display: block;
    width: 1rem;
    height: 2px;
    background: #fff;
    position: absolute;
    inset: 0;
    margin: auto;
  }
  #fixed-banner .close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #fixed-banner .close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #fixed-banner a {
    height: 100%;
    width: auto;
    position: relative;
    font-size: 1.8rem;
    background: var(--main-color);
    color: #fff;
    padding: 0.6rem 1rem 0.8rem;
    border-radius: 4px;
  }
  #fixed-banner a img {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */