section.top .topttl {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 60px;
}
section.top .topttl .ttl_history {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
section.top .topttl .toptxt {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
section.top .topttl .toptxt .txt {
  width: 80%;
}
section.top .topttl .toptxt .txt p {
  font-size: 16px;
  line-height: 30px;
}
section.top .topttl .toptxt .img {
  width: 20%;
  text-align: center;
}
section.top .topttl .toptxt .img .dog_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.top .topttl {
    width: 90%;
  }
  section.top .topttl .ttl_history {
    font-size: 20px;
  }
  section.top .topttl .toptxt {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  section.top .topttl .toptxt .txt {
    width: 100%;
  }
  section.top .topttl .toptxt .txt p {
    font-size: 16px;
    line-height: 30px;
  }
  section.top .topttl .toptxt .img {
    display: none;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  section.top .topttl .toptxt .img .dog_img {
    width: 40%;
  }
}
section.top .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 250px;
  width: 93%;
  margin: 0 auto;
  padding: 10px 0 10px;
  border-radius: 15px;
  background-color: #191919;
  color: #fff2e6;
}
@media screen and (max-width: 768px) {
  section.top .ttl {
    max-width: 200px;
    margin: 0 auto;
    padding: 12px 0 10px;
  }
}
section.top .ttl .txt {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
section.top .ttl .txt p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 94px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.top .ttl .txt p {
    margin-bottom: 15px;
    font-size: 70px;
  }
}
section.top .ttl .txt p .ttl_sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
section.top .ttl .txt p span {
  margin-top: 22px;
  font-size: 15px;
  font-weight: inherit;
  letter-spacing: 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.top .ttl .txt p span {
    margin-top: 10px;
    font-size: 10px;
    letter-spacing: 3px;
  }
}
section.top .ttl .txt p span::before, section.top .ttl .txt p span::after {
  content: "";
  display: block;
  width: 63px;
  height: 2px;
  background-color: #fff2e6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section.top .ttl .txt p span::before, section.top .ttl .txt p span::after {
    width: 40px;
    height: 2px;
  }
}
section.top .ttl .txt p span::before {
  top: -10px;
}
@media screen and (max-width: 768px) {
  section.top .ttl .txt p span::before {
    top: -9px;
  }
}
section.top .ttl .txt p span::after {
  bottom: -13px;
}
@media screen and (max-width: 768px) {
  section.top .ttl .txt p span::after {
    bottom: -7px;
  }
}
section.top .ttl .txt > span {
  font-size: 15px;
}

section.campusWrap {
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  section.campusWrap {
    padding: 26px 0 48px;
  }
}
section.campusWrap.partner, section.campusWrap.game, section.campusWrap.jkc {
  background-color: #191919;
}
section.campusWrap.partner .ttlWrap .num, section.campusWrap.game .ttlWrap .num, section.campusWrap.jkc .ttlWrap .num {
  border: 2px solid #fff;
}
section.campusWrap.partner .ttlWrap, section.campusWrap.partner .cntWrap, section.campusWrap.game .ttlWrap, section.campusWrap.game .cntWrap, section.campusWrap.jkc .ttlWrap, section.campusWrap.jkc .cntWrap {
  color: #fff;
}
section.campusWrap.partner dl dd a, section.campusWrap.game dl dd a, section.campusWrap.jkc dl dd a {
  background-color: #fff;
}
section.campusWrap.campus .ttlWrap .num, section.campusWrap.course .ttlWrap .num, section.campusWrap.pro .ttlWrap .num {
  border: 2px solid #191919;
}
section.campusWrap.campus dl dd a, section.campusWrap.course dl dd a, section.campusWrap.pro dl dd a {
  background-color: #191919;
  color: #fff;
}
section.campusWrap .inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
section.campusWrap .inner .ttlWrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .ttlWrap {
    margin-bottom: 16px;
    padding: 0 5%;
  }
}
section.campusWrap .inner .ttlWrap .num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-right: 15px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .ttlWrap .num {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    font-size: 10px;
  }
}
section.campusWrap .inner .ttlWrap .num i {
  font-size: 70px;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .ttlWrap .num i {
    margin-top: 3px;
    font-size: 22px;
  }
}
section.campusWrap .inner .ttlWrap .ttl {
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .ttlWrap .ttl {
    font-size: 12px;
  }
}
section.campusWrap .inner .ttlWrap .ttl h2 {
  margin-top: 8px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .ttlWrap .ttl h2 {
    margin-top: 0;
    line-height: 1.2;
    font-size: 24px;
    font-weight: bold;
  }
}
section.campusWrap .inner .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .cntWrap {
    padding: 0 5%;
  }
}
section.campusWrap .inner .cntWrap img {
  max-width: 568px;
  width: 51%;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .cntWrap img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 12px;
  }
}
section.campusWrap .inner .cntWrap dl.txt {
  max-width: 500px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .cntWrap dl.txt {
    max-width: 100%;
    width: 100%;
  }
}
section.campusWrap .inner .cntWrap dl.txt dt {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .cntWrap dl.txt dt {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
section.campusWrap .inner .cntWrap dl.txt dd {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .cntWrap dl.txt dd {
    line-height: 1.8;
  }
}
section.campusWrap .inner .cntWrap dl.txt dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .cntWrap dl.txt dd a {
    width: 220px;
    margin: 15px auto 0;
    font-size: 18px;
    font-weight: bold;
  }
}/*# sourceMappingURL=style-feature.css.map */