section.mv {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.mv {
    margin-bottom: calc(40px + 5%);
  }
}
section.mv::after {
  content: "";
  border-top: 100px solid transparent;
  border-left: 50vw solid #fff2e6;
  border-right: 50vw solid #fff2e6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.mv::after {
    border-top-width: 40px;
  }
}
section.mv .slideWrap .slideBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1090px;
}
@media screen and (max-width: 768px) {
  section.mv .slideWrap .slideBox {
    height: auto;
  }
}
section.mv .slideWrap .slideBox img.sp {
  width: 100%;
}
section.mv .slideWrap .slideBox p {
  display: flex;
  max-width: 1200px;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}
section.mv .slideWrap .slideBox:nth-of-type(1) .bg {
  background: url(/index/img/mv01.jpg) no-repeat top center/cover;
}
section.mv .slideWrap .slideBox:nth-of-type(2) .bg {
  background: url(/index/img/mv02.jpg) no-repeat top center/cover;
}
section.mv .slideWrap .slideBox:nth-of-type(2) p {
  width: 100%;
}
section.mv .slideWrap .slideBox:nth-of-type(2) p::before {
  content: "";
  padding-left: 66.5%;
}
section.mv .slideWrap .slideBox:nth-of-type(3) .bg {
  background: url(/index/img/mv03.jpg) no-repeat top center/cover;
}
section.mv .slideWrap .slideBox:nth-of-type(3) p {
  width: 100%;
}
section.mv .slideWrap .slideBox:nth-of-type(3) p::before {
  content: "";
  padding-left: 62%;
}
section.mv .slideWrap .slideBox:nth-of-type(4) .bg {
  background: url(/index/img/mv04.jpg) no-repeat top center/cover;
}
section.mv .slideWrap .slideBox:nth-of-type(4) p {
  width: 100%;
}
section.mv .slideWrap .slideBox:nth-of-type(4) p::before {
  content: "";
  padding-left: 58%;
}
section.mv .slideWrap .slideBox.slick-slide .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: 50% 0;
}
section.mv .slideWrap .slideBox.slick-slide.slide-animation .bg {
  transition: all 5s;
  transform: scale(1.05);
}
section.mv .slideWrap .slideBox.slick-slide.slide-animation img.sp {
  transition: all 5s;
  transform: scale(1.1);
}
section.mv a#partnerBnr {
  display: flex;
  max-width: 240px;
  width: 30%;
  position: absolute;
  left: 5%;
  top: calc(95vh - 80px);
  z-index: 9;
  translate: 0 -100%;
  transition: scale 0.3s;
}
@media screen and (max-width: 768px) {
  section.mv a#partnerBnr {
    max-width: 200px;
    min-width: 120px;
    left: auto;
    right: 5%;
    top: calc(95vh - 150px);
  }
}
section.mv a#partnerBnr:hover {
  scale: 1.025;
}
section.mv a#partnerBnr::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/index/img/bnr_partner_bg.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  animation: bnr_partner_bg 30s 0s linear infinite;
}

@keyframes bnr_partner_bg {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
section.message {
  max-width: 1100px;
  width: 93%;
  margin: 0 auto 65px;
  border: 4px solid #191919;
  border-radius: 10px;
  padding: 100px 40px 90px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.message {
    margin-bottom: 10%;
    padding: 60px 5%;
    border-width: 3px;
  }
}
section.message::after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAADElEQVQImWNgQAP/AQERAQD1y6SYAAAAAElFTkSuQmCC) repeat top left;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
}
section.message h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 277px;
  height: 101px;
  padding-top: 22px;
  background: url(/index/img/message_ttl.png) no-repeat top center/contain;
  color: #fff2e6;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  section.message h2 {
    width: 180px;
    height: 66px;
    padding-top: 14px;
    font-size: 20px;
  }
}
section.message .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section.message .cntWrap {
    display: block;
  }
}
section.message .cntWrap p.txt {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  section.message .cntWrap p.txt {
    width: 100%;
    margin-bottom: 20px;
    padding: 2px 0;
    line-height: 2;
    font-size: 14px;
  }
}
section.message .cntWrap .slideWrap {
  max-width: 544px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.message .cntWrap .slideWrap {
    margin: 0 auto;
  }
}

section.features {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  section.features {
    margin-bottom: 0;
  }
}
section.features .inner {
  padding-top: 90px;
  background-color: #dcc2ad;
}
section.features .inner .ttl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 32px 50px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section.features .inner .ttl {
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  section.features .inner .ttl img {
    position: absolute;
    bottom: 0;
  }
  section.features .inner .ttl img:first-child {
    left: calc(50% - 220px);
  }
  section.features .inner .ttl img:last-child {
    right: calc(50% - 220px);
  }
}
section.features .inner .ttl i {
  padding-left: 30px;
  line-height: 150px;
  font-size: 180px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.features .inner .ttl i {
    padding: 0 30px;
  }
}
section.features .inner .ttl i::before {
  content: "";
  display: block;
  width: 60px;
  height: 80px;
  background: url(/index/img/feature_ttl_line.png) no-repeat top left/contain;
  position: absolute;
  top: -10px;
  left: -10px;
}
section.features .inner .ttl div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px 0;
}
@media screen and (max-width: 768px) {
  section.features .inner .ttl div {
    gap: 28px 0;
  }
}
section.features .inner .ttl div span {
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
section.features .inner .ttl div span::before, section.features .inner .ttl div span::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #191919;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section.features .inner .ttl div span::before, section.features .inner .ttl div span::after {
    width: 60px;
    height: 3px;
  }
}
section.features .inner .ttl div span::before {
  top: -10px;
}
@media screen and (max-width: 768px) {
  section.features .inner .ttl div span::before {
    top: -8px;
  }
}
section.features .inner .ttl div span::after {
  bottom: -13px;
}
@media screen and (max-width: 768px) {
  section.features .inner .ttl div span::after {
    bottom: -10px;
  }
}
section.features .inner .ttl div h2 {
  font-size: 28px;
}
section.features .inner .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1380px;
  margin: 0 auto 30px;
  padding: 50px 33px;
}
@media screen and (max-width: 768px) {
  section.features .inner .cntWrap {
    margin: 0 auto;
    padding: 42px 3.5% 10px;
  }
}
section.features .inner .cntWrap .cntBox {
  width: 33.3333333333%;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  section.features .inner .cntWrap .cntBox {
    width: 100%;
    border-width: 6px;
  }
  section.features .inner .cntWrap .cntBox img {
    width: 100%;
  }
}
section.features .inner + img {
  display: block;
  margin: 0 auto;
}

section.courses {
  padding: 85px 0 35px;
  background-color: #191919;
}
@media screen and (max-width: 768px) {
  section.courses {
    padding: 40px 0;
  }
}
section.courses .ttlWrap {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.courses .ttlWrap {
    margin-bottom: 44px;
    padding: 0 5%;
  }
}
section.courses .ttlWrap h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 440px;
  margin: 0 auto 20px;
  padding-bottom: 55px;
  line-height: 1;
  color: #fff2e6;
  font-size: 44px;
}
@media screen and (min-width: 769px) {
  section.courses .ttlWrap h2 {
    border-bottom: 1px solid #a3a3a3;
  }
}
@media screen and (max-width: 768px) {
  section.courses .ttlWrap h2 {
    margin: 0 auto 12px;
    padding-bottom: 28px;
    font-size: 26px;
  }
}
section.courses .ttlWrap h2 span {
  margin-top: 30px;
  font-size: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.courses .ttlWrap h2 span {
    margin-top: 25px;
    font-size: 12px;
  }
}
section.courses .ttlWrap h2 span::before, section.courses .ttlWrap h2 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff2e6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section.courses .ttlWrap h2 span::before, section.courses .ttlWrap h2 span::after {
    height: 2px;
  }
}
section.courses .ttlWrap h2 span::before {
  top: -10px;
}
@media screen and (max-width: 768px) {
  section.courses .ttlWrap h2 span::before {
    top: -8px;
  }
}
section.courses .ttlWrap h2 span::after {
  bottom: -13px;
}
@media screen and (max-width: 768px) {
  section.courses .ttlWrap h2 span::after {
    bottom: -10px;
  }
}
section.courses .ttlWrap p.lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.courses .ttlWrap p.lead {
    text-align: center;
    font-size: 14px;
  }
}
section.courses .ttlWrap p.lead span {
  margin-bottom: 10px;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  section.courses .ttlWrap p.lead span {
    margin-bottom: 6px;
    font-size: 18px;
  }
}
section.courses .ttlWrap img {
  position: absolute;
  left: 50%;
}
@media screen and (min-width: 769px) {
  section.courses .ttlWrap img {
    bottom: 15px;
    transform: translateX(260px);
  }
}
@media screen and (max-width: 768px) {
  section.courses .ttlWrap img {
    max-width: 100px;
    width: 25%;
    top: 8%;
    transform: translateX(80%);
  }
}
section.courses .gradeWrap {
  max-width: 1360px;
  width: 90%;
  margin: 0 auto;
}
section.courses .gradeWrap .gradeBox {
  margin-bottom: 2px;
  padding: 0 20px 35px;
  background: url(/index/img/grade_bg.gif) repeat top center;
}
@media screen and (max-width: 768px) {
  section.courses .gradeWrap .gradeBox {
    padding: 0 5% 15px;
  }
}
section.courses .gradeWrap .gradeBox:nth-of-type(1) {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  section.courses .gradeWrap .gradeBox:nth-of-type(1) {
    padding-bottom: 30px;
  }
}
section.courses .gradeWrap .gradeBox h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 55px;
  margin: 0 auto;
  border: 2px solid #191919;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  font-size: 21px;
  position: relative;
  top: -25px;
}
@media screen and (max-width: 768px) {
  section.courses .gradeWrap .gradeBox h3 {
    width: 250px;
    height: 45px;
    font-size: 16px;
  }
}
section.courses .gradeWrap .gradeBox h3 span:first-letter {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  section.courses .gradeWrap .gradeBox h3 span:first-letter {
    font-size: 22px;
  }
}
section.courses .gradeWrap .gradeBox p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  line-height: 1.8;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.courses .gradeWrap .gradeBox p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
section.courses .gradeWrap .gradeBox .courseWrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.courses .gradeWrap .gradeBox .courseWrap {
    display: block;
  }
}
section.courses .gradeWrap .gradeBox .courseWrap .courseBox {
  margin: 0 10px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  section.courses .gradeWrap .gradeBox .courseWrap .courseBox {
    margin: 0 auto 10%;
  }
}
section.courses .gradeWrap .gradeBox .courseWrap .courseBox h4 {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.courses .gradeWrap .gradeBox .courseWrap .courseBox h4 {
    margin-bottom: 20px;
  }
}
section.courses .gradeWrap .gradeBox .courseWrap .courseBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #191919;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.courses .gradeWrap .gradeBox .courseWrap .courseBox a {
    width: 180px;
    height: 40px;
    margin-top: -10px;
    font-size: 14px;
  }
}

section.campuses .ttlWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  section.campuses .ttlWrap {
    flex-direction: column;
    padding: 35px 5%;
  }
}
section.campuses .ttlWrap > * {
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  section.campuses .ttlWrap > * {
    margin: 0;
  }
}
section.campuses .ttlWrap .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  border: 5px solid #191919;
  color: #191919;
}
@media screen and (max-width: 768px) {
  section.campuses .ttlWrap .ttl {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 0;
    border-width: 3px;
  }
}
section.campuses .ttlWrap .ttl p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  line-height: 1;
  font-size: 200px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.campuses .ttlWrap .ttl p {
    margin-bottom: 15px;
    font-size: 95px;
  }
}
section.campuses .ttlWrap .ttl p span {
  margin-top: 25px;
  font-size: 32px;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.campuses .ttlWrap .ttl p span {
    margin-top: 5px;
    font-size: 16px;
  }
}
section.campuses .ttlWrap .ttl p span::before, section.campuses .ttlWrap .ttl p span::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #191919;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section.campuses .ttlWrap .ttl p span::before, section.campuses .ttlWrap .ttl p span::after {
    width: 50px;
    height: 2px;
  }
}
section.campuses .ttlWrap .ttl p span::before {
  top: -10px;
}
@media screen and (max-width: 768px) {
  section.campuses .ttlWrap .ttl p span::before {
    top: -4px;
  }
}
section.campuses .ttlWrap .ttl p span::after {
  bottom: -13px;
}
@media screen and (max-width: 768px) {
  section.campuses .ttlWrap .ttl p span::after {
    bottom: -6px;
  }
}
@media screen and (max-width: 768px) {
  section.campuses .ttlWrap .ttl h2 {
    font-size: 18px;
  }
  section.campuses .ttlWrap .ttl h2:first-letter {
    font-size: 1.2em;
  }
}
section.campuses .ttlWrap p.lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 0 40px;
  line-height: 1.8;
  text-align: center;
  font-size: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.campuses .ttlWrap p.lead {
    padding: 0 25px;
    line-height: 1.5;
    font-size: 18px;
  }
}
section.campuses .ttlWrap p.lead::before, section.campuses .ttlWrap p.lead::after {
  content: "";
  width: 15px;
  height: 95px;
  border-top: 3px solid #191919;
  border-bottom: 3px solid #191919;
  position: absolute;
  top: 15px;
}
@media screen and (max-width: 768px) {
  section.campuses .ttlWrap p.lead::before, section.campuses .ttlWrap p.lead::after {
    width: 10px;
    height: 55px;
    top: 10px;
  }
}
section.campuses .ttlWrap p.lead::before {
  border-left: 3px solid #191919;
  left: 0;
}
@media screen and (max-width: 768px) {
  section.campuses .ttlWrap p.lead::before {
    border-width: 2px;
  }
}
section.campuses .ttlWrap p.lead::after {
  border-right: 3px solid #191919;
  right: 0;
}
@media screen and (max-width: 768px) {
  section.campuses .ttlWrap p.lead::after {
    border-width: 2px;
  }
}
section.campuses .ttlWrap p.lead span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.campuses .ttlWrap p.lead span {
    font-size: 12px;
  }
}
section.campuses .campusWrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1310px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 30px 25px;
  background-color: #dcc2ad;
}
@media screen and (max-width: 768px) {
  section.campuses .campusWrap {
    margin: 0 auto 32px;
    padding: 25px 5%;
  }
}
section.campuses .campusWrap a.campusBox {
  width: 50%;
}
@media screen and (max-width: 768px) {
  section.campuses .campusWrap a.campusBox {
    width: 100%;
  }
}
section.campuses .campusWrap a.campusBox img {
  width: 100%;
}
section.campuses .campusInfo {
  padding: 95px 0 120px;
  background: url(/index/img/campus_info_bg.gif) repeat center center;
}
@media screen and (max-width: 768px) {
  section.campuses .campusInfo {
    padding: 10% 0 15%;
    background: url(/index/img/campus_info_bg.gif) repeat center center;
  }
}
section.campuses .campusInfo p.lead {
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.campuses .campusInfo p.lead {
    font-size: 16px;
  }
}
section.campuses .campusInfo p.copy {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.campuses .campusInfo p.copy {
    font-size: 18px;
  }
}
section.campuses .campusInfo p.copy::before, section.campuses .campusInfo p.copy::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #191919;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section.campuses .campusInfo p.copy::before, section.campuses .campusInfo p.copy::after {
    width: 60px;
  }
}
section.campuses .campusInfo p.copy::before {
  top: -10px;
}
@media screen and (max-width: 768px) {
  section.campuses .campusInfo p.copy::before {
    top: -6px;
  }
}
section.campuses .campusInfo p.copy::after {
  bottom: -13px;
}
@media screen and (max-width: 768px) {
  section.campuses .campusInfo p.copy::after {
    bottom: -7px;
  }
}
section.campuses .campusInfo .infoWrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
section.campuses .campusInfo .infoWrap .infoBox {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  section.campuses .campusInfo .infoWrap .infoBox {
    margin: 0 auto 15px;
    padding: 0 5%;
  }
}
section.campuses .campusInfo .infoWrap > img {
  width: 100%;
}

section.others {
  margin-bottom: 75px;
  padding: 95px 0;
  border-top: 1px solid #191919;
  border-bottom: 1px solid #191919;
}
@media screen and (max-width: 768px) {
  section.others {
    margin-bottom: 10px;
    padding: 30px 3.5% 0;
    border: none;
  }
}
section.others .cntWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.others .cntWrap {
    display: block;
  }
}
section.others .cntWrap .cntBox {
  display: flex;
  justify-content: center;
  margin: 0 15px;
  border: 2px solid #191919;
}
@media screen and (max-width: 768px) {
  section.others .cntWrap .cntBox {
    flex-direction: column;
    align-items: center;
    margin: 0 0 20px;
    padding-bottom: 20px;
  }
}
section.others .cntWrap .cntBox .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  width: 53.125%;
  min-height: 210px;
  padding: 5px;
  background-color: #191919;
  line-height: 1;
  text-align: center;
  color: #fff2e6;
}
@media screen and (max-width: 768px) {
  section.others .cntWrap .cntBox .ttl {
    max-width: 220px;
    width: 80%;
    height: auto;
    margin-bottom: 10px;
    padding: 20px 0;
  }
}
section.others .cntWrap .cntBox .ttl span {
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: bold;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  section.others .cntWrap .cntBox .ttl span {
    font-size: 18px;
  }
}
section.others .cntWrap .cntBox .ttl h2 {
  font-size: 20px;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  section.others .cntWrap .cntBox .ttl h2 {
    font-size: 22px;
  }
}
section.others .cntWrap .cntBox .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 46.875%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  section.others .cntWrap .cntBox .txt {
    width: 100%;
    padding: 0 5%;
  }
}
section.others .cntWrap .cntBox .txt p {
  line-height: 1.8;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  section.others .cntWrap .cntBox .txt p {
    margin-bottom: 10px;
  }
}
section.others .cntWrap .cntBox .txt span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #191919;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.others .cntWrap .cntBox .txt span {
    width: 160px;
    height: 40px;
    font-size: 14px;
  }
}

section.news {
  max-width: 900px;
  width: 93%;
  margin: 0 auto 60px;
  padding: 40px 100px;
  border-radius: 10px;
  background-color: #191919;
}
@media screen and (max-width: 768px) {
  section.news {
    margin: 0 auto 42px;
    padding: 35px 5%;
  }
}
section.news .ttl {
  margin-bottom: 30px;
  line-height: 1;
  text-align: center;
  color: #fff2e6;
}
section.news .ttl h2 {
  margin-bottom: 25px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  section.news .ttl h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
section.news .ttl span {
  font-size: 12px;
  position: relative;
}
section.news .ttl span::before, section.news .ttl 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.news .ttl span::before, section.news .ttl span::after {
    width: 60px;
    height: 2px;
  }
}
section.news .ttl span::before {
  top: -10px;
}
@media screen and (max-width: 768px) {
  section.news .ttl span::before {
    top: -8px;
  }
}
section.news .ttl span::after {
  bottom: -13px;
}
@media screen and (max-width: 768px) {
  section.news .ttl span::after {
    bottom: -8px;
  }
}
section.news ul.newsList {
  margin-bottom: 35px;
}
section.news ul.newsList li {
  width: 100%;
}
section.news ul.newsList li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 5px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.news ul.newsList li a {
    font-size: 14px;
  }
}
section.news ul.newsList li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin: 0 15px;
  line-height: 1;
  text-align: center;
  font-size: 11px;
}
section.news ul.newsList li a i.important {
  background-color: #da5a30;
}
section.news ul.newsList li a i.news {
  background-color: #4aa34e;
}
section.news ul.newsList li a i.examination {
  background-color: #5336c4;
}
section.news a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 50px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff2e6;
  color: #191919;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.news a.btn {
    font-size: 16px;
  }
}

section.bnr {
  display: flex;
  justify-content: center;
  max-width: 700px;
  width: 90%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  section.bnr {
    max-width: 640px;
    margin: 0 auto 52px;
  }
}

section.report {
  max-width: 1100px;
  width: 93%;
  margin: 0 auto 90px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section.report {
    margin: 0 auto 42px;
  }
}
section.report .ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section.report .ttl {
    margin-bottom: 20px;
  }
}
section.report .ttl h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  font-size: 44px;
  color: #191919;
}
@media screen and (max-width: 768px) {
  section.report .ttl h2 {
    font-size: 28px;
  }
}
section.report .ttl h2::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -50px;
  transform: rotateY(180deg);
  background: url(../img/foot.png) no-repeat;
  aspect-ratio: 32/35;
  width: 32px;
  height: auto;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  section.report .ttl h2::before {
    width: 28px;
    top: 0;
    left: -40px;
  }
}
section.report .ttl h2::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -50px;
  background: url(../img/foot.png) no-repeat;
  aspect-ratio: 32/35;
  width: 32px;
  height: auto;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  section.report .ttl h2::after {
    width: 28px;
    right: -45px;
    top: 0;
  }
}
section.report .ttl span {
  font-size: 12px;
  position: relative;
}
section.report .ttl span::before, section.report .ttl 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.report .ttl span::before, section.report .ttl span::after {
    width: 60px;
    height: 2px;
  }
}
section.report .ttl span::before {
  top: -10px;
}
@media screen and (max-width: 768px) {
  section.report .ttl span::before {
    top: -8px;
  }
}
section.report .ttl span::after {
  bottom: -13px;
}
@media screen and (max-width: 768px) {
  section.report .ttl span::after {
    bottom: -8px;
  }
}
section.report ul.list_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  section.report ul.list_flex {
    margin-bottom: 30px;
    gap: 20px 0;
  }
}
section.report ul.list_flex li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  section.report ul.list_flex li {
    width: 47%;
  }
}
section.report ul.list_flex li:nth-child(n+4) {
  display: none;
}
@media screen and (max-width: 768px) {
  section.report ul.list_flex li:nth-child(n+4) {
    display: block;
  }
}
section.report ul.list_flex li a {
  transition: 0.5s;
}
section.report ul.list_flex li a:hover {
  opacity: 0.6;
}
section.report ul.list_flex li a .img-thumbnail {
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.report ul.list_flex li a .img-thumbnail img {
  max-height: 100%;
}
section.report ul.list_flex li a .flex_txt {
  margin: 10px auto 0;
}
section.report ul.list_flex li a .flex_txt .data_Box {
  display: flex;
}
@media screen and (max-width: 768px) {
  section.report ul.list_flex li a .flex_txt .data_Box {
    flex-direction: column;
  }
}
section.report ul.list_flex li a .flex_txt .data_Box .data {
  font-size: 14px;
}
section.report ul.list_flex li a .flex_txt .data_Box .category {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  section.report ul.list_flex li a .flex_txt .data_Box .category {
    margin-left: 0px;
  }
}
section.report ul.list_flex li a .flex_txt .data_Box .category .svg_icon {
  width: 14px;
  margin-right: 5px;
}
section.report ul.list_flex li a .flex_txt .data_Box .category.model {
  color: #d65757;
}
section.report ul.list_flex li a .flex_txt .data_Box .category.introduce {
  color: #10935e;
}
section.report ul.list_flex li a .flex_txt .data_Box .category.dogs {
  color: #40759b;
}
section.report ul.list_flex li a .flex_txt .data_Box .category.events {
  color: #707a0f;
}
section.report ul.list_flex li a .flex_txt .magazine_ttl {
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  section.report ul.list_flex li a .flex_txt .magazine_ttl {
    margin-top: 0;
    font-size: 14px;
  }
}
section.report a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 50px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #101010;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.report a.btn {
    font-size: 14px;
  }
}

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;
}/*# sourceMappingURL=style.css.map */