.ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 36px;
}
.ttl h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  padding-bottom: 15px;
  font-size: 38px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl h2 {
    padding-bottom: 14px;
    font-size: 22px;
  }
}
.ttl h2::after {
  content: "";
  height: 10px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .ttl h2::after {
    height: 6px;
  }
}
.ttl span {
  font-size: 28px;
  font-weight: bold;
}

section.daylyWrap .topttl {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 50px 50px 0 50px;
}
section.daylyWrap .topttl .ttl_history {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
section.daylyWrap .topttl .toptxt {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
section.daylyWrap .topttl .toptxt .txt p {
  font-size: 16px;
  line-height: 30px;
}
section.daylyWrap .topttl .toptxt .img {
  width: 20%;
  text-align: center;
}
section.daylyWrap .topttl .toptxt .img .dog_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.daylyWrap .topttl {
    width: 90%;
  }
  section.daylyWrap .topttl .ttl_history {
    font-size: 20px;
  }
  section.daylyWrap .topttl .toptxt {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  section.daylyWrap .topttl .toptxt .txt {
    width: 100%;
  }
  section.daylyWrap .topttl .toptxt .txt p {
    font-size: 16px;
    line-height: 30px;
  }
  section.daylyWrap .topttl .toptxt .img {
    display: none;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  section.daylyWrap .topttl .toptxt .img .dog_img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  section.daylyWrap .ttl {
    margin-bottom: 29%;
  }
}
section.daylyWrap .ttl h2::after {
  width: 300px;
  background-color: #191919;
  left: calc(50% - 150px);
}
@media screen and (max-width: 768px) {
  section.daylyWrap .ttl h2::after {
    width: 170px;
    left: calc(50% - 85px);
  }
}
@media screen and (min-width: 769px) {
  section.daylyWrap .ttl span {
    width: 1000px;
  }
  section.daylyWrap .ttl span::after {
    content: "";
    display: block;
    margin-bottom: 20%;
  }
}
section.daylyWrap .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 100px;
  padding-bottom: 45px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section.daylyWrap .inner {
    margin: 0 auto 48px;
    padding-bottom: 24px;
    border-width: 3px;
  }
}
section.daylyWrap .inner .mainimg {
  margin-top: 250px;
}
@media screen and (min-width: 629px) and (max-width: 768px) {
  section.daylyWrap .inner .mainimg {
    margin-top: 220px;
  }
}
@media screen and (max-width: 629px) {
  section.daylyWrap .inner .mainimg {
    margin-top: 140px;
  }
}
section.daylyWrap .inner .student {
  content: "";
  width: 100%;
  margin: -205px 0 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.daylyWrap .inner .student {
    width: 100vw;
    margin-top: calc(-23.81vw - 3px);
    margin-bottom: 28px;
  }
}
section.daylyWrap .inner .lead {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 670px;
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  section.daylyWrap .inner .lead {
    margin: 0 auto 26px;
  }
}
section.daylyWrap .inner .lead::before, section.daylyWrap .inner .lead::after {
  line-height: 1;
  font-size: 150px;
  font-weight: thin;
  font-weight: 100;
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 768px) {
  section.daylyWrap .inner .lead::before, section.daylyWrap .inner .lead::after {
    font-size: 120px;
  }
}
@media screen and (min-width: 769px) {
  section.daylyWrap .inner .lead::before {
    content: "{";
  }
  section.daylyWrap .inner .lead::after {
    content: "}";
  }
}
section.daylyWrap .inner .lead p {
  margin: 0 25px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.daylyWrap .inner .lead p {
    margin: 0;
    line-height: 1.6;
    font-size: 15px;
  }
}
section.daylyWrap .inner .lead p a {
  color: #ff0586;
  text-decoration: underline;
}
section.daylyWrap .inner .lead p a:hover {
  text-decoration: none;
}
section.daylyWrap .inner .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding: 0 60px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.daylyWrap .inner .cntWrap {
    justify-content: center;
    margin-bottom: 28px;
    padding: 0 5%;
  }
}
section.daylyWrap .inner .cntWrap .cntBox {
  max-width: 415px;
  width: 100%;
  position: relative;
}
section.daylyWrap .inner .cntWrap .cntBox:nth-last-of-type(n+2) {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  section.daylyWrap .inner .cntWrap .cntBox:nth-last-of-type(n+2) {
    margin-bottom: 32px;
  }
}
section.daylyWrap .inner .cntWrap .cntBox:nth-last-of-type(n+2)::before {
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  section.daylyWrap .inner .cntWrap .cntBox:nth-last-of-type(n+2)::before {
    content: "";
  }
}
section.daylyWrap .inner .cntWrap .cntBox:nth-of-type(odd)::before {
  width: 63px;
  height: 47px;
  background: url(/campus-life/img/arw01.png) no-repeat center center/contain;
  top: 140px;
  right: -30px;
}
@media screen and (min-width: 769px) {
  section.daylyWrap .inner .cntWrap .cntBox:nth-of-type(even) {
    top: 120px;
  }
}
section.daylyWrap .inner .cntWrap .cntBox:nth-of-type(even)::before {
  width: 84px;
  height: 82px;
  background: url(/campus-life/img/arw02.png) no-repeat center center/contain;
  top: 230px;
  left: -70px;
}
section.daylyWrap .inner .cntWrap .cntBox > img:first-child {
  position: absolute;
  top: 15px;
  right: -40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.daylyWrap .inner .cntWrap .cntBox > img:first-child {
    width: 54px;
    top: 5px;
    right: -15px;
  }
}
section.daylyWrap .inner .cntWrap .cntBox p {
  max-width: 280px;
  width: 95%;
  margin: 5px auto 0;
  line-height: 1.6;
}

section.sns {
  margin: 0 auto 60px;
  background: url(/index/img/sns_bg.gif) no-repeat bottom center;
}
@media screen and (max-width: 768px) {
  section.sns {
    margin: 0 auto 25px;
    padding: 0 3.5%;
  }
}
section.sns .snsBox {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.sns .snsBox {
    margin: 0 auto 15px;
  }
}
section.sns .snsBox > img {
  width: 100%;
}
section.sns .snsBox p {
  padding-top: 10px;
  text-align: right;
  color: #101010;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  section.sns .snsBox p {
    padding-top: 4px;
  }
}
section.sns .snsBox p img {
  vertical-align: middle;
  margin-left: 10px;
}

section.event {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  section.event {
    padding: 90px 0 100px;
    background-color: #191919;
  }
}
section.event i[id] {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  section.event i[id] {
    margin: -120px 0 26px;
    padding-top: 120px;
  }
}
@media screen and (min-width: 769px) {
  section.event .ttl {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  section.event .ttl {
    margin-bottom: 20px;
  }
}
section.event .ttl h2::after {
  width: 150px;
  background-color: #fff;
  left: calc(50% - 75px);
}
@media screen and (max-width: 768px) {
  section.event .ttl h2::after {
    width: 60px;
    background-color: #191919;
    left: calc(50% - 30px);
  }
}
section.event .slideWrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
section.event .slideWrap .slideBox {
  max-width: 500px;
  border: 1px solid #fff2e6;
}
section.event .slideWrap .slideBox p {
  padding: 3px 5%;
  background-color: #191919;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  section.event .slideWrap .slideBox p {
    font-size: 11px;
  }
}
section.event .schedule {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.event .schedule {
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-top: 24px;
    border: 4px solid #191919;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
  }
}
section.event .schedule h3 {
  width: 100%;
  background-color: #191919;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  section.event .schedule dl {
    width: 30%;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  section.event .schedule dl {
    display: flex;
    align-items: center;
    width: 90%;
    padding: 16px 0;
  }
  section.event .schedule dl:nth-last-of-type(n+2) {
    border-bottom: 4px dotted #191919;
  }
  section.event .schedule dl:nth-last-of-type(2n+1) dt {
    background-color: #191919;
    color: #fff;
  }
}
section.event .schedule dl dt {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  border: 5px solid #191919;
  border-radius: 50px;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  section.event .schedule dl dt {
    width: 100px;
    height: 100px;
    padding-top: 5px;
    background-color: #fff;
    line-height: 3;
    position: absolute;
    top: -15px;
    left: -15px;
  }
  section.event .schedule dl dt::before {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid #191919;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  section.event .schedule dl dt {
    width: 60px;
    height: 60px;
    border-width: 2px;
    line-height: 60px;
    font-size: 13px;
  }
}
section.event .schedule dl dt span {
  width: 100%;
  text-align: center;
  font-size: 12px;
}
section.event .schedule dl dt i {
  line-height: 0;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -2px;
  transform: scaleX(0.9);
}
@media screen and (max-width: 768px) {
  section.event .schedule dl dt i {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  section.event .schedule dl dd {
    width: calc(100% - 60px);
    padding-left: 15px;
  }
}
section.event .schedule dl dd img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 769px) {
  section.event .schedule dl dd ul {
    padding: 25px;
  }
}
section.event .schedule dl dd ul li {
  vertical-align: middle;
  font-size: 16px;
}
section.event .schedule dl dd ul li:nth-last-of-type(n+2) {
  margin-bottom: 8px;
}
section.event .schedule dl dd ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #191919;
  margin-right: 3px;
}
section.event .schedule dl dd ul li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-left: 5px;
  padding: 0 8px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.event .schedule dl dd ul li span {
    font-size: 12px;
  }
}
section.event .schedule dl dd ul li span.fst {
  background-color: #880016;
}
section.event .schedule dl dd ul li span.scd {
  background-color: #6f3cfb;
}
section.event .schedule dl dd ul li span.all {
  background-color: #00ae58;
}/*# sourceMappingURL=style.css.map */