@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
/* 看護学部 */
/* 法学部 */
/* 経済学部 */
/* 経営学部 */
/* 理工学部 */
/* 建築学部 */
/* 薬学部 */
/* 文芸学部 */
/* 総合社会学部 */
/* 国際学部 */
/* 情報学部 */
/* 農学部 */
/* 医学部 */
/* 生物理工学部 */
/* 工学部 */
/* 産業理工学部 */
/* 短期大学部 */
/* 通信教育部 */
/* 留学生 */
.mvArea {
  height: 21.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #2e527c;
}
@media screen and (min-width: 751px), print {
  .mvArea {
    height: 10.9375vw;
  }
}
.mvArea h1 {
  font-size: 4.8vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 751px), print {
  .mvArea h1 {
    font-size: 2.5vw;
    line-height: 1.7;
  }
}
.mvArea p {
  line-height: 1;
  display: block;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 2.6666666667vw;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 751px), print {
  .mvArea p {
    font-size: 1.40625vw;
    letter-spacing: 0.15em;
  }
}

.contentArea-box {
  width: 89.3333333333vw;
  margin: 0 auto;
  padding: 6.6666666667vw 0 13.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .contentArea-box {
    width: 60.9375vw;
    padding: 3.90625vw 0 6.25vw;
  }
}
.contentArea-box h2 {
  font-size: 4.1333333333vw;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #eaeef2;
  position: relative;
  padding-top: 0.4vw;
  padding-bottom: 0.8vw;
  padding-left: 4vw;
  margin-top: 9.3333333333vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 751px), print {
  .contentArea-box h2 {
    font-size: 1.328125vw;
    margin-top: 3.90625vw;
    padding-left: 1.40625vw;
    padding-top: 0.3125vw;
    padding-bottom: 0.46875vw;
    margin-top: 3.90625vw;
    margin-bottom: 1.5625vw;
  }
}
.contentArea-box h2:nth-child(1) {
  margin-top: 0;
}
.contentArea-box h2:before {
  content: "";
  display: block;
  width: 0.9333333333vw;
  height: 4.8vw;
  background-color: #2e527c;
  position: absolute;
  top: 1.3333333333vw;
  left: 0;
}
@media screen and (min-width: 751px), print {
  .contentArea-box h2:before {
    width: 0.46875vw;
    height: 1.5625vw;
    top: 0.625vw;
  }
}
.contentArea-box h3 {
  font-size: 4vw;
  font-weight: 500;
  border-bottom: #abbacb 1px solid;
  padding-left: 4vw;
  position: relative;
  line-height: 1.2;
  padding-bottom: 1.3333333333vw;
  margin-bottom: 2.6666666667vw;
  margin-top: 4vw;
}
@media screen and (min-width: 751px), print {
  .contentArea-box h3 {
    font-size: 1.328125vw;
    padding-left: 1.40625vw;
    padding-bottom: 0.390625vw;
    margin-bottom: 0.78125vw;
    margin-top: 2.34375vw;
  }
}
.contentArea-box h3:before {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-image: url(../img/sitepolicy/icon_arrow.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.3333333333vw;
  left: 0;
}
@media screen and (min-width: 751px), print {
  .contentArea-box h3:before {
    width: 0.9375vw;
    height: 0.9375vw;
    top: 0.390625vw;
  }
}
.contentArea-box p {
  margin-bottom: 4vw;
  font-size: 3.7333333333vw;
  line-height: 1.9;
  font-weight: 350;
}
@media screen and (min-width: 751px), print {
  .contentArea-box p {
    font-size: 1.25vw;
    margin-bottom: 0.78125vw;
    letter-spacing: 0.02em;
  }
}
.contentArea-box p.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.contentArea-box p.arrow {
  padding-left: 4vw;
  position: relative;
}
@media screen and (min-width: 751px), print {
  .contentArea-box p.arrow {
    padding-left: 1.40625vw;
    margin-bottom: 0.390625vw;
  }
}
.contentArea-box p.arrow:before {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-image: url(../img/sitepolicy/icon_arrow.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.2666666667vw;
  left: 0;
}
@media screen and (min-width: 751px), print {
  .contentArea-box p.arrow:before {
    width: 0.9375vw;
    height: 0.9375vw;
    top: 0.78125vw;
  }
}
.contentArea-box p.mt2em {
  margin-top: 2em;
}
.contentArea-box table {
  width: 100%;
}
.contentArea-box table td {
  font-size: 3.4666666667vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-top: #abbacb 1px solid;
  border-bottom: #abbacb 1px solid;
  padding: 2vw 0;
}
@media screen and (min-width: 751px), print {
  .contentArea-box table td {
    font-size: 1.09375vw;
    padding: 0.46875vw 0;
  }
}
.contentArea-box table td:nth-child(1) {
  text-align: center;
  width: 18.6666666667vw;
  border-right: #abbacb 1px solid;
}
@media screen and (min-width: 751px), print {
  .contentArea-box table td:nth-child(1) {
    width: 7.8125vw;
  }
}
@media screen and (min-width: 751px), print {
  .contentArea-box table td:nth-child(1):has(img) {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }
}
.contentArea-box table td:nth-child(1) img {
  display: block;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  margin: auto;
}
@media screen and (min-width: 751px), print {
  .contentArea-box table td:nth-child(1) img {
    width: 1.25vw;
    height: 1.25vw;
  }
}
.contentArea-box table td:nth-child(2) {
  padding-left: 4vw;
  padding-right: 1.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .contentArea-box table td:nth-child(2) {
    padding-left: 1.5625vw;
    padding-right: 0.78125vw;
  }
}

.btnArea {
  border-top: solid 1px #000;
  padding-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  margin-top: 0.5333333333vw;
}
@media screen and (min-width: 751px), print {
  .btnArea {
    margin-top: 0.3125vw;
    padding-top: 2.34375vw;
    padding-bottom: 2.34375vw;
  }
}/*# sourceMappingURL=sitepolicy.css.map */