@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@200;300;400;500;600;700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
* {
  -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-size: 2.0833333333vw;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  text-align: justify;
}

body {
  font-size: 2rem;
}

.container {
  width: 92%;
  margin: 0 auto;
  max-width: 1000px;
}

.container-f {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

main section {
  padding-bottom: 4rem;
}
main section:last-child {
  padding-bottom: 0;
}

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

hr {
  border: 0;
  width: 100%;
  height: 3rem;
}

a.button {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1em 0;
  position: relative;
  display: block;
}
a.button::after {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  content: "＞";
  font-size: 0.8em;
  font-weight: 500;
  height: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
}

.index section h2 {
  font-family: "Oswald", sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.index section h2 span {
  display: block;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 0;
}

main {
  margin-top: 7rem;
}

#fixed_button {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0;
  z-index: 9999;
  padding: 1rem 2rem;
}
#fixed_button a {
  display: block;
  width: 100%;
  aspect-ratio: 300/45;
  margin: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/button_oc08.svg") no-repeat center/contain;
  -webkit-box-shadow: 0 2px 12px -6px rgba(0, 0, 0, 0.75);
          box-shadow: 0 2px 12px -6px rgba(0, 0, 0, 0.75);
  border-radius: 0.5rem;
}
#fixed_button.adm1010 a {
  background-image: url("../img/button_adm1010.svg");
}

@media screen and (min-width: 600px) {
  :root {
    font-size: 1vw;
  }
  body {
    font-size: 1.6rem;
  }
  .button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .button:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.6);
            box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.6);
  }
  #fixed_button {
    width: 18rem;
    height: 18rem;
    line-height: 1.2;
    position: absolute;
    top: 8rem;
    right: 1rem;
    z-index: 999;
    background: none;
    padding: 0;
  }
  #fixed_button a {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-image: url("/assets/img/button_oc08_pc.svg");
    -webkit-box-shadow: 0 2px 12px -6px rgba(0, 0, 0, 0.75);
            box-shadow: 0 2px 12px -6px rgba(0, 0, 0, 0.75);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #fixed_button a:hover {
    -webkit-box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.75);
            box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.75);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  #fixed_button.adm1010 a {
    background-image: url("../img/button_adm1010_pc.svg");
  }
  .for_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  :root {
    font-size: 10px;
  }
}
@media screen and (max-width: 599px) {
  .for_pc {
    display: none !important;
  }
}
header#site-header {
  width: 100%;
  height: 7rem;
  position: fixed;
  top: 0;
  padding: 1.5rem;
  background: #fff;
  border-bottom: 1px solid #F1F1F1;
  z-index: 9999;
}
header#site-header .nav-toggle {
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #1D5293;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 0;
  right: 0;
}
header#site-header .nav-toggle span, header#site-header .nav-toggle::before, header#site-header .nav-toggle::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: #fff;
  margin: 0.5rem 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#site-header .nav-toggle.on span {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
header#site-header .nav-toggle.on::before {
  -webkit-transform: rotate(45deg) translate(0.75rem, 0.75rem);
          transform: rotate(45deg) translate(0.75rem, 0.75rem);
}
header#site-header .nav-toggle.on::after {
  -webkit-transform: rotate(-45deg) translate(0.75rem, -0.75rem);
          transform: rotate(-45deg) translate(0.75rem, -0.75rem);
}
header#site-header #global-nav {
  width: 100%;
  height: calc(100vh - 7rem);
  background: #fff;
  padding: 2rem;
  position: fixed;
  top: 7rem;
  left: 0;
  display: none;
}
header#site-header #global-nav 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;
}
header#site-header #global-nav ul li {
  border-bottom: 1px solid #F1F1F1;
}
header#site-header #global-nav ul li a {
  padding: 1em;
  display: block;
  color: #1D5293;
  position: relative;
}
header#site-header #global-nav ul li.sp-menu_toggle a::after {
  content: "+";
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 1.4em;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
}
header#site-header #global-nav ul li.sp-menu_toggle.on a::after {
  content: "-";
}
header#site-header #global-nav ul li.sp-submenu {
  display: none;
}
header#site-header #global-nav ul li.sp-submenu li a {
  display: block;
  padding: 1em;
  padding-left: 3em;
}
header#site-header #global-nav ul li.sp-submenu p a {
  display: block;
  padding: 1em;
  font-weight: 500;
}
header#site-header #global-nav .request {
  margin-bottom: 0.5rem;
}
header#site-header #global-nav .request .button {
  background: #1D5293;
}

@media all and (min-width: 600px) {
  header#site-header {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5%;
  }
  header#site-header #global-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding: 0;
    position: static;
  }
  header#site-header #global-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  header#site-header #global-nav ul li {
    display: block;
    width: auto;
    padding: 0;
    border: 0;
    margin: 0 0.5em;
  }
  header#site-header #global-nav ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 0.3em;
  }
  header#site-header #global-nav ul li a::after {
    display: block;
    content: "";
    width: 0;
    height: 100%;
    border-bottom: 2px solid;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header#site-header #global-nav ul li a:hover::after, header#site-header #global-nav ul li a.on::after {
    width: 100%;
  }
  header#site-header #global-nav ul li.sp-menu_toggle a::after {
    content: "";
  }
  header#site-header #global-nav ul li.sp-menu_toggle.on a::after {
    content: "";
    width: 100%;
  }
  header#site-header #global-nav ul li.sp-submenu {
    display: none;
    position: absolute;
    width: 100vw;
    top: 7rem;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #1D5293;
    margin: 0;
  }
  header#site-header #global-nav ul li.sp-submenu ul {
    -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;
    padding: 1em 0;
    margin: auto;
    max-width: 1000px;
  }
  header#site-header #global-nav ul li.sp-submenu li a {
    display: inline-block;
    padding: 0 0.1em;
    font-size: 0.8em;
  }
  header#site-header #global-nav ul li.sp-submenu p a {
    display: block;
    padding: 1em;
    font-weight: 500;
  }
  header#site-header #global-nav .request {
    overflow: visible;
    margin: 0;
  }
  header#site-header #global-nav .request a.button {
    padding: 0;
    background: #1D5293;
    color: #fff;
    padding: 0 1em;
    border-radius: 5em;
    margin-left: 1em;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  header#site-header #global-nav .request a.button::after {
    content: none;
  }
  header#site-header #global-nav .request a.button:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.6);
    -webkit-transition: 0;
    transition: 0;
  }
  header#site-header #global-nav .request a.button:active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#mv {
  position: relative;
  padding: 0;
}
#mv img {
  width: 100%;
}
#mv p.page-header {
  background: #0062a4;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.5rem 0;
  margin: 0;
  width: 100%;
  max-width: none;
}
#mv p.page-header.nursing {
  background: #A57EB5;
}
#mv p.page-header.pt {
  background: #018881;
}
#mv p.page-header.ot {
  background: #ffb800;
}
#mv .container {
  position: absolute;
  width: 100%;
  padding: 0 2.5rem 2rem;
  bottom: 0;
}
#mv #faculty-nav li {
  margin-bottom: 1.5rem;
}
#mv p {
  width: calc(100% - 5rem);
  margin: 3rem auto 4rem;
  font-size: 1.7rem;
  text-align: justify;
  max-width: 100rem;
}

#breadcrumb {
  padding-bottom: 0;
}
#breadcrumb li {
  display: inline-block;
  font-size: 1.6rem;
}
#breadcrumb li a {
  color: #1D5293;
}
#breadcrumb li span {
  display: inline-block;
  font-weight: 600;
}

@media all and (min-width: 600px) {
  #mv .container {
    left: 0;
    right: 0;
  }
  #mv #faculty-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mv #faculty-nav li {
    width: 30%;
  }
}
#anker-link {
  font-size: 1.6rem;
}
#anker-link h2 {
  font-size: 2rem;
  text-align: center;
  padding: 1em 0;
}
#anker-link li {
  margin-bottom: 1em;
}

#f_anker-link .img {
  margin-bottom: 1.5rem;
}
#f_anker-link li {
  margin-bottom: 1.5rem;
}

.faculty-section .container {
  width: 100%;
}
.faculty-section .container h2 {
  margin-bottom: 2rem;
}
.faculty-section .container h3 {
  width: calc(100% - 5rem);
  margin: 0 auto 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.faculty-section .container h3.img {
  width: auto;
}
.faculty-section .container p {
  font-size: 1.6rem;
  width: calc(100% - 5rem);
  margin: 0 auto 2rem;
}
.faculty-section .container p.img {
  width: auto;
}

#support .container {
  background: url("/assets/img/faculty/education_img_pc.svg") no-repeat 6rem center/35.5rem;
}
#support h2 {
  margin-bottom: 15.6rem;
}
#support h3 {
  font-size: 2rem;
  width: calc(100% - 5rem);
  margin: 0 auto;
  color: #0062a4;
  font-weight: 700;
}
#support p {
  width: calc(100% - 5rem);
  margin: 0 auto;
  font-size: 1.7rem;
}

#professors .professors_list {
  width: calc(100% - 5rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#professors .professors_list li {
  width: calc(50% + 1px);
  border: 1px solid #A57EB5;
  font-size: 1.5rem;
  margin: -1px 0 0 -1px;
}
#professors .professors_list li a {
  padding: 2rem;
  display: block;
  height: 100%;
}
#professors .professors_list li .professors_name {
  font-size: 2.2rem;
  margin: 0;
}
#professors .professors_list li span {
  display: block;
}
#professors .professors_list.pt li {
  border-color: #018881;
}
#professors .professors_list.ot li {
  border-color: #ffb800;
}

.floor-modal__bg, .floor-modal__btn-wrap, .en1 {
  display: none;
}

.prof-item {
  background: #fff;
  list-style: none;
  padding: 2rem 3rem;
}

.prof-item__title {
  font-size: 1.8em;
  border-bottom: 4px solid #0062a4;
}
.prof-item__title span {
  font-size: 0.5em;
  display: inline-block;
  margin-left: 1em;
}

.prof_table {
  width: 100%;
  margin-top: 3rem;
  border-top: 1px solid #0062a4;
}
.prof_table th, .prof_table td {
  border-bottom: 1px solid #0062a4;
  padding: 0.5em;
  font-weight: 300;
}
.prof_table th {
  min-width: 9em;
  color: #1D5293;
  font-weight: 500;
}
.prof_table td {
  width: 100%;
}
.prof_table a {
  color: #1D5293;
  text-decoration: underline;
}

.nursing .prof-item__title {
  border-color: #A57EB5;
}

.pt .prof-item__title {
  border-color: #018881;
}

.ot .prof-item__title {
  border-color: #ffb800;
}

.nursing .job_title {
  color: #A57EB5;
}

.pt .job_title {
  color: #018881;
}

.ot .job_title {
  color: #ffb800;
}

.nursing .prof_table {
  border-color: #A57EB5;
}
.nursing .prof_table th, .nursing .prof_table td {
  border-color: #A57EB5;
}
.nursing .prof_table th {
  color: #A57EB5;
}

.pt .prof_table {
  border-color: #018881;
}
.pt .prof_table th, .pt .prof_table td {
  border-color: #018881;
}
.pt .prof_table th {
  color: #018881;
}

.ot .prof_table {
  border-color: #ffb800;
}
.ot .prof_table th, .ot .prof_table td {
  border-color: #ffb800;
}
.ot .prof_table th {
  color: #ffb800;
}

.lity-container {
  width: 80rem;
  max-width: 90%;
  max-height: 80vh;
  overflow-y: hidden;
  margin: auto;
}

.lity-content {
  background: #fff;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
}

.lity-close, .lity-close:hover {
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-weight: 200;
  background: #CBCBCB;
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-shadow: none;
}

#delivery .container {
  border: 1px solid #ffb800;
  padding: 2rem;
  width: 80%;
  max-width: 80rem;
}
#delivery .container h2 {
  font-size: 2.6rem;
  text-align: center;
}
#delivery .container p {
  margin: 0 0 2rem;
}
#delivery .container a {
  text-align: center;
  border: 1px solid #ffb800;
  color: #ffb800;
  padding: 1rem 2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#delivery .container a:hover {
  background: #ffb800;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .prof_table tr, .prof_table th, .prof_table td {
    display: block;
  }
  .prof_table th {
    padding-right: 0;
  }
}
@media all and (min-width: 600px) {
  #anker-link 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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #anker-link ul li {
    width: 30%;
    font-size: 1.4rem;
  }
  #f_anker-link .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 2.5rem;
    }
  #f_anker-link .row .img {
     width: 74.2%;
        margin: 0;
  }
  #f_anker-link .row .link {
    width: 24.42%;
  }
  #f_anker-link .row .link 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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  #f_anker-link .row .link ul li {
    margin: 0;
  }
  #f_anker-link .row > li {
    width: 24.42%;
  }
  #f_anker-link .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .faculty-section {
    padding-bottom: 6rem;
  }
  .faculty-section p {
    margin-bottom: 1rem;
  }
  #support h2 {
    margin-bottom: 8rem;
  }
  #support h3 {
    width: 36rem;
    font-size: 1.8rem;
    margin-left: 34rem;
  }
  #support p {
    width: 42rem;
    margin-left: 34rem;
  }
  #professors .professors_list {
    width: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #professors .professors_list li {
    width: 25%;
    border: 1px solid #A57EB5;
    font-size: 1.5rem;
  }
  #professors .professors_list li .professors_name {
    font-size: 2.2rem;
    margin: 0;
  }
  #professors .professors_list li span {
    display: block;
  }
}
.ot #f_anker-link a {
  border: 1px solid;
  color: #ffb800;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ot #f_anker-link a span {
  display: inline-block;
}
.ot #f_anker-link a .en {
  font-family: "Oswald", sans-serif;
  font-size: 1.2em;
  margin-right: 0.5em;
}
.ot #f_anker-link a .en br {
  display: none;
}
@media screen and (min-width: 768px) {
  .ot #f_anker-link a {
    width: 24.2rem;
    height: 12.5rem;
    -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;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .ot #f_anker-link a span {
    display: block;
  }
  .ot #f_anker-link a .en {
    margin: 0;
    line-height: 1;
    font-size: 2.6rem;
  }
  .ot #f_anker-link a .en br {
    display: initial;
  }
  .ot #f_anker-link a:hover {
    background: #ffb800;
    color: #fff;
  }
}

#social-link {
  padding: 6.4rem 0;
}
#social-link .social-link-wrap {
  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;
}
#social-link .social-link-wrap li {
  width: 4.8rem;
  margin: 0 3rem;
}
#social-link .social-link-wrap li a {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background: no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#social-link .social-link-wrap li a.icon-twitter {
  background-image: url("../img/icon_twitter.svg");
}
#social-link .social-link-wrap li a.icon-instagram {
  background-image: url("../img/icon_instagram.svg");
}
#social-link .social-link-wrap li a.icon-youtube {
  background-image: url("../img/icon_youtube.svg");
}
#social-link .social-link-wrap li a.icon-tiktok {
  background-image: url("../img/icon_tiktok.svg");
}

#social-link .social-link-wrap li a.icon-line {
  background-image: url("../img/icon_line.svg");
}


footer {
  font-size: 2rem;
  color: #444444;
  margin-top: 3rem;
  letter-spacing: normal;
}
footer #footer-nav {
  background: #EBEBEB;
}
footer #footer-nav .nav-block > ul > li {
  border-bottom: 1px solid #CBCBCB;
}
footer #footer-nav .nav-block > ul > li a {
  display: block;
  font-weight: 500;
  line-height: 1;
  padding: 1em;
  position: relative;
}
footer #footer-nav .nav-block > ul > li.sp-menu_toggle a::after {
  content: "+";
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 1.4em;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
}
footer #footer-nav .nav-block > ul > li.sp-menu_toggle.on a::after {
  content: "-";
}
footer #footer-nav .nav-block > ul > li.sp-submenu {
  display: none;
}
footer #footer-nav .nav-block > ul > li.sp-submenu li {
  border-bottom: 1px solid #CBCBCB;
}
footer #footer-nav .nav-block > ul > li.sp-submenu li a {
  display: block;
  padding: 1em;
  padding-left: 3em;
}
footer #footer-nav .nav-block > ul > li.sp-submenu p {
  border-bottom: 1px solid #CBCBCB;
}
footer #footer-nav .nav-block > ul > li.sp-submenu p a {
  display: block;
  padding: 1em;
  font-weight: 500;
}
footer #footer-nav .nav-block.extra ul {
  padding-top: 1em;
}
footer #footer-nav .nav-block.extra ul li {
  padding: 0 1em 1em;
  border: 0;
}
footer #footer-nav .nav-block.extra ul li a {
  border: 1px solid #CBCBCB;
  background: #fff;
  text-align: center;
}
footer #footer-nav .nav-block.extra ul li a::after {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  content: "＞";
  font-size: 0.8em;
  font-weight: 500;
  height: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
}
footer .univ-info {
  padding: 4.3rem;
}
footer .univ-info h2 {
  text-align: center;
  margin-bottom: 3rem;
}
footer .univ-info h2 img {
  width: 35rem;
  display: inline-block;
}
footer .univ-info p.address span {
  display: block;
  text-align: center;
}
footer .univ-info p.copyright {
  text-align: center;
  font-size: 1rem;
  padding: 6rem 0 3rem;
}

@media all and (min-width: 600px) {
  footer {
    font-size: 2rem;
    color: #444444;
    background: #fff;
  }
  footer #footer-nav {
    background: #EBEBEB;
  }
  footer #footer-nav .nav-block {
    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;
    padding: 4rem 0;
  }
  footer #footer-nav .nav-block > ul {
    width: 32%;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.6rem;
    padding: 1em 1em 0;
  }
  footer #footer-nav .nav-block > ul + ul {
    margin-left: 2%;
  }
  footer #footer-nav .nav-block > ul > li {
    border-bottom: 0;
    margin-bottom: 3rem;
  }
  footer #footer-nav .nav-block > ul > li a {
    display: block;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    position: relative;
  }
  footer #footer-nav .nav-block > ul > li.sp-menu_toggle a::after {
    content: none;
  }
  footer #footer-nav .nav-block > ul > li.sp-menu_toggle.on a::after {
    content: none;
  }
  footer #footer-nav .nav-block > ul > li.sp-submenu {
    display: block;
  }
  footer #footer-nav .nav-block > ul > li.sp-submenu li {
    border-bottom: 0;
    margin-bottom: 1rem;
  }
  footer #footer-nav .nav-block > ul > li.sp-submenu li a {
    display: block;
    padding: 0 1em;
    padding-left: 0;
    font-size: 1.6rem;
  }
  footer #footer-nav .nav-block > ul > li.sp-submenu p {
    border-bottom: 1px solid #CBCBCB;
  }
  footer #footer-nav .nav-block > ul > li.sp-submenu p a {
    display: block;
    padding: 1em;
    font-weight: 500;
  }
  footer #footer-nav .nav-block.extra > ul {
    border: none;
    background: none;
  }
  footer #footer-nav .nav-block.extra ul {
    padding-top: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  footer #footer-nav .nav-block.extra ul li {
    padding: 0 1em 1em;
    border: 0;
    width: 32%;
  }
  footer #footer-nav .nav-block.extra ul li a {
    border: 1px solid #CBCBCB;
    background: #fff;
    text-align: center;
    display: block;
    padding: 1em;
  }
  footer #footer-nav .nav-block.extra ul li a::after {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    content: "＞";
    font-size: 0.8em;
    font-weight: 500;
    height: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .univ-info {
    padding: 4.3rem;
  }
  footer .univ-info h2 {
    text-align: center;
    margin-bottom: 3rem;
  }
  footer .univ-info h2 img {
    width: 26.6rem;
  }
  footer .univ-info p.address {
    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;
  }
  footer .univ-info p.address span {
    display: block;
    text-align: center;
    margin: 0 0.2em;
    font-size: 1.4rem;
  }
  footer .univ-info p.copyright {
    text-align: center;
    font-size: 1rem;
    padding: 6rem 0 3rem;
  }
}/*# sourceMappingURL=faculty-style.css.map */


/**2025.4.14追加**/

.kkhr img{width:95px;vertical-align:middle;}
@media all and (max-width: 500px) {
.kkhr img{width:75%;}	
}