/* line 4, service.scss */
.service-top {
  margin-bottom: 110px; }
  @media screen and (max-width: 800px) {
    /* line 4, service.scss */
    .service-top {
      margin-bottom: 55px; } }
  /* line 9, service.scss */
  .service-top h2 {
    display: block;
    color: #6CA5D9;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    border: none;
    padding-bottom: 0;
    margin-bottom: 25px; }
    @media screen and (max-width: 800px) {
      /* line 9, service.scss */
      .service-top h2 {
        font-size: 18px;
        margin-bottom: 10px; } }

/* line 28, service.scss */
.support h2 {
  display: block;
  font-size: 28px;
  text-align: center;
  border: none;
  padding-bottom: 0;
  margin-bottom: 25px; }
  @media screen and (max-width: 800px) {
    /* line 28, service.scss */
    .support h2 {
      font-size: 18px;
      margin-bottom: 45px; } }
/* line 40, service.scss */
.support .cap {
  margin-bottom: 130px; }
  @media screen and (max-width: 800px) {
    /* line 40, service.scss */
    .support .cap {
      margin-bottom: 70px; } }

/* line 48, service.scss */
.flow-content {
  position: relative;
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  padding-bottom: 145px; }
  @media screen and (max-width: 800px) {
    /* line 48, service.scss */
    .flow-content {
      padding: 35px 0 0; } }
  /* line 57, service.scss */
  .flow-content::before, .flow-content::after {
    position: absolute;
    content: "";
    background-color: #6CA5D9;
    pointer-events: none;
    z-index: 0; }
  /* line 65, service.scss */
  .flow-content::before {
    top: 0;
    left: 60px;
    width: 1px;
    height: 100%; }
    @media screen and (max-width: 800px) {
      /* line 65, service.scss */
      .flow-content::before {
        left: 10px; } }
  /* line 74, service.scss */
  .flow-content::after {
    position: absolute;
    left: 50px;
    bottom: 0;
    width: 22px;
    height: 18px;
    clip-path: polygon(50% 100%, 0 0, 100% 0); }
    @media screen and (max-width: 800px) {
      /* line 74, service.scss */
      .flow-content::after {
        left: 0px; } }
  /* line 85, service.scss */
  .flow-content h3 {
    position: absolute;
    left: 0;
    top: -35px;
    color: #6CA5D9;
    font-size: 20px;
    margin: 0; }
  /* line 93, service.scss */
  .flow-content .flow {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 145px;
    padding-top: 30px;
    display: flex; }
    @media screen and (max-width: 800px) {
      /* line 93, service.scss */
      .flow-content .flow {
        display: block;
        padding: 0 0 0 6px;
        margin-bottom: 35px;
        overflow: hidden; } }
    /* line 106, service.scss */
    .flow-content .flow::after {
      position: absolute;
      bottom: -18px;
      left: 50px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      content: "";
      background-color: #6CA5D9;
      pointer-events: none;
      z-index: 0; }
      @media screen and (max-width: 800px) {
        /* line 106, service.scss */
        .flow-content .flow::after {
          left: 0;
          bottom: auto;
          top: 105px; } }
    /* line 123, service.scss */
    .flow-content .flow .l-flow {
      position: relative;
      width: 334px;
      margin: 0 0 0 50px;
      overflow: hidden; }
      @media screen and (max-width: 800px) {
        /* line 123, service.scss */
        .flow-content .flow .l-flow {
          width: 100%;
          margin: 0 0 0 auto;
          overflow: visible; } }
      /* line 133, service.scss */
      .flow-content .flow .l-flow::before {
        position: absolute;
        left: 17px;
        bottom: -1px;
        rotate: -45deg;
        transform-origin: left bottom;
        width: 100%;
        height: 1px;
        content: "";
        background-color: #6CA5D9;
        pointer-events: none;
        z-index: 0; }
        @media screen and (max-width: 800px) {
          /* line 133, service.scss */
          .flow-content .flow .l-flow::before {
            left: 0;
            top: 115px;
            bottom: auto;
            transform-origin: left top;
            overflow: hidden; } }
      /* line 153, service.scss */
      .flow-content .flow .l-flow h4 {
        position: relative;
        width: calc(100% - 12px);
        color: #6CA5D9;
        font-size: 20px;
        background-color: #FFFFFF;
        text-align: right;
        white-space: nowrap;
        margin: 0 0 5px auto;
        padding-bottom: 4px; }
        @media screen and (max-width: 800px) {
          /* line 153, service.scss */
          .flow-content .flow .l-flow h4 {
            width: calc(100% - 85px);
            font-size: 18px; } }
        /* line 167, service.scss */
        .flow-content .flow .l-flow h4::after {
          position: absolute;
          right: 0;
          bottom: 0;
          width: calc(100% - 88px);
          height: 1px;
          content: "";
          background-color: #6CA5D9; }
          @media screen and (max-width: 800px) {
            /* line 167, service.scss */
            .flow-content .flow .l-flow h4::after {
              width: calc(100% - 1px); } }
      /* line 181, service.scss */
      .flow-content .flow .l-flow p {
        font-size: 12px;
        line-height: 1.5;
        text-align: right;
        margin: 0; }
        @media screen and (max-width: 800px) {
          /* line 181, service.scss */
          .flow-content .flow .l-flow p {
            margin-bottom: 16px; } }
    /* line 191, service.scss */
    .flow-content .flow .flow-img {
      position: absolute;
      left: 50%;
      z-index: 0; }
      @media screen and (max-width: 800px) {
        /* line 191, service.scss */
        .flow-content .flow .flow-img {
          position: relative;
          left: auto; } }
      /* line 199, service.scss */
      .flow-content .flow .flow-img.fi01 {
        top: -32px;
        translate: 7% 0;
        width: 33.1%; }
        @media screen and (max-width: 800px) {
          /* line 199, service.scss */
          .flow-content .flow .flow-img.fi01 {
            top: auto;
            translate: 0 0;
            width: 174px;
            margin: 0 5px 0 auto; } }
      /* line 210, service.scss */
      .flow-content .flow .flow-img.fi02 {
        top: -75px;
        translate: 16% 0;
        width: 41%; }
        @media screen and (max-width: 800px) {
          /* line 210, service.scss */
          .flow-content .flow .flow-img.fi02 {
            top: auto;
            translate: 0 0;
            width: 204px;
            margin: 0 5px 0 auto; } }
      /* line 221, service.scss */
      .flow-content .flow .flow-img.fi03 {
        top: -65px;
        translate: 20% 0;
        width: 32.2%; }
        @media screen and (max-width: 800px) {
          /* line 221, service.scss */
          .flow-content .flow .flow-img.fi03 {
            top: auto;
            translate: 0 0;
            width: 185px;
            margin: 0 12px 0 auto; } }
      /* line 232, service.scss */
      .flow-content .flow .flow-img.fi04 {
        top: -38px;
        translate: 7% 0;
        width: 31.5%; }
        @media screen and (max-width: 800px) {
          /* line 232, service.scss */
          .flow-content .flow .flow-img.fi04 {
            top: auto;
            translate: 0 0;
            width: 170px;
            margin: 0 20px 0 auto; } }
      /* line 243, service.scss */
      .flow-content .flow .flow-img.fi05 {
        top: -102px;
        translate: 37% 0;
        width: 36.4%; }
        @media screen and (max-width: 800px) {
          /* line 243, service.scss */
          .flow-content .flow .flow-img.fi05 {
            top: auto;
            translate: 0 0;
            width: 173px;
            margin: 0 15px 0 auto; } }
      /* line 254, service.scss */
      .flow-content .flow .flow-img.fi06 {
        top: -86px;
        translate: 9.5% 0;
        width: 42.9%; }
        @media screen and (max-width: 800px) {
          /* line 254, service.scss */
          .flow-content .flow .flow-img.fi06 {
            top: auto;
            translate: 0 0;
            width: 194px;
            margin: 0 5px 0 auto; } }
      /* line 265, service.scss */
      .flow-content .flow .flow-img.fi07 {
        top: -70px;
        translate: 53% 0;
        width: 31.1%; }
        @media screen and (max-width: 800px) {
          /* line 265, service.scss */
          .flow-content .flow .flow-img.fi07 {
            top: auto;
            translate: 0 0;
            width: 147px;
            margin: 0 25px 0 auto; } }
      /* line 276, service.scss */
      .flow-content .flow .flow-img.fi08 {
        top: 30px;
        translate: 5% 0;
        width: 45.3%; }
        @media screen and (max-width: 800px) {
          /* line 276, service.scss */
          .flow-content .flow .flow-img.fi08 {
            top: auto;
            translate: 0 0;
            width: 171px;
            margin: 0 25px 0 auto; } }
      /* line 287, service.scss */
      .flow-content .flow .flow-img.fi09 {
        top: 8px;
        translate: 9% 0;
        width: 44.5%; }
        @media screen and (max-width: 800px) {
          /* line 287, service.scss */
          .flow-content .flow .flow-img.fi09 {
            top: auto;
            translate: 0 0;
            width: 198px;
            margin: 0 5px 0 auto; } }
      /* line 298, service.scss */
      .flow-content .flow .flow-img.fi10 {
        top: 57px;
        translate: 6% 0;
        width: 33.6%; }
        @media screen and (max-width: 800px) {
          /* line 298, service.scss */
          .flow-content .flow .flow-img.fi10 {
            top: auto;
            translate: 0 0;
            width: 182px;
            margin: 0 25px 0 auto; } }
      /* line 309, service.scss */
      .flow-content .flow .flow-img.fi11 {
        top: 7px;
        translate: 21% 0;
        width: 39%; }
        @media screen and (max-width: 800px) {
          /* line 309, service.scss */
          .flow-content .flow .flow-img.fi11 {
            top: auto;
            translate: 0 0;
            width: 202px;
            margin: 0 10px 0 auto; } }
      /* line 320, service.scss */
      .flow-content .flow .flow-img.fi12 {
        top: -2px;
        translate: 7% 0;
        width: 35.1%; }
        @media screen and (max-width: 800px) {
          /* line 320, service.scss */
          .flow-content .flow .flow-img.fi12 {
            top: auto;
            translate: 0 0;
            width: 178px;
            margin: 0 30px 0 auto; } }
      /* line 331, service.scss */
      .flow-content .flow .flow-img.fi13 {
        top: -15px;
        translate: 69% 0;
        width: 28.2%; }
        @media screen and (max-width: 800px) {
          /* line 331, service.scss */
          .flow-content .flow .flow-img.fi13 {
            top: auto;
            translate: 0 0;
            width: 138px;
            margin: 0 40px 0 auto; } }
      /* line 342, service.scss */
      .flow-content .flow .flow-img.fi14 {
        top: -65px;
        translate: 3% 0;
        width: 27.5%; }
        @media screen and (max-width: 800px) {
          /* line 342, service.scss */
          .flow-content .flow .flow-img.fi14 {
            top: auto;
            translate: 0 0;
            width: 135px;
            margin: 0 45px 0 auto; } }
      /* line 353, service.scss */
      .flow-content .flow .flow-img.fi15 {
        top: -33px;
        translate: 25% 0;
        width: 34.6%; }
        @media screen and (max-width: 800px) {
          /* line 353, service.scss */
          .flow-content .flow .flow-img.fi15 {
            top: auto;
            translate: 0 0;
            width: 193px;
            margin: 0 10px 0 auto; } }
  /* line 366, service.scss */
  .flow-content .flow-end {
    display: none; }
    @media screen and (max-width: 800px) {
      /* line 366, service.scss */
      .flow-content .flow-end {
        display: block;
        width: 100%;
        padding-left: 55px; } }
    @media screen and (max-width: 800px) {
      /* line 373, service.scss */
      .flow-content .flow-end h4 {
        color: #6CA5D9;
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 10px; } }
    @media screen and (max-width: 800px) {
      /* line 381, service.scss */
      .flow-content .flow-end .consultation-img {
        width: 100%;
        max-width: 183px; } }

/* line 391, service.scss */
.flow-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 870px;
  margin: -15px auto 0; }
  @media screen and (max-width: 800px) {
    /* line 391, service.scss */
    .flow-bottom {
      display: block;
      margin: 15px 0 0; } }
  /* line 401, service.scss */
  .flow-bottom h3 {
    color: #6CA5D9;
    font-size: 20px;
    text-align: center;
    margin: 0 0 0 -50px; }
    @media screen and (max-width: 800px) {
      /* line 401, service.scss */
      .flow-bottom h3 {
        display: none; } }
  /* line 410, service.scss */
  .flow-bottom .consultation {
    position: relative;
    display: flex;
    align-items: center;
    width: 70.8%;
    translate: -3% -40%; }
    @media screen and (max-width: 800px) {
      /* line 410, service.scss */
      .flow-bottom .consultation {
        display: block;
        width: 100%;
        translate: 0 0; } }
    /* line 421, service.scss */
    .flow-bottom .consultation h4 {
      position: relative;
      width: 59.6%;
      margin: 0;
      z-index: 0; }
      /* line 426, service.scss */
      .flow-bottom .consultation h4 a {
        display: block;
        width: 100%;
        color: #6CA5D9;
        font-size: 20px;
        text-decoration: none;
        text-align: center;
        padding: 26px 0;
        border: 1px solid #6CA5D9;
        transition: color 0.3s ease-out,background-color 0.3s ease-out; }
        @media screen and (min-width: 800px) {
          /* line 437, service.scss */
          .flow-bottom .consultation h4 a:hover {
            color: #FFFFFF;
            background-color: #6CA5D9; } }
        @media screen and (max-width: 800px) {
          /* line 426, service.scss */
          .flow-bottom .consultation h4 a {
            width: 100%; } }
    /* line 447, service.scss */
    .flow-bottom .consultation .consultation-img {
      position: absolute;
      right: -35px;
      top: -80px;
      width: 43.2%;
      z-index: 1; }
      @media screen and (max-width: 800px) {
        /* line 447, service.scss */
        .flow-bottom .consultation .consultation-img {
          display: none; } }

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