@charset "utf-8";
:root {
  --color-text: #242424;
  --color-link: #242424;
  --color-primary: #018843;
  --color-secondary: #76bf9a;
  --color-gray: #b5b5b6;
  --color-bg: #f3f1ea;
  --font: "Roboto", "Helvetica Neue", Arial, YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-en: "Roboto", sans-serif;
  --font-mincho: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/*------------------------------------*\
  総合政策学部について
\*------------------------------------*/
.about01 {
  position: relative;
  padding-bottom: 80px;
}
.about01__lead {
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -40%;
  width: 18%;
  max-width: 100px;
}
.about01__bg {
  position: absolute;
  top: -10px;
  right: -25%;
  z-index: -1;
  width: 80%;
  max-width: 590px;
}
.about01__content {
  width: 70%;
  margin-left: auto;
  padding-top: max(40px, min(10vw, 100px));
}
/* 学びの特徴 */
.about02-item__image {
  margin-bottom: 25px;
}
.about02-item__content {
  margin-bottom: 45px;
  padding: 0 5%;
}
.about02-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.025em;
  line-height: 1.42;
}
.about02-item__heading span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 50%;
    background: #fff;
    font-size: 2.5rem;
    font-weight: 100;
    letter-spacing: 0;
    vertical-align: middle;
  }
/* 学部長からのメッセージ */
.about03 {
  padding: 80px 0;
}
.about03__image {
  margin-bottom: 30px;
}
.about03__image figure {
    position: relative;
    display: block !important;
    width: 100%;
  }
.about03__image figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px 20px 0;
    background: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.075em;
    text-align: center;
    line-height: 1.4;
  }
.about03__image figcaption span {
      display: inline-block;
      margin-top: 0.1em;
      font-size: 2.5rem;
      letter-spacing: 0.3em;
    }
.about03__image img {
    width: 100%;
  }
.about03__content {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
/* 数字で知る総合政策学部 */
.about04 {
  padding: 80px 0;
  background: url("/educate/sougou/about/images/bg_about04.jpg") no-repeat center center / cover;
}
.about04 .h2 {
    color: #fff;
  }
.about04-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about04-list > li {
    margin-bottom: 14px;
  }
.about04-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  background: rgba(31, 36, 65, 0.3);
  color: #fff;
  padding: 13.5%;
}
.about04-item__heading {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
.about04-item__number {
  margin-bottom: 20px;
}
.about04-item__number.thick img {
  position: relative;
  margin-top: -6%;
}
.about04-item__text {
  font-size: 1.5rem;
  line-height: 1.73;
}
.about05 {
  padding: 80px 0 40px;
}
.about05-item {
  margin-bottom: 40px;
}
/* 4つの履修モデル */
.about06 {
  margin-bottom: 80px;
}
.about06-list1 {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 40px 0 0;
}
.about06-list1 > li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
.about06-item {
  padding: 40px 15px 30px 15px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}
.about06-item__number {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.about06-item__number::before {
    display: block;
    margin-bottom: 20px;
    color: #018843;
    font-size: 6.2rem;
    font-weight: 100;
    line-height: 1;
    content: attr(data-number);
  }
.about06-item__text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.about06-item__text strong {
    font-size: 2.2rem;
    font-weight: inherit;
  }
.about06-list2 {
  list-style: none;
  margin: 25px 0 50px;
  padding: 30px 20px;
  border-radius: 8px;
  background: #fff;
}
.about06-list2__row dt {
    margin-bottom: 0;
  }
.about06-list2__row dd {
    margin: 0;
    font-size: 1.5rem;
  }
.about06-list2__row + .about06-list2__row {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f3f1ea;
  }
@media (min-width: 45.001em) {
  .about02-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
  }
    .about02-item:nth-of-type(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
  .about02-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin-bottom: 0;
  }
  .about02-item__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    margin-bottom: 0;
  }
  .about03__container {
    max-width: 600px;
    margin: 0 auto 30px;
  }
    .about03__image figcaption {
      padding: 20px 0 0 20px;
    }
  .about03__content {
    max-width: none;
  }
  .about04-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
    .about04-list > li {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%;
      padding: 0 7px;
    }}
@media (min-width: 60.001em) {
  .about01 {
    padding-bottom: 140px;
  }
  .about01__lead {
    translate: 0 -60%;
    width: 20%;
    max-width: 120px;
  }
  .about01__content {
    font-size: 1.8rem;
  }
  .about02-item__image,
  .about02-item__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .about02-item__content {
    padding: 0 7.5%;
  }
  .about02-item__heading {
    font-size: 2.8rem;
  }
    .about02-item__heading span {
      width: 70px;
      height: 70px;
      font-size: 3rem;
    }
  .about03 {
    padding: 140px 0 150px;
  }
  .about03__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none;
  }
  .about03__image {
    -ms-flex-preferred-size: 44.315%;
    flex-basis: 44.315%;
  }
    .about03__image figure {
      max-width: 650px;
      margin-left: auto;
    }
  .about03__content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    margin: 0;
    padding-right: 40px;
  }
    .about03__content .inner {
      max-width: 550px;
    }
  .about04 {
    padding: 150px 0;
  }
    .about04-list > li {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3333%;
      flex: 1 0 33.3333%;
    }
  .about05 {
    padding: 150px 0 100px;
  }
  .about05-item {
    margin-bottom: 60px;
  }
  .about06-list1 {
    margin: 0 -22.5px;
  }
    .about06-list1 > li {
      width: 25%;
      padding: 0 22.5px;
    }
  .about06-list2 {
    padding: 40px;
  }
  .about06-list2__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
    .about06-list2__row dt {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 14em;
      flex: 0 0 14em;
    }
    .about06-list2__row dd {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
    }
}
/*# sourceMappingURL=maps/about.css.map */
