@charset "UTF-8";
@media (max-width: 767px) {
  .only-pc {
    display: none !important; } }
@media (min-width: 768px) {
  .only-sp {
    display: none !important; } }
.c-breadcrumb {
  overflow-x: auto;
  width: calc(100% + 20px); }
  .c-breadcrumb ul {
    display: flex;
    font-weight: 400;
    list-style: none;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 20px; }
    .c-breadcrumb ul li {
      font-size: 12px;
      line-height: 1.75;
      color: #959797;
      padding-right: 8px;
      margin-right: 12px;
      position: relative; }
      .c-breadcrumb ul li:last-child {
        margin-right: 0;
        padding-right: 0; }
      .c-breadcrumb ul li:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -6px;
        top: 7px;
        width: 6px;
        height: 8px;
        background: url(../../images/breacrumb-arrow.png) right center no-repeat;
        background-size: contain; }
      .c-breadcrumb ul li a {
        color: #D23339;
        white-space: nowrap; }

#page-about {
  padding-top: 42px;
  color: #2C2F2F; }
  #page-about .slick-dots li button:before {
    opacity: 1; }
  #page-about .about-plan {
    font-size: 16px;
    line-height: 1.75; }
  #page-about img {
    max-width: 100%;
    vertical-align: middle; }
  #page-about .page-about__container {
    width: 100%;
    max-width: calc(1024px + 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    box-sizing: border-box; }
  #page-about .this-plan {
    padding-top: 10px; }
    #page-about .this-plan__note {
      color: #959797;
      font-size: 12px;
      font-weight: 400;
      line-height: 1.75;
      position: relative;
      margin-top: 10px; }
      #page-about .this-plan__note::before {
        content: "※";
        position: relative;
        left: 0px;
        top: 0; }
  #page-about .box-strengths__content {
    margin-bottom: 47px; }
    #page-about .box-strengths__content__title {
      font-weight: 700; }
      #page-about .box-strengths__content__title--en {
        font-family: 'Montserrat', sans-serif;
        color: #D23339;
        font-size: 14px;
        line-height: 1.5; }
      #page-about .box-strengths__content__title--jp {
        font-size: 28px;
        line-height: 1.5;
        position: relative;
        top: 7px; }
  #page-about .about-main {
    padding: 20px 0 80px; }
    #page-about .about-main__think {
      padding-top: 60px;
      width: 100%;
      margin: 0 auto; }
      #page-about .about-main__think__title {
        margin-bottom: 40px; }
      #page-about .about-main__think__txt {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.75;
        margin-top: 20px; }
  #page-about .about-features {
    margin-bottom: 0px; }
    #page-about .about-features .plan-anchorlink {
      padding: 20px;
      justify-content: space-between;
      background: #F5F5F5;
      box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      text-align: left;
      margin-top: 40px; }
      #page-about .about-features .plan-anchorlink .btn-anchor {
        color: #D23339;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.75;
        width: 100;
        text-align: left;
        padding: 7px 0 7px;
        min-height: 50px;
        max-width: 100%;
        text-decoration: none;
        background: #fff;
        border-radius: 4px;
        position: relative;
        margin-top: 5px;
        padding-left: 20px;
        display: flex;
        align-content: center;
        align-items: center; }
        #page-about .about-features .plan-anchorlink .btn-anchor:nth-child(1) {
          margin-top: 0; }
        #page-about .about-features .plan-anchorlink .btn-anchor::after {
          content: "";
          width: 14px;
          height: 14px;
          background: url(../../images/arrow-down-red.svg);
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          right: 15px;
          top: 45%;
          -webkit-transform: translate(-5px, -50%);
          transform: translate(-5px, -50%); }
    #page-about .about-features__list .about-features__item {
      padding: 70px 0; }
      #page-about .about-features__list .about-features__item:not(:last-child) {
        border-bottom: 1px solid #DDDDDD; }
      #page-about .about-features__list .about-features__item__info {
        font-weight: 700;
        padding-top: 40px; }
        #page-about .about-features__list .about-features__item__info .point-count {
          font-family: 'Montserrat', sans-serif;
          color: #D23339;
          font-size: 16px;
          line-height: 1.75;
          margin-bottom: 60px; }
        #page-about .about-features__list .about-features__item__info .about-features__item__title {
          font-size: 28px;
          line-height: 1.5;
          margin-bottom: 30px; }
          #page-about .about-features__list .about-features__item__info .about-features__item__title span {
            color: #D23339; }
          #page-about .about-features__list .about-features__item__info .about-features__item__title sup {
            position: relative;
            top: -8px;
            font-size: 18px; }
        #page-about .about-features__list .about-features__item__info .about-features__item__txt {
          padding-left: 20px;
          line-height: 2;
          font-weight: 400; }
        #page-about .about-features__list .about-features__item__info .about-features__item__note {
          padding-left: 37px;
          padding-top: 20px;
          color: #959797;
          font-size: 12px;
          font-weight: 400;
          line-height: 1.75;
          position: relative; }
          #page-about .about-features__list .about-features__item__info .about-features__item__note::before {
            content: "※";
            position: absolute;
            left: 20px; }
        #page-about .about-features__list .about-features__item__info .about-features__item__tick {
          padding-top: 20px;
          padding-left: 20px; }
          #page-about .about-features__list .about-features__item__info .about-features__item__tick ul {
            list-style: none; }
            #page-about .about-features__list .about-features__item__info .about-features__item__tick ul li {
              font-size: 14px;
              line-height: 1.75;
              margin-bottom: 5px;
              position: relative;
              padding-left: 20px; }
              #page-about .about-features__list .about-features__item__info .about-features__item__tick ul li::before {
                content: "";
                position: absolute;
                left: 0;
                top: 6px;
                width: 12px;
                height: 10px;
                background: url(../../images/icon-tick.svg) center no-repeat; }
  #page-about .about-slider {
    padding-bottom: 148px;
    background: #F5F5F5; }
    #page-about .about-slider.section-lounge .wraper-lounge .content-lounge {
      padding-top: 40px;
      padding-bottom: 40px; }
      #page-about .about-slider.section-lounge .wraper-lounge .content-lounge__btn {
        width: 100%;
        text-align: center;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.75;
        position: relative;
        transition: all 0.5s;
        background-color: #D23339;
        border-radius: 4px;
        margin-top: 30px;
        top: 0; }
        #page-about .about-slider.section-lounge .wraper-lounge .content-lounge__btn:hover {
          top: -5px;
          border-radius: 10px; }
        #page-about .about-slider.section-lounge .wraper-lounge .content-lounge__btn::after {
          content: "";
          width: 14px;
          height: 14px;
          background: url(../../images/arrow_login.svg);
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          right: 6px;
          top: 50%;
          -webkit-transform: translate(-15px, -50%);
          transform: translate(-15px, -50%);
          pointer-events: none; }
        #page-about .about-slider.section-lounge .wraper-lounge .content-lounge__btn a {
          padding: 18px 0;
          color: #FFFFFF;
          text-decoration: none;
          display: block; }
  #page-about .about-conversation {
    padding-bottom: 60px;
    background: #F5F5F5; }
    #page-about .about-conversation__content {
      padding-top: 76px; }
      #page-about .about-conversation__content .about-conversation__item {
        width: 100%;
        border-radius: 4px;
        margin-bottom: 20px;
        background-color: #fff;
        border-radius: 4px;
        padding: 30px 20px 46px;
        box-sizing: border-box; }
        @media (min-width: 981px) and (max-width: 1064px) {
          #page-about .about-conversation__content .about-conversation__item {
            width: 32.75%; } }
        #page-about .about-conversation__content .about-conversation__item__title {
          text-align: center;
          font-size: 20px;
          font-weight: 700;
          line-height: 1.5;
          border-bottom: 1px solid #DDDDDD;
          padding-bottom: 30px;
          margin-bottom: 20px; }
        #page-about .about-conversation__content .about-conversation__item__img {
          margin: 0 auto 40px; }
          #page-about .about-conversation__content .about-conversation__item__img img {
            margin: 0 auto;
            display: block; }
            #page-about .about-conversation__content .about-conversation__item__img img.w-253 {
              max-width: 253px;
              margin: 0 auto; }
            #page-about .about-conversation__content .about-conversation__item__img img.w-260 {
              max-width: 260px; }
            #page-about .about-conversation__content .about-conversation__item__img img.w-270 {
              max-width: 266px;
              margin: 0 auto; }
              #page-about .about-conversation__content .about-conversation__item__img img.w-270.fixmg {
                margin: 0 auto; }
            #page-about .about-conversation__content .about-conversation__item__img img.w-278 {
              max-width: 278px; }
          #page-about .about-conversation__content .about-conversation__item__img.--fixtop img {
            padding-top: 40px; }
        #page-about .about-conversation__content .about-conversation__item__txt {
          line-height: 1.75;
          padding: 0px 20px; }
        #page-about .about-conversation__content .about-conversation__item:nth-child(3n) {
          margin-right: 0; }
  #page-about .about-message {
    margin: 80px 0; }
    #page-about .about-message__container {
      width: 100%;
      padding: 0px 20px;
      margin: 0 auto;
      font-weight: 700; }
      #page-about .about-message__container__title {
        margin-bottom: 61px; }
        #page-about .about-message__container__title .text-small {
          font-size: 16px;
          line-height: 1.75;
          color: #D23339;
          margin-bottom: 20px; }
        #page-about .about-message__container__title .text-big {
          font-size: 50px;
          font-weight: 900;
          line-height: 1.25;
          letter-spacing: 0.05em;
          display: inline-block;
          padding-top: 20px; }
          #page-about .about-message__container__title .text-big > span:not(.other) {
            color: #D23339; }
      #page-about .about-message__container__txt {
        padding-left: 20px;
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 20px; }
  #page-about .about-notice {
    background: #4DBAC1;
    padding: 40px 0px; }
    #page-about .about-notice__content {
      position: relative;
      background-color: #fff;
      padding: 20px 1em;
      text-align: center;
      border-radius: 4px; }
      #page-about .about-notice__content__title {
        font-weight: 700;
        color: #4DBAC1; }
        #page-about .about-notice__content__title .text-small {
          line-height: 1.75;
          display: block; }
        #page-about .about-notice__content__title .text-big {
          font-size: 16px;
          line-height: 1.75; }
    #page-about .about-notice__btn {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      width: 14px;
      height: 14px; }

.compare-source {
  padding-bottom: 80px;
  background: #F5F5F5; }
  .compare-source .notice-scroll {
    max-width: 123px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .compare-source__content {
    background-color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px 20px 33px;
    overflow-x: auto;
    width: calc(100% + 20px);
    margin-right: -20px; }
    .compare-source__content__table {
      width: 100%;
      min-width: 670px; }
      .compare-source__content__table table {
        width: 100%;
        text-align: center; }
        .compare-source__content__table table tr:nth-child(even) {
          background-color: #f2f2f2;
          border-top: 1px solid #DDDDDD;
          border-bottom: 1px solid #DDDDDD; }
        .compare-source__content__table table tr:first-child th {
          padding: 8px 1em; }
        .compare-source__content__table table tr th,
        .compare-source__content__table table tr td {
          vertical-align: middle;
          line-height: 1.75;
          padding: 5px 1em; }
        .compare-source__content__table table tr th.active {
          position: relative;
          z-index: 0;
          color: #fff; }
          .compare-source__content__table table tr th.active::after {
            content: "";
            width: 185px;
            height: 100%;
            max-width: 100%;
            position: absolute;
            left: 0;
            right: 0;
            top: -1px;
            margin: 0 auto;
            background: #D23339;
            border-radius: 10px 10px 0px 0px;
            z-index: -1; }
        .compare-source__content__table table tr td span {
          display: block; }
        .compare-source__content__table table tr td.active {
          position: relative;
          z-index: 1;
          font-weight: 700;
          color: #D23339; }
          .compare-source__content__table table tr td.active::after {
            content: "";
            position: absolute;
            width: calc(100% - 6px);
            max-width: 100%;
            height: calc(100% + 2px);
            left: 0;
            right: 0;
            margin: 0 auto;
            top: -2px;
            border-left: 3px solid #D23339;
            border-right: 3px solid #D23339;
            z-index: -1; }
        .compare-source__content__table table tr:last-child td.active:before {
          content: "";
          position: absolute;
          width: calc(100% - 6px);
          max-width: 100%;
          height: calc(100% + 2px);
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: -16px;
          border: 3px solid #D23339;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px;
          border-top: 0; }
  .compare-source .about-plan {
    font-size: 16px; }

.page-teacher-intro {
  padding: 0 15px; }
  .page-teacher-intro .box-strengths__content p {
    margin-top: 15px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #959797;
    line-height: 22px; }
  .page-teacher-intro .section__teacher {
    padding-top: 30px; }
    .page-teacher-intro .section__teacher .main_teacher {
      max-width: 100%; }
    .page-teacher-intro .section__teacher .tab-link {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 20px; }
      .page-teacher-intro .section__teacher .tab-link .item {
        height: 60px;
        font-family: "Noto Sans JP";
        font-weight: bold;
        text-align: center;
        text-decoration: none; }
        .page-teacher-intro .section__teacher .tab-link .item a {
          width: 100%;
          height: 100%;
          font-size: 20px;
          text-align: center;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          text-decoration: none;
          color: #959797;
          background: #F5F5F5; }
        .page-teacher-intro .section__teacher .tab-link .item.red a {
          background: #d23339;
          color: #fff; }
        .page-teacher-intro .section__teacher .tab-link .item.green a {
          background: #44b1b9;
          color: #fff; }
    .page-teacher-intro .section__teacher .listTeacher {
      display: grid;
      grid-template-columns: 1;
      gap: 22px; }
      .page-teacher-intro .section__teacher .listTeacher .item {
        text-decoration: none;
        display: block; }
        .page-teacher-intro .section__teacher .listTeacher .item_thumb {
          height: 300px;
          border-radius: 3px;
          position: relative; }
          .page-teacher-intro .section__teacher .listTeacher .item_thumb img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center center;
            object-position: center center; }
          .page-teacher-intro .section__teacher .listTeacher .item_thumb .text_link {
            width: 184px;
            height: 42.5px;
            border-radius: 3px;
            background: #fff;
            border: 3px solid #d23339;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            bottom: 0;
            right: 0;
            background: #fff;
            font-family: "Noto Sans JP";
            font-weight: bold;
            font-size: 18px;
            text-align: left;
            color: #d23339; }
        .page-teacher-intro .section__teacher .listTeacher .item_title {
          margin-top: 8px;
          text-decoration: none;
          font-family: "Noto Sans JP";
          font-weight: bold;
          font-size: 24px;
          text-align: left;
          color: #2c2f2f; }
          .page-teacher-intro .section__teacher .listTeacher .item_title span {
            color: #d23339; }
      .page-teacher-intro .section__teacher .listTeacher.green .item .text_link {
        border-color: #44b1b9;
        color: #44b1b9; }
      .page-teacher-intro .section__teacher .listTeacher.green .item_title span {
        color: #44b1b9; }
  .page-teacher-intro-detail {
    padding-top: 30px; }
    .page-teacher-intro-detail .section_fv {
      width: 100%;
      margin: auto; }
      .page-teacher-intro-detail .section_fv .inner {
        width: 100%; }
        .page-teacher-intro-detail .section_fv .inner .box_text {
          width: 100%;
          position: relative;
          z-index: 2; }
          .page-teacher-intro-detail .section_fv .inner .box_text_title {
            height: 65px;
            border-radius: 3px;
            background: #d23339;
            display: inline-flex;
            color: #fff;
            flex-flow: column;
            justify-content: center;
            gap: 3px;
            padding: 0 26px; }
            .page-teacher-intro-detail .section_fv .inner .box_text_title span {
              font-family: "Noto Sans JP";
              font-weight: bold;
              font-size: 15px;
              text-align: left;
              color: #fff; }
            .page-teacher-intro-detail .section_fv .inner .box_text_title h1 {
              font-family: Montserrat;
              font-weight: bold;
              font-size: 23px;
              text-align: left;
              color: #fff; }
          .page-teacher-intro-detail .section_fv .inner .box_text_content {
            font-family: "Noto Sans JP";
            font-size: 14px;
            text-align: left;
            color: #272929;
            width: 100%;
            line-height: 22px;
            margin: 0;
            padding: 17px 50px 0 25px; }
        .page-teacher-intro-detail .section_fv .inner .box_image {
          height: 244px; }
          .page-teacher-intro-detail .section_fv .inner .box_image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center center;
            object-position: center center; }
    .page-teacher-intro-detail .section_content {
      padding-top: 30px; }
      .page-teacher-intro-detail .section_content .inner {
        max-width: 1260px;
        margin: auto; }
      .page-teacher-intro-detail .section_content .gr_box_content {
        display: flex;
        flex-flow: column;
        gap: 30px;
        margin-bottom: 35px; }
        .page-teacher-intro-detail .section_content .gr_box_content .box_content .heading_top {
          display: flex;
          align-items: center;
          gap: 10px;
          padding-bottom: 14px;
          border-bottom: 1px solid #707070;
          position: relative;
          margin-bottom: 16px; }
          .page-teacher-intro-detail .section_content .gr_box_content .box_content .heading_top::after {
            content: '';
            width: 63px;
            display: block;
            height: 1.5px;
            background: #d23339;
            position: absolute;
            bottom: 0;
            left: 0; }
          .page-teacher-intro-detail .section_content .gr_box_content .box_content .heading_top .text {
            font-family: Montserrat;
            font-weight: bold;
            font-size: 16px;
            text-align: left;
            color: #272929; }
          .page-teacher-intro-detail .section_content .gr_box_content .box_content .heading_top .num {
            font-family: Montserrat;
            font-weight: 900;
            font-size: 25px;
            text-align: left;
            color: #d23339;
            margin-top: -10px; }
        .page-teacher-intro-detail .section_content .gr_box_content .box_content_body {
          display: grid;
          grid-template-columns: 1fr;
          gap: 16px; }
          .page-teacher-intro-detail .section_content .gr_box_content .box_content_body .text_faqQuestion {
            font-family: "Noto Sans JP";
            font-weight: bold;
            font-size: 16px;
            text-align: left;
            color: #272929;
            line-height: 21px; }
          .page-teacher-intro-detail .section_content .gr_box_content .box_content_body .text_faqAnswer .title {
            font-family: "Noto Sans JP";
            font-weight: bold;
            font-size: 18px;
            line-height: 24px;
            text-align: left;
            color: #272929;
            margin-bottom: 16px; }
          .page-teacher-intro-detail .section_content .gr_box_content .box_content_body .text_faqAnswer .article {
            font-family: "Noto Sans JP";
            font-size: 14px;
            line-height: 20px;
            text-align: left;
            color: #272929; }
            .page-teacher-intro-detail .section_content .gr_box_content .box_content_body .text_faqAnswer .article p {
              margin-bottom: 3rem; }
            .page-teacher-intro-detail .section_content .gr_box_content .box_content_body .text_faqAnswer .article img {
              max-width: 100%;
              height: auto; }
      .page-teacher-intro-detail .section_content .box_action {
        margin-bottom: 50px; }
        .page-teacher-intro-detail .section_content .box_action .btnLink {
          margin: auto;
          padding: 0 40px;
          height: 73px;
          border-radius: 3px;
          background: #44b1b9;
          font-family: "Noto Sans JP";
          font-weight: bold;
          font-size: 22px;
          text-align: left;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          text-decoration: none;
          max-width: 500px;
          position: relative; }
          .page-teacher-intro-detail .section_content .box_action .btnLink::after {
            content: '';
            width: 26px;
            height: 26px;
            background: url("../../images/arrow-right-white-green.svg") no-repeat center;
            background-size: contain;
            display: block;
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%); }
    .page-teacher-intro-detail.green .box_text_title {
      background: #44B1B9 !important; }
    .page-teacher-intro-detail.green .heading_top::after {
      background: #44B1B9 !important; }
    .page-teacher-intro-detail.green .heading_top .num {
      color: #44B1B9 !important; }
    .page-teacher-intro-detail.green .btnLink {
      background: #D23339 !important; }
      .page-teacher-intro-detail.green .btnLink::after {
        background: url("../../images/arrow-right-white-red.svg") no-repeat center !important;
        background-size: contain !important; }
