@charset "UTF-8";
html {
  font-size: 16px; }

body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt"; }

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

p, ul, ol, figure, dl {
  font-size: 1rem; }

a {
  word-break: break-all; }

.navbar {
  padding: .5rem 1.5rem; }

.top-area {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 1000; }
  .top-area .logo a {
    color: #333; }
  .top-area .logo .logo-text {
    margin-left: 1rem; }
    .top-area .logo .logo-text h1 {
      font-size: 1.875rem;
      font-weight: 700;
      line-height: 2rem; }
    .top-area .logo .logo-text span {
      font-family: 'Noto Serif JP', serif;
      font-size: 1rem; }
    .top-area .logo .logo-text p {
      margin-top: -.25rem;
      margin-bottom: 0; }
  .top-area .logo .navbar-brand {
    display: flex;
    align-items: center; }
  .top-area .logo .navbar-brand img {
    margin-top: .5rem;
    height: 100%; }
  .top-area .header-flex {
    display: flex;
    width: 100%; }
  .top-area .nav-link {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: bold;
    margin-left: 1rem; }
    .top-area .nav-link span {
      color: #157e2d; }
  .top-area .navbar-collapse {
    align-items: flex-end; }

.navbar-brand {
  white-space: normal; }

button.navbar-toggler.collapsed {
  margin: 0 auto; }

.navbar-light .navbar-nav .nav-link {
  color: #333; }

main {
  padding-top: 125px; }

.main-image {
  background-image: url(../images/background.png); }
  .main-image img {
    width: 100%;
    padding: 1.8rem 0;
    max-height: 540px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.h-box {
  text-align: center;
  margin: 2rem 0; }
  .h-box img {
    margin-bottom: .25rem; }
  .h-box h2 {
    font-size: 1.5rem;
    margin: 0; }

.signature {
  font-weight: bold; }
  .signature span {
    font-size: 1.2rem; }

section {
  padding: 2rem 0;
  overflow: hidden; }

section.teacher {
  background-color: #f2f2f2; }

section.major {
  background-image: url(../images/backgroud02.png); }

.teacher-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .teacher-list li {
    margin-bottom: 2rem; }

.teacher-box {
  background-color: #fff;
  padding: 1rem;
  height: 100%; }
  .teacher-box .rs-button {
    background-color: #fff;
    width: 100%;
    color: #157e2d;
    border-color: #157e2d;
    border-radius: 1.5rem;
    margin-top: 1.5rem; }
    .teacher-box .rs-button:hover {
      background-color: #157e2d;
      color: #fff; }

.flex-box {
  display: flex;
  justify-content: space-between; }

.intro-text h3 {
  font-size: 1.312rem; }
  .intro-text h3 span {
    display: block;
    font-size: 0.75rem;
    font-weight: normal;
    margin-top: .2rem; }
.intro-text dl dt {
  font-weight: normal; }
.intro-text dl dd {
  font-weight: 700; }
.intro-text .prof {
  color: #157e2d;
  display: flex; }

.blank:after {
  font-family: "Material Icons";
  content: "\e895"; }

.major-box {
  background-color: #fff;
  padding: 2.5rem 1.5rem;
  text-align: center;
  margin-bottom: 1rem; }
  .major-box p {
    text-align: left; }
  .major-box a {
    display: flex;
    text-align: center;
    color: #157e2d;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center; }
  .major-box img {
    margin-bottom: 2rem; }

.link-section h2 {
  font-size: 1.375rem;
  color: #737373;
  font-weight: bold; }
.link-section .banner-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center; }
  .link-section .banner-list li {
    margin-bottom: 1.5rem; }

footer {
  background-color: #0f581f; }
  footer .copy {
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    margin: 0; }

/*css animation*/
.delighter {
  opacity: 0;
  transform: translatey(400%);
  transition: all .5s ease-out; }

.add-fadeup.delighter {
  transform: translateY(20%);
  opacity: 0; }

.add-fadeup.delighter.started {
  transition: all .5s ease-out;
  transform: translateY(0);
  opacity: 1; }

.add-fadeleft.delighter {
  transition: all .3s ease-out;
  transform: translateX(-100%);
  opacity: 0; }

.add-fadeleft.delighter.started {
  transition: all .5s ease-out;
  transition-delay: .5s;
  transform: translateY(0);
  opacity: 1; }

.add-faderight.delighter {
  transition: all .3s ease-out;
  transform: translateX(100%);
  opacity: 0; }

.add-faderight.delighter.started {
  transition: all .5s ease-out;
  transition-delay: .5s;
  transform: translateY(0);
  opacity: 1; }

#pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 60px;
  display: block;
  z-index: 1; }

#pagetop a {
  display: flex;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #0f581f;
  line-height: 50px;
  position: relative;
  align-items: center;
  justify-content: center;
  text-decoration: none; }

/*modal*/
.modal {
  padding: 0 17px; }
  .modal .h-box {
    margin: .5rem 0 2rem 0;
    background-image: url(../images/backgroud02.png);
    padding: 1rem 0;
    border-radius: 1rem; }

.modal-dialog {
  max-width: 920px;
  margin: 1.75rem auto; }

.modal-body {
  padding: 1rem 2rem; }
  .modal-body h2 {
    font-size: 2rem;
    text-align: center; }
  .modal-body h3 {
    margin: 1rem 0 2rem 0;
    font-size: 1.25rem;
    padding-bottom: .5rem;
    text-align: center;
    border-bottom: 1px solid #ccc; }
  .modal-body figure {
    text-align: center; }
  .modal-body figcaption {
    margin-top: .5rem;
    background-color: #eee;
    font-size: 0.875rem;
    padding: .5rem;
    text-align: left; }

.modal-body .flex-h {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .modal-body .flex-h img {
    padding: 1.5rem;
    max-width: 100%;
    height: auto;
    align-self: flex-start; }

/*IEのみ適用*/
@media all and (-ms-high-contrast: none) {
  section.major {
    background-size: cover; } }
@media screen and (max-width: 1199px) {
  .top-area {
    position: static; }

  main {
    padding-top: 0; }

  .top-area .header-flex {
    display: block;
    width: 100%; }

  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    margin: 0 auto; }

  .navbar-nav {
    margin-top: 1rem; } }
.modal-title {
  text-align: center; }

@media screen and (max-width: 767px) {
  .top-area .navbar-collapse {
    margin-top: 1rem; }
  .top-area .logo {
    text-align: center; }
    .top-area .logo .navbar-brand {
      margin-bottom: 1rem;
      display: block;
      align-items: center; }
      .top-area .logo .navbar-brand img {
        display: block;
        margin: 0 auto; }

  .navbar-brand {
    white-space: normal;
    margin: 0 0 1rem 0; }

  .modal-body h2 {
    font-size: 1.625rem;
    text-align: center; } }
@media screen and (max-width: 575px) {
  .intro-text .prof {
    color: #157e2d;
    display: flex;
    font-size: 0.937rem; } }

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