@charset "UTF-8";
@media (max-width: 767px) {
  .only-pc {
    display: none !important; } }
@media (min-width: 768px) {
  .only-sp {
    display: none !important; } }
.c-breadcrumb ul {
  display: flex;
  font-weight: 400;
  list-style: none; }
  .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: 77px;
  color: #2C2F2F; }
  #page-about .slick-dots li button:before {
    opacity: 1; }
  #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 {
    margin-top: 40px; }
    #page-about .this-plan__note {
      padding-left: 17px;
      color: #959797;
      font-size: 12px;
      font-weight: 400;
      line-height: 1.75;
      position: relative;
      margin-top: 20px; }
      #page-about .this-plan__note::after {
        content: "※";
        position: absolute;
        left: 0px;
        top: 0; }
  #page-about .box-strengths__content {
    margin-bottom: 76px; }
    #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.75; }
      #page-about .box-strengths__content__title--jp {
        font-size: 40px;
        line-height: 1.5; }
  #page-about .about-main {
    padding: 20px 0 160px; }
    #page-about .about-main__think {
      padding-top: 80px;
      width: 670px;
      max-width: 100%;
      margin: 0 auto; }
      #page-about .about-main__think__title {
        font-size: 48px;
        line-height: 1.5;
        font-weight: 900;
        letter-spacing: .05em;
        margin-bottom: 30px; }
        #page-about .about-main__think__title span {
          color: #D23339; }
      #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: 160px; }
    #page-about .about-features .plan-anchorlink {
      padding: 40px;
      display: flex;
      justify-content: space-between;
      background: #F5F5F5;
      box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      margin-top: 60px;
      margin-bottom: 20px; }
      #page-about .about-features .plan-anchorlink .btn-anchor {
        color: #D23339;
        font-weight: 700;
        font-size: 14px;
        line-height: 175%;
        width: 20%;
        text-align: center;
        padding: 13px 0;
        max-width: 184px;
        text-decoration: none;
        background: #fff;
        border-radius: 4px;
        position: relative;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }
        #page-about .about-features .plan-anchorlink .btn-anchor::after {
          content: "";
          width: 14px;
          height: 14px;
          background: url(../../images/arrow_down.svg);
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          right: 5px;
          top: 50%;
          -webkit-transform: translate(-5px, -50%);
          transform: translate(-5px, -50%); }
        #page-about .about-features .plan-anchorlink .btn-anchor::hover {
          cursor: pointer;
          opacity: 1;
          background: #D23339;
          color: #fff; }
          #page-about .about-features .plan-anchorlink .btn-anchor::hover::after {
            content: "";
            background: url(../../images/arrow_down-red.svg);
            background-size: cover;
            background-repeat: no-repeat; }
    #page-about .about-features__list .about-features__item {
      padding: 100px 0;
      display: flex;
      justify-content: space-between; }
      #page-about .about-features__list .about-features__item:not(:last-child) {
        border-bottom: 1px solid #DDDDDD; }
      #page-about .about-features__list .about-features__item__thumb {
        max-width: 442px;
        order: 1; }
      #page-about .about-features__list .about-features__item__info {
        width: 582px;
        padding-right: 88px;
        font-weight: 700; }
        #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: 50px; }
          #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: 52px;
          line-height: 2;
          font-size: 14px;
          font-weight: 400; }
        #page-about .about-features__list .about-features__item__info .about-features__item__note {
          padding-left: 71px;
          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: 52px; }
        #page-about .about-features__list .about-features__item__info .about-features__item__tick {
          padding-top: 20px;
          padding-left: 52px; }
          #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: 208px;
    background: #F5F5F5; }
    #page-about .about-slider.section-lounge .wraper-lounge .lounge-slider .lounge-item {
      height: 720px; }
    #page-about .about-slider.section-lounge .wraper-lounge .content-lounge {
      padding-bottom: 80px; }
      #page-about .about-slider.section-lounge .wraper-lounge .content-lounge__btn {
        width: 442px;
        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: 40px;
        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: 26px 0;
          color: #FFFFFF;
          text-decoration: none;
          display: block; }
  #page-about .about-conversation {
    padding-bottom: 112px;
    background: #F5F5F5; }
    #page-about .about-conversation__content {
      display: flex;
      flex-wrap: wrap; }
      #page-about .about-conversation__content .about-conversation__item {
        width: 336px;
        border-radius: 4px;
        margin-right: 8px;
        margin-bottom: 8px;
        background-color: #fff;
        border-radius: 4px;
        padding: 30px 20px 46px;
        box-sizing: border-box; }
        @media (min-width: 981px) and (max-width: 1080px) {
          #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 50px; }
          #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-left: 35px; }
              @media screen and (min-width: 981px) and (max-width: 1080px) {
                #page-about .about-conversation__content .about-conversation__item__img img.w-253 {
                  margin-left: 0px; } }
            #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: 270px;
              margin-left: 30px; }
              @media screen and (min-width: 981px) and (max-width: 1080px) {
                #page-about .about-conversation__content .about-conversation__item__img img.w-270 {
                  margin-left: 0px; } }
              #page-about .about-conversation__content .about-conversation__item__img img.w-270.fixmg {
                margin-left: 10px; }
                @media screen and (min-width: 981px) and (max-width: 1080px) {
                  #page-about .about-conversation__content .about-conversation__item__img img.w-270.fixmg {
                    margin-left: 0px; } }
            #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-conversation__content .about-conversation__item:nth-child(n + 4) .about-conversation__item__img {
          margin-bottom: 40px; }
  #page-about .about-message {
    margin: 120px 0; }
    #page-about .about-message__container {
      width: 670px;
      max-width: 100%;
      margin: 0 auto;
      font-weight: 700; }
      #page-about .about-message__container__title {
        margin-bottom: 60px; }
        #page-about .about-message__container__title .text-small {
          font-size: 16px;
          line-height: 1.7;
          color: #D23339; }
        #page-about .about-message__container__title .text-big {
          font-size: 50px;
          font-weight: 900;
          line-height: 1.75;
          letter-spacing: 0.05em;
          display: inline-block;
          padding-top: 5px; }
          #page-about .about-message__container__title .text-big > span:not(.other) {
            color: #D23339; }
          #page-about .about-message__container__title .text-big .other {
            margin-left: -20px; }
      #page-about .about-message__container__content {
        padding-left: 50px; }
      #page-about .about-message__container__txt {
        font-size: 18px;
        line-height: 1.75;
        margin-bottom: 34px; }

.compare-source {
  padding-bottom: 120px;
  background: #F5F5F5; }
  .compare-source__content {
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 10px 39px 37px; }
    .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: 16px 1em; }
      .compare-source__content__table table tr th,
      .compare-source__content__table table tr td {
        vertical-align: middle;
        line-height: 1.75;
        padding: 10px 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: "";
          height: 100%;
          max-width: 100%;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          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;
          max-width: 100%;
          height: calc(100% + 2px);
          left: 0;
          right: 0;
          margin: 0 auto;
          top: -6px;
          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;
        max-width: 100%;
        height: calc(100% + 2px);
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -4px;
        border: 3px solid #D23339;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top: 0; }

.page-teacher-intro .box-strengths__content p {
  margin-top: 5px;
  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: 94px; }
  .page-teacher-intro .section__teacher .main_teacher {
    max-width: 764px; }
  .page-teacher-intro .section__teacher .tab-link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px; }
    .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: 24px;
        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: repeat(2, 1fr);
    padding: 0 11px;
    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: 22px;
        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: 80px; }
  .page-teacher-intro-detail .section_fv {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px; }
    .page-teacher-intro-detail .section_fv .inner {
      max-width: 1490px;
      display: grid;
      grid-template-columns: 400px 1fr; }
      .page-teacher-intro-detail .section_fv .inner .box_text {
        padding-top: 125px;
        width: 500px;
        position: relative;
        z-index: 2; }
        @media screen and (min-device-width: 981px) and (max-device-width: 1240px) {
          .page-teacher-intro-detail .section_fv .inner .box_text {
            padding-top: 50px; } }
        .page-teacher-intro-detail .section_fv .inner .box_text_title {
          height: 200px;
          border-radius: 3px;
          background: #d23339;
          display: flex;
          color: #fff;
          flex-flow: column;
          justify-content: center;
          gap: 11px;
          padding-left: 50px; }
          .page-teacher-intro-detail .section_fv .inner .box_text_title span {
            font-family: "Noto Sans JP";
            font-weight: bold;
            font-size: 30px;
            text-align: left;
            color: #fff; }
          .page-teacher-intro-detail .section_fv .inner .box_text_title h1 {
            font-family: Montserrat;
            font-weight: bold;
            font-size: 50px;
            text-align: left;
            color: #fff; }
        .page-teacher-intro-detail .section_fv .inner .box_text_content {
          font-family: "Noto Sans JP";
          font-size: 15px;
          text-align: left;
          color: #272929;
          width: 265px;
          line-height: 22px;
          margin: 40px 0 0 50px; }
      .page-teacher-intro-detail .section_fv .inner .box_image {
        width: 1071px;
        height: 730px; }
        @media screen and (min-device-width: 981px) and (max-device-width: 1240px) {
          .page-teacher-intro-detail .section_fv .inner .box_image {
            width: 100%;
            height: 550px; } }
        .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: 70px; }
    .page-teacher-intro-detail .section_content .inner {
      max-width: 1300px;
      padding: 0 20px;
      margin: auto; }
    .page-teacher-intro-detail .section_content .gr_box_content {
      display: flex;
      flex-flow: column;
      gap: 20px;
      margin-bottom: 60px; }
      .page-teacher-intro-detail .section_content .gr_box_content .box_content .heading_top {
        display: flex;
        align-items: center;
        gap: 30px;
        padding-bottom: 23px;
        border-bottom: 1px solid #707070;
        position: relative;
        margin-bottom: 36px; }
        .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: 22px;
          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: 50px;
          text-align: left;
          color: #d23339;
          margin-top: -15px; }
      .page-teacher-intro-detail .section_content .gr_box_content .box_content_body {
        display: grid;
        grid-template-columns: 320px 1fr;
        gap: 75px; }
        .page-teacher-intro-detail .section_content .gr_box_content .box_content_body .text_faqQuestion {
          font-family: "Noto Sans JP";
          font-weight: bold;
          font-size: 20px;
          text-align: left;
          color: #272929;
          line-height: 27px;
          padding-top: 15px; }
        .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: 32px;
          line-height: 38px;
          text-align: left;
          color: #272929;
          margin-bottom: 28px; }
        .page-teacher-intro-detail .section_content .gr_box_content .box_content_body .text_faqAnswer .article {
          font-family: "Noto Sans JP";
          font-size: 18px;
          line-height: 30px;
          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 53px;
        height: 100px;
        border-radius: 3px;
        background: #44b1b9;
        font-family: "Noto Sans JP";
        font-weight: bold;
        font-size: 30px;
        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: 36px;
          height: 36px;
          background: url("../../images/arrow-right-white-green.svg") no-repeat center;
          background-size: contain;
          display: block;
          position: absolute;
          right: 50px;
          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; }
