@charset "UTF-8";
:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* m-plus-2-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/m-plus-2-v15-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* m-plus-2-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/m-plus-2-v15-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
main {
  box-sizing: border-box;
}

#pay_student_off .l-container {
  padding-top: 0;
}
#pay_student_off .js-modaal-box {
  display: none;
}
#pay_student_off .c-head02 {
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  #pay_student_off .c-head02 {
    font-size: 3.8rem;
  }
}
#pay_student_off .c-head09 {
  background-color: rgb(var(--main));
}
#pay_student_off .modaal-wrapper {
  padding: 0;
}
#pay_student_off .modaal-wrapper .modaal-inner-wrapper {
  padding: 60px 15px !important;
}
@media all and (min-width: 768px) {
  #pay_student_off .modaal-wrapper .modaal-container {
    width: 780px;
  }
}
#pay_student_off .modaal-wrapper .modaal-close:before,
#pay_student_off .modaal-wrapper .modaal-close:after {
  background-color: rgb(var(--main));
}
@media all and (min-width: 768px) {
  #pay_student_off .modaal-wrapper .c-case01 {
    width: 580px;
  }
}
#pay_student_off .modaal-wrapper .c-case01:not(:first-child) {
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  #pay_student_off .modaal-wrapper .c-case01:not(:first-child) {
    margin-top: 20px;
  }
}
#pay_student_off .modaal-wrapper .c-case01__img {
  background-color: transparent;
  padding: 0;
}
#pay_student_off .modaal-wrapper .c-case01__img::before {
  content: "";
  background-color: transparent;
  padding: 0;
}
#pay_student_off .modaal-wrapper .u-mt-S {
  margin-top: 13px;
}
@media all and (min-width: 768px) {
  #pay_student_off .modaal-wrapper .u-mt-S {
    margin-top: 20px;
  }
}

.pay_student_off-mainimg {
  background-color: #f1cbda;
}

/* .pay_student_off-gray-out
================================================ */
.pay_student_off-gray-out {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.pay_student_off-discount__price + .pay_student_off-gray-out {
  top: -10px;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
}
.pay_student_off-treatment__price-inner + .pay_student_off-gray-out {
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.pay_student_off-gray-out__parent {
  position: relative;
}
.pay_student_off-gray-out__inner {
  padding: 0 30px;
}
.pay_student_off-gray-out__txt-area {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}
.pay_student_off-gray-out__txt-main {
  font-size: 2.2rem;
}
.pay_student_off-gray-out__txt-sub {
  font-size: 1.6rem;
}
@media all and (min-width: 768px) {
  .pay_student_off-discount__price + .pay_student_off-gray-out {
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }
  .pay_student_off-treatment__price-inner + .pay_student_off-gray-out {
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }
  .pay_student_off-gray-out__inner {
    padding: 0 60px;
  }
  .pay_student_off-gray-out__txt-area {
    text-align: center;
  }
  .pay_student_off-gray-out__txt-main {
    font-size: 4rem;
  }
  .pay_student_off-gray-out__txt-main.is-small {
    font-size: 2.4rem;
  }
  .pay_student_off-gray-out__txt-sub {
    font-size: 3rem;
  }
  .pay_student_off-gray-out__txt-sub.is-small {
    font-size: 1.8rem;
  }
}

/* 画像にぼかし
================================================ */
.pay_student_off-compare__item img,
.pay_student_off-treatment__subhead img {
  filter: blur(8px);
}

/* #intro
================================================ */
.pay_student_off-intro__period {
  border-radius: 10px;
  border: 4px solid #f1cbda;
}
@media all and (min-width: 768px) {
  .pay_student_off-intro__period {
    border-radius: 20px;
  }
}
.pay_student_off-intro__period-head {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background-color: #f1cbda;
  border-radius: 4px 4px 0 0;
  padding: 0.5em 0;
}
@media all and (min-width: 768px) {
  .pay_student_off-intro__period-head {
    font-size: 3rem;
    border-radius: 14px 14px 0 0;
  }
}
.pay_student_off-intro__period-inner {
  background-color: #f8f4f1;
  border-radius: 0 0 8px 8px;
  padding: 0.7em;
}
@media all and (min-width: 768px) {
  .pay_student_off-intro__period-inner {
    border-radius: 0 0 16px 16px;
  }
}
.pay_student_off-intro__period-date {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .pay_student_off-intro__period-date {
    font-size: 2.4rem;
  }
}
.pay_student_off-intro__period .c-note01 {
  color: rgb(var(--main));
}
@media all and (min-width: 768px) {
  .pay_student_off-intro__period .c-note01 {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .pay_student_off-intro .c-txt01 {
    text-align: center;
  }
}

/* #discount
================================================ */
.pay_student_off-discount__header {
  background-color: #ff6ca0;
  padding: 20px 0 30px;
}
@media all and (min-width: 768px) {
  .pay_student_off-discount__header {
    padding: 40px 0 50px;
  }
}
.pay_student_off-discount__case {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
@media all and (min-width: 768px) {
  .pay_student_off-discount__case {
    gap: 30px;
    margin-top: 30px;
  }
}
.pay_student_off-discount__case-item {
  display: flex;
  flex-direction: column;
}
.pay_student_off-discount__video {
  width: 100%;
}
.pay_student_off-discount__video video {
  max-width: 100%;
}
.pay_student_off-discount__btn {
  display: flex;
  flex-grow: 1;
}
@media all and (min-width: 768px) {
  .pay_student_off-discount__btn {
    margin-top: 10px;
  }
}
.pay_student_off-discount__anchor {
  color: #dd2c7c;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  font-feature-settings: "palt";
  background-color: #ffdae7;
  border: 3px solid #fff;
  border-radius: 7px;
  box-shadow: 2px 2px 5px #ff4688;
  text-align: center;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 5px 30px 5px 10px;
  position: relative;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .pay_student_off-discount__anchor {
    font-size: 2.4rem;
    border-width: 4px;
    padding: 16px 30px 16px 10px;
  }
}
.pay_student_off-discount__anchor.eye_1dayhyper {
  color: #6338bd;
}
.pay_student_off-discount__anchor::after {
  font-size: 1.4rem;
  content: "▼";
  transform: scale(1, 0.7);
  position: absolute;
  right: 10px;
}
@media all and (min-width: 768px) {
  .pay_student_off-discount__anchor::after {
    font-size: 2.4rem;
  }
}
.pay_student_off-discount__price-head {
  color: #f64385;
  line-height: 1.2;
  border-bottom: 2px solid #f64385;
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 10px 5px;
}
@media all and (min-width: 768px) {
  .pay_student_off-discount__price-head {
    font-size: 3.4rem;
    border-width: 4px;
    margin-bottom: 30px;
    padding: 0 30px 7px;
  }
}
.pay_student_off-discount__price-head.eye_1dayhyper {
  color: #835bd8;
  border-color: #835bd8;
}
.pay_student_off-discount__price-note {
  color: #000;
  font-size: 1.2rem;
  font-weight: normal;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .pay_student_off-discount__price-note {
    font-size: 1.6rem;
  }
}
.pay_student_off-discount__price-item {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media all and (min-width: 768px) {
  .pay_student_off-discount__price-item {
    gap: 30px;
  }
}
.pay_student_off-discount__price-item + .pay_student_off-discount__price-item {
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  .pay_student_off-discount__price-item + .pay_student_off-discount__price-item {
    margin-top: 20px;
  }
}
.pay_student_off-discount__price-team {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .pay_student_off-discount__price-team {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 768px) {
  .pay_student_off-discount__price-team span {
    margin-left: 0.5em;
  }
}

/* #compare
================================================ */
.pay_student_off-compare__list {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media all and (min-width: 768px) {
  .pay_student_off-compare__list {
    gap: 30px;
  }
}
.pay_student_off-compare__item {
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.2));
}
.pay_student_off-compare__note {
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .pay_student_off-compare__note {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
  }
}

/* .treatment
================================================ */
.pay_student_off-treatment {
  padding: 20px 0;
  background-color: #ffeceb;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment {
    padding: 40px 0;
  }
}
.pay_student_off-treatment__inner {
  background-color: #fff;
  padding: 15px;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__inner {
    padding: 30px 30px 40px;
  }
}
.pay_student_off-treatment__price {
  border-radius: 7px;
  background-color: #fcebee;
  border: 3px solid #f9c5d2;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__price {
    border-radius: 10px;
    border-width: 4px;
  }
}
.pay_student_off-treatment__price-head {
  line-height: 1;
  text-align: center;
  border-radius: 3px 3px 0 0;
  text-shadow: 0 0 5px #fff;
  padding: 10px 0;
  margin-bottom: 15px;
  background-color: #f9c5d2;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__price-head {
    border-radius: 0;
    font-size: 3rem;
    padding: 20px 0;
  }
}
.pay_student_off-treatment__price-inner {
  margin: 15px;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__price-inner {
    margin: 30px;
  }
}
.pay_student_off-treatment__price-item {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__price-item {
    gap: 30px;
  }
}
.pay_student_off-treatment__price-item + .pay_student_off-treatment__price-item {
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__price-item + .pay_student_off-treatment__price-item {
    margin-top: 20px;
  }
}
.pay_student_off-treatment__price-team {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__price-team {
    font-size: 2.4rem;
  }
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__price-team span {
    margin-left: 0.5em;
  }
}
.pay_student_off-treatment__price-note {
  color: #000;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: right;
  margin-top: 0.5em;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__price-note {
    font-size: 1.6rem;
  }
}
.pay_student_off-treatment__rsv .c-btn01__link {
  color: #fff;
  border: none;
  background-color: rgb(var(--main));
}
.pay_student_off-treatment__rsv .c-btn01__link::before {
  width: 8px;
  height: 13px;
  content: "";
  display: inline-block;
  background-color: currentColor;
  color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 13"><path d="M.95.5 0 1.53l5.032 4.976L0 11.483.95 12.5 7 6.506.95.5Z" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 13"><path d="M.95.5 0 1.53l5.032 4.976L0 11.483.95 12.5 7 6.506.95.5Z" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.3s ease;
}
.pay_student_off-treatment__case-head {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__case-head {
    font-size: 3rem;
    border-width: 4px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}
.pay_student_off-treatment__case-note {
  text-align: center;
}
.pay_student_off-treatment__case-note span {
  color: #2d131f;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #eaeaf6;
  padding: 5px 15px;
  border-radius: 50px;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__case-note span {
    font-size: 1.6rem;
    padding: 10px 30px;
  }
}
.pay_student_off-treatment__case-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__case-list {
    gap: 20px;
  }
}
.pay_student_off-treatment__case-item {
  width: calc(50% - 5px);
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__case-item {
    width: 280px;
  }
}
.pay_student_off-treatment__area-img {
  gap: 10px;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__area-img {
    gap: 20px;
  }
}
.pay_student_off-treatment__case-price {
  text-align: right;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__case-price {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__case-price-after {
    text-align: right;
  }
}
.pay_student_off-treatment__case-price-after b {
  color: rgb(var(--accent));
}
.pay_student_off-treatment__case-price-after strong {
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__case-price-after strong {
    font-size: 3rem;
  }
}
.pay_student_off-treatment__case-price-balloon {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  background-color: rgb(var(--accent));
  border-radius: 7px;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  margin-top: 5px;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__case-price-balloon {
    font-size: 1.6rem;
  }
}
.pay_student_off-treatment__case-price-balloon::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom: 5px solid rgb(var(--accent));
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__case-price-balloon::after {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-right: 10px solid rgb(var(--accent));
  }
}
.pay_student_off-treatment__case-price-off {
  font-size: 1.6rem;
}
.pay_student_off-treatment__doctor {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.pay_student_off-treatment__doctor-img {
  width: 30%;
  flex-shrink: 0;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__doctor-img {
    width: 20%;
  }
}
.pay_student_off-treatment__doctor-img img {
  border-radius: 50%;
}
.pay_student_off-treatment__doctor-note {
  font-size: 1.2rem;
}
@media all and (min-width: 768px) {
  .pay_student_off-treatment__doctor-note {
    font-size: 1.6rem;
  }
}

/* #eye_1dayhyper
================================================ */
.pay_student_off-eye_1dayhyper {
  background-color: #ffebfa;
}
.pay_student_off-eye_1dayhyper .pay_student_off-treatment__price {
  background-color: #f4eafa;
  border-color: #d0b6e3;
}
.pay_student_off-eye_1dayhyper .pay_student_off-treatment__price-head {
  background-color: #d0b6e3;
}
.pay_student_off-eye_1dayhyper .pay_student_off-treatment__menu .c-btn01__link {
  border-color: #7943e7;
}
.pay_student_off-eye_1dayhyper .pay_student_off-treatment__menu .c-btn01__link::before {
  width: 8px;
  height: 13px;
  content: "";
  display: inline-block;
  background-color: currentColor;
  color: #7943e7;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 13"><path d="M.95.5 0 1.53l5.032 4.976L0 11.483.95 12.5 7 6.506.95.5Z" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 13"><path d="M.95.5 0 1.53l5.032 4.976L0 11.483.95 12.5 7 6.506.95.5Z" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.3s ease;
}
.pay_student_off-eye_1dayhyper .pay_student_off-treatment__rsv .c-btn01__link {
  background-color: #7943e7;
}