@charset "UTF-8";
/*educational
----------------------------------------------- */
.educational__wrap {
  position: relative;
}
.educational__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2c318d;
  height: 10.2489019034vw;
}
.educational__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background-color: #91cd2f;
  height: 10.2489019034vw;
}

.educational__title {
  position: relative;
  text-align: center;
  padding-top: 20.9370424597vw;
}
.educational__title > * {
  display: block;
}
.educational__title > *:nth-of-type(1) {
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 6.8571428571vw;
}
.educational__title > *:nth-of-type(1) > * {
  color: #2c318d;
}
.educational__title > *:nth-of-type(2) {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.458333;
  padding-top: 3.2210834553vw;
  font-size: 3.4285714286vw;
}
.educational__title > *:nth-of-type(3) {
  position: relative;
  position: absolute;
  bottom: -16px;
  left: 50%;
  display: block;
  height: 2px;
  transform: translateX(-50%);
  background-color: #2c318d;
  width: 14.6412884334vw;
}
.educational__title > *:nth-of-type(3)::before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #91cd2f;
}

.educational__text-desc {
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.84615;
  margin-top: 7.906295754vw;
  font-size: 3.7142857143vw;
}

/* 701px以上
----------------------------------------------- */
@media screen and (min-width: 700.9999px) {
  .educational__text-wrapper {
    text-align: center;
  }
  .educational__wrap {
    position: relative;
  }
  .educational__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #2c318d;
  }
  .educational__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 60px;
    background-color: #91cd2f;
  }
  .educational__title {
    padding-top: 145px;
  }
  .educational__title > *:nth-of-type(1) {
    font-size: 48px;
  }
  .educational__title > *:nth-of-type(2) {
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.5625;
  }
  .educational__title > *:nth-of-type(3) {
    position: relative;
    position: absolute;
    bottom: -7px;
    left: 50%;
    display: block;
    width: 44px;
    height: 2px;
    transform: translateX(-50%);
    background-color: #2c318d;
  }
  .educational__title > *:nth-of-type(3)::before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    background-color: #91cd2f;
  }
  .educational__text-desc {
    margin-top: 30px;
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 2;
  }
}
/*　特色
----------------------------------------------- */
.educational-desc {
  position: relative;
  z-index: 2;
  margin-top: 23.4260614934vw;
}

.educational-desc__image {
  margin-top: -2.9282576867vw;
}
.educational-desc__image > * {
  height: auto;
  width: 43.3382137628vw;
}

.educational-desc__title {
  position: relative;
  text-align: right;
  letter-spacing: 0.12em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: -10.2489019034vw;
  font-size: 5.1428571429vw;
  padding-bottom: 5.8565153734vw;
}
.educational-desc__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #2c318d;
  width: 24.8901903367vw;
}
.educational-desc__title > * {
  line-height: 1.7;
}
.educational-desc__title > *::before, .educational-desc__title > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.educational-desc__title > *::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.educational-desc__title > *::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

.educational-desc__summary {
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-top: 6.588579795vw;
}
.educational-desc__summary > * {
  line-height: 2;
}
.educational-desc__summary > *::before, .educational-desc__summary > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.educational-desc__summary > *::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.educational-desc__summary > *::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

@media screen and (min-width: 700.9999px) {
  .educational-desc {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  .educational-desc__image {
    margin-top: 65px;
  }
  .educational-desc__image > * {
    width: 397px;
  }
  .educational-desc__text {
    margin-top: 30px;
    padding-left: 50px;
  }
  .educational-desc__title {
    margin-top: 0;
    padding-bottom: 25px;
    text-align: left;
    font-size: 28px;
  }
  .educational-desc__title::after {
    right: auto;
    left: 0;
    width: 100px;
  }
  .educational-desc__title > * {
    line-height: 1.7;
  }
  .educational-desc__title > *::before, .educational-desc__title > *::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .educational-desc__title > *::before {
    margin-top: calc((1 - 1.7) * 0.5em);
  }
  .educational-desc__title > *::after {
    margin-bottom: calc((1 - 1.7) * 0.5em);
  }
  .educational-desc__summary {
    width: 500px;
    margin-top: 35px;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .educational-desc__summary > * {
    line-height: 2;
  }
  .educational-desc__summary > *::before, .educational-desc__summary > *::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .educational-desc__summary > *::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .educational-desc__summary > *::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}
/*　保護者の方
----------------------------------------------- */
.educational_support-catch {
  text-align: center;
  margin-top: 11.7130307467vw;
}

.educational_support-catch__image {
  margin-right: auto;
  margin-left: auto;
  height: 43.9238653001vw;
  width: 43.9238653001vw;
}

.educational_support-catch__text {
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.85;
  margin-top: 5.8565153734vw;
  font-size: 3.7142857143vw;
}
.educational_support-catch__text::before, .educational_support-catch__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.educational_support-catch__text::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.educational_support-catch__text::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

@media screen and (min-width: 700.9999px) {
  .educational_support-catch {
    display: flex;
    align-items: center;
    width: 1000px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
  }
  .educational_support-catch__image {
    width: 200px;
    height: 200px;
    margin-right: 0;
    margin-left: 0;
  }
  .educational_support-catch__text {
    width: 660px;
    margin-top: 0;
    padding-left: 50px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
  }
  .educational_support-catch__text::before, .educational_support-catch__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .educational_support-catch__text::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .educational_support-catch__text::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}
/*相談
----------------------------------------------- */
.educational-information {
  margin-top: 11.7130307467vw;
}

.educational-aed {
  border-bottom: 2px solid #2c318d;
  padding-bottom: 6.2957540264vw;
}

.educational-aed__title {
  position: relative;
  padding-left: 17.5695461201vw;
}
.educational-aed__title > * {
  letter-spacing: 0.05em;
  color: #2c318d;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.6875;
  font-size: 4.5714285714vw;
}
.educational-aed__title::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  background-image: url(../../img/page/educational/AED_img_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -2.196193265vw;
  width: 13.17715959vw;
  height: 13.17715959vw;
}

.educational-aed__desc {
  letter-spacing: 0.05em;
  line-height: 1.92307;
  padding-top: 4.39238653vw;
  font-size: 3.7142857143vw;
}

.educational-aed__location {
  padding-top: 5.8565153734vw;
}

.educational-aed__wrapper .educational-aed__campus {
  position: relative;
  letter-spacing: 0.05em;
  color: #2c318d;
  line-height: 1.714285;
  padding-left: 3.8067349927vw;
  font-size: 4vw;
}
.educational-aed__wrapper .educational-aed__campus::before {
  content: "";
  position: absolute;
  background-color: #2c318d;
  top: 0.878477306vw;
  left: 0vw;
  width: 0.878477306vw;
  height: 5.4172767204vw;
}
.educational-aed__wrapper > span {
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.9230769;
  font-size: 3.7142857143vw;
}
.educational-aed__wrapper > span:nth-of-type(1) {
  padding-top: 1.4641288433vw;
}

.location-mt {
  margin-top: 6.588579795vw;
}

.educational-information-injury {
  margin-top: 11.7130307467vw;
}

.educational-information__ttl {
  border-bottom: 2px solid #2c318d;
  padding-bottom: 2.9282576867vw;
}
.educational-information__ttl > * {
  letter-spacing: 0.05em;
  color: #2c318d;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.6875;
  font-size: 4.5714285714vw;
}

.jpnsport-link > span {
  text-decoration: underline;
  color: #2c318d;
  -webkit-text-decoration-color: #2c318d;
          text-decoration-color: #2c318d;
}

@media screen and (min-width: 700.9999px) {
  .educational-information {
    margin-top: 105px;
  }
  .educational-aed {
    margin-left: 85px;
    padding-bottom: 16px;
  }
  .educational-aed__title {
    position: relative;
    padding-left: 0;
  }
  .educational-aed__title > * {
    letter-spacing: 0.05em;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
  }
  .educational-aed__title::before {
    content: "";
    position: absolute;
    top: -14px;
    left: -85px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../../img/page/educational/AED_img_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .educational-aed__desc {
    padding-top: 30px;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 2;
  }
  .educational-aed__location {
    display: flex;
    padding-top: 30px;
  }
  .educational-aed__wrapper .educational-aed__campus {
    position: relative;
    padding-left: 19px;
    letter-spacing: 0.05em;
    font-size: 20px;
    line-height: 1.2;
  }
  .educational-aed__wrapper .educational-aed__campus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 25px;
    background-color: #2c318d;
  }
  .educational-aed__wrapper > span {
    display: block;
    padding-left: 19px;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }
  .educational-aed__wrapper > span:nth-of-type(1) {
    padding-top: 17px;
  }
  .location-mt {
    margin-top: 0;
    margin-left: 120px;
  }
  .educational-information-injury {
    margin-top: 65px;
  }
  .educational-information__ttl {
    padding-bottom: 16px;
    border-bottom: 2px solid #2c318d;
  }
  .educational-information__ttl > * {
    letter-spacing: 0.05em;
    color: #2c318d;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6875;
  }
  .jpnsport-link > span {
    text-decoration: underline;
    color: #2c318d;
    -webkit-text-decoration-color: #2c318d;
            text-decoration-color: #2c318d;
  }
}
/*　教育相談係の特色
----------------------------------------------- */
.educational_support-point {
  padding-top: 15.3733528551vw;
}

.educational_support-point__items {
  margin-top: -11.7130307467vw;
}

.educational_support-point__item {
  margin-top: 11.7130307467vw;
}

.educational_support-point__item {
  position: relative;
  padding-bottom: 11.7130307467vw;
}
.educational_support-point__item::before {
  content: "";
  position: absolute;
  width: calc(100% + 7.3206442167vw);
  height: calc(100% + 2.9282576867vw);
  height: calc(100% - 7.3206442167vw);
  background-color: rgba(244, 248, 248, 0.5);
  top: 7.3206442167vw;
  left: -7.3206442167vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.6603221083vw), calc(100% - 3.6603221083vw) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3.6603221083vw), calc(100% - 3.6603221083vw) 100%, 0 100%);
}
.educational_support-point__item > * {
  position: relative;
  z-index: 2;
}
.educational_support-point__item.item01::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../../img/page/learning/educational_support_point_01_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 1.4641288433vw;
  width: 54.3191800878vw;
  height: 60.6149341142vw;
}
.educational_support-point__item.item02::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../../img/page/learning/educational_support_point_02_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: -2.196193265vw;
  bottom: -8.78477306vw;
  width: 45.8272327965vw;
  height: 55.9487554905vw;
}

.educational_support-point__heading {
  position: relative;
  color: #ffffff;
  background-color: #2c318d;
  margin-right: 7.3206442167vw;
  padding-left: 5.8565153734vw;
  padding-right: 5.8565153734vw;
  padding-top: 4.6852122987vw;
  padding-bottom: 4.6852122987vw;
  -webkit-clip-path: polygon(0 0, calc(100% - 3.6603221083vw) 0, 100% 3.6603221083vw, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 3.6603221083vw) 0, 100% 3.6603221083vw, 100% 100%, 0 100%);
}
.educational_support-point__heading::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(44, 49, 141, 0.5);
  width: 18.3016105417vw;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  mix-blend-mode: multiply;
}
.educational_support-point__heading > * {
  position: relative;
  z-index: 3;
  display: block;
}
.educational_support-point__heading > *:first-child {
  position: relative;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 3.2857142857vw;
  padding-bottom: 2.196193265vw;
}
.educational_support-point__heading > *:first-child > * {
  font-size: 3.2em;
}
.educational_support-point__heading > *:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.educational_support-point__heading > *:last-child {
  letter-spacing: 0.12em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  margin-top: 4.0995607613vw;
  font-size: 4.5714285714vw;
}
.educational_support-point__heading > *:last-child::before, .educational_support-point__heading > *:last-child::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.educational_support-point__heading > *:last-child::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.educational_support-point__heading > *:last-child::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

.educational_support-point__text {
  letter-spacing: 0.025em;
  margin-top: 8.78477306vw;
  margin-right: 7.3206442167vw;
}

.educational_support-point__summary {
  font-weight: 500;
  line-height: 2;
}
.educational_support-point__summary::before, .educational_support-point__summary::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.educational_support-point__summary::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.educational_support-point__summary::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}

.educational_support-point__open-days {
  color: #2c318d;
  margin-top: 6.588579795vw;
}

.educational_support-point__open-days--title {
  text-align: center;
  border-top: 1px solid #2c318d;
  border-bottom: 1px solid #2c318d;
  padding-top: 5.1244509517vw;
  padding-bottom: 4.39238653vw;
}

.educational_support-point__open-days--summary {
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-top: 5.1244509517vw;
  padding-right: 1.4641288433vw;
  padding-bottom: 0.7320644217vw;
}
.educational_support-point__open-days--summary::before, .educational_support-point__open-days--summary::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.educational_support-point__open-days--summary::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}
.educational_support-point__open-days--summary::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.educational_support-point__annual {
  padding-top: 5.8565153734vw;
}

.educational_support-point__annual--items {
  margin-top: -5.8565153734vw;
}

.educational_support-point__annual--item {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 5.8565153734vw;
  height: 53.7335285505vw;
}
.educational_support-point__annual--item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(44, 49, 141, 0.4);
  top: -2.9282576867vw;
  left: 25.6222547584vw;
  width: 52.7086383602vw;
}

.educational_support-point__annual--title {
  display: flex;
  align-items: center;
  height: 100%;
  color: #ffffff;
  width: 18.3016105417vw;
  padding-left: 3.6603221083vw;
  -webkit-clip-path: polygon(calc(100% - 5.5636896047vw) 0, 100% 50%, calc(100% - 5.5636896047vw) 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - 5.5636896047vw) 0, 100% 50%, calc(100% - 5.5636896047vw) 100%, 0 100%, 0 0);
}
.educational_support-point__annual--title.title01 {
  background-color: rgba(44, 49, 141, 0.6);
}
.educational_support-point__annual--title.title02 {
  background-color: rgba(44, 49, 141, 0.8);
}
.educational_support-point__annual--title.title03 {
  background-color: #2c318d;
}

.educational_support-point__annual--lists {
  padding-left: 7.3206442167vw;
}

.educational_support-point__annual--list {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media screen and (min-width: 700.9999px) {
  .educational_support-point {
    padding-top: 105px;
  }
  .educational_support-point__items {
    margin-top: -60px;
  }
  .educational_support-point__item {
    margin-top: 60px;
  }
  .educational_support-point__item {
    padding-bottom: 50px;
  }
  .educational_support-point__item::before {
    top: 50px;
    left: calc(-180px - (100% + 1280px) / 2);
    width: calc(100% + 180px + (100% + 1280px) / 2);
    height: calc(100% - 50px);
    background-color: #f4f8f8;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  }
  .educational_support-point__heading {
    display: flex;
    align-items: center;
    width: 820px;
    margin-left: 40px;
    padding-top: 28px;
    padding-right: 35px;
    padding-bottom: 28px;
    padding-left: 40px;
    background-color: #2c318d;
    -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  }
  .educational_support-point__heading::after {
    width: 60px;
  }
  .educational_support-point__heading > *:first-child {
    margin-right: 20px;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .educational_support-point__heading > *:first-child > * {
    font-size: 3.2em;
  }
  .educational_support-point__heading > *:first-child::after {
    right: 0;
    left: auto;
    width: 1px;
    height: 100%;
  }
  .educational_support-point__heading > *:last-child {
    margin-top: 0;
    letter-spacing: 0.12em;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    line-height: 1.7;
  }
  .educational_support-point__heading > *:last-child::before, .educational_support-point__heading > *:last-child::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .educational_support-point__heading > *:last-child::before {
    margin-top: calc((1 - 1.7) * 0.5em);
  }
  .educational_support-point__heading > *:last-child::after {
    margin-bottom: calc((1 - 1.7) * 0.5em);
  }
  .educational_support-point__text {
    width: 860px;
    margin-top: 40px;
    margin-left: 40px;
    letter-spacing: 0.025em;
  }
  .educational_support-point__summary {
    font-weight: 400;
  }
  .educational_support-point__open-days {
    display: flex;
    margin-top: 30px;
  }
  .educational_support-point__open-days--title {
    padding-top: 28px;
    padding-right: 15px;
    padding-bottom: 28px;
    padding-left: 15px;
    line-height: 1.6;
  }
  .educational_support-point__open-days--title::before, .educational_support-point__open-days--title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .educational_support-point__open-days--title::before {
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .educational_support-point__open-days--title::after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .educational_support-point__open-days--summary {
    margin-left: 25px;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .educational_support-point__annual {
    padding-top: 40px;
    padding-right: 35px;
    padding-left: 40px;
  }
  .educational_support-point__annual--items {
    display: flex;
    margin-top: 0;
    margin-left: -35px;
  }
  .educational_support-point__annual--item {
    height: 200px;
    margin-top: 0;
    margin-left: 35px;
  }
  .educational_support-point__annual--item:not(:first-child)::before {
    content: none;
  }
  .educational_support-point__annual--title {
    width: 70px;
    padding-left: 15px;
    -webkit-clip-path: polygon(calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 0);
  }
  .educational_support-point__annual--lists {
    padding-left: 10px;
  }
  .educational_support-point__annual--list {
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}
/*　相談の申し込み
----------------------------------------------- */
.educational-address {
  background: #ECEFF1;
  margin-top: 14.6412884334vw;
  padding-top: 5.1244509517vw;
  padding-left: 2.9282576867vw;
  padding-right: 2.9282576867vw;
  padding-bottom: 4.39238653vw;
}

.educational-address__title {
  text-align: center;
  letter-spacing: 0.05em;
  color: #2C318D;
  border-bottom: 1px solid #2C318D;
  font-weight: 700;
  font-size: 4.5714285714vw;
  padding-bottom: 3.6603221083vw;
}

.educational-address__contents {
  margin-top: 5.1244509517vw;
}

.educational-address__content {
  position: relative;
  letter-spacing: 0.025em;
  color: #2C318D;
  font-weight: 500;
  line-height: 1.92;
  padding-left: 3.8067349927vw;
  font-size: 3.7142857143vw;
}
.educational-address__content::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #2C318D;
  line-height: 1.92;
  font-size: 3.7142857143vw;
}

@media screen and (min-width: 700.9999px) {
  .educational-address {
    margin: 85px auto 20px;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 50px;
  }
  .educational-address__wrapper {
    display: flex;
    align-items: center;
  }
  .educational-address__title {
    margin-right: 50px;
    padding-bottom: 0;
    padding-bottom: 0;
    text-align: left;
    border: none;
    font-size: 18px;
  }
  .educational-address__contents {
    margin-top: 0;
    padding-left: 35px;
    border-left: 1px solid #2C318D;
  }
  .educational-address__content {
    padding-left: 14px;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 2;
  }
  .educational-address__content::before {
    font-size: 14px;
    line-height: 2;
  }
}
/*　入試について　menu
----------------------------------------------- */
.admission_information-menu {
  position: relative;
  font-family: "Noto Serif JP", serif;
  padding-top: 8.78477306vw;
}
.admission_information-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 49.0483162518vw);
  background-color: #f4f8f8;
}
.admission_information-menu > * {
  position: relative;
  z-index: 2;
}

.admission_information-menu__download,
.admission_information-menu__booking,
.admission_information-menu__problem {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  letter-spacing: 0.075em;
  color: #2c318d;
  border: 1px solid #2c318d;
  background-repeat: no-repeat;
  background-position: bottom right 8.78477306vw;
  background-size: auto 100%;
  font-weight: 500;
  height: 21.2298682284vw;
  font-size: 4.5714285714vw;
  padding-left: 5.8565153734vw;
}
.admission_information-menu__download > *,
.admission_information-menu__booking > *,
.admission_information-menu__problem > * {
  line-height: 1.45;
}
.admission_information-menu__download > *::before, .admission_information-menu__download > *::after,
.admission_information-menu__booking > *::before,
.admission_information-menu__booking > *::after,
.admission_information-menu__problem > *::before,
.admission_information-menu__problem > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.admission_information-menu__download > *::before,
.admission_information-menu__booking > *::before,
.admission_information-menu__problem > *::before {
  margin-top: calc((1 - 1.45) * 0.5em);
}
.admission_information-menu__download > *::after,
.admission_information-menu__booking > *::after,
.admission_information-menu__problem > *::after {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
.admission_information-menu__download::after,
.admission_information-menu__booking::after,
.admission_information-menu__problem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../../img/page/admission/admission_icon_arrow_line_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 5.1244509517vw;
  width: 8.78477306vw;
  height: 8.78477306vw;
}

.admission_information-menu__contact {
  display: block;
  margin-top: 11.7130307467vw;
}
.admission_information-menu__contact span span {
  font-family: "Noto Serif JP", serif;
}
.admission_information-menu__contact > * {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2c318d;
  border-bottom: 1px solid #2c318d;
  padding-left: 4.39238653vw;
  padding-bottom: 8.78477306vw;
}
.admission_information-menu__contact > *::after {
  content: "";
  position: absolute;
  top: 5.43vw;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../../img/page/admission/admission_icon_arrow_line_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 5.1244509517vw;
  width: 8.78477306vw;
  height: 8.78477306vw;
}
.admission_information-menu__contact > * > * {
  display: block;
}
.admission_information-menu__contact > * > *:first-child {
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 5.4285714286vw;
}
.admission_information-menu__contact > * > *:first-child > * {
  line-height: 1.45;
}
.admission_information-menu__contact > * > *:first-child > *::before, .admission_information-menu__contact > * > *:first-child > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.admission_information-menu__contact > * > *:first-child > *::before {
  margin-top: calc((1 - 1.45) * 0.5em);
}
.admission_information-menu__contact > * > *:first-child > *::after {
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
.admission_information-menu__contact > * > *:last-child {
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-top: 2.9282576867vw;
  font-size: 3.4285714286vw;
}

@media screen and (min-width: 700.9999px) {
  .admission_information-menu {
    padding-top: 90px;
  }
  .admission_information-menu::before {
    height: 682px;
  }
  .admission_information-menu__application--overlay {
    transition: background-color 0.5s;
  }
  .admission_information-menu__contact {
    position: relative;
    margin-top: 20px;
  }
  .admission_information-menu__contact::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform 0.3s;
    transform: scale(1, 0);
    transform-origin: left top;
    background-color: #f4f8f8;
  }
  .admission_information-menu__contact > * {
    position: relative;
    z-index: 2;
    height: 150px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
    border-bottom: 1px solid transparent;
  }
  .admission_information-menu__contact > *::after {
    z-index: 2;
    top: 50%;
    right: 40px;
    width: 40px;
    height: 40px;
    transition: right 0.3s;
  }
  .admission_information-menu__contact > *::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: transform 0.3s;
    transform: scale(1, 1);
    transform-origin: left top;
    background-color: #2c318d;
  }
  .admission_information-menu__contact > * > *:first-child {
    transition: all 0.5s;
    font-size: 28px;
  }
  .admission_information-menu__contact > * > *:first-child > * {
    position: relative;
  }
  .admission_information-menu__contact > * > *:first-child > *::before {
    content: "";
    display: inline-block;
    width: 33.66px;
    height: 25.58px;
    margin-right: 20px;
    vertical-align: middle;
    background-image: url(../../img/page/admission/admission_information_menu_icon_mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .admission_information-menu__contact > * > *:last-child {
    margin-top: 20px;
    transition: all 0.5s;
    font-size: 18px;
  }
  .admission_information-menu__contact:hover {
    border-bottom: none;
  }
  .admission_information-menu__contact:hover > *::after {
    right: 30px;
  }
  .admission_information-menu__contact:hover > *::before {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .admission_information-menu__contact:hover > * > *:first-child {
    letter-spacing: 0.15em;
  }
  .admission_information-menu__contact:hover::before {
    transform: scale(1, 1);
    transform-origin: left bottom;
  }
}/*# sourceMappingURL=educational.css.map */