@charset "UTF-8";
.overlay {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 1;
  display: none; }
  .overlay.active {
    display: block;
    opacity: 0.1; }

#page-school {
  color: #2c2f2f; }
  #page-school * {
    box-sizing: border-box; }
  #page-school .page-school__hadbackground {
    background: #F5F5F5; }
  #page-school .page-school__content {
    width: 100%; }
  #page-school .menu-floating__content {
    background: #F5F5F5;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.05);
    padding: 0 20px 30px;
    width: calc(100% + 40px);
    margin-left: -20px; }
    #page-school .menu-floating__content ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #page-school .menu-floating__content ul li {
        width: 47%;
        border-bottom: 1px solid #DDDDDD; }
        #page-school .menu-floating__content ul li a {
          padding: 19px 17px 19px 19px;
          font-weight: 400;
          font-size: 12px;
          line-height: 1.75;
          position: relative;
          text-decoration: none;
          color: #2C2F2F;
          display: inline-block;
          transition: 0.25s all ease;
          left: 0;
          min-width: 169px; }
          #page-school .menu-floating__content ul li a::before {
            content: "";
            position: absolute;
            left: 1px;
            top: 25px;
            width: 12px;
            height: 12px;
            background: url(./../../images/arrow_down-red.svg) no-repeat;
            background-size: contain; }
    #page-school .menu-floating__content .btn-green {
      margin-top: 30px;
      background: #4DBAC1;
      position: relative;
      width: 100%;
      text-align: center;
      border-radius: 4px;
      transition: 0.25s all ease;
      top: 0; }
      #page-school .menu-floating__content .btn-green:hover {
        border-radius: 8px;
        top: -4px; }
      #page-school .menu-floating__content .btn-green a {
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.75;
        text-decoration: none;
        padding: 20px 1em 20px 10px;
        display: block; }
        #page-school .menu-floating__content .btn-green a span {
          font-size: 16px; }
      #page-school .menu-floating__content .btn-green::after {
        content: ' ';
        width: 14px;
        height: 14px;
        background: url(../../images/arrow-right-crice_blue.svg);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none; }
  #page-school .page-school__container {
    width: 100%;
    max-width: calc(1024px + 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    box-sizing: border-box; }
    #page-school .page-school__container.col-2 {
      display: flex;
      justify-content: space-between; }
  #page-school .school-title {
    padding: 41px 0; }
    #page-school .school-title__text {
      font-weight: 700;
      margin-bottom: 14px; }
      #page-school .school-title__text--en {
        font-family: 'Montserrat', sans-serif;
        color: #D23339;
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 5px; }
      #page-school .school-title__text--jp {
        font-size: 28px;
        line-height: 1.5;
        padding-top: 6px;
        display: inline-block; }
    #page-school .school-title__sub {
      color: #959797;
      line-height: 1.75; }
  #page-school .this-plan {
    padding-bottom: 80px;
    padding-top: 30px; }
    #page-school .this-plan .c-headingTop {
      margin-top: 30px;
      margin-bottom: 40px; }
      #page-school .this-plan .c-headingTop_title b {
        color: #D23339; }
    #page-school .this-plan__text {
      font-size: 14px;
      line-height: 2; }
    #page-school .this-plan__note {
      padding-left: 12px;
      color: #959797;
      font-size: 12px;
      font-weight: 400;
      line-height: 1.75;
      position: relative;
      margin-top: 10px; }
      #page-school .this-plan__note::after {
        content: "※";
        position: absolute;
        left: 0px;
        top: 0; }
      #page-school .this-plan__note.--noteOnline {
        margin-top: 20px; }
    #page-school .this-plan__list {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin: 60px auto; }
      #page-school .this-plan__list__item {
        width: 19%;
        text-align: center;
        color: #D23339;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 700; }
        #page-school .this-plan__list__item p {
          margin-top: 20px; }
          #page-school .this-plan__list__item p sup {
            position: relative;
            font-size: 8px;
            top: -5px; }
        #page-school .this-plan__list__item.active {
          color: #959797; }
    #page-school .this-plan .recommend-hotel {
      background: #F5F5F5;
      box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      padding: 20px 20px 10px 20px;
      font-weight: 700;
      margin-bottom: 10px; }
      #page-school .this-plan .recommend-hotel__title {
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 20px; }
      #page-school .this-plan .recommend-hotel ul {
        list-style: none; }
        #page-school .this-plan .recommend-hotel ul li {
          border-top: 1px solid #DDDDDD;
          line-height: 1.75;
          font-weight: 700;
          padding: 10px 0;
          position: relative;
          padding-left: 20px; }
          #page-school .this-plan .recommend-hotel ul li::before {
            content: "";
            position: absolute;
            left: 0;
            width: 12px;
            height: 9.36px;
            top: 17px;
            background: url(./../../images/icon-tick.svg) no-repeat; }
    #page-school .this-plan__note {
      font-size: 12px;
      line-height: 1.75;
      color: #959797;
      position: relative;
      padding-left: 17px; }
  #page-school .coaching-plan {
    line-height: 1.5;
    padding-bottom: 60px; }
    #page-school .coaching-plan .c-headingTop {
      margin-bottom: 10px; }
    #page-school .coaching-plan__item {
      padding: 50px 0;
      border-bottom: 1px solid #DDDDDD; }
      #page-school .coaching-plan__item.--bordernone {
        border-bottom: none; }
      #page-school .coaching-plan__item.--special .coaching-plan__item__info__title {
        font-size: 24px;
        width: calc(100% + 3px); }
      #page-school .coaching-plan__item.--special .coaching-plan__item__img {
        width: 100%; }
        #page-school .coaching-plan__item.--special .coaching-plan__item__img img {
          width: 100%; }
        #page-school .coaching-plan__item.--special .coaching-plan__item__img .count {
          padding-right: 9px; }
      #page-school .coaching-plan__item__info {
        padding-top: 25px; }
        #page-school .coaching-plan__item__info__title {
          font-weight: 700;
          font-size: 20px;
          line-height: 1.5;
          margin-bottom: 20px; }
          #page-school .coaching-plan__item__info__title span {
            color: #D23339; }
        #page-school .coaching-plan__item__info p:not(.text-note) {
          line-height: 2;
          font-size: 14px;
          padding-left: 20px; }
        #page-school .coaching-plan__item__info table {
          font-size: 14px;
          line-height: 2;
          margin-top: 16px;
          margin-left: 20px;
          width: calc(100% - 20px); }
          #page-school .coaching-plan__item__info table th {
            width: 98px;
            text-align: left;
            font-weight: 400; }
        #page-school .coaching-plan__item__info .text-note {
          padding-left: 35px;
          color: #959797;
          font-size: 12px;
          font-weight: 400;
          line-height: 1.75;
          position: relative;
          margin-top: 10px; }
          #page-school .coaching-plan__item__info .text-note::before {
            content: "※";
            position: absolute;
            left: 20px; }
      #page-school .coaching-plan__item__img {
        width: 76.12%;
        border-radius: 4px;
        position: relative;
        overflow: hidden; }
        #page-school .coaching-plan__item__img img {
          width: 100%; }
        #page-school .coaching-plan__item__img .count {
          position: absolute;
          font-weight: 700;
          font-size: 12px;
          line-height: 175%;
          color: #fff;
          z-index: 1;
          right: -1px;
          top: 0;
          padding-right: 8px;
          font-family: 'Montserrat'; }
          #page-school .coaching-plan__item__img .count::after {
            content: "";
            width: 0;
            height: 0;
            float: left;
            border-left: 28px solid transparent;
            border-right: 26px solid transparent;
            border-bottom: 26px solid #D23339;
            position: absolute;
            z-index: -1;
            top: -4px;
            right: -16px;
            transform: rotate(45deg); }
    #page-school .coaching-plan__link {
      margin-top: 40px; }
      #page-school .coaching-plan__link a {
        color: #2C2F2F;
        position: relative;
        line-height: 2;
        font-size: 14px;
        padding-left: 25px;
        display: inline-block; }
        #page-school .coaching-plan__link a::before {
          content: "";
          position: absolute;
          left: 0;
          top: 6px;
          width: 16px;
          height: 16px;
          background: url(./../../images/arrow_btn_red.svg) center no-repeat; }
  #page-school .support-growth {
    text-align: center;
    padding-bottom: 50px; }
    #page-school .support-growth__title {
      font-weight: 700;
      font-size: 28px;
      line-height: 1.5;
      text-align: center;
      margin-bottom: 30px; }
    #page-school .support-growth__text {
      font-size: 14px;
      line-height: 2;
      text-align: center; }
    #page-school .support-growth__list {
      margin-top: 40px;
      width: calc(100% + 20px); }
    #page-school .support-growth__item {
      margin-right: 10px;
      width: 100px !important;
      line-height: 1.75;
      cursor: pointer; }
      #page-school .support-growth__item:last-child {
        margin-right: 0; }
      #page-school .support-growth__item img {
        margin: 0 auto 4px;
        min-height: 100px;
        min-width: 100px; }
      #page-school .support-growth__item__name {
        font-size: 12px;
        font-family: 'Montserrat';
        font-weight: 500; }
      #page-school .support-growth__item__school {
        font-family: 'Montserrat';
        margin-top: 0;
        font-size: 12px;
        color: #959797;
        font-weight: 500; }
  #page-school .five-features {
    padding: 78px 0 30px;
    position: relative;
    z-index: 1; }
    #page-school .five-features::before {
      content: "";
      position: absolute;
      z-index: -1;
      left: -100%;
      top: 0;
      right: 0;
      width: 300%;
      height: 100%;
      background: #F5F5F5; }
    #page-school .five-features .coaching-plan__item .count {
      right: auto;
      padding-left: 9px;
      left: 0; }
      #page-school .five-features .coaching-plan__item .count::after {
        left: -18px;
        transform: rotate(-45deg); }
    #page-school .five-features .coaching-plan__item:last-child {
      border-bottom: 0; }
  #page-school .plan-flow {
    padding: 80px 0 70px; }
    #page-school .plan-flow .c-headingTop.--fixtop {
      margin-bottom: 60px; }
      #page-school .plan-flow .c-headingTop.--fixtop small {
        font-weight: 300;
        font-size: 12px;
        color: #2c2f2f;
        display: block; }
    @media (max-width: 390px) {
      #page-school .plan-flow .c-headingTop_title {
        padding-right: 1em; } }
    #page-school .plan-flow__note {
      font-size: 14px;
      line-height: 200%;
      padding: 40px 0 60px; }
    #page-school .plan-flow__item {
      border: 1px solid #DDDDDD;
      border-radius: 4px;
      margin: 0 auto 10px;
      display: flex;
      padding: 20px;
      width: 100%; }
      #page-school .plan-flow__item.--centerSp {
        display: block;
        padding: 30px 20px; }
        #page-school .plan-flow__item.--centerSp .plan-flow__item__img {
          width: 68px;
          margin: 0 auto 30px; }
          #page-school .plan-flow__item.--centerSp .plan-flow__item__img.--fixwidth {
            width: 79px; }
        #page-school .plan-flow__item.--centerSp .plan-flow__item__info {
          padding-left: 0;
          width: 101%; }
          #page-school .plan-flow__item.--centerSp .plan-flow__item__info .plan-flow__item__info__title {
            text-align: center;
            margin-bottom: 10px; }
      #page-school .plan-flow__item__img {
        width: 30px;
        flex: 30px 0 0; }
        #page-school .plan-flow__item__img.--w78Sp {
          width: 78px !important; }
      #page-school .plan-flow__item__info {
        width: 275px;
        padding-left: 20px;
        line-height: 1.75;
        font-size: 14px;
        margin-top: -1px; }
        #page-school .plan-flow__item__info__title {
          font-weight: 700;
          font-size: 16px; }
          #page-school .plan-flow__item__info__title span {
            color: #D23339; }
        #page-school .plan-flow__item__info ul {
          list-style: none; }
          #page-school .plan-flow__item__info ul li {
            position: relative;
            padding-left: 20px; }
            #page-school .plan-flow__item__info ul li span {
              color: #959797; }
            #page-school .plan-flow__item__info ul li:before {
              content: "・";
              position: absolute;
              left: 2px;
              top: 2px; }
        #page-school .plan-flow__item__info p {
          line-height: 1.75; }
  #page-school .voices-people {
    padding: 80px 0 70px;
    position: relative;
    z-index: 1; }
    #page-school .voices-people::before {
      content: "";
      position: absolute;
      z-index: -1;
      left: -100%;
      top: 0;
      right: 0;
      width: 300%;
      height: 100%;
      background: #F5F5F5; }
    #page-school .voices-people__list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 60px; }
      #page-school .voices-people__list.--fixtop {
        margin-top: 40px; }
    #page-school .voices-people__item {
      background: #FFFFFF;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
      border-radius: 5px;
      width: 100%;
      padding: 24px;
      position: relative;
      margin-bottom: 10px; }
      #page-school .voices-people__item .icon-arrow {
        position: absolute;
        right: 24px;
        top: 41px; }
      #page-school .voices-people__item a {
        color: #2C2F2F;
        text-decoration: none; }
      #page-school .voices-people__item__thumb {
        display: flex;
        align-items: center;
        margin-bottom: 12px; }
        #page-school .voices-people__item__thumb .thumbItem {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          display: inline-block;
          margin-right: 10px;
          vertical-align: middle;
          object-fit: cover; }
        #page-school .voices-people__item__thumb .voices-people__title {
          font-weight: 700;
          font-size: 12px;
          line-height: 1.75;
          color: #959797;
          padding-left: 11px; }
      #page-school .voices-people__item__info .voices-people__sub {
        font-weight: 700;
        font-size: 12px;
        line-height: 1.75;
        color: #CFAD5F;
        margin-bottom: 8px; }
      #page-school .voices-people__item__info .get_content .voice-content-character,
      #page-school .voices-people__item__info .get_content .voice-content-post:last-child {
        display: none; }
      #page-school .voices-people__item__info .get_content .voice-content-post img,
      #page-school .voices-people__item__info .get_content .voice-content-post h2 {
        display: none; }
      #page-school .voices-people__item__info p {
        font-weight: 400;
        font-size: 13px;
        line-height: 1.75; }
  #page-school .plan-fee {
    padding-bottom: 80px;
    position: relative;
    z-index: 1; }
    #page-school .plan-fee.--special {
      padding-top: 80px; }
    @media (max-width: 390px) {
      #page-school .plan-fee .c-headingTop_title {
        padding-right: 1em; } }
    #page-school .plan-fee::before {
      content: "";
      position: absolute;
      z-index: -1;
      left: -100%;
      top: 0;
      right: 0;
      width: 300%;
      height: 100%;
      background: #F5F5F5; }
    #page-school .plan-fee__price {
      padding-top: 40px;
      margin-bottom: 40px;
      text-align: center; }
      #page-school .plan-fee__price sup {
        vertical-align: super;
        position: relative;
        top: -10px;
        left: -7px;
        font-size: 10px;
        line-height: 1.75;
        font-weight: 400; }
      #page-school .plan-fee__price__mounth {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.75;
        color: #D23339;
        margin-bottom: 15px; }
        #page-school .plan-fee__price__mounth span {
          line-height: 1.5;
          font-size: 40px;
          padding-left: 7px;
          padding-right: 6px;
          font-family: 'Montserrat'; }
      #page-school .plan-fee__price__day {
        font-weight: 700;
        font-size: 12px;
        line-height: 1.75;
        color: #959797;
        position: relative;
        padding-right: 6px; }
        #page-school .plan-fee__price__day::before {
          content: "";
          position: absolute;
          left: -50px;
          top: 10px;
          width: 41px;
          height: 1px;
          border-bottom: 1px solid #DDDDDD;
          transform: rotate(120deg); }
        #page-school .plan-fee__price__day sup {
          left: 6px; }
    #page-school .plan-fee__text {
      font-size: 14px;
      line-height: 1.75;
      margin-top: 20px;
      padding-top: 40px;
      border-top: 1px solid #DDDDDD;
      margin-bottom: 20px; }
    #page-school .plan-fee__btn {
      width: 100%;
      background: #D23339;
      border-radius: 4px;
      transition: all 0.5s ease;
      position: relative;
      margin: 60px auto 0;
      top: 0; }
      #page-school .plan-fee__btn a {
        padding: 18px 20px 18px 15px;
        display: block;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.75;
        color: #FFFFFF;
        position: relative; }
        #page-school .plan-fee__btn a::after {
          content: "";
          width: 14px;
          height: 14px;
          background: url(../../images/arrow_login.svg);
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          right: 15px;
          top: 50%;
          transform: translateY(-50%); }
      #page-school .plan-fee__btn:hover {
        color: #fff !important;
        border-radius: 10px;
        top: -10px; }
        #page-school .plan-fee__btn:hover a {
          color: #fff;
          opacity: 1; }
    #page-school .plan-fee__table {
      background: #FFFFFF;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      padding: 0 20px; }
      #page-school .plan-fee__table table {
        width: 100%; }
        #page-school .plan-fee__table table tr {
          border-bottom: 1px solid #DDDDDD; }
          #page-school .plan-fee__table table tr:last-child {
            border-bottom: 0; }
          #page-school .plan-fee__table table tr th,
          #page-school .plan-fee__table table tr td {
            display: block;
            width: 100%;
            font-size: 14px;
            line-height: 1.75;
            text-align: center; }
          #page-school .plan-fee__table table tr th {
            font-weight: 700;
            padding-top: 20px;
            padding-bottom: 5px; }
          #page-school .plan-fee__table table tr td {
            padding-bottom: 20px; }
            #page-school .plan-fee__table table tr td sup {
              position: relative;
              top: -3px;
              font-size: 8px; }
    #page-school .plan-fee__note {
      margin-top: 20px; }
      #page-school .plan-fee__note p {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.75;
        color: #959797;
        position: relative;
        padding-left: 25px; }
        #page-school .plan-fee__note p span {
          padding-right: 5px;
          position: absolute;
          left: 0; }
    #page-school .plan-fee__link {
      font-weight: 400;
      font-size: 12px;
      line-height: 1.75;
      color: #959797; }
      #page-school .plan-fee__link a {
        text-decoration: underline;
        color: #D23339; }
  #page-school .plan-faq {
    padding: 80px 0 40px;
    width: 100%; }
    #page-school .plan-faq__content {
      padding-top: 20px;
      margin-bottom: 40px; }
    #page-school .plan-faq__item {
      font-weight: 400;
      font-size: 14px;
      line-height: 2;
      border-bottom: 1px solid #DDDDDD; }
      #page-school .plan-faq__item .box-q {
        cursor: pointer;
        padding: 20px 20px 20px 0;
        position: relative;
        transition: 0.5s ease-in-out; }
        #page-school .plan-faq__item .box-q:hover {
          opacity: 0.7; }
        #page-school .plan-faq__item .box-q::before, #page-school .plan-faq__item .box-q::after {
          content: "";
          position: absolute;
          width: 14px;
          height: 2px;
          background: #D23339;
          top: 50%;
          transform: translateY(-50%); }
        #page-school .plan-faq__item .box-q::before {
          content: "";
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
        #page-school .plan-faq__item .box-q::after {
          content: "";
          right: 0px;
          transform: rotate(90deg);
          transition: 0.2s ease-in-out;
          top: calc(50% - 1px); }
        #page-school .plan-faq__item .box-q.active::after {
          transform: rotate(0); }
        #page-school .plan-faq__item .box-q p {
          position: relative;
          padding-left: 24px; }
          #page-school .plan-faq__item .box-q p::before {
            content: "Q";
            position: absolute;
            left: 0;
            top: 2px;
            font-family: 'Montserrat';
            font-weight: 500;
            font-size: 14px;
            line-height: 175%;
            color: #D23339; }
      #page-school .plan-faq__item .box-a {
        padding-left: 20px;
        padding-bottom: 20px;
        display: none; }
        #page-school .plan-faq__item .box-a p {
          position: relative;
          padding-left: 24px;
          min-height: 10px; }
          #page-school .plan-faq__item .box-a p::before {
            content: "A";
            position: absolute;
            left: 0;
            top: 2px;
            font-family: 'Montserrat';
            font-weight: 500;
            font-size: 14px;
            line-height: 175%;
            color: #D23339; }
    #page-school .plan-faq__note {
      font-weight: 400;
      font-size: 12px;
      line-height: 1.75;
      color: #959797; }
      #page-school .plan-faq__note a {
        text-decoration: underline;
        color: #D23339; }
  #page-school .others-plan {
    padding: 80px 0 20px;
    position: relative;
    background-color: #f5f5f5; }
    #page-school .others-plan.--hasBg {
      padding-top: 0; }
      #page-school .others-plan.--hasBg::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: -100%;
        top: 0;
        right: 0;
        width: 300%;
        height: 100%;
        background: #F5F5F5; }
    #page-school .others-plan__list {
      margin-top: 60px; }
    #page-school .others-plan__item {
      width: 100%;
      margin-bottom: 60px; }
      #page-school .others-plan__item img {
        border-radius: 4px;
        overflow: hidden;
        width: 100%; }
      #page-school .others-plan__item__info {
        padding-top: 30px;
        font-weight: 700; }
        #page-school .others-plan__item__info__sub {
          font-size: 12px;
          line-height: 1.75;
          color: #D23339;
          margin-bottom: 5px;
          font-weight: 700; }
        #page-school .others-plan__item__info__title {
          font-size: 24px;
          line-height: 1.5;
          margin-bottom: 20px; }
        #page-school .others-plan__item__info .list-tab {
          margin-bottom: 15px; }
          #page-school .others-plan__item__info .list-tab span {
            font-size: 12px;
            line-height: 1;
            color: #D23339;
            padding: 5px 9px;
            border: 1px solid #D23339;
            border-radius: 4px;
            margin-right: 5px;
            display: inline-block;
            margin-bottom: 5px;
            background-color: #fff; }
        #page-school .others-plan__item__info .text {
          font-weight: 400;
          font-size: 14px;
          line-height: 2; }
    #page-school .others-plan__btn {
      min-width: 220px;
      display: inline-block;
      background: #D23339;
      border-radius: 4px;
      transition: all 0.5s ease;
      position: relative;
      margin-top: 20px; }
      #page-school .others-plan__btn a {
        padding: 15px 37px 15px 15px;
        display: block;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        font-size: 12px;
        line-height: 1.75;
        color: #FFFFFF;
        position: relative; }
        #page-school .others-plan__btn a::after {
          content: "";
          width: 14px;
          height: 14px;
          background: url(../../images/arrow_login.svg);
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          right: 15px;
          top: 50%;
          transform: translateY(-50%); }
      #page-school .others-plan__btn:hover {
        color: #fff !important;
        border-radius: 10px;
        margin-top: 25px; }
        #page-school .others-plan__btn:hover a {
          color: #fff;
          opacity: 1; }
  #page-school .readmore-hatsuon__full {
    background: #F5F5F5;
    position: relative;
    margin-top: -30px; }
    #page-school .readmore-hatsuon__full .readmore-hatsuon {
      background-image: url(./../../images/school_page/readmore-hatsuon-sp.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: relative;
      padding-top: 133.3333333333%; }
      #page-school .readmore-hatsuon__full .readmore-hatsuon__content {
        width: 100%;
        padding: 0 19px;
        color: #fff;
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        margin: 0 auto; }
        #page-school .readmore-hatsuon__full .readmore-hatsuon__content__sub {
          font-weight: 700;
          font-size: 18px;
          line-height: 1.5; }
        #page-school .readmore-hatsuon__full .readmore-hatsuon__content__title {
          font-weight: 700;
          font-size: 32px;
          line-height: 1.5;
          margin: 20px 0 42px; }
        #page-school .readmore-hatsuon__full .readmore-hatsuon__content__text {
          line-height: 2;
          margin-bottom: 40px; }
        #page-school .readmore-hatsuon__full .readmore-hatsuon__content .btn-green {
          background: #4DBAC1;
          border-radius: 4px;
          position: relative;
          top: 0;
          transition: all 0.5s;
          max-width: 494px; }
          #page-school .readmore-hatsuon__full .readmore-hatsuon__content .btn-green a {
            padding: 18px 30px 18px 10px;
            margin-bottom: 0;
            transform: translateX(10px); }
            #page-school .readmore-hatsuon__full .readmore-hatsuon__content .btn-green a::after {
              content: "";
              background: url(../../images/arrow-right-green.svg);
              right: 22px; }
          #page-school .readmore-hatsuon__full .readmore-hatsuon__content .btn-green:hover {
            color: #fff !important;
            border-radius: 10px;
            top: -5px; }
            #page-school .readmore-hatsuon__full .readmore-hatsuon__content .btn-green:hover a {
              color: #fff;
              opacity: 1; }
  #page-school .sliderTeacher {
    width: 100%;
    margin: 42px auto;
    height: 2px;
    border: none;
    background: #ddd; }
  #page-school .sliderTeacher .ui-slider-handle {
    display: block;
    width: 50px;
    height: 25px;
    background: url(../../images/icon_dots.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -8px;
    border: none; }
  #page-school .sliderTeacher .ui-slider-handle::before {
    width: auto;
    content: "";
    height: 2px;
    background: #D23339; }

.trial-flow {
  padding-bottom: 70px; }
  .trial-flow.trial-lesson {
    padding-bottom: 20px; }
  .trial-flow .c-headingTop {
    margin-bottom: 60px; }
    .trial-flow .c-headingTop::after {
      content: "";
      background: #CFAD5F; }
  .trial-flow__item {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin: 0 auto 10px;
    padding-right: 15px;
    width: 100%;
    display: flex;
    align-items: center; }
    .trial-flow__item__number {
      font-family: 'Montserrat';
      min-width: 126px;
      width: 126px;
      position: relative; }
      .trial-flow__item__number p {
        font-weight: 700;
        font-size: 13px;
        line-height: 1.75;
        color: #CFAD5F;
        position: absolute;
        z-index: 1;
        top: -1px;
        right: 0;
        padding: 3px 9px;
        border: 1px solid #DDDDDD;
        border-radius: 3px;
        background-color: #fff; }
      .trial-flow__item__number img {
        border-radius: 3px;
        display: block; }
    .trial-flow__item__info {
      line-height: 1.75;
      padding: 5px 0 5px 20px; }
      .trial-flow__item__info__title {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 5px;
        letter-spacing: -0.3px;
        line-height: 1.5; }
      .trial-flow__item__info p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4285714286 !important;
        margin-bottom: 0 !important; }

.plan-compare {
  position: relative;
  z-index: 1; }
  .plan-compare::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -100%;
    top: 0;
    right: 0;
    width: 300%;
    height: 100%;
    background: #F5F5F5; }

.page-groupLesson_ctn_contents {
  position: relative;
  padding: 60px 0; }
  .page-groupLesson_ctn_contents::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -100%;
    top: 0;
    right: 0;
    width: 300%;
    height: 100%;
    background: rgba(149, 151, 151, 0.11); }
  .page-groupLesson_ctn_contents h2 {
    font-size: 28px;
    margin-bottom: 22px;
    color: #2c2f2f; }
  .page-groupLesson_ctn_contents_grp li {
    list-style: none;
    display: flex;
    flex-direction: column; }
    .page-groupLesson_ctn_contents_grp li:not(:last-of-type) {
      margin-bottom: 22px; }
    .page-groupLesson_ctn_contents_grp li img {
      width: 163px;
      margin: 0 auto;
      margin-bottom: 10px; }
  .page-groupLesson_ctn_contents_grp_itemTxt h3 {
    font-size: 30px;
    margin-bottom: 12px;
    color: #2c2f2f;
    line-height: 44px;
    text-align: center;
    font-weight: bold; }
  .page-groupLesson_ctn_contents_grp_itemTxt p {
    font-size: 18px;
    color: #2c2f2f;
    font-weight: medium;
    line-height: 26px; }
.page-groupLesson_ctn .trial-flow {
  padding-bottom: 0; }

.page-kyufukin .flow-next-below {
  position: relative;
  padding: 50px 0; }
  .page-kyufukin .flow-next-below figure {
    display: flex;
    position: absolute;
    align-items: center;
    left: calc(50% - 15px);
    top: 50%;
    transform: translateY(-50%); }
    .page-kyufukin .flow-next-below figure figcaption {
      margin-left: 10px;
      font-weight: bold;
      font-family: "Noto Sans JP";
      font-size: 12px;
      color: #2c2f2f; }
      .page-kyufukin .flow-next-below figure figcaption span {
        font-family: Montserrat;
        font-size: 15px;
        color: #000;
        line-height: 30px; }
        .page-kyufukin .flow-next-below figure figcaption span small {
          color: #D23339; }
        .page-kyufukin .flow-next-below figure figcaption span b {
          color: #D23339;
          font-size: 20px; }
.page-kyufukin .target-plan {
  margin-bottom: 79px; }
  .page-kyufukin .target-plan_bn {
    margin-top: 42px; }
    .page-kyufukin .target-plan_bn_img {
      border-radius: 7px;
      border: 1px solid #707070;
      max-width: 321px;
      width: 100%;
      margin: 0 auto; }
      .page-kyufukin .target-plan_bn_img figure {
        position: relative; }
        .page-kyufukin .target-plan_bn_img figure figcaption {
          position: absolute;
          top: 45%;
          left: 22.5%;
          font-weight: bold;
          font-size: 21px;
          color: #fff;
          width: 100%; }
      .page-kyufukin .target-plan_bn_img_txt {
        display: flex;
        justify-content: space-between;
        padding: 13px 22px;
        position: relative; }
        .page-kyufukin .target-plan_bn_img_txt::after {
          content: '';
          position: absolute;
          width: 1px;
          height: 30px;
          background-color: #707070;
          left: 50%;
          top: 50%;
          transform: translateY(-50%); }
        .page-kyufukin .target-plan_bn_img_txt p {
          font-weight: bold;
          font-size: 15px; }
          .page-kyufukin .target-plan_bn_img_txt p span {
            color: #D23339;
            font-size: 20px;
            font-family: Montserrat; }
  .page-kyufukin .target-plan_tb h3 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #080808;
    margin-top: 73px;
    margin-bottom: 20px;
    line-height: 28px; }
    .page-kyufukin .target-plan_tb h3 b {
      color: #D23339; }
  .page-kyufukin .target-plan_tb table {
    font-family: Montserrat;
    text-align: center;
    width: 100%;
    margin: 0 auto; }
    .page-kyufukin .target-plan_tb table tr:nth-of-type(2) td {
      font-size: 12px !important; }
      .page-kyufukin .target-plan_tb table tr:nth-of-type(2) td b {
        font-size: 14px; }
    .page-kyufukin .target-plan_tb table tr th, .page-kyufukin .target-plan_tb table tr td {
      border: 1px solid #707070;
      vertical-align: middle; }
    .page-kyufukin .target-plan_tb table tr th {
      height: 38px;
      font-weight: bold;
      font-size: 14px;
      font-family: "Noto Sans JP"; }
    .page-kyufukin .target-plan_tb table tr td {
      width: calc(100% / 3);
      height: 32px;
      font-size: 12px;
      text-align: center;
      color: #2c2f2f;
      font-weight: bold; }
      .page-kyufukin .target-plan_tb table tr td:first-of-type {
        font-family: "Noto Sans JP"; }
  .page-kyufukin .target-plan_tb_gray tr th {
    background: #e0dfdf;
    color: #000; }
  .page-kyufukin .target-plan_tb_gray tr:nth-of-type(odd) {
    background: rgba(216, 189, 127, 0.27); }
  .page-kyufukin .target-plan_tb_red tr th {
    background-color: #D23339;
    color: #fff; }
  .page-kyufukin .target-plan_tb_red tr td {
    font-family: Montserrat;
    font-size: 12px; }
    .page-kyufukin .target-plan_tb_red tr td span {
      color: #D23339; }
.page-kyufukin .about-condition {
  margin-bottom: 72px; }
  .page-kyufukin .about-condition .c-headingTop {
    margin-bottom: 75px; }
  .page-kyufukin .about-condition_part {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .page-kyufukin .about-condition_part_inf {
      width: 340px;
      height: 90px;
      display: flex;
      text-align: center;
      justify-content: flex-end;
      align-content: bottom;
      flex-direction: column;
      border-radius: 5px;
      border: 1px solid #707070;
      position: relative;
      margin-top: 24px; }
      .page-kyufukin .about-condition_part_inf_ttl {
        position: absolute;
        top: -24px;
        left: 50%;
        font-family: "Noto Sans JP";
        font-weight: bold;
        font-size: 18px;
        color: #fff;
        border-radius: 5px;
        background: #d23339;
        width: 220px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(-50%); }
      .page-kyufukin .about-condition_part_inf_txt {
        font-family: "Noto Sans JP";
        font-weight: bold;
        font-size: 14px;
        color: #2c2f2f;
        line-height: 20px;
        margin-bottom: 20px; }
        .page-kyufukin .about-condition_part_inf_txt b {
          color: #d23339; }
    .page-kyufukin .about-condition_part_ORtxt {
      font-family: Montserrat;
      font-weight: bold;
      font-size: 30px;
      text-align: center;
      color: #d23339;
      margin: 10px 0; }
      .page-kyufukin .about-condition_part_ORtxt.ANDtxt {
        font-size: 28px; }
  .page-kyufukin .about-condition_paid {
    border-radius: 5px;
    border: 5px solid #d8bd7f;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px; }
    .page-kyufukin .about-condition_paid p {
      font-weight: bold;
      font-size: 18px;
      color: #000; }
      .page-kyufukin .about-condition_paid p b {
        color: #d23339; }
.page-kyufukin .trial-flow {
  padding-bottom: 0; }

/*# sourceMappingURL=school.css.map */
