@charset "UTF-8";
#page-plan {
  color: #2c2f2f; }
  #page-plan .about-plan {
    width: 101%; }
  #page-plan * {
    box-sizing: border-box; }
  #page-plan .page-plan__container {
    width: 100%;
    max-width: calc(1024px + 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    box-sizing: border-box; }
  #page-plan .about-plan {
    padding-bottom: 60px; }
  #page-plan .plan-title {
    padding: 40px 0 38px;
    border-bottom: 1px solid #DDDDDD; }
    #page-plan .plan-title__text {
      font-weight: 700; }
      #page-plan .plan-title__text--en {
        font-family: 'Montserrat', sans-serif;
        color: #D23339;
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 6px;
        display: inline-block; }
      #page-plan .plan-title__text--jp {
        font-size: 28px;
        line-height: 1.5; }
  #page-plan .plan-main {
    padding-top: 20px; }
    #page-plan .plan-main .c-headingTop {
      padding-top: 60px; }
  #page-plan .choose-plan {
    background: #F5F5F5;
    padding: 40px 0; }
    #page-plan .choose-plan .item-slick {
      padding: 25px 20px 25px 25px;
      background-color: #fff;
      position: relative;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      margin: 0 5px;
      width: calc(100% - 10px); }
    #page-plan .choose-plan__content {
      margin-left: 20px;
      margin-right: 20px; }
      #page-plan .choose-plan__content__title {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 700;
        text-align: center;
        margin-bottom: 40px; }
    #page-plan .choose-plan__item__main .box-btn {
      width: 136px;
      max-width: 136px; }
      #page-plan .choose-plan__item__main .box-btn a {
        color: #D23339;
        border: 2px solid #D23339;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
        border-radius: 45px;
        display: block;
        text-align: center;
        font-size: 12px;
        line-height: 1.75;
        font-weight: 700;
        padding: 6px 1em;
        text-decoration: none;
        pointer-events: none; }
    #page-plan .choose-plan__item__main .box-left {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      #page-plan .choose-plan__item__main .box-left .box-img {
        width: 50px;
        height: 50px;
        margin-right: 20px;
        flex: 50px 0 0;
        border-radius: 50%;
        overflow: hidden; }
      #page-plan .choose-plan__item__main .box-left .box-info {
        line-height: 1.75;
        font-weight: 700;
        font-size: 12px; }
        #page-plan .choose-plan__item__main .box-left .box-info__sub {
          color: #959797; }
        #page-plan .choose-plan__item__main .box-left .box-info__skill {
          color: #CFAD5F; }
    #page-plan .choose-plan__item__info {
      line-height: 1.75;
      font-weight: 700;
      font-size: 12px; }
      #page-plan .choose-plan__item__info__title {
        font-size: 14px;
        padding-top: 20px;
        margin-bottom: 10px; }
      #page-plan .choose-plan__item__info__text {
        font-weight: 400;
        color: #959797; }
  #page-plan .plan-support {
    padding-bottom: 20px; }
    #page-plan .plan-support .c-headingTop {
      padding-top: 30px; }
    #page-plan .plan-support__content {
      margin-top: 20px; }
      #page-plan .plan-support__content__item {
        width: 100%;
        margin-bottom: 50px; }
        #page-plan .plan-support__content__item__info {
          margin-top: 30px; }
          #page-plan .plan-support__content__item__info__title {
            font-weight: 700;
            font-size: 28px;
            line-height: 1.5;
            margin-bottom: 29px; }
          #page-plan .plan-support__content__item__info__text {
            line-height: 2; }
          #page-plan .plan-support__content__item__info__note {
            padding-left: 17px;
            color: #959797;
            font-size: 12px;
            font-weight: 400;
            line-height: 1.75;
            position: relative;
            margin-top: 10px; }
            #page-plan .plan-support__content__item__info__note::before {
              content: "※";
              position: absolute;
              left: 0px; }
    #page-plan .plan-support__btn {
      margin-top: 30px; }
      #page-plan .plan-support__btn__item {
        display: inline-block;
        background: #D23339;
        border-radius: 4px;
        transition: all 0.5s;
        margin: 0px 10px 10px 0;
        transition: all 0.5s ease;
        position: relative;
        top: 0; }
        #page-plan .plan-support__btn__item a {
          padding: 10px 37px 10px 15px;
          display: block;
          text-align: center;
          text-decoration: none;
          font-weight: 700;
          font-size: 12px;
          line-height: 1.75;
          color: #FFFFFF;
          position: relative;
          transition: all 0.5s; }
          #page-plan .plan-support__btn__item 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-plan .plan-support__btn__item:hover {
          color: #fff !important;
          border-radius: 10px;
          top: -3px; }
          #page-plan .plan-support__btn__item:hover a {
            color: #fff;
            opacity: 1; }
  #page-plan .plan-comparison {
    padding: 20px 0 80px;
    background: #F5F5F5; }
    #page-plan .plan-comparison .notice-scroll {
      max-width: 123px;
      margin-top: 20px;
      margin-bottom: 20px; }
    #page-plan .plan-comparison__content {
      background: #FFFFFF;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      padding: 20px;
      overflow-x: auto;
      width: calc(100% + 20px);
      margin-right: -20px; }
      #page-plan .plan-comparison__content table {
        width: 885px; }
        #page-plan .plan-comparison__content table tr:first-child {
          background: #D23339; }
          #page-plan .plan-comparison__content table tr:first-child th {
            color: #fff;
            border-top: none !important; }
            #page-plan .plan-comparison__content table tr:first-child th:first-child {
              border-top-left-radius: 4px; }
            #page-plan .plan-comparison__content table tr:first-child th:last-child {
              border-top-right-radius: 4px; }
        #page-plan .plan-comparison__content table tr th,
        #page-plan .plan-comparison__content table tr td {
          line-height: 1.75;
          vertical-align: middle;
          text-align: center;
          padding: 10px 1em;
          border-top: 1px solid #DDDDDD;
          position: relative;
          z-index: 1; }
        #page-plan .plan-comparison__content table tr th {
          font-weight: 700;
          font-size: 14px; }
          #page-plan .plan-comparison__content table tr th:nth-child(even) {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #D23339; }
        #page-plan .plan-comparison__content table tr td {
          font-weight: 400;
          font-size: 12px; }
          #page-plan .plan-comparison__content table tr td:nth-child(even) {
            background: #F5F5F5; }
    #page-plan .plan-comparison__note {
      margin-top: 20px; }
      #page-plan .plan-comparison__note p {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.75;
        color: #888888; }
        #page-plan .plan-comparison__note p span {
          padding-right: 5px; }
  #page-plan .plan-news {
    padding-bottom: 40px;
    background: #F5F5F5; }
    #page-plan .plan-news__content {
      width: 100%;
      max-width: calc(100% - 20px);
      background-color: #fff;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      padding: 40px 30px 40px;
      margin-left: 20px;
      margin-top: -60px;
      position: relative; }
      #page-plan .plan-news__content__sub {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.75;
        color: #D23339; }
      #page-plan .plan-news__content__title {
        font-weight: 700;
        font-size: 32px;
        line-height: 1.5;
        margin: 30px 0 20px; }
      #page-plan .plan-news__content__text {
        line-height: 2;
        margin-bottom: 40px; }
      #page-plan .plan-news__content .btn-green {
        background: #4DBAC1;
        border-radius: 4px;
        position: relative;
        top: 0;
        transition: all 0.5s; }
        #page-plan .plan-news__content .btn-green a {
          padding: 18px 10px 18px 10px;
          margin-bottom: 0;
          transform: translateX(-8px); }
          #page-plan .plan-news__content .btn-green a::after {
            content: "";
            background: url(../../images/arrow-right-green.svg);
            right: -9px; }
        #page-plan .plan-news__content .btn-green:hover {
          color: #fff !important;
          border-radius: 10px;
          top: -5px; }
          #page-plan .plan-news__content .btn-green:hover a {
            color: #fff;
            opacity: 1; }
  #page-plan .slider {
    width: 100%;
    margin: 30px auto 0;
    height: 2px;
    border: none;
    background: #ddd; }
  #page-plan .slider .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-plan .slider .ui-slider-handle::before {
    width: auto;
    content: "";
    height: 2px;
    background: #D23339; }

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