@charset "UTF-8";
/* -----------------------------------------------------
	variables
----------------------------------------------------- */
/* -----------------------------------------------------
	kv
----------------------------------------------------- */
@media screen and (max-width: 910px) {
  #kv {
    padding-top: 80px; } }

@media screen and (max-width: 480px) {
  #kv {
    padding-top: 50px; } }

#kv .kv_wrap {
  position: relative; }
  #kv .kv_wrap .kv_ttl a {
    display: block; }
  #kv .kv_wrap img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    #kv .kv_wrap .link_col {
      background: #f1f8fc;
      padding: 0.65104vw 0 0; } }
  #kv .kv_wrap .kv_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f0af14;
    border-radius: 5px;
    font-weight: 700;
    padding: 0 6px;
    position: absolute;
    width: 28.65vw;
    max-width: 550px;
    height: 6vw;
    max-height: 100px;
    left: 50%;
    bottom: 2.84vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 768px) {
      #kv .kv_wrap .kv_btn {
        width: 72.26563vw;
        max-width: 100%;
        max-height: inherit;
        height: 14.58333vw;
        margin: 0 auto;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    #kv .kv_wrap .kv_btn span {
      display: block;
      font-size: 2.8rem;
      margin: 0 auto;
      color: #FFF;
      padding-left: 1.6em;
      position: relative; }
      @media screen and (max-width: 1560px) {
        #kv .kv_wrap .kv_btn span {
          font-size: 1.66667vw; } }
      @media screen and (max-width: 768px) {
        #kv .kv_wrap .kv_btn span {
          font-size: 4.16667vw; } }
      #kv .kv_wrap .kv_btn span::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 23px;
        background: url(../img/icon_cv.png) no-repeat;
        background-size: contain; }
        @media screen and (max-width: 768px) {
          #kv .kv_wrap .kv_btn span::before {
            width: 3.64583vw;
            height: 4.42708vw; } }

/* -----------------------------------------------------
	btn common
----------------------------------------------------- */
.btn_common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f0af14;
  border-radius: 5px;
  font-weight: 700;
  padding: 0 6px;
  width: 100%;
  height: 72px; }
  @media screen and (min-width: 769px) {
    .btn_common {
      max-width: 330px; } }
  @media screen and (max-width: 768px) {
    .btn_common {
      padding: 0 1.5625vw; } }
  @media screen and (max-width: 768px) {
    .btn_common.l_btn {
      height: 14.0625vw; } }
  @media screen and (max-width: 1560px) {
    .btn_common.l_btn span {
      font-size: calc(100vw * (20 / 1560)); } }
  @media screen and (max-width: 768px) {
    .btn_common.l_btn span {
      font-size: 3.90625vw; } }
  .btn_common span {
    display: block;
    font-size: 2.0rem;
    margin: 0 auto;
    color: #FFF;
    padding-left: 1.6em;
    position: relative; }
    @media screen and (max-width: 830px) {
      .btn_common span {
        font-size: 1.8rem; } }
    @media screen and (max-width: 768px) {
      .btn_common span {
        font-size: 5.20833vw; } }
    .btn_common span::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 20px;
      height: 23px;
      background: url(../img/icon_cv.png) no-repeat;
      background-size: contain; }
      @media screen and (max-width: 768px) {
        .btn_common span::before {
          width: 3.64583vw;
          height: 4.42708vw; } }
    .btn_common span small {
      font-weight: 400; }

.btn_common_border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f0af14;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  padding: 0 6px;
  width: 100%;
  height: 72px;
  background: #FFF; }
  @media screen and (min-width: 769px) {
    .btn_common_border {
      max-width: 330px; } }
  @media screen and (max-width: 768px) {
    .btn_common_border {
      padding: 0 1.5625vw; } }
  .btn_common_border.l_btn {
    font-weight: 500;
    line-height: 1.2;
    width: 40%;
    margin-left: 1em; }
    @media screen and (max-width: 1560px) {
      .btn_common_border.l_btn {
        width: calc(100vw * (200 / 1560)); } }
    @media screen and (max-width: 768px) {
      .btn_common_border.l_btn {
        width: 29.94792vw;
        height: 14.0625vw;
        margin-left: 0.26042vw; } }
    .btn_common_border.l_btn span {
      font-size: 1.5rem; }
      @media screen and (max-width: 1560px) {
        .btn_common_border.l_btn span {
          font-size: calc(100vw * (15 / 1560)); } }
      @media screen and (max-width: 768px) {
        .btn_common_border.l_btn span {
          font-size: 3.38542vw; } }
  .btn_common_border span {
    display: block;
    font-size: 2.0rem;
    margin: 0 auto;
    color: #f0af14; }
    @media screen and (max-width: 830px) {
      .btn_common_border span {
        font-size: 1.8rem; } }
    @media screen and (max-width: 768px) {
      .btn_common_border span {
        font-size: 5.20833vw; } }

.bg_wrap {
  text-align: left;
  position: relative; }
  .bg_wrap .bg {
    font-size: 2.0rem;
    font-weight: 700;
    padding: 20px 62px 20px 40px;
    background: #f8f8f8;
    display: inline-block;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    /*予備
        &::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            border-top: 120px solid transparent;
            border-right: 30px solid #fff;
            @include mq_max() {
                border-top: vw(240) solid transparent;
                border-right: vw(30) solid #fff;
            }
        }
        */ }
    @media screen and (max-width: 768px) {
      .bg_wrap .bg {
        font-size: 4.16667vw;
        padding: 3.64583vw 6.51042vw 3.64583vw 3.64583vw; } }
    .bg_wrap .bg .en {
      font-size: 4.5rem;
      color: #33b3e8;
      padding-right: 5px;
      line-height: 1.2; }
      @media screen and (max-width: 768px) {
        .bg_wrap .bg .en {
          font-size: 9.11458vw;
          line-height: 1.0; } }
    .bg_wrap .bg .sub {
      font-size: 1.7rem; }
      @media screen and (max-width: 768px) {
        .bg_wrap .bg .sub {
          font-size: 3.90625vw; } }

/* -----------------------------------------------------
	contact common
----------------------------------------------------- */
.contact_area {
  background: #2a91d2;
  position: relative; }
  .contact_area::before {
    display: block;
    content: "";
    width: 100%;
    height: 22px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media screen and (max-width: 768px) {
      .contact_area::before {
        content: none; } }
  .contact_area .inner {
    max-width: 1108px;
    width: 96%;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .contact_area .inner {
        width: 100%; } }
    .contact_area .inner .contact_col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .contact_area .inner .contact_col {
          display: block;
          padding: 10.41667vw 3.90625vw 0; } }
      .contact_area .inner .contact_col .contact_link {
        max-width: 780px;
        width: 100%; }
        @media screen and (min-width: 769px) {
          .contact_area .inner .contact_col .contact_link {
            margin-right: -3em; } }
        .contact_area .inner .contact_col .contact_link .contact_link_l {
          max-width: 100%;
          margin-bottom: 20px;
          margin-left: 160px; }
          @media screen and (max-width: 768px) {
            .contact_area .inner .contact_col .contact_link .contact_link_l {
              display: block;
              margin-bottom: 5.20833vw;
              margin-left: 0; } }
          .contact_area .inner .contact_col .contact_link .contact_link_l li {
            max-width: 330px;
            width: 100%; }
            @media screen and (max-width: 768px) {
              .contact_area .inner .contact_col .contact_link .contact_link_l li {
                max-width: 100%;
                width: 100%; } }
            .contact_area .inner .contact_col .contact_link .contact_link_l li:last-of-type {
              margin-left: 10px; }
              @media screen and (max-width: 768px) {
                .contact_area .inner .contact_col .contact_link .contact_link_l li:last-of-type {
                  margin-left: 0;
                  margin-top: 3.90625vw; } }
        .contact_area .inner .contact_col .contact_link .contact_link_s {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          letter-spacing: .06em; }
          @media screen and (max-width: 768px) {
            .contact_area .inner .contact_col .contact_link .contact_link_s {
              display: block; } }
          .contact_area .inner .contact_col .contact_link .contact_link_s .btn_common_tel {
            color: #fff;
            display: inline-block;
            font-size: 2.4rem;
            letter-spacing: .06em;
            padding-left: 30px;
            position: relative; }
            @media screen and (max-width: 768px) {
              .contact_area .inner .contact_col .contact_link .contact_link_s .btn_common_tel {
                font-size: 6.25vw;
                padding-left: 7.8125vw; } }
            .contact_area .inner .contact_col .contact_link .contact_link_s .btn_common_tel::before {
              display: block;
              content: "";
              background: url(../img/tel_icon_l.png) no-repeat;
              background-size: contain;
              width: 23px;
              height: 23px;
              position: absolute;
              top: 50%;
              left: 0;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
              @media screen and (max-width: 768px) {
                .contact_area .inner .contact_col .contact_link .contact_link_s .btn_common_tel::before {
                  width: 5.72917vw;
                  height: 5.85938vw; } }
          .contact_area .inner .contact_col .contact_link .contact_link_s .txt_sub {
            font-size: 1.6rem;
            color: #FFF;
            text-align: left;
            margin-left: 20px; }
            @media screen and (max-width: 768px) {
              .contact_area .inner .contact_col .contact_link .contact_link_s .txt_sub {
                font-size: 4.16667vw;
                text-align: center;
                margin-top: 0.65104vw;
                margin-bottom: 5.20833vw;
                margin-left: 0; } }
            .contact_area .inner .contact_col .contact_link .contact_link_s .txt_sub small {
              font-size: 1.2rem;
              font-weight: 400; }
              @media screen and (max-width: 768px) {
                .contact_area .inner .contact_col .contact_link .contact_link_s .txt_sub small {
                  font-size: 3.125vw; } }
      @media screen and (min-width: 769px) {
        .contact_area .inner .contact_col .contact_img {
          max-width: 415px;
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .contact_area .inner .contact_col .contact_img {
          max-width: auto;
          width: 100vw;
          margin: 0 calc(50% - 50vw); } }

/* -----------------------------------------------------
	work
----------------------------------------------------- */
.work .work_inner {
  max-width: 920px;
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .work .work_inner {
      padding: 10.41667vw 0 0; } }
  .work .work_inner .text_small {
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .work .work_inner .text_small {
        text-align: left;
        padding-left: 1.3em;
        text-indent: -1.3em; } }
  .work .work_inner .work_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 40px 0 20px; }
    @media screen and (max-width: 768px) {
      .work .work_inner .work_box {
        display: block;
        margin: 0 0 3.90625vw; } }
    .work .work_inner .work_box .work_item {
      width: calc(100% / 3 - 20px);
      border: 2px solid #33b3eB;
      border-radius: 10px;
      padding: 20px 0 18px; }
      @media screen and (max-width: 768px) {
        .work .work_inner .work_box .work_item {
          width: 100%;
          border: 0.78125vw solid #33b3eB;
          padding: 5.46875vw 0 4.6875vw; }
          .work .work_inner .work_box .work_item:nth-of-type(n+2) {
            margin-top: 3.90625vw; } }
      .work .work_inner .work_box .work_item p {
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: .04em;
        line-height: 1.6; }
        @media screen and (max-width: 768px) {
          .work .work_inner .work_box .work_item p {
            font-size: 4.6875vw; } }
        .work .work_inner .work_box .work_item p sup {
          font-size: 70%;
          vertical-align: text-top; }
        .work .work_inner .work_box .work_item p span {
          color: #33b3eB;
          font-size: 2.8rem;
          padding: 0 0.2em; }
          @media screen and (max-width: 768px) {
            .work .work_inner .work_box .work_item p span {
              font-size: 7.29167vw;
              padding: 0 1.30208vw; } }
          .work .work_inner .work_box .work_item p span.en {
            font-size: 3.8rem;
            line-height: 1.2;
            display: inline-block; }
            @media screen and (max-width: 768px) {
              .work .work_inner .work_box .work_item p span.en {
                font-size: 10.15625vw; } }

/* -----------------------------------------------------
	about
----------------------------------------------------- */
#about .about_inner {
  padding: 80px 20px 50px; }
  @media screen and (max-width: 768px) {
    #about .about_inner {
      padding: 13.02083vw 3.90625vw; } }
  #about .about_inner .about_wrap {
    margin-top: 40px;
    padding-top: 16em; }
    @media screen and (max-width: 768px) {
      #about .about_inner .about_wrap {
        margin-top: 7.8125vw;
        padding-top: 0; } }
  #about .about_inner .about_bg {
    background: #f8f8f8;
    border-radius: 10px; }
    #about .about_inner .about_bg .about_box {
      position: relative;
      top: -16em; }
      @media screen and (max-width: 768px) {
        #about .about_inner .about_bg .about_box {
          position: static;
          padding: 10.41667vw 0; } }
      #about .about_inner .about_bg .about_box .col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1180px;
        width: 100%;
        margin: 0 auto 40px;
        position: relative; }
        @media screen and (max-width: 768px) {
          #about .about_inner .about_bg .about_box .col2 {
            display: block;
            margin: 0 auto 7.8125vw; } }
        #about .about_inner .about_bg .about_box .col2 .center_logo {
          position: absolute;
          top: 3em;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
          @media screen and (max-width: 768px) {
            #about .about_inner .about_bg .about_box .col2 .center_logo {
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              width: 107.55208vw;
              text-align: center; } }
        @media screen and (max-width: 768px) {
          #about .about_inner .about_bg .about_box .col2 .sp_column_reverse {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
        @media screen and (max-width: 768px) {
          #about .about_inner .about_bg .about_box .col2 .col_box {
            position: relative;
            z-index: 1; }
            #about .about_inner .about_bg .about_box .col2 .col_box:first-child {
              padding: 0 0 44.27083vw; }
            #about .about_inner .about_bg .about_box .col2 .col_box:last-child {
              top: -1.30208vw; } }
        #about .about_inner .about_bg .about_box .col2 .col_box .prepare_ttl_sub {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          position: relative;
          z-index: 1;
          width: 285px;
          margin: 0 auto 8px;
          height: 166px;
          color: #fff;
          letter-spacing: .04em;
          background: #2990d0;
          border-radius: 80px; }
          @media screen and (max-width: 768px) {
            #about .about_inner .about_bg .about_box .col2 .col_box .prepare_ttl_sub {
              width: 74.21875vw;
              height: 36.71875vw;
              margin: 0 auto 7.8125vw;
              border-radius: 20.83333vw; } }
          #about .about_inner .about_bg .about_box .col2 .col_box .prepare_ttl_sub::after {
            content: "";
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -4.6em;
            left: 50%;
            border: 14px solid transparent;
            border-top: 16px solid #2990d0; }
            @media screen and (max-width: 768px) {
              #about .about_inner .about_bg .about_box .col2 .col_box .prepare_ttl_sub::after {
                bottom: -7.55208vw;
                border: 3.64583vw solid transparent;
                border-top: 4.6875vw solid #2990d0; } }
          @media screen and (max-width: 768px) {
            #about .about_inner .about_bg .about_box .col2 .col_box .prepare_ttl_sub.sp_reverse {
              margin: 7.8125vw auto 0; }
              #about .about_inner .about_bg .about_box .col2 .col_box .prepare_ttl_sub.sp_reverse::after {
                top: -7.55208vw;
                bottom: auto;
                border: 3.64583vw solid transparent;
                border-bottom: 4.6875vw solid #2990d0; } }
          #about .about_inner .about_bg .about_box .col2 .col_box .prepare_ttl_sub .ttl {
            font-size: 2.4rem;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 5px; }
            @media screen and (max-width: 768px) {
              #about .about_inner .about_bg .about_box .col2 .col_box .prepare_ttl_sub .ttl {
                font-size: 5.98958vw; } }
      @media screen and (max-width: 768px) {
        #about .about_inner .about_bg .about_box .img_box_mt {
          width: 79.16667vw;
          margin: 0 auto; } }

.check {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0; }
  @media screen and (max-width: 768px) {
    .check {
      width: 90%;
      padding: 7.8125vw 0 0; } }
  .check .check_ttl {
    font-size: 3.0rem;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .check .check_ttl {
        font-size: 5.72917vw;
        margin-bottom: 5.20833vw; } }
    .check .check_ttl span {
      color: #00bfff;
      display: block; }
  .check .item {
    display: inline-block;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .check .item {
        margin-bottom: 7.8125vw; } }
    .check .item li {
      position: relative;
      text-align: left;
      padding-left: 32px;
      font-size: 1.6rem;
      letter-spacing: .02em; }
      @media screen and (max-width: 768px) {
        .check .item li {
          padding-left: 7.29167vw;
          font-size: 4.16667vw; } }
      .check .item li span {
        font-size: 2.0rem;
        font-weight: bold;
        color: #00bfff; }
        @media screen and (max-width: 768px) {
          .check .item li span {
            font-size: 5.20833vw; } }
      .check .item li:not(:last-child) {
        margin-bottom: 24px; }
        @media screen and (max-width: 768px) {
          .check .item li:not(:last-child) {
            margin-bottom: 5.20833vw; } }
      .check .item li::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 23px;
        height: 19px;
        background: url(../img/sec_check_icon.png) top no-repeat;
        background-size: contain; }
        @media screen and (max-width: 768px) {
          .check .item li::before {
            top: 0;
            width: 6.11979vw;
            height: 4.94792vw;
            background: url(../img/sp/sec_check_icon.png) top no-repeat;
            background-size: contain; } }
  .check .sub_ttl {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .check .sub_ttl {
        font-size: 4.16667vw;
        line-height: 2.4;
        margin-bottom: 8.33333vw; } }
    .check .sub_ttl span {
      border-bottom: 4px solid #33b3e8;
      padding-bottom: 6px; }
      @media screen and (max-width: 768px) {
        .check .sub_ttl span {
          padding-bottom: 1.5625vw; } }
  .check .school {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .check .school {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .check .school li {
      width: calc(100% / 4 - 20px); }
      @media screen and (max-width: 768px) {
        .check .school li {
          width: calc(100% / 2 - 2.08333vw); }
          .check .school li:nth-last-child(-n+2) {
            margin-top: 8.33333vw; } }
      .check .school li .name {
        background: #ffffff;
        border: 2px solid #33b3e8;
        color: #33b3e8;
        border-radius: 10px;
        padding: 10px 0;
        font-size: 1.6rem; }
        @media screen and (max-width: 768px) {
          .check .school li .name {
            font-size: 3.125vw;
            border-radius: 1.30208vw;
            padding: 1.30208vw 0; } }
      .check .school li .name + .name {
        margin-top: 10px; }
        @media screen and (max-width: 768px) {
          .check .school li .name + .name {
            margin-top: 2.08333vw; } }
      .check .school li .thum {
        margin-top: 24px; }
        @media screen and (max-width: 768px) {
          .check .school li .thum {
            margin-top: 3.125vw; } }

/* -----------------------------------------------------
	feature
----------------------------------------------------- */
#feature .feature_inner {
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    #feature .feature_inner {
      padding: 13.02083vw 0; } }
  #feature .feature_inner .col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 1108px;
    width: 100%;
    margin: 40px auto 0; }
    @media screen and (max-width: 768px) {
      #feature .feature_inner .col3 {
        display: block; } }
    #feature .feature_inner .col3 li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (max-width: 768px) {
        #feature .feature_inner .col3 li {
          width: 100%;
          margin-top: 10.41667vw; }
          #feature .feature_inner .col3 li.item_1 img {
            width: 33.85417vw; }
          #feature .feature_inner .col3 li.item_2 img {
            width: 26.30208vw; }
          #feature .feature_inner .col3 li.item_3 img {
            width: 30.72917vw; }
          #feature .feature_inner .col3 li.item_add1 img {
            width: 38.54167vw; }
          #feature .feature_inner .col3 li.item_add2 img {
            width: 56.25vw; } }
      #feature .feature_inner .col3 li p {
        color: #33b3e8;
        margin-top: 25px;
        font-weight: 700; }
        @media screen and (max-width: 768px) {
          #feature .feature_inner .col3 li p {
            font-size: 5.20833vw;
            margin-top: 4.6875vw;
            line-height: 1.4; } }

/* -----------------------------------------------------
	function
----------------------------------------------------- */
#function .function_inner {
  padding: 80px 0;
  margin: 0 20px;
  background: #f8f8f8;
  border-radius: 10px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #function .function_inner {
      padding: 13.02083vw 3.90625vw;
      margin: 0 3.90625vw; } }
  #function .function_inner::before {
    display: block;
    content: "";
    background: url(../img/function_bg.png) no-repeat;
    position: absolute;
    top: 10em;
    right: calc(100vw * (100 / 1920));
    width: 469px;
    height: 469px;
    z-index: 1; }
    @media screen and (max-width: 1366px) {
      #function .function_inner::before {
        right: calc(100vw * (10 / 1560)); } }
    @media screen and (max-width: 768px) {
      #function .function_inner::before {
        content: none; } }
  #function .function_inner::after {
    display: block;
    content: "";
    background: url(../img/function_bg.png) no-repeat;
    position: absolute;
    bottom: 2%;
    right: calc(100vw * (200 / 1920));
    width: 469px;
    height: 469px;
    z-index: 1; }
    @media screen and (max-width: 1366px) {
      #function .function_inner::after {
        right: calc(100vw * (10 / 1560)); } }
    @media screen and (max-width: 768px) {
      #function .function_inner::after {
        content: none; } }
  #function .function_inner .section_ttl {
    margin-bottom: 50px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      #function .function_inner .section_ttl {
        margin-bottom: 10.41667vw; } }
  #function .function_inner .function_wrap {
    position: relative; }
    #function .function_inner .function_wrap::before {
      display: block;
      content: "";
      background: url(../img/function_bg.png) no-repeat;
      position: absolute;
      top: 50%;
      left: 3vw;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 469px;
      height: 469px;
      z-index: -1; }
      @media screen and (max-width: 1366px) {
        #function .function_inner .function_wrap::before {
          left: 0; } }
      @media screen and (max-width: 768px) {
        #function .function_inner .function_wrap::before {
          content: none; } }
    #function .function_inner .function_wrap .number {
      display: inline-block;
      color: #33b3e8;
      font-size: 3.0rem;
      font-weight: 700;
      padding-left: 30px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #function .function_inner .function_wrap .number {
          font-size: 7.8125vw;
          padding-left: 7.8125vw; } }
      #function .function_inner .function_wrap .number::after {
        display: block;
        content: "";
        width: 21px;
        height: 1px;
        background: #33b3e8;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (max-width: 768px) {
          #function .function_inner .function_wrap .number::after {
            width: 5.46875vw;
            height: 0.26042vw; } }
    #function .function_inner .function_wrap .test_box {
      text-align: left;
      margin-top: -2em;
      position: relative;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        #function .function_inner .function_wrap .test_box {
          margin-top: 0; } }
      @media screen and (max-width: 768px) {
        #function .function_inner .function_wrap .test_box .ttl {
          font-size: 6.51042vw;
          margin-bottom: 7.8125vw; }
          #function .function_inner .function_wrap .test_box .ttl.sp_mgn {
            margin-bottom: 2.60417vw; } }
      #function .function_inner .function_wrap .test_box .ttl span {
        color: #33b3e8; }
      #function .function_inner .function_wrap .test_box .text_small {
        font-weight: 400;
        margin: 10px 0 0; }
        @media screen and (max-width: 768px) {
          #function .function_inner .function_wrap .test_box .text_small {
            margin: 0 0 6.51042vw; } }
    #function .function_inner .function_wrap .img_box {
      position: relative;
      z-index: 10; }
    #function .function_inner .function_wrap .function_box {
      max-width: 1108px;
      width: 100%;
      margin: 0 auto;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #e8eaed;
      border-radius: 10px;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      z-index: 10; }
      #function .function_inner .function_wrap .function_box + .function_box {
        margin-top: 20px; }
      @media screen and (max-width: 768px) {
        #function .function_inner .function_wrap .function_box {
          display: block;
          border-radius: 2.60417vw; } }
      #function .function_inner .function_wrap .function_box:nth-child(odd) {
        padding: 25px 95px 25px 63px; }
        @media screen and (max-width: 980px) {
          #function .function_inner .function_wrap .function_box:nth-child(odd) {
            padding: 30px 20px; } }
        @media screen and (max-width: 768px) {
          #function .function_inner .function_wrap .function_box:nth-child(odd) {
            padding: 7.8125vw 5.20833vw; } }
        #function .function_inner .function_wrap .function_box:nth-child(odd) .test_box {
          margin-right: 16px; }
          @media screen and (max-width: 768px) {
            #function .function_inner .function_wrap .function_box:nth-child(odd) .test_box {
              margin-right: 0; } }
        #function .function_inner .function_wrap .function_box:nth-child(odd)::after {
          display: block;
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 733px;
          height: 300px;
          background: url(../img/bg_right.png) no-repeat;
          background-size: cover;
          z-index: 1; }
          @media screen and (max-width: 1000px) {
            #function .function_inner .function_wrap .function_box:nth-child(odd)::after {
              width: calc(100vw * (733 / 1000)); } }
          @media screen and (max-width: 768px) {
            #function .function_inner .function_wrap .function_box:nth-child(odd)::after {
              width: 89.84375vw;
              height: 52.86458vw;
              background: url(../img/sp/bg_right.png) no-repeat;
              background-size: contain;
              top: auto;
              bottom: 0;
              -webkit-transform: none;
              -ms-transform: none;
              transform: none; } }
      #function .function_inner .function_wrap .function_box:nth-child(even) {
        padding: 25px 63px 25px 95px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse; }
        @media screen and (max-width: 980px) {
          #function .function_inner .function_wrap .function_box:nth-child(even) {
            padding: 30px 20px; } }
        @media screen and (max-width: 768px) {
          #function .function_inner .function_wrap .function_box:nth-child(even) {
            padding: 7.8125vw 5.20833vw; } }
        #function .function_inner .function_wrap .function_box:nth-child(even) .test_box {
          margin-left: 16px; }
          @media screen and (max-width: 768px) {
            #function .function_inner .function_wrap .function_box:nth-child(even) .test_box {
              margin-left: 0; } }
        #function .function_inner .function_wrap .function_box:nth-child(even)::before {
          display: block;
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 100%;
          width: 733px;
          height: 300px;
          background: url(../img/bg_left.png) no-repeat;
          background-size: cover;
          z-index: 1; }
          @media screen and (max-width: 1000px) {
            #function .function_inner .function_wrap .function_box:nth-child(even)::before {
              width: calc(100vw * (733 / 1000)); } }
          @media screen and (max-width: 768px) {
            #function .function_inner .function_wrap .function_box:nth-child(even)::before {
              width: 89.84375vw;
              height: 57.29167vw;
              background: url(../img/sp/bg_left.png) no-repeat;
              background-size: contain;
              top: auto;
              bottom: 0;
              -webkit-transform: none;
              -ms-transform: none;
              transform: none; } }

.variety_wrap {
  padding: 80px 0 50px; }
  @media screen and (max-width: 768px) {
    .variety_wrap {
      padding: 13.02083vw 0; } }

/* -----------------------------------------------------
	tab area PC
----------------------------------------------------- */
#variety {
  max-width: 1108px;
  width: 100%;
  margin: 0 auto;
  /* ページャー */ }
  #variety .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #dfdfdf; }
    #variety .tab li {
      max-width: 397px;
      width: 100%;
      height: 54px;
      margin-bottom: -1px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-top: 1px solid #dfdfdf;
      border-left: 1px solid #dfdfdf;
      border-right: 1px solid #dfdfdf;
      background: #f8f8f8;
      border-radius: 10px 10px 0 0;
      font-size: 2.4rem;
      font-weight: 400;
      color: #33b3e8;
      letter-spacing: .06em;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      -o-transition: transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
      @media screen and (max-width: 768px) {
        #variety .tab li {
          border-radius: 2.60417vw 2.60417vw 0 0; } }
      @media (hover: hover) and (pointer: fine) {
        #variety .tab li:hover {
          cursor: pointer; } }
      #variety .tab li.active {
        background: #fff;
        font-weight: 700;
        color: #33b3e8;
        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        -o-transition: transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
        height: 56px; }
  #variety .tab_sub {
    background: #f1f8fc;
    margin-right: 40px;
    border-radius: 10px;
    border: 1px solid #e8eaed; }
    #variety .tab_sub li {
      width: 348px;
      height: 93px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.5rem;
      font-weight: 400;
      text-align: left;
      line-height: 1.6;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
      #variety .tab_sub li + li {
        border-top: 1px solid #e8eaed; }
      #variety .tab_sub li b {
        font-weight: 400;
        width: 16em;
        position: relative;
        z-index: 10; }
      #variety .tab_sub li span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 34px;
        width: 34px;
        background: #232323;
        border-radius: 50%;
        font-size: 2.0rem;
        font-weight: 700;
        color: #fff;
        letter-spacing: .06em;
        position: relative;
        z-index: 10; }
      @media (hover: hover) and (pointer: fine) {
        #variety .tab_sub li:hover {
          background: #fff;
          cursor: pointer; } }
      #variety .tab_sub li.active {
        position: relative;
        font-weight: 700;
        color: #33b3e8;
        /*
                &::before {
                    display: block;
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: -18px;
                    border-left: 34px solid transparent;
                    border-top: 34px solid $mainColor;
                    transform: translateY(-50%) rotate(45deg);
                    z-index: -1;
                }
                &::after {
                    display: block;
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: -15px;
                    border-left: 33px solid transparent;
                    border-top: 33px solid #fff;
                    transform: translateY(-50%) rotate(45deg);
                }
                */ }
        #variety .tab_sub li.active span {
          background: #2990d0; }
        #variety .tab_sub li.active::before {
          display: block;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 383px;
          height: 93px;
          background: url(../img/hover.png) no-repeat;
          background-size: contain; }
  #variety .list {
    padding-top: 60px;
    position: relative; }
    #variety .list::before {
      display: block;
      content: "";
      background: url(../img/function_bg.png) no-repeat;
      position: absolute;
      top: 55%;
      left: -14vw;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 469px;
      height: 469px;
      z-index: -1; }
      @media screen and (max-width: 1366px) {
        #variety .list::before {
          left: 0; } }
      @media screen and (max-width: 768px) {
        #variety .list::before {
          content: none; } }
  #variety .list .inner {
    display: none; }
    #variety .list .inner .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #variety .list .inner .content {
      display: none; }
    #variety .list .inner.active, #variety .list .inner .content.active {
      display: block; }

/* -----------------------------------------------------
	tab area SP
----------------------------------------------------- */
@media screen and (max-width: 768px) {
  #tab {
    padding: 0 3.90625vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7.8125vw; }
    #tab li {
      width: calc(100% / 2);
      height: 22.52604vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-top: 1px solid #dfdfdf;
      border-left: 1px solid #dfdfdf;
      border-right: 1px solid #dfdfdf;
      background: #f8f8f8;
      border-radius: 10px 10px 0 0;
      font-size: 5.20833vw;
      font-weight: 400;
      color: #33b3e8;
      letter-spacing: .06em;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      -o-transition: transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
      #tab li.active {
        background: #fff;
        font-weight: 700;
        color: #33b3e8;
        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        -o-transition: transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
        height: 22.91667vw; }
  /*slide*/
  .items li {
    margin: 0 2.66vw;
    padding: 7.8125vw 0 9.11458vw;
    height: 100%;
    border-top: 2px solid #33b3e8;
    border-bottom: 2px solid #33b3e8;
    position: relative;
    z-index: -1; }
    .items li .col2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 3.90625vw; }
      .items li .col2 .contents_ttl {
        width: 14em;
        text-align: left;
        font-size: 4.6875vw;
        line-height: 1.4;
        color: #33b3e8;
        margin-left: 2.60417vw; }
      .items li .col2 span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 13.02083vw;
        width: 13.02083vw;
        border-radius: 50%;
        line-height: 15.625vw;
        text-align: center;
        background: #2990d0;
        font-size: 8.33333vw;
        color: #fff;
        letter-spacing: .06em; }
    .items li .txt {
      text-align: left;
      font-size: 3.64583vw;
      font-weight: 400;
      padding-bottom: 5.20833vw;
      margin-bottom: 5.20833vw;
      line-height: 1.8; }
  .contents .items .slick-list {
    overflow: visible; }
  .contents .items .slick-disabled::before {
    display: none; }
  .contents .items .slick-prev, .contents .items .slick-next {
    z-index: 2; }
  .contents .items .slick-prev::before {
    border: 2px solid;
    border-color: transparent transparent #33b3e8 #33b3e8;
    left: 15vw;
    width: 10.41667vw;
    height: 10.41667vw;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background-color: transparent; }
  .contents .items .slick-next::before {
    border: 2px solid;
    border-color: #33b3e8 #33b3e8 transparent transparent;
    right: 15vw;
    width: 10.41667vw;
    height: 10.41667vw;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background-color: transparent; } }

.list .content {
  padding: 40px 35px 20px;
  border-top: 2px solid #2ca7fb;
  border-bottom: 2px solid #2ca7fb; }

.list .content .content_ttl {
  font-size: 2.0rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
  color: #33b3e8; }

.list .content .content_ttl span {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: #2990d0;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: .06em;
  margin-right: 15px; }

.list .content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.list .content_flex p {
  width: 44%;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: left; }

.variety_wrap span.indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em; }

.list .content_flex .img_box {
  width: 50%; }

/* -------------------------
	case
--------------------------- */
#case .inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    #case .inner {
      width: 90%;
      padding: 13.02083vw 0; } }
  #case .inner .case_ttl {
    font-size: 3.0rem;
    font-weight: bold;
    color: #33b3e8;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      #case .inner .case_ttl {
        font-size: 5.85938vw;
        margin-bottom: 12.5vw; } }
  #case .inner .case_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media screen and (max-width: 768px) {
      #case .inner .case_slider {
        display: block;
        overflow: hidden; } }
    #case .inner .case_slider .slick-prev,
    #case .inner .case_slider .slick-next {
      z-index: 2; }
    #case .inner .case_slider .slick-prev::before {
      border: 2px solid;
      border-color: transparent transparent #33b3e8 #33b3e8;
      left: 12vw;
      width: 10.41667vw;
      height: 10.41667vw;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      margin-top: -15px;
      background-color: transparent; }
    #case .inner .case_slider .slick-next::before {
      border: 2px solid;
      border-color: #33b3e8 #33b3e8 transparent transparent;
      right: 12vw;
      width: 10.41667vw;
      height: 10.41667vw;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      margin-top: -15px;
      background-color: transparent; }
    #case .inner .case_slider .slick-list {
      overflow: visible; }
    #case .inner .case_slider li {
      width: calc(100% / 3 - 24px);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      height: 100%; }
      @media screen and (max-width: 768px) {
        #case .inner .case_slider li {
          width: 100%; } }
      #case .inner .case_slider li:hover {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
        @media screen and (max-width: 768px) {
          #case .inner .case_slider li:hover {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; } }
      #case .inner .case_slider li a {
        display: block; }
        #case .inner .case_slider li a:hover {
          opacity: 1; }
      #case .inner .case_slider li .ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 91%;
        height: 80px;
        margin: 0 auto;
        font-size: 1.8rem;
        color: #fff;
        text-align: center;
        background: #2990d0;
        border-radius: 10px; }
        @media screen and (max-width: 768px) {
          #case .inner .case_slider li .ttl {
            width: 88%;
            height: auto;
            border-radius: 1.30208vw;
            font-size: 3.90625vw;
            padding: 2.08333vw 0; } }
      #case .inner .case_slider li .thum {
        margin: 20px 0 0; }
        @media screen and (max-width: 768px) {
          #case .inner .case_slider li .thum {
            margin: 5.20833vw 2% 0; } }
        #case .inner .case_slider li .thum .img_box {
          border-radius: 10px 10px 0 0;
          overflow: hidden; }
        #case .inner .case_slider li .thum .text_area {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          text-align: left;
          border-left: 1px solid #e8eaed;
          border-right: 1px solid #e8eaed;
          border-bottom: 1px solid #e8eaed;
          border-radius: 0 0 10px 10px;
          padding: 30px; }
          #case .inner .case_slider li .thum .text_area .company_name {
            font-size: 2.0rem;
            font-weight: bold;
            color: #33b3e8;
            margin-bottom: 8px; }
            @media screen and (max-width: 768px) {
              #case .inner .case_slider li .thum .text_area .company_name {
                font-size: 5.20833vw;
                margin-bottom: 1.04167vw; } }

/* -------------------------
	sec-voice
--------------------------- */
#sec_voice {
  background: #f1f8fc; }
  #sec_voice .inner {
    max-width: 1100px;
    width: 96%;
    margin: 0 auto;
    padding: 80px 0; }
    @media screen and (max-width: 768px) {
      #sec_voice .inner {
        width: 90%;
        padding: 13.02083vw 0; } }
    #sec_voice .inner .sec_voice_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #sec_voice .inner .sec_voice_inner {
          display: block; } }
      #sec_voice .inner .sec_voice_inner li {
        width: calc(100% / 2 - 20px);
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          #sec_voice .inner .sec_voice_inner li {
            width: 100%;
            margin-bottom: 5.20833vw; } }
    #sec_voice .inner .p_sec_txt_right {
      text-align: right;
      font-size: 1.2rem; }
      @media screen and (max-width: 768px) {
        #sec_voice .inner .p_sec_txt_right {
          font-size: 2.86458vw; } }

/* -------------------------
	step
--------------------------- */
#step .inner {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    #step .inner {
      width: 90%;
      padding: 13.02083vw 0; }
      #step .inner .section_ttl {
        font-size: 6.90104vw;
        line-height: 11.71875vw; } }
  #step .inner .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 88px;
    position: relative; }
    @media screen and (max-width: 768px) {
      #step .inner .flow {
        display: block;
        margin-top: 8.33333vw;
        padding-bottom: 0; } }
    #step .inner .flow::before {
      content: "最短1週間で導入完了";
      position: absolute;
      left: 0;
      bottom: 10px;
      width: calc(100% - 30px);
      background: #33b3e8;
      font-size: 1.8rem;
      font-weight: bold;
      color: #fff;
      line-height: 40px; }
      @media screen and (max-width: 768px) {
        #step .inner .flow::before {
          left: auto;
          right: 3.90625vw;
          bottom: auto;
          top: 0;
          width: 8.33333vw;
          font-size: 4.16667vw;
          padding: 20.83333vw 2.08333vw 0;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          height: calc(100% - 5.20833vw);
          line-height: 1; } }
    #step .inner .flow::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0 30px 32px;
      border-color: transparent transparent transparent #33b3e8; }
      @media screen and (max-width: 768px) {
        #step .inner .flow::after {
          border-width: 8.33333vw 7.8125vw 0 7.8125vw;
          border-color: #33b3e8 transparent transparent transparent; } }
    #step .inner .flow li {
      position: relative;
      width: calc(100% / 4 - 20px);
      padding: 72px 0 32px;
      border-radius: 20px;
      border: solid 2px #33b3e8; }
      @media screen and (max-width: 768px) {
        #step .inner .flow li {
          border: solid 0.52083vw #33b3e8;
          width: 65.10417vw;
          margin-left: 5.20833vw;
          padding: 14.32292vw 0 5.20833vw;
          border-radius: 5.20833vw; }
          #step .inner .flow li:not(:last-child) {
            margin-bottom: 3.125vw; } }
      #step .inner .flow li::before {
        position: absolute;
        left: -2px;
        top: -2px;
        display: inline-block;
        padding: 0 24px;
        border-radius: 20px 0 20px 0;
        font-size: 1.8rem;
        line-height: 32px;
        font-weight: bold;
        color: #fff;
        background: #33b3e8; }
        @media screen and (max-width: 768px) {
          #step .inner .flow li::before {
            left: -0.52083vw;
            top: -0.52083vw;
            padding: 0 5.20833vw;
            border-radius: 5.20833vw 0 5.20833vw 0;
            font-size: 4.94792vw;
            line-height: 8.33333vw; } }
      #step .inner .flow li:nth-child(1)::before {
        content: "STEP.01"; }
      #step .inner .flow li:nth-child(2)::before {
        content: "STEP.02"; }
      #step .inner .flow li:nth-child(3)::before {
        content: "STEP.03"; }
      #step .inner .flow li:nth-child(4)::before {
        content: "STEP.04"; }
      #step .inner .flow li .thum {
        margin-bottom: 8px; }
        @media screen and (max-width: 768px) {
          #step .inner .flow li .thum {
            margin-bottom: 3.125vw; } }
      #step .inner .flow li .ttl {
        font-size: 2.0rem;
        font-weight: bold;
        color: #33b3e8;
        margin-bottom: 24px; }
        @media screen and (max-width: 768px) {
          #step .inner .flow li .ttl {
            font-size: 4.94792vw;
            margin-bottom: 3.125vw; } }
      #step .inner .flow li .text span {
        font-size: 1.2rem;
        letter-spacing: 0;
        display: block; }
        @media screen and (max-width: 768px) {
          #step .inner .flow li .text span {
            font-size: 2.86458vw; } }

/* -------------------------
	security
--------------------------- */
#security {
  background: #f1f8fc; }
  #security .inner {
    max-width: 1100px;
    width: 96%;
    margin: 0 auto;
    padding: 80px 0; }
    @media screen and (max-width: 768px) {
      #security .inner {
        width: 90%;
        padding: 13.02083vw 0; } }
    #security .inner .table_wrap table {
      border-collapse: collapse;
      border: solid 1px #92bbd2; }
      @media screen and (max-width: 768px) {
        #security .inner .table_wrap table {
          border: none; } }
      #security .inner .table_wrap table th, #security .inner .table_wrap table td {
        vertical-align: middle; }
      #security .inner .table_wrap table th {
        background: #33b3e8;
        font-size: 1.6rem;
        color: #fff;
        padding: 32px 0;
        width: 24%;
        border-bottom: solid 1px #92bbd2; }
        @media screen and (max-width: 768px) {
          #security .inner .table_wrap table th {
            font-size: 4.6875vw;
            padding: 3.125vw 0;
            width: 100%;
            display: block;
            border: none; } }
      #security .inner .table_wrap table td {
        background: #fff;
        font-size: 1.4rem;
        color: #424242;
        padding: 25px 20px;
        text-align: left;
        border-bottom: solid 1px #92bbd2; }
        @media screen and (max-width: 768px) {
          #security .inner .table_wrap table td {
            font-size: 3.90625vw;
            padding: 6.25vw 5.20833vw;
            width: 100%;
            display: block;
            border-bottom: none; } }

/* -----------------------------------------------------
	form
----------------------------------------------------- */
#form .inner {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  padding: 60px 0 100px; }
  @media screen and (max-width: 768px) {
    #form .inner {
      padding: 13.02083vw 0 3.90625vw;
      width: 90%; } }
  #form .inner .ttl {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      #form .inner .ttl {
        margin-bottom: 7.8125vw; } }

#form .frame_wrapper {
  width: 100%; }
  #form .frame_wrapper iframe {
    width: 100%; }

/* -----------------------------------------------------
	p_mark ※既存ページから流用
----------------------------------------------------- */
.p_mark {
  width: 100%; }
  .p_mark .p_mark_inside {
    width: 1000px;
    margin: 0 auto;
    display: table;
    table-layout: fixed; }
    @media screen and (max-width: 768px) {
      .p_mark .p_mark_inside {
        width: 90%; } }
    .p_mark .p_mark_inside dl {
      display: table-cell;
      padding: 5px 0; }
      @media screen and (max-width: 768px) {
        .p_mark .p_mark_inside dl {
          display: block;
          padding: 5px 5px; } }
      .p_mark .p_mark_inside dl dt {
        display: table-cell;
        vertical-align: middle; }
      .p_mark .p_mark_inside dl dd {
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px;
        font-size: .85em;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          .p_mark .p_mark_inside dl dd {
            padding: 0 0 0 15px;
            font-size: 2.86458vw; } }

/* -----------------------------------------------------
	thanks
----------------------------------------------------- */
#thanks .thanks_inner {
  padding: 80px 20px 80px; }
  @media screen and (max-width: 768px) {
    #thanks .thanks_inner {
      padding: 28.02083vw 3.90625vw 17.30208vw; } }
  #thanks .thanks_inner .thanks_wrap {
    margin-top: 40px;
    padding-top: 16em; }
    @media screen and (max-width: 768px) {
      #thanks .thanks_inner .thanks_wrap {
        margin-top: 7.8125vw;
        padding-top: 0; } }
  #thanks .thanks_inner .thanks_bg {
    background: #f8f8f8;
    border-radius: 10px; }
    #thanks .thanks_inner .thanks_bg .thanks_box {
      position: relative;
      top: -15em; }
      @media screen and (max-width: 768px) {
        #thanks .thanks_inner .thanks_bg .thanks_box {
          position: static;
          padding: 10.41667vw 0; } }
