@charset "utf-8";

html,
body {
  margin: 0;
  padding: 0;
}
.wrap {
  max-width: 980px;
  margin: 0 auto;
}
.wrap2 {
  max-width: 780px;
  margin: 0 auto;
}
body {
  background: #fff;
  color: #333;
  font-family: "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
}

img {
  max-width: 100%;
  height: auto;
}

.p-kobekatsu-header {
  background: #fff;
  padding: 5px 16px 16px;
}

.p-kobekatsu-header__inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  min-height: 0px;
}

.p-kobekatsu-header__logo {
  width: min(100%, 520px);
  padding-right: 200px;
  line-height: 0.5em;
}

.p-kobekatsu-header__logo img {
  display: block;
  width: min(100%, 400px);
}

.p-kobekatsu-header__logo img + img {
  margin-top: 10px;
}

.p-kobekatsu-header__nav {
  position: absolute;
  top: 0;
  right: 0;
}

.p-kobekatsu-header__nav-list {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-kobekatsu-header__nav-link {
  display: block;
  min-width: 136px;
  padding: 14px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.p-kobekatsu-header__nav-link--dance {
  background: #0a73bf;
}

.p-kobekatsu-header__nav-link--art {
  background: #f10016;
}

.p-kobekatsu-main {
  min-height: 1px;
}
.p-kobekatsu-main__logo {
  text-align: center;
  padding: 20px 0;
}

.p-kobekatsu-main__mv {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 5%;
}

.p-kobekatsu-news {
  padding: 28px 16px 36px;
  background: #fff;
}

.p-kobekatsu-news__inner {
  max-width: 980px;
  margin: 0 auto;
}

.p-kobekatsu-news__title {
  margin: 0 0 18px;
  color: #0a73bf;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.p-kobekatsu_title {
  margin: 0 0 18px;
  color: #0a73bf;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

.p-kobekatsu-news__list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-kobekatsu-news__item {
  padding: 18px 20px;
  border: 1px solid #d7e4f2;
  border-radius: 14px;
  background: #f7fbff;
}

.p-kobekatsu-news__date,
.p-kobekatsu-news__text {
  margin: 0;
}

.p-kobekatsu-news__date {
  margin-bottom: 8px;
  color: #0a73bf;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.p-kobekatsu-news__text {
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}

.p-kobekatsu-main__section-title {
  margin: 0;
  padding: 20px 16px;
  background: #0a73bf;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.p-kobekatsu_title {
  max-width: 980px;
}

.p-kobekatsu-main__section-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0px 32px;
  box-sizing: border-box;
}

.p-kobekatsu-main__section-content--teacher {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.p-kobekatsu-main__section-content--experience {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.p-kobekatsu-main__section-content-item {
  min-width: 0;
}

.p-kobekatsu-main__section-content--experience
  .p-kobekatsu-main__section-content-item {
  display: flex;
  flex-direction: column;
}

.p-kobekatsu-main__section-content--experience
  .p-kobekatsu-main__section-content-item
  > p:first-child {
  margin: 0 0 12px;
}

.p-kobekatsu-main__section-content--experience .button {
  margin-top: auto;
}

.p-kobekatsu-main__section-content-item h3 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-kobekatsu-main__section-content-item h4 {
  font-size: 13px;

  padding-top: 5px;
  padding-bottom: 5px;
}
.p-kobekatsu-main__section-content-item p {
  font-size: 13px;
  line-height: 1.5em;
}

.p-kobekatsu-main__section-content-item a {
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 160px;
  max-width: 100%;
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid #0a73bf;
  background: #fff;
  color: #0a73bf;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  box-shadow: 0 10px 24px rgba(10, 115, 191, 0.12);
  box-sizing: border-box;
  margin-top: 20px !important;
}

.button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.p-kobekatsu-main__section-content-item img {
  display: block;
  width: 100%;
}

.p-kobekatsu-main__detail-table,
.p-kobekatsu-main__section > table {
  width: calc(100% - 32px);
  max-width: 980px;
  margin: 0 auto 40px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.p-kobekatsu-main__detail-table th,
.p-kobekatsu-main__detail-table td,
.p-kobekatsu-main__section > table th,
.p-kobekatsu-main__section > table td {
  padding: 14px 16px;
  border-bottom: 1px solid #d7e4f2;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}

.p-kobekatsu-main__detail-table tr:first-child th,
.p-kobekatsu-main__detail-table tr:first-child td,
.p-kobekatsu-main__section > table tr:first-child th,
.p-kobekatsu-main__section > table tr:first-child td {
  border-top: 1px solid #d7e4f2;
}

.p-kobekatsu-main__detail-table th,
.p-kobekatsu-main__section > table th {
  width: 180px;
  background: #f7fbff;
  color: #0a73bf;
  font-weight: 700;
}

.p-kobekatsu-main__visual-slider {
  margin: 0 auto 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-kobekatsu-main__visual-swiper {
  overflow: hidden;
  padding-bottom: 48px;
}

.p-kobekatsu-main__visual-swiper .swiper-wrapper {
  display: flex;
}

.p-kobekatsu-main__visual-swiper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
}

.p-kobekatsu-main__visual-slide {
  overflow: hidden;
}

.p-kobekatsu-main__visual-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1200 / 628;
  object-fit: cover;
  border-radius: 18px;
}

.p-kobekatsu-main__visual-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
}

.p-kobekatsu-main__visual-pagination {
  position: static;
  width: auto !important;
}

.p-kobekatsu-main__visual-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px !important;
  background: #b8cfe4;
  opacity: 1;
}

.p-kobekatsu-main__visual-pagination .swiper-pagination-bullet-active {
  background: #0a73bf;
}

.p-kobekatsu-main__visual-button {
  position: static;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid #0a73bf;
  border-radius: 999px;
  background: #fff;
  color: #0a73bf;
}

.p-kobekatsu-main__visual-button::after {
  font-size: 14px;
  font-weight: 700;
}

.p-kobekatsu-facility {
  max-width: 980px;
  margin: 0 auto 48px;
}

.p-kobekatsu-facility__swiper {
  overflow: hidden;
  padding-bottom: 48px;
}

.p-kobekatsu-facility__swiper .swiper-wrapper {
  display: flex;
}

.p-kobekatsu-facility__swiper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
}

.p-kobekatsu-facility__slide {
  overflow: hidden;
}

.p-kobekatsu-facility__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1200 / 628;
  object-fit: cover;
  border-radius: 18px;
}

.p-kobekatsu-facility__caption {
  margin: 10px 0 0;
  color: #0a73bf;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.p-kobekatsu-facility__controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
}

.p-kobekatsu-facility__pagination {
  position: static;
  width: auto !important;
}

.p-kobekatsu-facility__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px !important;
  background: #b8cfe4;
  opacity: 1;
}

.p-kobekatsu-facility__pagination .swiper-pagination-bullet-active {
  background: #0a73bf;
}

.p-kobekatsu-facility__button {
  position: static;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid #0a73bf;
  border-radius: 999px;
  background: #fff;
  color: #0a73bf;
}

.p-kobekatsu-facility__button::after {
  font-size: 14px;
  font-weight: 700;
}
.policy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.policy-list li {
  display: flex;
  gap: 0.5em;
  margin-bottom: 0.75em;
}
.policy-list li span {
  flex: 0 0 auto;
}
.policy-list li div {
  flex: 1;
}
.list li {
  list-style: disc;
  margin-left: 1.5em;
}
.mb30 {
  margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.box {
  border: solid 1px #ccc;
  border-radius: 2%;
  padding: 2%;
  margin-bottom: 40px;
}
.center {
  text-align: center;
}

@media (max-width: 767px) {
  html,
  body {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .wrap {
    padding: 0 16px;
    margin: 12px 0 20px;
    box-sizing: border-box;
  }
  .wrap2 {
    padding: 0 50px;
    margin: 20px 0 20px;
    box-sizing: border-box;
  }

  .box {
    border-radius: 12px;
    padding: 16px 16px 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .box .p-kobekatsu_title {
    padding-left: 0;
  }
  .p-kobekatsu-header {
    padding: 4px 16px 10px;
    margin-top: 0 !important;
  }

  .p-kobekatsu-header__inner {
    min-height: 70px;
  }

  .p-kobekatsu-header__logo {
    width: min(100%, 320px);
    padding-right: 190px;
  }

  .p-kobekatsu-header__logo img {
    width: min(100%, 220px);
  }

  .p-kobekatsu-header__logo img + img {
    margin-top: 6px;
  }

  .p-kobekatsu-header__nav-link {
    min-width: 84px;
    padding: 12px 12px;
    font-size: 12px;
  }

  .p-kobekatsu-main__mv {
    padding: 0 16px;
  }

  .p-kobekatsu-main__section-title {
    padding: 16px;
    font-size: 16px;
  }

  .p-kobekatsu-news {
    padding: 24px 16px 30px;
  }

  .p-kobekatsu-news__title {
    margin-bottom: 14px;
    font-size: 20px;
    text-align: center;
  }

  .p-kobekatsu_title {
    width: 100%;
    max-width: none;
    padding: 0;
    text-align: center;
  }

  .p-kobekatsu-news__item {
    padding: 16px 14px;
    border-radius: 12px;
  }

  .p-kobekatsu-news__text {
    font-size: 14px;
  }

  .p-kobekatsu-main__section-content {
    gap: 12px;
    padding: 0 16px 24px;
  }

  .p-kobekatsu-main__section-content--teacher {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-kobekatsu-main__section-content--experience {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 24px 24px;
  }

  .p-kobekatsu-main__section-content--experience
    .p-kobekatsu-main__section-content-item {
    max-width: 320px;
    margin: 0 auto;
  }

  .button {
    min-width: 0;
    width: 100%;
    margin-top: 12px;
    padding: 13px 16px;
  }

  .p-kobekatsu-main__detail-table,
  .p-kobekatsu-main__section > table {
    width: calc(100% - 32px);
    margin-bottom: 32px;
  }

  .p-kobekatsu-main__detail-table th,
  .p-kobekatsu-main__detail-table td,
  .p-kobekatsu-main__section > table th,
  .p-kobekatsu-main__section > table td {
    display: block;
    width: auto;
    padding: 12px 14px;
  }

  .p-kobekatsu-main__detail-table th,
  .p-kobekatsu-main__section > table th {
    padding-bottom: 6px;
    border-bottom: 0;
  }

  .p-kobekatsu-main__detail-table td,
  .p-kobekatsu-main__section > table td {
    padding-top: 0;
  }

  .p-kobekatsu-main__visual-slider {
    margin: 0 0 36px;
  }

  .p-kobekatsu-main__visual-swiper {
    padding-bottom: 6px;
  }

  .p-kobekatsu-main__visual-slide img {
    border-radius: 14px;
  }

  .p-kobekatsu-main__visual-controls {
    gap: 12px;
    margin-top: 14px;
  }

  .p-kobekatsu-main__visual-button {
    width: 38px;
    height: 38px;
  }

  .p-kobekatsu-facility {
    margin: 0 0 36px;
  }

  .p-kobekatsu-facility__swiper {
    padding-bottom: 36px;
  }

  .p-kobekatsu-facility__slide img {
    border-radius: 14px;
  }

  .p-kobekatsu-facility__controls {
    gap: 12px;
    margin-top: 14px;
  }

  .p-kobekatsu-facility__button {
    width: 38px;
    height: 38px;
  }
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 780px) {
  .p-kobekatsu-header__inner {
    min-height: 88px;
  }

  .p-kobekatsu-header__logo {
    width: calc(100% - 150px);
    min-width: 0;
    padding-right: 0;
    line-height: 0.5em;
  }

  .p-kobekatsu-header__logo img {
    width: min(100%, 220px);
  }

  .p-kobekatsu-header__nav-list {
    gap: 4px;
  }

  .p-kobekatsu-header__nav-link {
    min-width: 25px;
    padding: 8px 5px;
    font-size: 10px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  td {
    padding-top: 10px !important;
  }
  body,
  p {
    font-size: 11px;
  }
  .p-kobekatsu_title {
    font-size: 18px;
  }
  .p-kobekatsu-main__section-content-item p {
    font-size: 11px;
    line-height: 1.5em;
  }
  .p-kobekatsu-main__section-content-item h3 {
    font-size: 14px;
  }
  .mt30 {
    margin-top: 50px;
  }
  .p-kobekatsu-main__visual-slider {
    padding-left: 0px;
    padding-right: 0px;
  }
  .p-kobekatsu-main__visual-slider .swiper {
    padding-left: 15px;
  }
  .p-kobekatsu-facility__swiper {
    padding-left: 15px;
  }
  .p-kobekatsu-main__visual-controls {
    margin-left: -25px !important;
  }
  .p-kobekatsu-facility__controls {
    margin-left: -25px !important;
  }
}
#art .p-kobekatsu-main__section-title {
  background: #f10016;
  margin-top: 40px;
}
