@charset "utf-8";
@viewport {
  zoom: 1.0;
  width: extend-to-zoom;
}

* {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-after: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

strong {
  font-weight: bold;
}


html,
body,
:root {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #111;
  background-color: #fff;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  position: relative;
}

p {
  line-height: 1.8;
}


/* リンク */
a {
  text-decoration: none;
  transition: all 0.2s ease;
}


/* レイアウト */
.main-content {
  background-color: #DDF1FA;
}
@media (min-width:435px) {
  .main-content {
    width: 390px;
    margin: auto;
    position: relative;
    z-index: 100;
  }
}


/* 隠しナビ */
.nav-close,
.nav-btn {
  display: none;
}
@media (max-width:1100px) {
  .nav-close,
  .nav-btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 300;
  }
  .nav-close {
    position: absolute;
  }
}


/* ナビ */
.nav-body-h {
  font-weight: bold;
  font-size: 1.8rem;
  color: #003A70;
  margin: 0 0 2rem;
  text-align: center;
}
.nav-links {
  width: fit-content;
  list-style: none;
  text-align: left;
  margin: 0 auto 4rem;
}
.nav-links li {
  margin: 0 0 2rem;
}
.anchor-btn {
  font-size: 14px;
  font-weight: bold;
  color: #003A70;
  padding: 0 0 0 25px;
  display: block;
}
.nav {
  background-image: url("../img/menu-bg.png");
  background-size: 100% 100%;
  box-sizing: border-box;
}
.nav-body {
  background-color: #fff;
  border-radius: 60px 0;
  text-align: center;
}
.nav .cta-btn {
  margin: 0 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 100%;
  padding: 0;
}

@media (max-width:1100px) {
  .nav {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    transition: right 0.3s ease;
    border-right: none;
    overflow: hidden;
  }
  .nav.open {
    right: 0;
  }
  .nav-body {
    padding: 2rem 1rem;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .anchor-btn {
    font-size: 14px;
    padding: 0 0 0 20px;
    background-size: 10px;
    font-size: 1.2rem;
  }
  .nav-links {
    margin: 3rem 0 5rem;
  }
  .nav-links li {
    margin: 0 0 2rem;
  }
  .nav .cta-btn {
    min-width: 320px;
  }
}

@media (min-width:1101px) {
  .nav {
    display: block;
    position: fixed;
    width: calc(50% - 195px);
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  .nav-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .anchor-btn {
    font-size: 1.2rem;
  }
  .anchor-btn.active {
    color: #D50032;
    background: url("../img/menu-arrow.svg") no-repeat left center;
    background-size: 15px;
  }
  .nav-body>* {
    max-width: 100%;
    width: 450px;
  }
  .nav-links {
    margin: 2rem 0 6rem;
  }
}

@media (min-width:1401px) {
  .nav-body {
    padding: 0 4rem;

  }

  .nav-links {
    margin: 2rem 0 6rem 2rem;
  }

}



/* ロゴヘッダー */
.logo-header {
  display: none;
}
@media (min-width:1101px) {
  .logo-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: calc(50% - 195px);
    height: 100%;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    background-image: linear-gradient(130deg, #fff 50%, #EFF8FD);
  }
  .logo-image {
    display: block;
    margin: 0 auto 4rem;
  }
  .cta-sns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 350px;
    margin: 3rem auto;
    text-align: center;
    background: url("../img/sns-bg.webp");
    background-size: contain;
  }

  .cta-sns-h {
    color: #003A70;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 2rem 0;
  }

  .cta-sns a {
    display: inline-block;
    margin: 0 .6rem;
  }

}

@media (min-width:1401px) {
  .cta-sns {
    width: 400px;
    height: 400px;

  }
  .cta-sns-h {
    color: #003A70;
    font-size: 2.2rem;
  }
}


/* アンカー */
.anchor {
  display: block;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.sect-01 .anchor {
  transform: translateY(4rem);
}


/* CTA */
.cta {
  background-image: linear-gradient(-220deg, #003A70 0%, #008AD8 100%);
  padding: 5rem 2rem 4rem;
  border-radius: 60px 0;
  z-index: 10;
  position: relative;
}
.cta-btn {
  display: block;
  border-radius: 60px;
  background-color: #D50032;
  background-image: url("../img/chevron-white.svg");
  background-repeat: no-repeat;
  background-position: center right 2rem;
  background-size: 2rem;
  color: #fff;
  text-align: center;
  padding: 2rem;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
}
.cta-btn-bubble {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-55%);
}
.cta-btn.btn-red {
  padding: 1.2rem 1rem;
  margin: 0 0 1rem;
}
.cta-btn.btn-blue {
  background-color: #fff;
  border: 2px solid #003A70;
  color: #003A70;
  background-image: url("../img/chevron-blue.svg");
}

@media (hover: hover) {
  .cta-btn:hover {
    transform: scale(1.1);
  }
}


/* ヒーロー */
.hero {
  position: relative;
}
.hero-logo {
  position: absolute;
  top: 0; left: 0;
}
.hero-body {
  background-color: #fff;
  padding: 2rem;
  border-radius: 40px 0;
  margin: -6rem 0 0;
  z-index: 10;
  position: relative;
}
.hero-body-h {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 1rem;
  line-height: 1.8;
}
.hero-body-h strong {
  font-size: 1.4em;
  display: inline-block;
  color: #003A70;
  background-image: linear-gradient(to bottom, #fff 60%, #FCF3CC 60%, #FCF3CC 100%);
}


/* 総合型選抜3つのPOINT */
.sect-01 {
  margin: -5rem 0 0;
}
.point-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px #99D4F0;
  margin: 0 1rem 2rem;
}
.point-h {
  font-size: 17px;
  position: relative;
  padding: 1rem 1rem 1rem 50px;
  margin: 0 1rem;
  min-height: 70px;
  display: flex;
  align-items: center;
}
.point-h .no {
  display: inline-block;
  line-height: 1;
  text-align: center;
  background-color: #D50032;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.point-body {
  display: flex;
  align-items: flex-start;
}
.point-body img {
  width: 50%;
  height: auto;
  border-radius: 30px 0;
  margin: 0 0 1rem -1rem;
}
.point-body p {
  padding: 1rem;
}


/* プレカレッジプログラムとは？ */
.sect-02 {
  background-color: #fff;
  padding: 5rem 0 0;
  margin: -4rem 0 0;
  position: relative;
  z-index: 1;
}
.program-intro {
  padding: 1rem;
  margin: 0 1rem;
  background-color: #FCF3CC;
  border-radius: 10px;
}
.sect-program {
  background: url("../img/bg-circle.svg"), url("../img/check.svg");
  background-position: bottom right, center;
  background-repeat: no-repeat, repeat;
  background-size: 100%, 30px;
  margin: 4rem 0 0;
  padding: 1px 0 2rem;
}
.sect-program-h {
  margin: -3rem 0 -11rem;
}
.program-box {
  background-color: #fff;
  border: 2px solid #008AD8;
  border-radius: 10px;
  position: relative;
  margin: 0 1rem 2rem;
}
.program-box img {
  border-radius: 9px 9px 0 0;
}
.program-box .no {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #008AD8;
  color: #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.program-box-h {
  text-align: center;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.program-box-h strong {
  font-size: 1.4em;
}
.program-box p {
  padding: 0 1rem 1rem;
}



/* プログラムのスケジュール */
.sect-03 {
  background-color: #fff;
  position: relative;
  padding: 1px 0 40px;
  overflow: hidden;
}
.sect-03::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-image: url("../img/schedule-foot.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
}

.schedule {
  padding: 0 1rem;
  margin: -2rem 0 0;
  list-style: none;
  line-height: 1;

}

.schedule li {
  position: relative;
  padding: 0 0 2rem 1.7rem;
  margin: 0 0 0 1rem;
  background-image: linear-gradient(to right, #D0006F 3px, #fff 3px);
}

.schedule li::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: -12px;
  background-image: url("../img/dot-pink.svg");
  background-size: contain;
}

.schedule li:nth-child(2)::after {
  background-image: url("../img/dot-purple.svg");
}
.schedule li:nth-child(2) {
  background-image: linear-gradient(to right, #5C068C 3px, #fff 3px);
}

.schedule li:nth-child(3)::after {
  background-image: url("../img/dot-blue.svg");
}
.schedule li:nth-child(3) {
  background-image: linear-gradient(to right, #008AD8 3px, #fff 3px);
}

.schedule li:nth-child(4) {
  background-image: linear-gradient(to right, #008655 3px, #fff 3px);
}
.schedule li:nth-child(4)::after {
  background-image: url("../img/dot-green.svg");
}

.schedule-body {
  padding: 1rem;
  border: 3px solid #F6CCE2;
  border-radius: 10px;
}
.schedule li:nth-child(2) .schedule-body {
  border-color: #DECDE8;
}
.schedule li:nth-child(3) .schedule-body {
  border-color: #CCE9F8;
}
.schedule li:nth-child(4) .schedule-body {
  border-color: #CCE7DD;
}

.schedule-month {
  background-color: #D0006F;
  color: #fff;
  display: inline-block;
  padding: 7px 10px;
  line-height: 1;
  border-radius: 40rem;
  font-weight: bold;
  min-width: 5rem;
  text-align: center;
  margin: 0 0 10px;
}
.schedule li:nth-child(2) .schedule-month {
  background-color: #5C068C;
}
.schedule li:nth-child(3) .schedule-month {
  background-color: #008AD8;
}
.schedule li:nth-child(4) .schedule-month {
  background-color: #008655;
}

.schedule-h {
  color: #D0006F;
  line-height: normal;
  margin: 0 0 .6rem;
  font-size: 1rem;
}
.schedule li:nth-child(2) .schedule-h {
  color: #5C068C;
}
.schedule li:nth-child(3) .schedule-h {
  color: #008AD8;
}
.schedule li:nth-child(4) .schedule-h {
  color: #008655;
}


/* 先輩からのメッセージ */
.sect-04 {
  background-image: url("../img/voice-bg.png");
  background-size: 100%;
  background-position: left bottom 2rem;
  background-repeat: no-repeat;
  padding: 0 0 3rem;
}

.sect-04-h {
  margin: 0 0 2rem;
}

.voice {
  background-color: #fff;
  padding: 1rem;
  margin: 0 1rem 2rem;
  border-radius: 10px;
}

.voice-h {
  display: flex;
  align-items: center;
  margin: -3rem 0 1rem;
}
.voice-h img {
  width: 60%;
}
.voice-h .name {
  flex: 1;
  text-align: center;
  font-weight: bold;
  padding: 3rem 0 0;
}
.voice-h .name small {
  color: #99D4F0;
}
.voice-h .name strong {
  font-size: 1.2em;
  font-weight: bold;
}
.voice-h2 {
  color: #008AD8;
  font-weight: bold;
  font-size: 18px;
}


/* YMCAアドバンス特待生制度 */

.sect-05 {
  background-color: #fff;
  padding: 5.5rem 0 3rem;
  margin: -4rem 0 0;
  position: relative;
  z-index: 1;
}
.sect-05-intro {
  padding: 0 1rem 2rem;
}

.scholarship-body {
  border: 3px solid #CCE9F8;
  border-radius: 10px;
  margin: 1rem;
  padding: 1rem;

}
.scholarship-list {
  list-style: number;
  padding: 0 0 0 1rem;
}

.scholarship-list li::marker {
  color: #008AD8;
  font-weight: bold;
}
.scholarship-list small {
  opacity: .6;
}

.scholarship-body-h {
  font-size: 1rem;
  display: block;
  min-width: 7em;
  width: fit-content;
  margin: 0 auto 1rem;
  background-color: #003A70;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  border-radius: 40px;
}


/* オープンキャンパス */
.oc-intro {
  background-image: url("../img/oc-bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
  margin: 0 0 2rem;
  display: block;
  overflow: hidden;
  padding: 1px;
}
.oc-intro img {
  width: 100%;
  border-radius: 10px;
  margin: 0 0 1rem;
}
.oc-intro p {
  padding: 1rem;
}
.oc-session {
  border-radius: 60px 0;
  background-image: linear-gradient(130deg, #CCE9F8, #99D4F0);
  padding: 2rem 0;
  position: relative;
}
.oc-session::before {
  content: "";
  display: block;
  width: 90%;
  height: 35px;
  background-image: url("../img/schedule-deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-60%);
}
.oc-session-h {
  text-align: center;
  font-size: 1.6rem;
  color: #003A70;
}
.oc-session-time {
  text-align: center;
  color: #003A70;
  font-size: 1rem;
}
.oc-session small {
  display: block;
  padding: 1rem;
  color: #003A70;
  font-size: 1rem;
}


/* OCスライダー */
.embla {
  margin: 5rem 0;
}
.embla__viewport {
  overflow: hidden;
}
.embla__container {
  display: flex;
  justify-content: flex-start;
}
.embla__slide {
  flex: 0 0 65%;
  position: relative;
  margin: 0 10px;
}
.embla__dots {
  display: flex;
  justify-content: center;
  gap: 0.8em;
  margin-top: 1em;
}
.embla__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #008AD8;
  cursor: pointer;
  padding: 0;
  opacity: .3;
}
.embla__dot.is-selected,
.embla__dot:hover {
  background: #008AD8;
  opacity: 1;
}


/* COPYRIGHT */

.copyright {
  text-align: center;
  padding: 10px;
  font-size: 12px;
  opacity: .8;
}











.asd {}