@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("/admission/assets/font/fontawesomeV5free/all.min.css");
#mainContainer {
  overflow: hidden;
  margin-bottom: 120px;
}

#mainTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 123px;
  background: url(/admission/assets/img/main_ttl.jpg) no-repeat center center/cover;
}

#mainTitle .main_ttl {
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 1.2;
  letter-spacing: 2.7px;
  color: #FFFFFF;
}

#mainTitle.high {
  height: 293px;
}

h1.main_ttl-conten {
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 2.7px;
  width: 100%;
  padding: 1.5em 0 0;
  margin: 0 auto;
  text-align: center;
  font-size: 2.5rem;
}

#dept_mainVisual {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 606px;
  margin: 35px auto;
  background: url(/admission/assets/img/department/mv_img.jpg) no-repeat left center/cover;
  z-index: 1;
}

#dept_mainVisual .txt_area {
  max-width: 556px;
  width: 46.33333%;
  position: absolute;
  right: 40px;
  top: 125px;
  text-align: center;
}

#dept_mainVisual .txt_area p {
  margin-top: 60px;
  font-size: 2.0rem;
  line-height: 2.15;
  font-weight: 500;
  color: #000000;
}

#L-gNav {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 130px;
/* plus cony --*/
/*-- margin: 0 auto; --*/
}

#L-gNav .menu li {
  width: 16.666%;
  border-left: 1px solid #7F7F7F;
}

#L-gNav .menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 98px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #000000;
}

#L-gNav .menu a:after {
  content: "\f078";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 5px;
  background: #339999;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 28px;
  color: #fff;
  transition: all 0.5s;
}

#L-gNav .menu a:hover:after {
  bottom: 0;
}

#L-gNav .menu .nav02 a:after {
  background: #008713;
}

#L-gNav .menu .nav03 a:after {
  background: #f29518;
}

#L-gNav .menu .nav04 a:after {
  background: #3399cc;
}

#L-gNav .menu .nav05 a:after {
  background: #9f4197;
}

#L-gNav .menu .nav06 {
  border-right: 1px solid #7F7F7F;
}

#L-gNav .menu .nav06 a:after {
  background: #ff99cc;
}

@media screen and (max-width: 1200px) {
  #dept_mainVisual {
    height: auto;
    padding-top: 50.5%;
    margin: 35px auto;
  }
  #dept_mainVisual .txt_area p {
    margin-top: 5vw;
    font-size: 1.66667vw;
  }
  #L-gNav {
    width: 90%;
    margin: 0 auto 10.83333vw; 
/*--  cony plus--*/
/*--    margin: 0 auto;  --*/
  }
  #L-gNav .menu a {
    height: 9.16667vw;
    padding-bottom: 2.5vw;
    font-size: 1.5vw;
    line-height: 1.2;
    color: #000000;
  }
  #L-gNav .menu a:after {
    width: 22px;
    height: 22px;
    bottom: 5px;
    font-size: 1.2rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  #mainContainer {
    overflow: hidden;
    margin-bottom: 15.625vw;
  }
  #mainTitle {
    background: url(/admission/assets/img/main_ttl.jpg) no-repeat center center/cover;
  }
  #mainTitle .main_ttl {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 1.8px;
    color: #FFFFFF;
  }
  #mainTitle.high {
    height: 123px;
  }
  h1.main_ttl-conten {
    font-size: 1.5rem;
    width: 90%;
  }
  #dept_mainVisual {
    margin: 35px auto;
    padding-top: 0%;
    background: none;
  }
  #dept_mainVisual .txt_area {
    max-width: 556px;
    width: 90%;
    position: relative;
    margin: -100px auto 0;
    right: 0px;
    top: 0px;
    text-align: center;
  }
  #dept_mainVisual .txt_area p {
    margin-top: 20px;
    font-size: 1.3rem;
    line-height: 2.15;
    font-weight: 500;
    color: #000000;
  }
  #L-gNav {
    max-width: 1200px;
    width: 90%;
  }
  #L-gNav .menu {
    flex-wrap: wrap;
  }
  #L-gNav .menu li {
    width: 48%;
    border-left: none;
    border-top: 1px solid #7F7F7F;
    margin-right: 4%;
  }
  #L-gNav .menu a {
    display: flex;
    justify-content: left;
    align-items: left;
    position: relative;
    width: 100%;
    height: 12.76042vw;
    padding-bottom: 0px;
    padding-left: 30px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #000000;
  }
  #L-gNav .menu a:after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height: 15px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: auto;
    margin: auto;
    padding-top: 2px;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.1;
    transform: rotate(270deg);
  }
  #L-gNav .menu a:hover:after {
    bottom: 0;
  }
  #L-gNav .menu .nav02 {
    margin-right: 0%;
  }
  #L-gNav .menu .nav02 a:after {
    background: #008713;
  }
  #L-gNav .menu .nav03 a:after {
    background: #f29518;
  }
  #L-gNav .menu .nav04 {
    margin-right: 0%;
  }
  #L-gNav .menu .nav04 a:after {
    background: #3399cc;
  }
  #L-gNav .menu .nav05 {
    border-bottom: 1px solid #7F7F7F;
  }
  #L-gNav .menu .nav05 a:after {
    background: #9f4197;
  }
  #L-gNav .menu .nav06 {
    border-right: none;
    border-bottom: 1px solid #7F7F7F;
    margin-right: 0%;
  }
  #L-gNav .menu .nav06 a:after {
    background: #ff99cc;
  }
}

@media screen and (max-width: 414px) {
  #mainTitle {
    background: url(/admission/assets/img/sp_main_ttl.jpg) no-repeat center center/100% auto;
    height: 55px;
  }
  #mainTitle .main_ttl {
    font-size: 1.8rem;
  }
  #mainTitle.high {
    background: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 200%;
  }
  #dept_mainVisual {
    margin: 12px auto 35px;
    padding-top: 0%;
    background: none;
  }
  #dept_mainVisual .txt_img {
    max-width: 216px;
  }
  #dept_mainVisual .txt_area {
    max-width: 556px;
    width: 90%;
    position: relative;
    margin: -19.32367vw auto 0;
    right: 0px;
    top: 0px;
    text-align: center;
  }
  #dept_mainVisual .txt_area p {
    margin-top: 20px;
    font-size: 1.3rem;
    line-height: 2.15;
    font-weight: 500;
    color: #000000;
  }
  #L-gNav .menu a {
    height: 14.32292vw;
  }
}

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