@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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    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: 7.8125vw; } }
    #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: 7.8125vw; } }
        #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; }
          #kv .kv_wrap .kv_col .kv_col_box .box .link_col a {
            max-width: 100%; }
      #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; } }

.loop_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120vw;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .loop_wrap {
      width: 440vw; } }
  .loop_wrap img {
    width: auto; }
    .loop_wrap img:first-child {
      -webkit-animation: loop 50s -25s linear infinite;
      animation: loop 50s -25s linear infinite; }
    .loop_wrap img:last-child {
      -webkit-animation: loop2 50s linear infinite;
      animation: loop2 50s linear infinite; }

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

/* -----------------------------------------------------
	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; } }
          .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; } }
      .contact_area .inner .contact_col .contact_img {
        max-width: 415px;
        width: 100%; }

/* -----------------------------------------------------
	about
----------------------------------------------------- */
#about .about_inner {
  padding: 60px 20px 0; }
  @media screen and (max-width: 768px) {
    #about .about_inner {
      padding: 13.02083vw 3.90625vw 1.30208vw; } }
  #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: -15em; }
      @media screen and (max-width: 768px) {
        #about .about_inner .about_bg .about_box {
          position: static;
          padding: 10.41667vw 0; } }

/* -----------------------------------------------------
	feature
----------------------------------------------------- */
#feature .feature_inner {
  padding: 60px 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: 720px;
    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;
      width: calc(100% / 3); }
      @media screen and (max-width: 768px) {
        #feature .feature_inner .col3 li {
          width: 100%;
          margin-top: 10.41667vw; }
          #feature .feature_inner .col3 li:nth-child(1) img {
            width: 33.85417vw; }
          #feature .feature_inner .col3 li:nth-child(2) img {
            width: 26.30208vw; }
          #feature .feature_inner .col3 li:nth-child(3) img {
            width: 30.72917vw; } }
      #feature .feature_inner .col3 li p {
        color: #33b3e8;
        margin-top: 25px; }
        @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: 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 span {
        color: #33b3e8; }
    #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: 30px 95px 30px 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: 30px 63px 30px 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;
    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 .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; } }

/* -----------------------------------------------------
	voice
----------------------------------------------------- */
#voice {
  background: #f1f8fc; }
  #voice .voice_inner {
    padding: 60px 0 80px; }
    @media screen and (max-width: 768px) {
      #voice .voice_inner {
        padding: 13.02083vw 0; } }
    #voice .voice_inner .voice_wrap {
      max-width: 1110px;
      width: 96%;
      margin: 0 auto; }
      #voice .voice_inner .voice_wrap .slick-prev,
      #voice .voice_inner .voice_wrap .slick-next {
        z-index: 2; }
      #voice .voice_inner .voice_wrap .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; }
      #voice .voice_inner .voice_wrap .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; }
      #voice .voice_inner .voice_wrap .voice_slider {
        padding: 50px 0 0; }
        @media screen and (min-width: 769px) {
          #voice .voice_inner .voice_wrap .voice_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) {
          #voice .voice_inner .voice_wrap .voice_slider {
            padding: 13.02083vw 0 0; } }
        #voice .voice_inner .voice_wrap .voice_slider .slick-list {
          overflow: visible; }
        #voice .voice_inner .voice_wrap .voice_slider .lists {
          display: block;
          position: relative;
          border-radius: 0 10px 10px 10px;
          background: #fff;
          width: calc(100% / 3 - 20px);
          -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) {
            #voice .voice_inner .voice_wrap .voice_slider .lists {
              margin: 0 1.82292vw; } }
          @media (hover: hover) and (pointer: fine) {
            #voice .voice_inner .voice_wrap .voice_slider .lists:hover {
              -webkit-transform: scale(0.9);
              -ms-transform: scale(0.9);
              transform: scale(0.9); } }
          #voice .voice_inner .voice_wrap .voice_slider .lists .ttl_area {
            position: absolute;
            top: -39px;
            left: 0;
            font-size: 1.8rem;
            color: #fff;
            letter-spacing: .06em;
            background: #2990d0;
            height: 40px;
            padding: 0 20px;
            border-radius: 10px 10px 0 0;
            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; }
            @media screen and (max-width: 768px) {
              #voice .voice_inner .voice_wrap .voice_slider .lists .ttl_area {
                font-size: 4.6875vw;
                padding: 0 5.20833vw; } }
          #voice .voice_inner .voice_wrap .voice_slider .lists .ofi_img {
            border-radius: 10px 10px 0 0;
            overflow: hidden; }
          #voice .voice_inner .voice_wrap .voice_slider .lists .txt_area {
            text-align: left;
            padding: 30px 30px 40px;
            border-radius: 0 0 10px 10px; }
            @media screen and (max-width: 768px) {
              #voice .voice_inner .voice_wrap .voice_slider .lists .txt_area {
                padding: 5.20833vw 5.20833vw 1.30208vw; } }
            #voice .voice_inner .voice_wrap .voice_slider .lists .txt_area .affiliation {
              font-size: 1.5rem;
              font-weight: 700;
              color: #33b3e8;
              margin-bottom: 15px; }
              @media screen and (max-width: 768px) {
                #voice .voice_inner .voice_wrap .voice_slider .lists .txt_area .affiliation {
                  margin-bottom: 2.86458vw; } }
            @media screen and (max-width: 768px) {
              #voice .voice_inner .voice_wrap .voice_slider .lists .txt_area .text {
                height: 31.25vw; } }

/* -----------------------------------------------------
	support
----------------------------------------------------- */
#support .support_inner {
  max-width: 1108px;
  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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 40px;
    padding: 0 40px; }
    @media screen and (max-width: 768px) {
      #support .support_inner .col3 {
        display: block;
        padding: 0 0; } }
    @media screen and (max-width: 768px) {
      #support .support_inner .col3 li + li {
        margin-top: 10.41667vw; } }
    #support .support_inner .col3 li .img_box {
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        #support .support_inner .col3 li .img_box {
          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; } }
