@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__program-section {
    width: 860px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__program-section {
    width: 91.4666666667vw;
    margin-inline: auto;
    -webkit-margin-before: 12.8vw;
    margin-block-start: 12.8vw;
    -webkit-margin-after: 20.8vw;
    margin-block-end: 20.8vw;
  }
}
body .l__cornea-container .cornea__program {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__program {
    left: -0.6vw;
  }
}
body .l__cornea-container .cornea__program::before {
  content: "";
  position: absolute;
  height: 100%;
  pointer-events: none;
  background: #FFEA00;
  border: 2px solid #222;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__program::before {
    top: 8px;
    left: 7px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__program::before {
    width: 90.6666666667vw;
    top: 0.8vw;
    left: 1.6vw;
  }
}
body .l__cornea-container .cornea__program-title {
  margin: 0;
  font-weight: bold;
  text-align: center;
  border: 2px solid #3E3E3E;
  border-bottom: 2px solid #3E3E3E;
  background-color: #EEEEEE;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__program-title {
    font-size: 27px;
    -webkit-padding-before: 13px;
    padding-block-start: 13px;
    -webkit-padding-after: 13px;
    padding-block-end: 13px;
    letter-spacing: 0.04em;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__program-title {
    font-size: 6.4vw;
    -webkit-padding-before: 4.8vw;
    padding-block-start: 4.8vw;
    -webkit-padding-after: 4.8vw;
    padding-block-end: 4.8vw;
    letter-spacing: 0.04em;
  }
}
body .l__cornea-container .cornea__program-body {
  border: 2px solid #3E3E3E;
  border-top: 0;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__program-body {
    min-height: 1170px;
    -webkit-padding-before: 56px;
    padding-block-start: 56px;
    -webkit-padding-start: 309px;
    padding-inline-start: 309px;
    -webkit-padding-end: 309px;
    padding-inline-end: 309px;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__program-body {
    min-height: 229.3333333333vw;
    -webkit-padding-before: 12.2666666667vw;
    padding-block-start: 12.2666666667vw;
    -webkit-padding-start: 4.8vw;
    padding-inline-start: 4.8vw;
    -webkit-padding-end: 4.8vw;
    padding-inline-end: 4.8vw;
  }
}
body .l__cornea-container .cornea__program-note {
  margin: 0;
  color: #222;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body .l__cornea-container .cornea__program-note {
    font-size: 16px;
    line-height: 1.6875;
  }
}
@media screen and (max-width: 767px) {
  body .l__cornea-container .cornea__program-note {
    font-size: 4vw;
    line-height: 1.6666666667;
  }
}

body.cornea__page--program {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  body.cornea__page--program .l__cornea-container {
    background-color: #6CD3FD;
  }
}
@media screen and (max-width: 767px) {
  body.cornea__page--program .l__cornea-container {
    background-image: linear-gradient(90deg, #33B7F3 50%, #8BDBFF 100%);
  }
}
body.cornea__page--program .l__cornea-container .l__cornea-content-block {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  body.cornea__page--program .l__cornea-container .l__cornea-content-block {
    background: url(../../img/pc.registration.bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px auto;
    background-attachment: fixed;
    height: auto;
    max-height: none;
    min-height: 74.9479166667vw;
  }
}
@media screen and (max-width: 767px) {
  body.cornea__page--program .l__cornea-container .l__cornea-content-block {
    background: url(../../img/sp.registration.bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-attachment: scroll;
    height: auto;
    max-height: none;
  }
}
@media screen and (max-width: 767px) {
  body.cornea__page--program .l__cornea-container .cornea__title-block {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.cornea__page--program .l__cornea-container .cornea__info-container {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.cornea__page--program .l__cornea-container .cornea__info-container {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.cornea__page--program .l__cornea-container .cornea__nav-header {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  body.cornea__page--program .l__cornea-container .cornea__contents-container {
    display: flex;
    align-items: flex-start;
    width: 1169px;
    margin-inline: auto;
    gap: 60px;
    -webkit-padding-before: 60px;
    padding-block-start: 60px;
    -webkit-padding-after: 110px;
    padding-block-end: 110px;
  }
}
@media screen and (max-width: 767px) {
  body.cornea__page--program .l__cornea-container .cornea__contents-container {
    -webkit-margin-before: 16vw;
    margin-block-start: 16vw;
  }
}
@media screen and (min-width: 768px) {
  body.cornea__page--program .l__cornea-container .cornea__sidebar {
    position: static;
    width: 254px;
  }
}
@media screen and (max-width: 767px) {
  body.cornea__page--program .l__cornea-container .cornea__sidebar {
    border-top: 2px solid #3E3E3E;
    background: #EEEEEE;
  }
}