@charset "UTF-8";
/*************************************************

school-lead

*************************************************/
.school-lead {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .school-lead {
    margin-bottom: 4rem;
  }
}

.school-lead__text {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .school-lead__text {
    font-size: 1.4rem;
  }
}
.school-lead__text::before, .school-lead__text::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 10000px;
  height: 1px;
  background-color: #AC3A3A;
}
.school-lead__text::before {
  right: calc(100% + 3rem);
}
@media screen and (max-width: 767px) {
  .school-lead__text::before {
    right: calc(100% + 1rem);
  }
}
.school-lead__text::after {
  left: calc(100% + 3rem);
}
@media screen and (max-width: 767px) {
  .school-lead__text::after {
    left: calc(100% + 1rem);
  }
}

/*************************************************

school-about

*************************************************/
.school-about {
  overflow: hidden;
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .school-about {
    margin-bottom: 6rem;
  }
}

.school-about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4rem;
  max-width: 136.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .school-about-inner {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.school-about-img {
  width: 39.019033675%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .school-about-img {
    width: calc(100% - 2rem);
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.school-about-img img {
  width: 100%;
}

.school-about-letters {
  width: min(57.5rem, 100%);
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .school-about-letters {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

.school-about__lead + .school-about__lead {
  margin-top: 3rem;
}

/*************************************************

school-outline

*************************************************/
.school-outline {
  margin-bottom: 6rem;
}
.school-outline::before {
  display: block;
  content: "";
  width: 100%;
  height: 4rem;
  margin-bottom: 3rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(245, 245, 245, 0.3)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(245, 245, 245, 0.3) 100%);
}

.school-outline__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2rem;
  border-bottom: #BDBDBD solid 1px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .school-outline__block {
    display: block;
  }
}
.school-outline__block + .school-outline__block {
  margin-top: 2rem;
}

.school-outline__block-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 26rem;
  padding-left: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .school-outline__block-title {
    width: auto;
    margin-bottom: 1rem;
    padding-left: 0;
  }
}
.school-outline__block-title .in-text {
  position: relative;
  display: block;
  padding-left: 2rem;
}
.school-outline__block-title .in-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 0.5714285714em;
  height: 0.5714285714em;
  border-radius: 50%;
  background-color: #AC3A3A;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.school-outline__block-body {
  width: calc(100% - 26rem);
}
@media screen and (max-width: 767px) {
  .school-outline__block-body {
    width: auto;
    font-size: 1.4rem;
  }
}
.school-outline__block-body > * {
  margin-bottom: 1em;
}
.school-outline__block-body > *:last-child {
  margin-bottom: 0;
}
.school-outline__block-body ul li {
  position: relative;
  padding-left: 1em;
}
.school-outline__block-body ul li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  content: "";
  width: 0.375em;
  height: 0.375em;
  background-color: #CB8787;
}
.school-outline__block-body .in-dots {
  position: relative;
  padding-left: 1em;
}
.school-outline__block-body .in-dots::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  content: "";
  width: 0.375em;
  height: 0.375em;
  background-color: #CB8787;
}
.school-outline__block-body .in-grid01__row {
  display: grid;
  grid-template-columns: 5.2em 1fr;
}
.school-outline__block-body .in-grid01__title {
  position: relative;
}
.school-outline__block-body .in-grid01__title::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "：";
}
.school-outline__block-body .in-grid01__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.2em;
}
.school-outline__block-body .in-gmap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20rem;
  border-radius: 0.5rem;
  line-height: 0;
}
.school-outline__block-body .in-gmap iframe {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.school-outline__block-body .in-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
.school-outline__block-body .in-bgbox {
  padding: 1rem 2rem;
  background-color: #F6F6F6;
}
.school-outline__block-body a:not(.parts-button01__anchor) {
  display: inline-block;
}
@media (any-hover: hover) {
  .school-outline__block-body a:not(.parts-button01__anchor):hover:not(.parts-button01__anchor) {
    color: #AC3A3A;
    text-decoration: underline;
  }
  .school-outline__block-body a:not(.parts-button01__anchor):hover:not(.parts-button01__anchor)[href$=".pdf"]::before {
    background-image: url(../images/common/icon_pdf_red.svg);
  }
  .school-outline__block-body a:not(.parts-button01__anchor):hover:not(.parts-button01__anchor)[href$=".xlsx"]::before {
    background-image: url(../images/common/icon_xlsx_red.svg);
  }
}
.school-outline__block-body a:not(.parts-button01__anchor)[href$=".pdf"]::before {
  display: inline-block;
  content: "";
  width: 0.8125em;
  height: 0.875em;
  margin: 0 0.4em 0.1em 0;
  background: url(../images/common/icon_pdf.svg) no-repeat center center/contain;
  vertical-align: middle;
}
.school-outline__block-body a:not(.parts-button01__anchor)[href$=".xlsx"]::before {
  display: inline-block;
  content: "";
  width: 0.8125em;
  height: 0.875em;
  margin: 0 0.4em 0.1em 0;
  background: url(../images/common/icon_xlsx.svg) no-repeat center center/contain;
  vertical-align: middle;
}

/*************************************************

school-course

*************************************************/
.school-course {
  margin-bottom: 6rem;
}
.school-course::before {
  display: block;
  content: "";
  width: 100%;
  height: 4rem;
  margin-bottom: 3rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(245, 245, 245, 0.3)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(245, 245, 245, 0.3) 100%);
}

@media screen and (max-width: 767px) {
  .school-course-wrap {
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .school-course-wrap_inner {
    width: 76.8rem;
  }
}

.school-course-labels {
  background-color: #AC3A3A;
  padding: 1rem 1.8rem;
  color: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .school-course-labels {
    padding: 1rem 0;
  }
}

.school-course-labels-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.school-course-labels-inner .in-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
}
.school-course-labels-inner .in-box.is-01 {
  width: 17rem;
  padding-left: 3rem;
}
.school-course-labels-inner .in-box.is-02 {
  width: 25rem;
}
.school-course-labels-inner .in-box.is-03 {
  width: 48rem;
}

.school-course-body {
  padding: 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .school-course-body {
    padding: 0;
  }
}

.school-course-body__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.4rem;
  border-bottom: #BDBDBD solid 1px;
  line-height: 1.5;
}
.school-course-body__row .in-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.school-course-body__row .in-box.is-01 {
  width: 17rem;
  padding-left: 3rem;
  color: #AC3A3A;
  font-weight: 700;
}
.school-course-body__row .in-box.is-02 {
  width: 25rem;
}
.school-course-body__row .in-box.is-03 {
  width: 48rem;
}

/*************************************************

school-req

*************************************************/
.school-req {
  width: min(90rem, 100% - 4rem);
  margin: 0 auto;
}

.school-req_anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 4rem;
  text-decoration: none;
  border: #AC3A3A solid 5px;
  background-color: #F5F5F5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .school-req_anchor:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .school-req_anchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2rem 2rem 1rem;
  }
}

.school-req__title {
  font-size: 4.5rem;
  font-weight: 900;
}
@media screen and (max-width: 992px) {
  .school-req__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .school-req__title {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    text-align: center;
  }
}

.school-req__cont {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .school-req__cont {
    width: 100%;
  }
}

.school-req__text {
  font-weight: 600;
  letter-spacing: 0.05em;
}

.school-req__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 26rem;
  height: 4.5rem;
  margin: 1.5rem auto 0;
  background-color: #AC3A3A;
  border-radius: 0.5rem;
}
.school-req__button .in-text {
  position: relative;
  color: #fff;
  font-weight: 700;
  padding-left: 1.875em;
}
.school-req__button .in-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.2em;
  border-right: #fff solid 2px;
  border-top: #fff solid 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.school-req__img {
  margin-left: 0.5rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .school-req__img {
    width: 100%;
    margin: 1rem 0 0;
    text-align: center;
  }
}