@charset "utf-8";
/* CSS Document */
@import url(reboot.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif+JP);
@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);
html, body {
  font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
}
body, #wrapper {
  width: 100%;
}
#wrapper {
  overflow-x: hidden;
  background-color: #f1f3f3;
  background: url("../img/bg00.png") no-repeat top center #f4f6f6;
}
header {
  padding-top: 40px;
}
header h1 {
  margin-bottom: 20px;
}
nav {
  width: 900px;
  justify-content: space-between;
  font-size: 15px;
  margin-bottom: 100px;
}
nav .menu01 {
  width: 168px;
}
nav .filter {
  width: 168px;
  background-color: #ffffff;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 10px 7px;
  cursor: pointer;
}
nav .filter:hover {
  opacity: 0.5;
}
p[data-filter="all"], p[data-filter="alum"] {
  background-image: url("../img/bg01.png");
}
p[data-filter="intl"] {
  background-image: url("../img/bg02.png");
}
p[data-filter="social"] {
  background-image: url("../img/bg03.png");
}
p[data-filter="welfare"] {
  background-image: url("../img/bg04.png");
}
p[data-filter="law"] {
  background-image: url("../img/bg05.png");
}
p[data-filter="econ"] {
  background-image: url("../img/bg06.png");
}
p[data-filter="mgt"] {
  background-image: url("../img/bg07.png");
}
p[data-filter="grad"] {
  background-image: url("../img/bg08.png");
}
nav .menu02 {
  width: 717px;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}
#main {
  background: url("../img/bg09.png") repeat-y 50% 427px;
  min-height: 600px;
}
#art01 {
  width: 900px;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}
.mv01 {
  width: 280px;
  background-color: #ffffff;
  /*float: left;*/
  /*margin: 0 28px 35px 0;*/
  margin: 0 0 35px 0;
  display: none;
  border-bottom: solid 2px #d8c1c6;
}
/*#art01 .mv01:nth-child(3n) {
  margin: 0 0 35px 0;
}*/
.mv02 {
  width: 280px;
}
#art01 .mv01.fi {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.pic01 img {
  width: 100%;
}
.pic01 span {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  left: 22px;
  top: -7px;
  min-width: 50px;
  padding: 14px;
  background-color: #333333;
}
section.mv01[data-category^="intl"] p.pic01 span {
  background-color: #6eaf00;
}
section.mv01[data-category^="social"] p.pic01 span {
  background-color: #ef8f00;
}
section.mv01[data-category^="welfare"] p.pic01 span {
  background-color: #eb4555;
}
section.mv01[data-category^="law"] p.pic01 span {
  background-color: #746dae;
}
section.mv01[data-category^="econ"] p.pic01 span {
  background-color: #ef5d8b;
}
section.mv01[data-category^="mgt"] p.pic01 span {
  background-color: #258bc8;
}
section.mv01[data-category^="grad"] p.pic01 span, section.mv01[data-category="intl mgt"] p.pic01 span {
  background-color: #7d001a;
}
section.mv01[data-category^="alum"] p.pic01 span {
  background-color: #9c9c9c;
}
.mv01_inner {
  padding: 0 5%;
}
.mv01_inner h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
section.mv01[data-category^="intl"] h2 {
  color: #6eaf00;
}
section.mv01[data-category^="social"] h2 {
  color: #ef8f00;
}
section.mv01[data-category^="welfare"] h2 {
  color: #eb4555;
}
section.mv01[data-category^="law"] h2 {
  color: #746dae;
}
section.mv01[data-category^="econ"] h2 {
  color: #ef5d8b;
}
section.mv01[data-category^="mgt"] h2 {
  color: #258bc8;
}
section.mv01[data-category^="grad"] h2, section.mv01[data-category="intl mgt"] h2 {
  color: #7d001a;
}
section.mv01[data-category^="alum"] h2 {
  /* color: #9c9c9c;*/
}
.border01 {
  height: 0;
  width: 40px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: #333333;
  margin-bottom: 25px;
}
section.mv01[data-category^="intl"] .border01 {
  border-color: #6eaf00;
}
section.mv01[data-category^="social"] .border01 {
  border-color: #ef8f00;
}
section.mv01[data-category^="welfare"] .border01 {
  border-color: #eb4555;
}
section.mv01[data-category^="law"] .border01 {
  border-color: #746dae;
}
section.mv01[data-category^="econ"] .border01 {
  border-color: #ef5d8b;
}
section.mv01[data-category^="mgt"] .border01 {
  border-color: #258bc8;
}
section.mv01[data-category^="grad"] .border01, section.mv01[data-category="intl mgt"] .border01 {
  border-color: #7d001a;
}
section.mv01[data-category^="alum"] .border01 {
  /*border-color: #9c9c9c;*/
}
.belong {
  margin-bottom: 5px;
}
.belong, .status {
  font-size: 15px;
}
.mv01_inner h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.status em {
  font-style: normal;
  padding: 0 5px;
  margin: 0 5px 1em 0;
}
.status em.nt {
  color: #537db6;
  background-color: #d4e2f3;
}
.status em.nt::before {
  content: "内定先";
}
.status em.st {
  color: #ffffff;
  background-color: #9c9c9c;
}
.status em.st::before {
  content: "卒業生";
}
.status em.rg {
  color: #7d001a;
  background-color: #f0dfe5;
}
.status em.rg::before {
  content: "留学生";
}
.status em.sn {
  color: #3da54a;
  background-color: #d9e9dc;
}
.status em.sn::before {
  content: "進学先";
}
#art02 {
  width: 900px;
  border-top: solid 1px #d0cece;
  padding-top: 45px;
  margin-bottom: 70px;
}
#art02 h2 {
  color: #7d001a;
  font-size: 30px;
  margin-bottom: 20px;
}
#footer {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
#footer .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
#footer .inner .logo {
  margin: 0 auto 10px;
  background-image: url(http://www.andrew.ac.jp/interview/assets/common/img/logo_andrew.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 178px 43px;
  text-indent: 9999px;
  overflow: hidden;
  white-space: nowrap;
  width: 178px;
  height: 43px;
}
#footer .inner address {
  margin-bottom: 15px;
  font-size: 11px;
  letter-spacing: 1px;
}
#footer .inner .copyright {
  font-size: 12px;
  letter-spacing: 2px;
}
#go2top {
  width: 77px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 5000;
  opacity: 0.75;
}
#go2to img, #slidin img {
  width: 100%;
}
#slide {
  width: 77px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 5000;
  opacity: 0.75;
  cursor: pointer;
  background: url("../img/btn02.png") no-repeat top left;
  background-size: contain;
}
#slide.close img {
  opacity: 0;
}
#slidein-menu {
  position: fixed;
  top: 10px;
  right: 2.5%;
  width: 95%;
  background-color: rgba(255, 255, 255, 0.75);
  display: none;
}
#slidein-menu h2, #slidein-menu h2 img, #slidein-menu nav, #slidein-menu nav .menu01, #slidein-menu nav .menu02 {
  width: 100%;
}
#slidein-menu nav {
  flex-direction: column;
  margin-bottom: 10px;
}
#slidein-menu nav .menu02 {
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  header {
    padding-top: 10px;
  }
  header h1 {
    margin-bottom: 10px;
    width: 100%;
  }
  header h1 img {
    width: 100%;
  }
  header nav {
    width: 717px;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }
  #main {
    width: 95%;
  }
  #art01 {
    width: 100%;
  }
  .mv01 {
    width: 48%;
  }
  #art02 {
    width: 95%;
    padding-top: 15px;
    margin-bottom: 30px;
  }
  #art02 h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  #art02 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    background: url("../img/bg00_sp.png") no-repeat top center #f4f6f6;
    background-size: contain;
  }
  header nav {
    width: 95%;
    margin-bottom: 15px;
  }
  nav .menu01, header nav .menu02 {
    width: 100%;
  }
  nav .filter {
    padding: 10px 3px;
  }
  nav p[data-filter="all"] {
    width: 100%;
  }
  #main {
    max-width: 650px;
  }
  .mv01 {
    width: 100%;
  }
  #footer .inner .logo, #slidein-menu .logo {
    margin: 0 auto 2.2vw;
    background-image: url(http://www.andrew.ac.jp/interview/assets/common/img/logo_andrew.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-indent: 9999px;
    overflow: hidden;
    white-space: nowrap;
    width: 39.7vw;
    height: 9.4vw;
  }
  #footer .inner address {
    margin-bottom: 1.6vw;
    line-height: 1.35;
    font-size: 3.4vw;
  }
  #footer .inner .copyright {
    font-size: 3.4vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {}
@media print {}