@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 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }
  #kv .kv_wrap .kv_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;
    padding-bottom: 84px;
    position: relative; }
    @media screen and (max-width: 768px) {
      #kv .kv_wrap .kv_col {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 5.20833vw; } }
    #kv .kv_wrap .kv_col::before {
      display: block;
      content: "";
      position: absolute;
      top: calc(100vw * (-190 / 1920));
      left: calc(100vw * (10 / 1920));
      bottom: 0;
      background: url(../img/kv_bg.png) no-repeat;
      background-size: cover;
      width: calc(100vw * (469 / 1920));
      height: calc(100vw * (469 / 1920));
      z-index: -1; }
      @media screen and (max-width: 1560px) {
        #kv .kv_wrap .kv_col::before {
          width: calc(100vw * (469 / 1560));
          height: calc(100vw * (469 / 1560)); } }
      @media screen and (max-width: 768px) {
        #kv .kv_wrap .kv_col::before {
          content: none; } }
    #kv .kv_wrap .kv_col::after {
      display: block;
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: url(../img/kv_bg.png) no-repeat;
      background-size: cover;
      width: calc(100vw * (469 / 1920));
      height: calc(100vw * (469 / 1920));
      z-index: -1; }
      @media screen and (max-width: 1560px) {
        #kv .kv_wrap .kv_col::after {
          width: calc(100vw * (469 / 1560));
          height: calc(100vw * (469 / 1560)); } }
      @media screen and (max-width: 768px) {
        #kv .kv_wrap .kv_col::after {
          content: none; } }
    #kv .kv_wrap .kv_col .kv_col_box {
      position: relative; }
      #kv .kv_wrap .kv_col .kv_col_box:first-child {
        width: 42%;
        margin-right: 80px; }
        @media screen and (max-width: 768px) {
          #kv .kv_wrap .kv_col .kv_col_box:first-child {
            width: 100%;
            margin-right: 0; } }
      #kv .kv_wrap .kv_col .kv_col_box:last-of-type {
        width: 58%; }
        @media screen and (max-width: 768px) {
          #kv .kv_wrap .kv_col .kv_col_box:last-of-type {
            width: 100%; } }
      #kv .kv_wrap .kv_col .kv_col_box .box {
        width: calc(100vw * (680 / 1920));
        margin: 0 0 0 auto; }
        @media screen and (max-width: 1560px) {
          #kv .kv_wrap .kv_col .kv_col_box .box {
            width: calc(100vw * (440 / 1560)); } }
        @media screen and (max-width: 768px) {
          #kv .kv_wrap .kv_col .kv_col_box .box {
            width: 90%;
            margin: 6.51042vw auto 0; } }
        #kv .kv_wrap .kv_col .kv_col_box .box .kv_ttl {
          margin-bottom: 30px; }
          @media screen and (max-width: 768px) {
            #kv .kv_wrap .kv_col .kv_col_box .box .kv_ttl {
              margin-bottom: 5.20833vw; } }
        #kv .kv_wrap .kv_col .kv_col_box .box .link_col {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 0 2%; }
          @media screen and (max-width: 768px) {
            #kv .kv_wrap .kv_col .kv_col_box .box .link_col {
              display: block;
              padding: 0 0; } }
          #kv .kv_wrap .kv_col .kv_col_box .box .link_col a {
            max-width: 100%; }
        #kv .kv_wrap .kv_col .kv_col_box .box .card_logo {
          width: 64%;
          margin: 20px auto 0; }
          @media screen and (max-width: 768px) {
            #kv .kv_wrap .kv_col .kv_col_box .box .card_logo {
              width: 100%;
              margin: 5.20833vw 0 0; } }
      #kv .kv_wrap .kv_col .kv_col_box .kv_img {
        width: 100%;
        height: 0;
        position: relative;
        padding-top: 56.25%;
        overflow: hidden; }
        #kv .kv_wrap .kv_col .kv_col_box .kv_img video {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%; }

/* -----------------------------------------------------
	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 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          margin-bottom: 20px; }
          @media screen and (max-width: 768px) {
            .contact_area .inner .contact_col .contact_link .contact_link_l {
              display: block;
              margin-bottom: 5.20833vw; } }
          .contact_area .inner .contact_col .contact_link .contact_link_l li {
            max-width: 330px;
            width: calc(100% / 2); }
            @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; } }
      .contact_area .inner .contact_col .contact_img {
        max-width: 415px;
        width: 100%; }

/* -----------------------------------------------------
	work
----------------------------------------------------- */
.work .work_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto; }
  .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: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .work .work_inner .work_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .work .work_inner .work_box .work_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: calc(100% / 4 - 20px);
      padding: 15px 0;
      border: 2px solid #33b3eB;
      border-radius: 10px; }
      @media screen and (max-width: 768px) {
        .work .work_inner .work_box .work_item {
          width: calc(100% / 2 - 8px);
          border: 0.78125vw solid #33b3eB;
          padding: 1.30208vw 0 0;
          margin-top: 3.90625vw; } }
      .work .work_inner .work_box .work_item p {
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: .04em;
        line-height: 1.4; }
        @media screen and (max-width: 768px) {
          .work .work_inner .work_box .work_item p {
            font-size: 3.64583vw; } }
        .work .work_inner .work_box .work_item p sup {
          font-size: 70%;
          vertical-align: text-top; }
        .work .work_inner .work_box .work_item p small {
          display: block;
          font-size: 1.1rem; }
          @media screen and (max-width: 768px) {
            .work .work_inner .work_box .work_item p small {
              font-size: 2.73438vw; } }
        .work .work_inner .work_box .work_item p picture {
          margin: 6px 0; }
          @media screen and (max-width: 768px) {
            .work .work_inner .work_box .work_item p picture {
              margin: 0.65104vw 0; }
              .work .work_inner .work_box .work_item p picture img {
                width: 35.67708vw; } }
        .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: 6.51042vw;
              padding: 0 0.65104vw;
              vertical-align: sub; } }
          .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: 9.11458vw; } }
          .work .work_inner .work_box .work_item p span.spacing {
            display: inline-block;
            font-size: 3.4rem;
            letter-spacing: -0.1em;
            padding: 0 5px;
            line-height: 1; }
            @media screen and (max-width: 768px) {
              .work .work_inner .work_box .work_item p span.spacing {
                font-size: 7.03125vw; } }
            .work .work_inner .work_box .work_item p span.spacing b {
              font-size: 5rem; }
              @media screen and (max-width: 768px) {
                .work .work_inner .work_box .work_item p span.spacing b {
                  font-size: 10.41667vw; } }

/* -----------------------------------------------------
	about
----------------------------------------------------- */
#about .about_inner {
  padding: 60px 20px 0; }
  @media screen and (max-width: 768px) {
    #about .about_inner {
      padding: 15.625vw 3.90625vw 1.30208vw; }
      #about .about_inner .local {
        text-align: left; } }
  #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 .text_small {
        text-align: right;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          #about .about_inner .about_bg .about_box .text_small {
            margin: 3.90625vw 0 0;
            text-align: center; } }
      #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;
        position: relative; }
        @media screen and (max-width: 768px) {
          #about .about_inner .about_bg .about_box .col2 {
            display: block; } }
        #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: -6.51042vw; } }
        #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 5.20833vw;
              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: 3.90625vw 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; } }
        #about .about_inner .about_bg .about_box .col2 .col_box .sys .img_box {
          margin-bottom: 20px; }
        #about .about_inner .about_bg .about_box .col2 .col_box .sys .sub_ttl {
          font-size: 2.4rem;
          font-weight: 700;
          margin-bottom: 10px; }
          @media screen and (max-width: 768px) {
            #about .about_inner .about_bg .about_box .col2 .col_box .sys .sub_ttl {
              font-size: 6.25vw;
              margin-bottom: 2.60417vw; } }
        @media screen and (max-width: 768px) {
          #about .about_inner .about_bg .about_box .col2 .col_box .sys .text {
            font-size: 4.16667vw;
            padding: 0 7.8125vw; } }
        #about .about_inner .about_bg .about_box .col2 .col_box .sys sup {
          font-size: 65%;
          vertical-align: text-top; }

/* -----------------------------------------------------
	feature
----------------------------------------------------- */
#feature .feature_inner {
  padding: 60px 0 0; }
  @media screen and (max-width: 768px) {
    #feature .feature_inner {
      padding: 13.02083vw 0 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: 1100px;
    width: 100%;
    margin: 30px auto 0; }
    @media screen and (max-width: 768px) {
      #feature .feature_inner .col3 {
        display: block;
        margin: 0 auto; } }
    #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;
      width: calc(100% / 4 - 25px); }
      @media screen and (max-width: 768px) {
        #feature .feature_inner .col3 li {
          width: 100%; }
          #feature .feature_inner .col3 li + li {
            margin-top: 10.41667vw; }
          #feature .feature_inner .col3 li.item_1 img {
            width: 37.36979vw; }
          #feature .feature_inner .col3 li.item_2 img {
            width: 33.85417vw; }
          #feature .feature_inner .col3 li.item_3 img {
            width: 36.97917vw; }
          #feature .feature_inner .col3 li.item_4 img {
            width: 34.11458vw; } }
      #feature .feature_inner .col3 li .item_text {
        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;
        color: #33b3e8;
        font-weight: 700;
        font-size: 2.0rem;
        line-height: 1.4;
        margin: 15px 0; }
        @media screen and (max-width: 768px) {
          #feature .feature_inner .col3 li .item_text {
            display: block;
            font-size: 5.20833vw;
            margin: 3.90625vw 0; } }
      #feature .feature_inner .col3 li .text {
        text-align: left; }
        @media screen and (max-width: 768px) {
          #feature .feature_inner .col3 li .text {
            padding: 0 5.20833vw; } }

/* -----------------------------------------------------
	introduction
----------------------------------------------------- */
#introductions .inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0; }
  @media screen and (max-width: 768px) {
    #introductions .inner {
      padding: 10.41667vw 0 0; } }
  #introductions .inner .section_ttl {
    font-size: 2.8rem; }
    @media screen and (max-width: 768px) {
      #introductions .inner .section_ttl {
        font-size: 6.77083vw; } }
  #introductions .inner .introd_wrap {
    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;
    background: #fff;
    border-radius: 20px;
    padding: 50px; }
    @media screen and (max-width: 768px) {
      #introductions .inner .introd_wrap {
        display: block;
        padding: 5.20833vw 3.90625vw 6.51042vw; } }
    #introductions .inner .introd_wrap .text_area {
      width: 60%; }
      @media screen and (max-width: 768px) {
        #introductions .inner .introd_wrap .text_area {
          width: 100%; } }
      #introductions .inner .introd_wrap .text_area .ttl_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 20px; }
        @media screen and (max-width: 768px) {
          #introductions .inner .introd_wrap .text_area .ttl_box {
            padding-bottom: 3.25521vw; } }
        #introductions .inner .introd_wrap .text_area .ttl_box .img {
          border-right: 1px solid #dddddd;
          padding: 10px 30px 10px 0; }
          @media screen and (max-width: 768px) {
            #introductions .inner .introd_wrap .text_area .ttl_box .img {
              padding: 3.25521vw 3.90625vw; } }
          #introductions .inner .introd_wrap .text_area .ttl_box .img img {
            width: 120px; }
            @media screen and (max-width: 768px) {
              #introductions .inner .introd_wrap .text_area .ttl_box .img img {
                width: 26.04167vw; } }
        #introductions .inner .introd_wrap .text_area .ttl_box .ttl {
          font-size: 1.8rem;
          font-weight: 700;
          padding-left: 40px;
          text-align: left; }
          @media screen and (max-width: 768px) {
            #introductions .inner .introd_wrap .text_area .ttl_box .ttl {
              font-size: 4.16667vw;
              padding-left: 5.20833vw; } }
      #introductions .inner .introd_wrap .text_area .text {
        text-align: left;
        font-weight: 700;
        margin: 15px 0 30px; }
        @media screen and (max-width: 768px) {
          #introductions .inner .introd_wrap .text_area .text {
            font-size: 3.90625vw;
            margin: 3.90625vw 0 5.20833vw; } }
      #introductions .inner .introd_wrap .text_area .bg {
        border-radius: 10px;
        background: #f1f8fc;
        padding: 15px 20px; }
        @media screen and (max-width: 768px) {
          #introductions .inner .introd_wrap .text_area .bg {
            padding: 3.90625vw 5.46875vw;
            margin-bottom: 7.8125vw; } }
        #introductions .inner .introd_wrap .text_area .bg p {
          text-align: left;
          font-size: 1.5rem;
          font-weight: 400;
          line-height: 1.8; }
          @media screen and (max-width: 768px) {
            #introductions .inner .introd_wrap .text_area .bg p {
              font-size: 3.64583vw; } }
    #introductions .inner .introd_wrap .img_box {
      width: 35.5%; }
      @media screen and (max-width: 768px) {
        #introductions .inner .introd_wrap .img_box {
          width: 100%; } }
      #introductions .inner .introd_wrap .img_box .text {
        margin-top: 6px; }
        @media screen and (max-width: 768px) {
          #introductions .inner .introd_wrap .img_box .text {
            margin-top: 1.30208vw; } }

#performer .per_inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 0; }
  @media screen and (max-width: 768px) {
    #performer .per_inner {
      padding: 15.625vw 3.90625vw 1.30208vw; } }
  #performer .per_inner .section_ttl {
    font-size: 2.8rem; }
    @media screen and (max-width: 768px) {
      #performer .per_inner .section_ttl {
        font-size: 6.77083vw; } }
  #performer .per_inner ul {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      #performer .per_inner ul {
        margin-top: 3.90625vw; } }
    #performer .per_inner ul li {
      text-align: left;
      font-size: 1.2rem; }
      @media screen and (max-width: 768px) {
        #performer .per_inner ul li {
          font-size: 3.25521vw;
          padding-left: 1em;
          text-indent: -1em; } }
      #performer .per_inner ul li + li {
        margin-top: 6px; }

#performer .table_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2em 0 0; }
  @media screen and (max-width: 768px) {
    #performer .table_wrapper {
      display: none; } }
  #performer .table_wrapper .box {
    width: 39%;
    position: relative; }
    #performer .table_wrapper .box:first-child {
      border-radius: 10px 0 0 0;
      overflow: hidden; }
    #performer .table_wrapper .box:last-child {
      border-radius: 0 10px 0 0;
      overflow: hidden; }
    #performer .table_wrapper .box:nth-of-type(n+2) {
      width: 30%; }
    #performer .table_wrapper .box:nth-child(2) {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
      border-left: 2px solid #30b4e9;
      border-right: 2px solid #30b4e9;
      z-index: 1; }
      #performer .table_wrapper .box:nth-child(2)::before {
        content: "";
        display: block;
        width: 100%;
        height: 2em;
        background: #30b4e9;
        border-left: 2px solid #30b4e9;
        border-right: 2px solid #30b4e9;
        border-bottom: 2px solid #30b4e9;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -2em;
        border-radius: 12px 12px 0 0;
        -webkit-box-shadow: -5pxpx 10px 10px 0px rgba(0, 0, 0, 0.16);
        box-shadow: -5pxpx 10px 10px 0px rgba(0, 0, 0, 0.16); }
      #performer .table_wrapper .box:nth-child(2)::after {
        content: "";
        display: block;
        width: 100%;
        height: 2em;
        background: #ddf3ff;
        border-left: 2px solid #30b4e9;
        border-right: 2px solid #30b4e9;
        border-bottom: 2px solid #30b4e9;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -2em;
        border-radius: 0 0 12px 12px;
        -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.16); }
  #performer .table_wrapper table {
    width: 100%;
    height: 100%; }
    #performer .table_wrapper table.table1 td {
      height: 4.4em; }
      #performer .table_wrapper table.table1 td.he {
        height: 8.2em; }
      #performer .table_wrapper table.table1 td.blue_bg_s {
        background: #f1f8fc; }
    #performer .table_wrapper table.table2 th, #performer .table_wrapper table.table2 td {
      text-align: center;
      color: #30b4e9; }
    #performer .table_wrapper table.table2 th {
      background: #30b4e9; }
    #performer .table_wrapper table.table2 td.blue_bg {
      background: #ddf3ff;
      font-weight: 700; }
      #performer .table_wrapper table.table2 td.blue_bg span {
        font-size: 2.5rem; }
    #performer .table_wrapper table.table3 th, #performer .table_wrapper table.table3 td {
      text-align: center; }
    #performer .table_wrapper table tr:first-child {
      background: #e2e2e2; }
      #performer .table_wrapper table tr:first-child th {
        height: 3em;
        vertical-align: middle;
        font-size: 1.4rem; }
    #performer .table_wrapper table tr:not(:first-child) th {
      text-align: left;
      vertical-align: middle;
      padding: 12px 0 12px 20px;
      -webkit-box-shadow: none;
      box-shadow: none; }
    #performer .table_wrapper table tr:nth-of-type(n+2) {
      background: #ececec; }
    #performer .table_wrapper table tr:last-of-type td {
      border-bottom: 1px solid #000; }
    #performer .table_wrapper table tr th, #performer .table_wrapper table tr td {
      height: 4em;
      font-size: 1.4rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #performer .table_wrapper table tr th {
      border-bottom: 1px solid #000; }
      #performer .table_wrapper table tr th.blue_bg {
        background: #ddf3ff; }
    #performer .table_wrapper table tr td {
      text-align: left;
      font-size: 1.3rem;
      padding: 10px 10px;
      background: #fff;
      vertical-align: middle;
      border-top: 1px solid #dddddd; }
      #performer .table_wrapper table tr td.he {
        border-bottom: 1px solid #000; }
        #performer .table_wrapper table tr td.he span {
          display: inline-block;
          text-align: left; }
      #performer .table_wrapper table tr td.blue_bg {
        background: #f1f8fc;
        font-weight: 700; }
        #performer .table_wrapper table tr td.blue_bg span {
          font-size: 2.5rem; }

.sp_wrapper {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp_wrapper {
      display: block; } }
  .sp_wrapper .item_wrap + .item_wrap {
    margin-top: 7.8125vw; }
  .sp_wrapper .item_wrap .item {
    border-radius: 10px 10px 0 0;
    overflow: hidden; }
    .sp_wrapper .item_wrap .item h3 {
      color: #fff;
      font-size: 5.20833vw;
      padding: 2.60417vw 0;
      background: #7c7c7c;
      line-height: 1.6; }
      .sp_wrapper .item_wrap .item h3 span {
        display: block;
        font-size: 3.64583vw; }
    .sp_wrapper .item_wrap .item p {
      font-size: 3.90625vw;
      background: #d7d7d7;
      padding: 1.95313vw 0; }
    .sp_wrapper .item_wrap .item dl {
      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;
      padding: 2.86458vw 2.60417vw;
      background: #fff;
      text-align: left; }
      .sp_wrapper .item_wrap .item dl.color_bl {
        color: #33b3e8;
        border-bottom: 1px solid #dddddd; }
      .sp_wrapper .item_wrap .item dl.color_bk {
        border-bottom: 1px solid #b9b9b9; }
      .sp_wrapper .item_wrap .item dl dt {
        width: 43%;
        font-size: 3.77604vw; }
      .sp_wrapper .item_wrap .item dl dd {
        width: 53%;
        font-size: 5.46875vw;
        font-weight: 700; }
        .sp_wrapper .item_wrap .item dl dd span {
          font-size: 4.16667vw; }
          .sp_wrapper .item_wrap .item dl dd span.indt {
            display: block;
            font-size: 3.64583vw;
            padding-left: 1em;
            text-indent: -1em;
            margin-top: 0.52083vw; }
        .sp_wrapper .item_wrap .item dl dd.nomal {
          font-weight: 500;
          font-size: 4.16667vw; }

/* -----------------------------------------------------
	function
----------------------------------------------------- */
@media screen and (max-width: 768px) {
  #function .variety_wrap .section_ttl {
    font-size: 6.51042vw; } }

#function .function_inner {
  padding: 60px 20px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #function .function_inner {
      padding: 13.02083vw 4.94792vw; } }
  #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: -12em;
    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; }
    @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: 7.03125vw;
          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; }
      #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; } }

/* -----------------------------------------------------
	tab area PC
----------------------------------------------------- */
#variety {
  max-width: 1108px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 80px;
  /* ページャー */ }
  #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 0;
  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: 42%;
  margin-right: 30px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: left; }

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

/* -----------------------------------------------------
	introduction
----------------------------------------------------- */
#introduction .introduction_inner {
  padding: 0 20px 60px; }
  @media screen and (max-width: 768px) {
    #introduction .introduction_inner {
      padding: 7.8125vw 5.20833vw 15.625vw; } }
  #introduction .introduction_inner .introduction_wrap {
    background: #f8f8f8;
    padding: 60px 20px 80px;
    border-radius: 10px; }
    @media screen and (max-width: 768px) {
      #introduction .introduction_inner .introduction_wrap {
        padding: 10.41667vw 5.20833vw; } }
    #introduction .introduction_inner .introduction_wrap .section_ttl {
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        #introduction .introduction_inner .introduction_wrap .section_ttl {
          margin-bottom: 7.8125vw; }
          #introduction .introduction_inner .introduction_wrap .section_ttl img {
            width: 57.29167vw; } }
    #introduction .introduction_inner .introduction_wrap .text {
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        #introduction .introduction_inner .introduction_wrap .text {
          font-size: 4.16667vw;
          margin-bottom: 5.20833vw; } }
    #introduction .introduction_inner .introduction_wrap .txt {
      font-size: 2.0rem;
      font-weight: 700;
      color: #33b3e8;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        #introduction .introduction_inner .introduction_wrap .txt {
          font-size: 4.6875vw; } }
    #introduction .introduction_inner .introduction_wrap .introduction_slider {
      max-width: 1108px;
      width: 100%;
      margin: 0 auto; }
      @media screen and (min-width: 769px) {
        #introduction .introduction_inner .introduction_wrap .introduction_slider {
          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) {
        #introduction .introduction_inner .introduction_wrap .introduction_slider {
          width: 100vw;
          margin: 0 calc(50% - 50vw); } }
      #introduction .introduction_inner .introduction_wrap .introduction_slider .slick-prev,
      #introduction .introduction_inner .introduction_wrap .introduction_slider .slick-next {
        z-index: 2; }
      #introduction .introduction_inner .introduction_wrap .introduction_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; }
      #introduction .introduction_inner .introduction_wrap .introduction_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; }
      #introduction .introduction_inner .introduction_wrap .introduction_slider li {
        width: calc(100% / 3 - 20px);
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
        border-radius: 10px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          #introduction .introduction_inner .introduction_wrap .introduction_slider li {
            margin: 0 3.90625vw; } }

/* -----------------------------------------------------
	support
----------------------------------------------------- */
#support .support_inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #e8eaed;
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    #support .support_inner {
      width: 90%;
      padding: 13.02083vw 0; } }
  #support .support_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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
    padding: 0 40px; }
    @media screen and (max-width: 768px) {
      #support .support_inner .col3 {
        display: block;
        padding: 0 0; } }
    #support .support_inner .col3 li {
      width: calc(100% / 4 - 6px); }
      @media screen and (max-width: 768px) {
        #support .support_inner .col3 li {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        #support .support_inner .col3 li + li {
          margin-top: 7.8125vw; } }
      @media screen and (min-width: 769px) {
        #support .support_inner .col3 li:not(:last-child) .img_box img {
          width: 90%; } }
      #support .support_inner .col3 li .img_box {
        height: 245px; }
        @media screen and (max-width: 768px) {
          #support .support_inner .col3 li .img_box {
            height: auto;
            padding: 0 7.8125vw;
            margin-bottom: 5.20833vw; } }
      #support .support_inner .col3 li .txt {
        font-size: 2.0rem;
        font-weight: 700;
        color: #33b3e8;
        line-height: 1.6;
        letter-spacing: .04em; }
        @media screen and (max-width: 768px) {
          #support .support_inner .col3 li .txt {
            font-size: 5.20833vw; } }

/* -----------------------------------------------------
	form
----------------------------------------------------- */
#form .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 80px 100px; }
  @media screen and (max-width: 768px) {
    #form .inner {
      padding: 13.02083vw 0 3.90625vw; } }
  #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; } }
