@charset "UTF-8";
.school {
  overflow: hidden;
  background-color: #fff;
  color: #404040;
}
.school .main {
  position: relative;
  z-index: 2;
  background: url(../img/subpage/sec02--bg.jpg);
  background-attachment: fixed;
  background-position: center -50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .school .main {
    margin-top: 0;
    background: url(../img/subpage/sec02--bg--sp.jpg);
    background-attachment: fixed;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.school p, .school span, .school time, .school a {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.school h1, .school h2, .school h3, .school h4, .school h5, .school h6 {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.school .subpage--header .fixed__wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}
.school .subpage--header .link-more {
  display: block;
  margin-bottom: 20px;
  max-width: 200px;
}
.school .subpage--header .link-more img {
  vertical-align: bottom;
}
.school .subpage--header .hamburger-menu span {
  display: inline-block;
  margin: 0 1em;
}
.school .first-view--wrapper {
  margin-bottom: 90px;
}
.school .first-view--wrapper .flex {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .school .first-view--wrapper .flex {
    display: block;
    margin-bottom: 60px;
  }
}
.school .first-view--wrapper .first-view--img {
  position: relative;
  width: calc(50% - 24px);
}
@media (max-width: 768px) {
  .school .first-view--wrapper .first-view--img {
    margin-bottom: 14px;
    width: 100%;
  }
}
.school .first-view--wrapper .first-view--img .img {
  border-radius: 0 0 100px 0;
}
.school .first-view--wrapper .first-view--img .course--text {
  position: absolute;
  right: 0%;
  bottom: 0%;
  max-width: 500px;
  transform: translateX(45%) translateY(40%);
}
@media (max-width: 768px) {
  .school .first-view--wrapper .first-view--img .course--text {
    display: none;
  }
}
.school .first-view--wrapper .first-view--text {
  margin-right: 16px;
  margin-left: 60px;
  max-width: 400px;
  width: calc(50% - 24px);
}
@media (max-width: 768px) {
  .school .first-view--wrapper .first-view--text {
    margin: 0 auto;
    max-width: 240px;
    width: 100%;
  }
}
.school .first-view--wrapper .first-view--text .text--wrapper {
  position: relative;
}
.school .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .school .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper {
    min-width: 260px;
  }
}
.school .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
  position: absolute;
  z-index: -1;
  display: block;
  width: calc(100vw - 100px);
  height: 2px;
  content: "";
}
@media (max-width: 768px) {
  .school .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
    height: 1.5px;
  }
}
.school .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
  top: calc(50% - 1px);
  right: calc(-100vw + 50%);
  max-width: calc(100vw - 100px);
  width: calc(100vw - 100px);
  background: linear-gradient(to right, #dc000b 30px, #000 30.1px);
}
@media (max-width: 768px) {
  .school .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
    right: calc(-100vw + 50% + 40px);
  }
}
.school .first-view--wrapper .first-view--text .text--wrapper .text01 {
  max-width: 60%;
}
@media (max-width: 768px) {
  .school .first-view--wrapper .first-view--text .text--wrapper .text01 {
    max-width: 180px;
    width: 65%;
  }
}
.school .first-view--wrapper .first-view--text .text--wrapper .text02 {
  margin-top: -4%;
  margin-bottom: -4%;
}
@media (max-width: 768px) {
  .school .first-view--wrapper .first-view--text .text--wrapper .text02 {
    margin-bottom: -9%;
  }
}
.school .first-view--wrapper .first-view--text .text--wrapper .text03 {
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .school .first-view--wrapper .first-view--text .text--wrapper .text03 {
    font-size: 12px;
  }
}
.school .first-view--wrapper .first-view--text .text--wrapper .text03::after {
  position: absolute;
  z-index: -1;
  display: block;
  height: 2px;
  content: "";
}
@media (max-width: 768px) {
  .school .first-view--wrapper .first-view--text .text--wrapper .text03::after {
    height: 1.5px;
  }
}
.school .first-view--wrapper .first-view--text .text--wrapper .text03::after {
  bottom: calc(50% - 1px);
  left: calc(-100vw + 100%);
  min-width: calc(100vw - 12em);
  width: calc(100vw - 12em);
  background: linear-gradient(to left, #dc000b 30px, #000 30.1px);
}
@media (max-width: 768px) {
  .school .first-view--wrapper .first-view--text .text--wrapper .text03::after {
    min-width: calc(100vw - 10em);
    width: calc(100vw - 10em);
  }
}
.school .first-view--wrapper .first-view--text .text--description {
  position: relative;
  z-index: 2;
  width: 125%;
  text-align: center;
}
@media (max-width: 1080px) {
  .school .first-view--wrapper .first-view--text .text--description {
    margin-left: -5%;
    width: 110%;
  }
}
@media (max-width: 768px) {
  .school .first-view--wrapper .first-view--text .text--description {
    margin-top: 20px;
  }
}
.school .first-view--wrapper .first-view--text .text--description h3 {
  text-align: left;
  font-size: 40px;
}
@media (max-width: 768px) {
  .school .first-view--wrapper .first-view--text .text--description h3 {
    text-align: center;
    font-size: 20px;
  }
}
.school .first-view--wrapper .first-view--text .text--description h3 .color--red {
  color: #fda7ac;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
@media (max-width: 768px) {
  .school .first-view--wrapper .first-view--text .text--description h3 .color--red {
    font-size: 20px;
  }
}
.school .first-view--wrapper .first-view--text .text--description .text-decoration.color--red {
  color: #dc000b;
  text-decoration: underline;
  font-size: 1em;
}
.school .first-view--wrapper .first-view--text .text--description .desc {
  text-align: left;
}
@media (max-width: 768px) {
  .school .first-view--wrapper .first-view--text .text--description .desc {
    margin-top: 8px;
  }
}
.school .sec01 {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .school .sec01 {
    margin-bottom: 70px;
  }
}
.school .sec01 h2.sec-heading {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-family: "つぶてん AP";
}
@media (max-width: 768px) {
  .school .sec01 h2.sec-heading {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.school .sec01 h2.sec-heading span {
  color: #dc000b;
  font-size: 32px;
  font-family: "つぶてん AP";
}
@media (max-width: 768px) {
  .school .sec01 h2.sec-heading span {
    font-size: 18px;
  }
}
.school .sec01 .flex.flex01 {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .school .sec01 .flex.flex01 {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 350px;
  }
}
.school .sec01 .flex.flex01 .box--text {
  width: calc(55% - 16px);
}
@media (max-width: 768px) {
  .school .sec01 .flex.flex01 .box--text {
    width: 100%;
  }
}
.school .sec01 .flex.flex01 .box--text .desc01 {
  padding-bottom: 24px;
  border-bottom: dotted 3px #707070;
}
.school .sec01 .flex.flex01 .box--text .desc02 {
  margin-top: 20px;
}
.school .sec01 .flex.flex01 .box--text .desc02 .color--blue {
  color: #407cc1;
}
@media (max-width: 768px) {
  .school .sec01 .flex.flex01 .box--text .desc02 .color--blue {
    font-size: 16px;
  }
}
.school .sec01 .flex.flex01 .box--img {
  width: calc(45% - 16px);
}
@media (max-width: 768px) {
  .school .sec01 .flex.flex01 .box--img {
    width: 100%;
  }
}
.school .sec01 .flex.flex01 .box--img img {
  margin: 12px 0;
  border-radius: 12px;
  vertical-align: middle;
}
.school .sec01 .flex.flex01 .box--img .flex {
  justify-content: space-between;
}
.school .sec01 .flex.flex01 .box--img .flex img {
  width: calc(50% - 12px);
}
.school .sec02 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 120px;
  background: rgba(255, 220, 120, 0.8);
}
@media (max-width: 768px) {
  .school .sec02 {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.school .sec02::after {
  position: absolute;
  bottom: -45px;
  left: 50%;
  z-index: -1;
  max-width: 200px;
  width: 50%;
  height: 45px;
  background: rgba(255, 220, 120, 0.8);
  content: "";
  transform: translateX(-50%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 45px);
  clip-path: polygon(100% 0, 0 0, 50% 45px);
}
@media (max-width: 768px) {
  .school .sec02::after {
    bottom: -35px;
    height: 35px;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 35px);
    clip-path: polygon(100% 0, 0 0, 50% 35px);
  }
}
@media (max-width: 768px) {
  .school .sec02 .fixed__wrapper {
    padding-right: 24px;
  }
}
.school .sec02 .desc span.font-size--big {
  display: block;
  margin-top: 16px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .school .sec02 .desc span.font-size--big {
    font-size: 16px;
  }
}
.school .sec02 .desc span.text-start {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}
.school .sec02 .desc .text-decoration.color--red {
  color: #dc000b;
  text-decoration: underline;
  font-size: 1em;
}
.school .sec02 .bg--wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
.school .sec02 .bg--wrapper .bg--left .bg01 {
  position: absolute;
  top: -50px;
  left: 0;
  width: 200px;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .school .sec02 .bg--wrapper .bg--left .bg01 {
    top: -10px;
    left: -20px;
    width: 60px;
  }
}
.school .sec02 .bg--wrapper .bg--left .bg02 {
  position: absolute;
  top: 30%;
  left: -25%;
  width: 300px;
  transform: rotate(0);
}
@media (max-width: 768px) {
  .school .sec02 .bg--wrapper .bg--left .bg02 {
    top: 150px;
    left: -90px;
    width: 120px;
  }
}
.school .sec02 .bg--wrapper .bg--left .bg03 {
  position: absolute;
  bottom: 2%;
  left: -15%;
  width: 200px;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .school .sec02 .bg--wrapper .bg--left .bg03 {
    bottom: 10%;
    left: -30%;
    width: 150px;
  }
}
.school .sec02 .bg--wrapper .bg--right .bg01 {
  position: absolute;
  top: -50px;
  right: 0;
  width: 150px;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .school .sec02 .bg--wrapper .bg--right .bg01 {
    top: -20px;
    right: -50px;
    width: 120px;
  }
}
.school .sec02 .bg--wrapper .bg--right .bg02 {
  position: absolute;
  top: 30%;
  right: -15%;
  width: 300px;
  transform: rotate(0);
}
@media (max-width: 768px) {
  .school .sec02 .bg--wrapper .bg--right .bg02 {
    right: -80px;
    width: 120px;
  }
}
.school .sec02 .bg--wrapper .bg--right .bg03 {
  position: absolute;
  right: -5%;
  bottom: -2%;
  width: 180px;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .school .sec02 .bg--wrapper .bg--right .bg03 {
    width: 110px;
  }
}
.school .sec02 h2.sec-heading {
  margin-bottom: 20px;
  text-align: center;
  font-size: 32px;
  font-family: "つぶてん AP";
}
@media (max-width: 768px) {
  .school .sec02 h2.sec-heading {
    font-size: 26px;
  }
}
.school .sec02 h2.sec-heading span {
  color: #dc000b;
  font-size: 32px;
  font-family: "つぶてん AP";
}
@media (max-width: 768px) {
  .school .sec02 h2.sec-heading span {
    font-size: 26px;
  }
}
.school .sec02 .scroll-img--wrapper {
  overflow: scroll;
}
.school .sec02 .schedule--img {
  display: block;
  margin: 0 auto;
  max-width: 720px;
  border-radius: 48px;
}
@media (max-width: 768px) {
  .school .sec02 .schedule--img {
    width: 620px;
    border-radius: 16px;
  }
}
.school .sec03 {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .school .sec03 {
    padding-bottom: 60px;
  }
}
.school .sec03 .fixed__wrapper {
  border-bottom: solid 1px #707070;
}
.school .sec03 h2.sec-heading {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-family: "つぶてん AP";
  line-height: 1.4;
}
@media (max-width: 768px) {
  .school .sec03 h2.sec-heading {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.school .sec03 h2.sec-heading span {
  color: #dc000b;
  font-size: 32px;
  font-family: "つぶてん AP";
}
@media (max-width: 768px) {
  .school .sec03 h2.sec-heading span {
    font-size: 22px;
  }
}
.school .sec03 .swiper {
  overflow: visible;
}
@media (max-width: 768px) {
  .school .sec03 .swiper {
    padding-top: 20px;
    border-top: solid #707070 1px;
  }
}
.school .sec03 .swiper .swiper-container {
  overflow: hidden;
}
.school .sec03 .swiper .swiper-button-prev-left {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 44px;
  cursor: pointer;
  transform: translate(-100%, -50%);
}
@media (max-width: 768px) {
  .school .sec03 .swiper .swiper-button-prev-left {
    width: 32px;
    transform: translate(-50%, -50%);
  }
}
.school .sec03 .swiper .swiper-button-next-right {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 44px;
  cursor: pointer;
  transform: translate(100%, -50%);
}
@media (max-width: 768px) {
  .school .sec03 .swiper .swiper-button-next-right {
    width: 32px;
    transform: translate(50%, -50%);
  }
}
.school .sec03 .swiper-pagination {
  position: static;
  margin-top: 20px;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .school .sec03 .swiper-pagination {
    margin-top: 8px;
    margin-bottom: 20px;
  }
}
.school .sec03 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
.school .sec03 .swiper-pagination .swiper-pagination-bullet-active {
  background: #dc000b;
}

.sec04-main--footer--wrapper {
  position: relative;
}
.sec04-main--footer--wrapper::after {
  position: absolute;
  bottom: -45px;
  left: 50%;
  z-index: -1;
  max-width: 200px;
  width: 50%;
  height: 45px;
  background: rgba(255, 220, 120, 0.8);
  content: "";
  transform: translateX(-50%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 45px);
  clip-path: polygon(100% 0, 0 0, 50% 45px);
}
.sec04-main--footer--wrapper .bg--wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
.sec04-main--footer--wrapper .bg--wrapper .bg--left .bg01 {
  position: absolute;
  top: -50px;
  left: 0;
  width: 200px;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .sec04-main--footer--wrapper .bg--wrapper .bg--left .bg01 {
    top: 200px;
    left: -100px;
    width: 150px;
  }
}
.sec04-main--footer--wrapper .bg--wrapper .bg--left .bg02 {
  position: absolute;
  top: 30%;
  left: -15%;
  width: 300px;
  transform: rotate(0);
}
@media (max-width: 768px) {
  .sec04-main--footer--wrapper .bg--wrapper .bg--left .bg02 {
    top: 400px;
    left: -110px;
    width: 135px;
  }
}
.sec04-main--footer--wrapper .bg--wrapper .bg--left .bg03 {
  position: absolute;
  bottom: 2%;
  left: -15%;
  width: 200px;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .sec04-main--footer--wrapper .bg--wrapper .bg--left .bg03 {
    bottom: 200px;
    left: -60px;
    width: 110px;
  }
}
.sec04-main--footer--wrapper .bg--wrapper .bg--right .bg01 {
  position: absolute;
  top: -50px;
  right: 0;
  width: 150px;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .sec04-main--footer--wrapper .bg--wrapper .bg--right .bg01 {
    top: 150px;
    right: -80px;
    width: 120px;
  }
}
.sec04-main--footer--wrapper .bg--wrapper .bg--right .bg02 {
  position: absolute;
  top: 30%;
  right: -15%;
  width: 300px;
  transform: rotate(0);
}
@media (max-width: 768px) {
  .sec04-main--footer--wrapper .bg--wrapper .bg--right .bg02 {
    top: 450px;
    right: -80px;
    width: 100px;
  }
}
.sec04-main--footer--wrapper .bg--wrapper .bg--right .bg03 {
  position: absolute;
  right: -5%;
  bottom: -2%;
  width: 180px;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .sec04-main--footer--wrapper .bg--wrapper .bg--right .bg03 {
    right: -100px;
    bottom: 350px;
    width: 170px;
  }
}

.main--footer {
  padding-top: 0px;
  background: none;
}
@media (max-width: 768px) {
  .main--footer {
    padding-bottom: 60px;
  }
}

.swiper02 {
  margin-bottom: 4px;
}
@media(max-width: 768px) {
	.swiper02 {
		margin-bottom: 160px;
	}
}
.swiper02 .swiper-container02 .swiper-wrapper02 {
  transition-timing-function: linear;
}
.swiper02 .swiper-container02 .swiper-wrapper02 img {
  vertical-align: middle;
}