@charset "UTF-8";
section.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px 32px;
  max-width: 1000px;
  width: 93%;
  margin: 0 auto 120px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.top {
    margin: 0 auto 30px;
    padding: 36px 3.5%;
  }
}
section.top .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
  margin-bottom: 10px;
}
section.top .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.top .ttlWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border: 4px solid #191919;
  border-radius: 15px;
  background-color: #fff2e6;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.top .ttlWrap {
    border-width: 3px;
  }
}
section.top .ttlWrap .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-height: 360px;
  background-color: #191919;
  color: #fff2e6;
}
@media screen and (max-width: 768px) {
  section.top .ttlWrap .ttl {
    width: 100%;
    min-height: 0;
    padding: 6px 0 16px;
  }
}
section.top .ttlWrap .ttl p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  line-height: 1;
  font-size: 150px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.top .ttlWrap .ttl p {
    margin-bottom: 15px;
    font-size: 70px;
  }
}
section.top .ttlWrap .ttl p span {
  margin-top: 25px;
  font-size: 28px;
  font-weight: inherit;
  letter-spacing: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.top .ttlWrap .ttl p span {
    margin-top: 10px;
    font-size: 10px;
    letter-spacing: 3px;
  }
}
section.top .ttlWrap .ttl p span::before, section.top .ttlWrap .ttl p span::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #fff2e6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section.top .ttlWrap .ttl p span::before, section.top .ttlWrap .ttl p span::after {
    width: 40px;
    height: 2px;
  }
}
section.top .ttlWrap .ttl p span::before {
  top: -10px;
}
@media screen and (max-width: 768px) {
  section.top .ttlWrap .ttl p span::before {
    top: -9px;
  }
}
section.top .ttlWrap .ttl p span::after {
  bottom: -13px;
}
@media screen and (max-width: 768px) {
  section.top .ttlWrap .ttl p span::after {
    bottom: -7px;
  }
}
section.top .ttlWrap .ttl > span {
  font-size: 20px;
}
section.top .ttlWrap p.lead {
  width: calc(100% - 300px);
  padding: 0 5%;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.top .ttlWrap p.lead {
    width: 100%;
    padding: 22px 5%;
    line-height: 1.8;
  }
}
section.top .ttlWrap p.lead a {
  color: #ff0586;
  text-decoration: underline;
}
section.top .ttlWrap p.lead a:hover {
  text-decoration: none;
}
section.top .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px 20px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.top .desc {
    flex-direction: column;
  }
}
section.top .desc dl {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
  max-width: 450px;
}
section.top .desc dl dt {
  font-size: 20px;
}
section.top .desc dl dd {
  line-height: 1.8;
}
section.top .desc img {
  max-width: 290px;
  width: 100%;
}

.gac {
  position: relative;
}

.new, .hos {
  background-color: #191919;
}
.new .ttl, .new .cntWrap, .hos .ttl, .hos .cntWrap {
  color: #fff;
}
.new .slideCnt p, .hos .slideCnt p {
  background-color: #fff;
}
.new .slick-dots li.slick-active button, .hos .slick-dots li.slick-active button {
  background-color: #fff;
}

.new .ttl .num {
  background-color: #fff100 !important;
}
.new .ttl .num i {
  font-size: 50px !important;
  transform: scaleX(0.8);
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .new .ttl .num i {
    font-size: 18px !important;
  }
}
.new .ttl p > i {
  display: inline-block;
  padding-left: 1.5em;
  color: #fff100;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .new .ttl p > i {
    font-size: 18px;
  }
}
.new .ttl p > i i {
  font-size: 24px;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .new .ttl p > i i {
    font-size: 16px;
  }
}

.gac .slideCnt p, .mei .slideCnt p {
  background-color: #191919;
  color: #fff;
}
.gac .slick-dots li.slick-active button, .mei .slick-dots li.slick-active button {
  background-color: #191919;
}

section.campusWrap {
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  section.campusWrap {
    padding: 1px 0 48px;
  }
}
section.campusWrap i[id] {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  section.campusWrap i[id] {
    margin: -120px 0 26px;
    padding-top: 120px;
  }
}
section.campusWrap .inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
section.campusWrap .inner .ttl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .ttl {
    margin-bottom: 16px;
    padding: 0 5%;
  }
}
section.campusWrap .inner .ttl .num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-right: 15px;
  border: 2px solid #191919;
  background-color: #fff;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #191919;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .ttl .num {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    font-size: 10px;
  }
}
section.campusWrap .inner .ttl .num i {
  font-size: 70px;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .ttl .num i {
    margin-top: 3px;
    font-size: 22px;
  }
}
section.campusWrap .inner .ttl p {
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .ttl p {
    font-size: 12px;
  }
}
section.campusWrap .inner .ttl p span {
  display: block;
  margin-top: 8px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .ttl p span {
    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;
  margin-bottom: 30px;
}
@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 .txt {
  max-width: 500px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .cntWrap .txt {
    max-width: 100%;
    width: 100%;
  }
}
section.campusWrap .inner .cntWrap .txt h2 {
  display: inline-block;
  margin-bottom: 18px;
  border-bottom: 6px solid;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .cntWrap .txt h2 {
    margin-bottom: 8px;
    border-bottom-width: 3px;
    font-size: 20px;
  }
}
section.campusWrap .inner .cntWrap .txt p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .cntWrap .txt p {
    line-height: 1.8;
  }
}
section.campusWrap .inner .cntWrap .txt a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 50px;
  margin-top: 15px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .cntWrap .txt a {
    width: 260px;
    margin: 15px auto 0;
    font-weight: bold;
  }
}
section.campusWrap .inner .slideWrap .slideCnt {
  margin: 0 5px;
}
section.campusWrap .inner .slideWrap .slideCnt img {
  width: 100%;
}
section.campusWrap .inner .slideWrap .slideCnt p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 768px) {
  section.campusWrap .inner .slideWrap .slideCnt p {
    height: 35px;
    font-size: 14px;
  }
}

section.meikenBokujo {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  section.meikenBokujo {
    width: 100%;
  }
}
section.meikenBokujo .bg {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
}
section.meikenBokujo .bg .ttl {
  width: 665px;
  padding: 10px 0 15px 50px;
  background-color: #bdab9b;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section.meikenBokujo .bg .ttl {
    width: 100%;
    padding: 10px 0 15px 10px;
  }
}
section.meikenBokujo .bg .ttl p {
  padding-top: 5px;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  section.meikenBokujo .bg .ttl p {
    font-size: 32px;
  }
}
section.meikenBokujo .bg p.lead {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 665px);
  padding: 15px 3.5%;
  background-color: #191919;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section.meikenBokujo .bg p.lead {
    width: 100%;
  }
}
section.meikenBokujo .bg img {
  max-width: 90%;
  margin: 20px auto 30px;
}
section.meikenBokujo .cntWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.meikenBokujo .cntWrap {
    justify-content: center;
    padding: 0 3.5%;
  }
}
section.meikenBokujo .cntWrap h3 {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
section.meikenBokujo .cntWrap dl {
  width: 355px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.meikenBokujo .cntWrap dl {
    max-width: 500px;
    width: 100%;
    margin-bottom: 26px;
  }
}
section.meikenBokujo .cntWrap dl dt {
  display: flex;
  align-items: center;
  height: 85px;
  padding: 0 25px;
  background: linear-gradient(90deg, #191919 0%, #191919 6%, #2b2b2b 6%, #2b2b2b 12%, #191919 12%, #191919 18%, #2b2b2b 18%, #2b2b2b 24%, #191919 24%, #191919 30%, #2b2b2b 30%, #2b2b2b 36%, #191919 36%, #191919 42%, #2b2b2b 42%, #2b2b2b 48%, #191919 48%, #191919 54%, #2b2b2b 54%, #2b2b2b 60%, #191919 60%, #191919 66%, #2b2b2b 66%, #2b2b2b 72%, #191919 72%, #191919 78%, #2b2b2b 78%, #2b2b2b 84%, #191919 84%, #191919 90%, #2b2b2b 90%, #2b2b2b 96%, #191919 96%, #191919 100%);
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  section.meikenBokujo .cntWrap dl dt {
    height: 70px;
    padding: 0 5%;
    font-size: 18px;
  }
}
section.meikenBokujo .cntWrap dl dt i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  border-radius: 3px;
  background-color: #fd4700;
}
@media screen and (max-width: 768px) {
  section.meikenBokujo .cntWrap dl dt i {
    width: 30px;
    height: 30px;
    margin-right: 4px;
  }
}
section.meikenBokujo .cntWrap dl dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 30px 30px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  section.meikenBokujo .cntWrap dl dd {
    height: calc(100% - 85px);
  }
}
@media screen and (max-width: 768px) {
  section.meikenBokujo .cntWrap dl dd {
    padding: 14px 5% 18px;
  }
}
section.meikenBokujo .cntWrap dl dd span {
  width: 100%;
  margin-bottom: -10px;
  color: #fd4700;
  font-size: 14px;
}
section.meikenBokujo .cntWrap dl dd p {
  width: 100%;
}
@media screen and (min-width: 769px) {
  section.meikenBokujo .cntWrap dl dd p {
    line-height: 1.8;
  }
}

section.dogs {
  max-width: 1100px;
  width: 93%;
  margin: 100px auto 90px;
  padding: 35px 30px 45px;
  border: 4px solid #191919;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.dogs {
    margin: 76px auto 48px;
    padding: 24px 3.5%;
    border-width: 3px;
  }
}
section.dogs h2 {
  padding: 0 5px;
  border-bottom: 0.5em solid #fff;
  line-height: 0.3;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  section.dogs h2 {
    border-bottom-width: 0.6em;
    font-size: 32px;
  }
}
section.dogs h2 img {
  max-width: 189px;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.dogs h2 img {
    max-width: 130px;
    top: -1.1em;
  }
}
section.dogs p {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.dogs p {
    margin-bottom: 22px;
  }
}
section.dogs .dogSlide {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section.dogs .dogSlide {
    margin-bottom: 24px;
  }
}
section.dogs .dogSlide a {
  margin: 0 2px;
}
section.dogs a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #191919;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.dogs a.btn {
    width: 220px;
    height: 40px;
  }
}/*# sourceMappingURL=style-attractiveness.css.map */