.test1 {
  background-color: black;
  width: 41.6666666667vw;
  max-width: 500px;
  padding: 1.6666666667vw 2.5vw;
  height: calc(100% - 3.3333333333vw); }

.video_link_box {
  /*margin: 5vw auto;*/
  margin: 35px auto 120px auto;
  width: 35.8333333333vw;
  max-width: 430px;
  height: 5.3333333333vw;
  max-height: 64px;
  border-radius: 0.7vw;
  background-color: #ffd440;
  position: relative; }
  @media screen and (max-width: 1080px) {
    .video_link_box {
      max-width: none; } }
  .video_link_box a p {
    font-size: 1.6666666667vw;
    line-height: 3.2;
    letter-spacing: 0.1em;
    width: 100%;
    color: #000;
    position: relative;
    z-index: 20; }
    @media screen and (min-width: 1200px) {
      .video_link_box a p {
        font-size: 20px; } }
  .video_link_box a .check_img {
    max-width: 9.6px;
    width: 0.6vw;
    max-height: 12.68px;
    height: 0.79vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%; }
    .video_link_box a .check_img img {
      width: 100%;
      height: 100%; }

.img_mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: linear-gradient(90deg, #000, rgba(255, 255, 255, 0)); }

.business_kv {
  width: 100vw;
  height: 38.75vw;
  max-height: none;
  position: relative; }
  .business_kv .slick-list {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .business_kv .slick-list .slick-track {
      width: 100%;
      height: 100%; }
      .business_kv .slick-list .slick-track img {
        width: 100%;
        height: 100%;
        z-index: 1;
        object-fit: cover; }
  .business_kv .pc_image {
    width: 100%;
    height: 100%; }
  .business_kv .blue_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 46.25vw;
    max-width: none;
    z-index: 3; }
    .business_kv .blue_img img {
      width: 100%;
      height: 100%; }
  .business_kv .blue_img_right {
    right: -1.5%;
    left: auto; }
  .business_kv .text_box {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 9.38vw);
    width: calc(100% - 12.5vw);
    z-index: 4;
    display: flex;
    justify-content: space-between;
    padding: 4.6875vw 6.25vw; }
    .business_kv .text_box .kv_title {
      color: #ffffff; }
      .business_kv .text_box .kv_title .bold_title {
        font-size: 4.0625vw;
        line-height: 1.4769230769;
        font-weight: bold; }
        .business_kv .text_box .kv_title .bold_title .num1 {
          font-family: Roboto Condensed;
          font-size: 5.25vw;
          line-height: 0.4166666667;
          vertical-align: -10%;
          margin-left: 5px; }
        .business_kv .text_box .kv_title .bold_title .business_bottom {
          display: inline-block;
          border-bottom: #ffffff solid 0.43vw; }
      .business_kv .text_box .kv_title .sub_title {
        font-size: 1.1875vw;
        line-height: 2.1578947368;
        letter-spacing: 0.1em;
        padding: 1.875vw 0vw 2.5vw 0vw; }
    .business_kv .text_box .kv_content .appeal_box {
      padding: 12.5vw 0vw 0vw 0vw;
      width: 23.75vw;
      max-width: none; }
      .business_kv .text_box .kv_content .appeal_box ul {
        display: flex;
        position: relative;
        padding: 5px 0; }
        .business_kv .text_box .kv_content .appeal_box ul .appeal_icon {
          width: 5vw;
          height: 5vw;
          border-radius: 50%;
          border: solid 0.125vw white; }
          .business_kv .text_box .kv_content .appeal_box ul .appeal_icon .appeal_icon_text {
            font-size: 1.25vw;
            line-height: 1.3;
            letter-spacing: 0.193em;
            margin: 0.8125vw 0vw 0vw 0vw;
            color: #ffffff;
            font-weight: bold;
            text-align: center; }
            .business_kv .text_box .kv_content .appeal_box ul .appeal_icon .appeal_icon_text span {
              letter-spacing: 0.02em; }
        .business_kv .text_box .kv_content .appeal_box ul .appeal_text {
          font-size: 1.375vw;
          line-height: 1.5454545455;
          letter-spacing: 0.1em;
          font-weight: 400;
          margin: 0vw 0.4375vw 0vw 0.4375vw;
          vertical-align: middle;
          color: #ffffff;
          position: absolute;
          left: calc(5vw + 10px); }
        .business_kv .text_box .kv_content .appeal_box ul .text {
          line-height: 3.1818181818; }
        .business_kv .text_box .kv_content .appeal_box ul .appeal_num {
          font-size: 2.4375vw;
          letter-spacing: 0em;
          font-weight: bold;
          color: #ffd440;
          font-family: Roboto Condensed;
          position: absolute;
          right: 0; }
          .business_kv .text_box .kv_content .appeal_box ul .appeal_num .appeal_num_bold {
            font-size: 5vw;
            letter-spacing: 0em;
            vertical-align: bottom; }
      .business_kv .text_box .kv_content .appeal_box .mintext {
        font-size: 0.75vw;
        text-align: right;
        color: #ffffff; }
      .business_kv .text_box .kv_content .appeal_box .bottom_text {
        font-size: 1.5vw;
        line-height: 1.5833333333;
        padding: 1.25vw 0vw 0vw 0vw;
        font-weight: 400;
        text-align: right;
        color: #ffffff; }

.faq .contents_block ul .content .answer .number {
  color: #009fe8; }

.reason {
  padding: 3.4166666667vw 0vw 0vw 0vw; }
  @media screen and (min-width: 1200px) {
    .reason {
      padding: 41px 0px 0px 0px; } }
  .reason .contents_block {
    max-width: 1200px;
    margin: 0 auto;
    opacity: 0; }
    .reason .contents_block ul {
      display: flex;
      /*@include vwMarginChangeAutoMax(45, $pcWidth);*/
      margin: 45px auto;
      justify-content: space-between; }
      .reason .contents_block ul .content {
        width: 28.75vw;
        max-width: 345px; }
        .reason .contents_block ul .content .image_area {
          width: 6.6666666667vw;
          max-width: 80px;
          height: 6.6666666667vw;
          max-height: 80px;
          padding: 0vw 0vw 0vw 1.8333333333vw; }
          @media screen and (min-width: 1200px) {
            .reason .contents_block ul .content .image_area {
              padding: 0px 0px 0px 22px; } }
          .reason .contents_block ul .content .image_area img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .reason .contents_block ul .content .text_area .text_main {
          font-size: 1.6666666667vw;
          line-height: 1.35;
          letter-spacing: 0.06em;
          padding: 0vw 0vw 0vw 1.8333333333vw;
          font-weight: bold;
          color: #009fe8; }
          @media screen and (min-width: 1200px) {
            .reason .contents_block ul .content .text_area .text_main {
              font-size: 20px; } }
          @media screen and (min-width: 1200px) {
            .reason .contents_block ul .content .text_area .text_main {
              padding: 0px 0px 0px 22px; } }
  .reason .check_box {
    width: 83.3333333333vw;
    max-width: 1000px;
    height: 8.8333333333vw;
    max-height: 106px;
    padding: 2.0833333333vw 1.8333333333vw 2.0833333333vw 1.8333333333vw;
    width: calc(100% - 5vw);
    height: calc(106% - 3.6666666667vw);
    justify-content: space-between;
    border: 1px solid #707070; }
    @media screen and (min-width: 1200px) {
      .reason .check_box {
        padding: 25px 22px 25px 22px; } }
    .reason .check_box .check_text {
      max-width: 1000px;
      font-size: 1.3333333333vw;
      line-height: 2;
      letter-spacing: 0.03em; }
      @media screen and (min-width: 1200px) {
        .reason .check_box .check_text {
          font-size: 16px; } }
    .reason .check_box .check_link {
      width: 21vw;
      max-width: 252px;
      height: 5.3333333333vw;
      max-height: 64px;
      margin: 0.8333333333vw 0vw 0vw 0vw;
      border-radius: 0.7vw;
      display: flex;
      border: 2px solid #000000;
      position: relative;
      transition: 1s;
      overflow: hidden; }
      @media screen and (min-width: 1200px) {
        .reason .check_box .check_link {
          margin: 10px 0px 0px 0px; } }
      .reason .check_box .check_link .hover {
        display: none;
        z-index: 21; }
      .reason .check_box .check_link p {
        line-height: 4;
        letter-spacing: 0.05em;
        font-size: 1.3333333333vw;
        text-align: center;
        color: #000;
        font-weight: bold;
        width: 100%;
        z-index: 20; }
        @media screen and (min-width: 1200px) {
          .reason .check_box .check_link p {
            font-size: 16px; } }
        @media screen and (max-width: 769px) {
          .reason .check_box .check_link p {
            font-size: 4.2666666667vw; } }
      .reason .check_box .check_link::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: -100%;
        background-color: #000;
        transition: 0.2s;
        z-index: 19; }
      .reason .check_box .check_link:hover p {
        color: #fff; }
      @media screen and (min-width: 769px) {
        .reason .check_box .check_link:hover .hover {
          display: block; } }
      .reason .check_box .check_link:hover::before {
        left: 0; }
      .reason .check_box .check_link .check_img {
        z-index: 20; }
      .reason .check_box .check_link .check_img img {
        max-width: 9.6px;
        max-height: 12.68px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5%; }
        .reason .check_box .check_link .check_img img img {
          width: 100%;
          height: 100%; }
  .reason .check_link {
    width: 21vw;
    max-width: 252px;
    height: 5.3333333333vw;
    max-height: 64px;
    margin: 0.8333333333vw 0vw 0vw 0vw;
    border-radius: 0.7vw;
    display: flex;
    border: 2px solid #000000;
    position: relative; }
    @media screen and (min-width: 1200px) {
      .reason .check_link {
        margin: 10px 0px 0px 0px; } }
    .reason .check_link p {
      line-height: 4;
      letter-spacing: 0.05em;
      text-align: center;
      color: #000;
      font-weight: bold;
      width: 100%; }
    .reason .check_link .check_img {
      max-width: 9.6px;
      width: 0.6vw;
      max-height: 12.68px;
      height: 0.79vw;
      position: absolute;
      top: 53%;
      transform: translateY(-50%);
      right: 5%; }
      .reason .check_link .check_img img {
        width: 100%;
        height: 100%; }
  .reason .bottom_block {
    padding: 6.6666666667vw 0vw 6.6666666667vw 0vw;
    max-width: 100%;
    background: #e5f5fd; }
    @media screen and (min-width: 1200px) {
      .reason .bottom_block {
        padding: 80px 0px 80px 0px; } }
    .reason .bottom_block .image_box {
      padding: 0vw 0vw 0.6666666667vw 0vw;
      max-width: 1200px;
      margin: 0 auto; }
      @media screen and (min-width: 1200px) {
        .reason .bottom_block .image_box {
          padding: 0px 0px 8px 0px; } }
      .reason .bottom_block .image_box .catch_copy_area {
        font-size: 2.6666666667vw;
        line-height: 2.1875;
        background-color: #009fe8;
        text-align: center;
        color: #ffffff;
        opacity: 0; }
        @media screen and (min-width: 1200px) {
          .reason .bottom_block .image_box .catch_copy_area {
            font-size: 32px; } }
      .reason .bottom_block .image_box .top_image_area {
        opacity: 0;
        width: 54.4166666667vw;
        max-width: 653px;
        height: 11.6666666667vw;
        max-height: 140px; }
        .reason .bottom_block .image_box .top_image_area img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .reason .bottom_block .image_box .middle_image_area {
        position: relative; }
        .reason .bottom_block .image_box .middle_image_area .middle_image {
          position: absolute;
          top: -20%;
          left: -3%; }
          .reason .bottom_block .image_box .middle_image_area .middle_image img {
            height: 16.9166666667vw;
            max-height: 203px; }
        .reason .bottom_block .image_box .middle_image_area p {
          font-size: 1.5vw;
          line-height: 2;
          width: 54.4166666667vw;
          max-width: 653px; }
          @media screen and (min-width: 1200px) {
            .reason .bottom_block .image_box .middle_image_area p {
              font-size: 18px; } }
      .reason .bottom_block .image_box .bottom_image_area {
        opacity: 0;
        margin: 3.5vw auto;
        height: 15vw;
        max-height: 180px; }
        @media screen and (min-width: 1200px) {
          .reason .bottom_block .image_box .bottom_image_area {
            padding: 42px auto; } }
        .reason .bottom_block .image_box .bottom_image_area img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .reason .bottom_block .image_box .sentence_area {
        opacity: 0;
        font-size: 1.5vw;
        line-height: 2;
        letter-spacing: 0.03em;
        padding: 0vw 4vw; }
        @media screen and (min-width: 1200px) {
          .reason .bottom_block .image_box .sentence_area {
            font-size: 18px; } }
        @media screen and (min-width: 1200px) {
          .reason .bottom_block .image_box .sentence_area {
            padding: 0px 48px; } }

.support {
  padding: 0.8333333333vw 0vw 6.0833333333vw 0vw; }
  @media screen and (min-width: 1200px) {
    .support {
      padding: 10px 0px 73px 0px; } }
  .support .contents_block {
    opacity: 0;
    display: flex;
    width: 87.5vw;
    max-width: 1050px;
    margin: 0 auto; }
    .support .contents_block .image_area {
      width: 10.58vw;
      height: 10.58vw;
      max-width: 127px;
      max-height: 127px; }
      .support .contents_block .image_area img {
        width: 100%;
        height: 100%; }
    .support .contents_block .sentence_area {
      font-size: 1.8333333333vw;
      line-height: 1.6363636364;
      letter-spacing: 0.03em;
      padding: 2.9166666667vw 0vw 0vw 2.0833333333vw; }
      @media screen and (min-width: 1200px) {
        .support .contents_block .sentence_area {
          font-size: 22px; } }
      @media screen and (min-width: 1200px) {
        .support .contents_block .sentence_area {
          padding: 35px 0px 0px 25px; } }
      .support .contents_block .sentence_area strong {
        font-weight: bold; }

.business_link_block {
  opacity: 0;
  width: 83.33vw;
  height: 13vw;
  max-width: 1000px;
  max-height: 156px;
  background: linear-gradient(90deg, #009fe8, #00d6e8);
  margin: 3.4166666667vw auto;
  display: flex; }
  @media screen and (min-width: 1200px) {
    .business_link_block {
      padding: 41px auto; } }
  .business_link_block .logo_area {
    width: 10.58vw;
    height: 13vw;
    max-width: 127px;
    max-height: 156px; }
    .business_link_block .logo_area img {
      width: 100%;
      height: 100%; }
  .business_link_block .main_area .main_text {
    padding: 2.1666666667vw 0vw 0vw 0vw;
    display: flex;
    color: #ffffff; }
    @media screen and (min-width: 1200px) {
      .business_link_block .main_area .main_text {
        padding: 26px 0px 0px 0px; } }
    .business_link_block .main_area .main_text .title {
      font-size: 2.1666666667vw;
      line-height: 1.1923076923;
      letter-spacing: 0.06em;
      padding: 0vw 0vw 0vw 2.5vw;
      font-weight: bold; }
      @media screen and (min-width: 1200px) {
        .business_link_block .main_area .main_text .title {
          font-size: 26px; } }
      @media screen and (min-width: 1200px) {
        .business_link_block .main_area .main_text .title {
          padding: 0px 0px 0px 30px; } }
    .business_link_block .main_area .main_text .sub {
      font-size: 1.4166666667vw;
      padding: 0vw 0.4166666667vw 0vw 2.25vw; }
      @media screen and (min-width: 1200px) {
        .business_link_block .main_area .main_text .sub {
          font-size: 17px; } }
      @media screen and (min-width: 1200px) {
        .business_link_block .main_area .main_text .sub {
          padding: 0px 5px 0px 27px; } }
    .business_link_block .main_area .main_text .tel {
      display: flex; }
      .business_link_block .main_area .main_text .tel .tel_img {
        max-width: 31.2px;
        max-height: 40.69px;
        width: 2.59vw;
        height: 3.39vw; }
        .business_link_block .main_area .main_text .tel .tel_img img {
          width: 100%;
          height: 100%; }
      .business_link_block .main_area .main_text .tel p {
        font-size: 3.5vw;
        font-weight: bold;
        font-family: Oswald; }
        @media screen and (min-width: 1200px) {
          .business_link_block .main_area .main_text .tel p {
            font-size: 42px; } }
  .business_link_block .main_area .main_link ul {
    display: flex;
    justify-content: space-between;
    margin: 0vw 0vw 0vw 1.9166666667vw; }
    @media screen and (min-width: 1200px) {
      .business_link_block .main_area .main_link ul {
        margin: 0px 0px 0px 23px; } }
    .business_link_block .main_area .main_link ul a {
      display: block; }
      .business_link_block .main_area .main_link ul a .link {
        position: relative;
        background-color: #fff079;
        color: #009fe8;
        line-height: 4.17vw;
        width: 31.66vw;
        text-align: center;
        border-radius: 0.7vw;
        font-size: 1.5vw;
        margin: 1.3333333333vw auto;
        margin-bottom: 0;
        font-weight: bold; }
        @media screen and (min-width: 1200px) {
          .business_link_block .main_area .main_link ul a .link {
            font-size: 18px; } }
        @media screen and (min-width: 1200px) {
          .business_link_block .main_area .main_link ul a .link {
            padding: 16px auto; } }
        @media screen and (min-width: 1200px) {
          .business_link_block .main_area .main_link ul a .link {
            line-height: 50px;
            width: 380px; } }
        .business_link_block .main_area .main_link ul a .link img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 5%;
          display: block;
          height: 30%; }

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .traffic {
    padding: 0vw 1.6666666667vw 0vw 1.6666666667vw; } }
.traffic .contents_block {
  display: flex;
  justify-content: left;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5.8333333333vw 0vw; }
  @media screen and (min-width: 1200px) {
    .traffic .contents_block {
      padding: 70px 0px; } }
  .traffic .contents_block .image_area {
    height: 30vw;
    max-height: 360px;
    width: 38.3333333333vw;
    max-width: 460px;
    margin: 0vw 5.5833333333vw 0vw 0vw; }
    @media screen and (min-width: 1200px) {
      .traffic .contents_block .image_area {
        margin: 0px 67px 0px 0px; } }
    .traffic .contents_block .image_area img {
      height: 100%;
      width: 100%; }
  .traffic .contents_block .text_area {
    position: relative; }
    .traffic .contents_block .text_area .title {
      font-size: 3.3333333333vw;
      letter-spacing: 0.06em; }
      @media screen and (min-width: 1200px) {
        .traffic .contents_block .text_area .title {
          font-size: 40px; } }
    .traffic .contents_block .text_area .sentence {
      font-size: 1.5vw;
      letter-spacing: 0.03em;
      line-height: 2;
      padding: 2.6666666667vw 0vw; }
      @media screen and (min-width: 1200px) {
        .traffic .contents_block .text_area .sentence {
          font-size: 18px; } }
    .traffic .contents_block .text_area .sub {
      position: absolute;
      bottom: 0;
      font-size: 1.1666666667vw; }
      @media screen and (min-width: 1200px) {
        .traffic .contents_block .text_area .sub {
          font-size: 14px; } }

.price {
  padding: 0vw 9.5833333333vw 2.1666666667vw 9.5833333333vw; }
  @media screen and (min-width: 1200px) {
    .price {
      padding: 0px 115px 26px 115px; } }
  .price .contents_block {
    opacity: 0;
    max-width: 1200px;
    margin: 0 auto; }
    .price .contents_block ul {
      display: flex; }
      .price .contents_block ul .content {
        display: flex;
        margin: 0 auto; }
        .price .contents_block ul .content .image_area {
          max-width: 126.89px;
          width: 10.57vw;
          max-height: 215px;
          height: 17.92vw;
          height: 10.9166666667vw;
          max-height: 131px; }
          .price .contents_block ul .content .image_area img {
            object-fit: contain;
            width: 100%;
            height: 100%; }
        .price .contents_block ul .content .text_area {
          padding: 0vw 0vw 7.5vw 2.5vw; }
          @media screen and (min-width: 1200px) {
            .price .contents_block ul .content .text_area {
              padding: 0px 0px 90px 30px; } }
          .price .contents_block ul .content .text_area .bold {
            font-weight: bold;
            font-size: 1.6666666667vw; }
          .price .contents_block ul .content .text_area .title {
            max-width: 300px;
            max-height: 73px;
            width: 25vw;
            height: 6.08vw;
            margin: 2vw 0vw 1.1666666667vw 0vw; }
            @media screen and (min-width: 1200px) {
              .price .contents_block ul .content .text_area .title {
                margin: 24px 0px 14px 0px; } }
            .price .contents_block ul .content .text_area .title .title_price {
              font-size: 4.1666666667vw;
              line-height: 1.2;
              letter-spacing: 0.03em;
              color: #009fe8;
              font-weight: bold;
              padding: 0vw 0vw 0vw 0vw; }
              @media screen and (min-width: 1200px) {
                .price .contents_block ul .content .text_area .title .title_price {
                  font-size: 50px; } }
              @media screen and (min-width: 1200px) {
                .price .contents_block ul .content .text_area .title .title_price {
                  padding: 0px 0px 0px 0px; } }
              .price .contents_block ul .content .text_area .title .title_price .size_down {
                font-size: 2.5vw; }
                @media screen and (min-width: 1200px) {
                  .price .contents_block ul .content .text_area .title .title_price .size_down {
                    font-size: 30px; } }
          .price .contents_block ul .content .text_area .sub_text {
            font-size: 1.1666666667vw;
            line-height: 1.5714285714;
            letter-spacing: 0.03em; }
    .price .contents_block .sub {
      text-align: right;
      font-size: 1.1666666667vw; }
      @media screen and (min-width: 1200px) {
        .price .contents_block .sub {
          font-size: 14px; } }

.bottom_link {
  height: 13vw;
  max-height: 156px;
  max-width: 100%;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100; }
  .bottom_link .link_block {
    height: 100%;
    max-width: 1200px; }
    .bottom_link .link_block .logo_area {
      padding: 0vw 0vw 0vw 5.0833333333vw;
      height: 100%; }
      @media screen and (min-width: 1200px) {
        .bottom_link .link_block .logo_area {
          padding: 0px 0px 0px 61px; } }
      .bottom_link .link_block .logo_area img {
        height: 100%;
        width: auto; }
  .bottom_link .main_area {
    padding: 1.6666666667vw 0vw 0vw 5.9166666667vw; }
    @media screen and (min-width: 1200px) {
      .bottom_link .main_area {
        padding: 20px 0px 0px 71px; } }
    .bottom_link .main_area .top_sentence .left_block {
      width: 41.6666666667vw;
      max-width: 500px;
      font-size: 2.4166666667vw;
      letter-spacing: 0.189em;
      padding: 0vw 2.5vw 0vw 0vw; }
      @media screen and (min-width: 1200px) {
        .bottom_link .main_area .top_sentence .left_block {
          font-size: 29px; } }
      @media screen and (min-width: 1200px) {
        .bottom_link .main_area .top_sentence .left_block {
          padding: 0px 30px 0px 0px; } }
    .bottom_link .main_area .top_sentence .right_block {
      justify-content: space-between; }
      .bottom_link .main_area .top_sentence .right_block .small_text {
        font-size: 1.1666666667vw;
        line-height: 1.4285714286;
        letter-spacing: 0.06em; }
        @media screen and (min-width: 1200px) {
          .bottom_link .main_area .top_sentence .right_block .small_text {
            font-size: 14px; } }
      .bottom_link .main_area .top_sentence .right_block .phone_number {
        font-size: 3vw;
        padding: 0vw 0vw 0vw 3vw;
        font-family: Oswald;
        position: relative; }
        @media screen and (min-width: 1200px) {
          .bottom_link .main_area .top_sentence .right_block .phone_number {
            font-size: 36px; } }
        .bottom_link .main_area .top_sentence .right_block .phone_number .phone_image {
          height: 2.5vw;
          max-height: 30px;
          width: 1.9166666667vw;
          max-width: 23px;
          position: absolute;
          left: 5%; }
          .bottom_link .main_area .top_sentence .right_block .phone_number .phone_image img {
            height: 100%;
            width: 100%; }
    .bottom_link .main_area .bottom {
      height: 5.8333333333vw;
      max-height: 70px;
      margin: 0.5833333333vw 0vw 0vw 0vw; }
      @media screen and (min-width: 1200px) {
        .bottom_link .main_area .bottom {
          margin: 7px 0px 0px 0px; } }
      .bottom_link .main_area .bottom .yellow_link,
      .bottom_link .main_area .bottom .clear_link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 41.6666666667vw;
        max-width: 500px;
        border-radius: 0.4166666667vw;
        height: 100%;
        font-size: 1.8333333333vw;
        margin: 0vw 2.5vw 0vw 0vw; }
        @media screen and (min-width: 1200px) {
          .bottom_link .main_area .bottom .yellow_link,
          .bottom_link .main_area .bottom .clear_link {
            border-radius: 5px; } }
        @media screen and (min-width: 1200px) {
          .bottom_link .main_area .bottom .yellow_link,
          .bottom_link .main_area .bottom .clear_link {
            font-size: 22px; } }
        @media screen and (min-width: 1200px) {
          .bottom_link .main_area .bottom .yellow_link,
          .bottom_link .main_area .bottom .clear_link {
            margin: 0px 30px 0px 0px; } }
        .bottom_link .main_area .bottom .yellow_link a,
        .bottom_link .main_area .bottom .clear_link a {
          width: 100%; }
        .bottom_link .main_area .bottom .yellow_link .check_img,
        .bottom_link .main_area .bottom .clear_link .check_img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 5%;
          height: 1.0566666667vw;
          max-height: 12.68px;
          width: 0.8vw;
          max-width: 9.6px; }
          .bottom_link .main_area .bottom .yellow_link .check_img img,
          .bottom_link .main_area .bottom .clear_link .check_img img {
            height: 100%;
            width: 100%; }
        .bottom_link .main_area .bottom .yellow_link .pen,
        .bottom_link .main_area .bottom .clear_link .pen {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 20%;
          height: 1.5vw;
          max-height: 18px;
          width: 1.5vw;
          max-width: 18px; }
          .bottom_link .main_area .bottom .yellow_link .pen img,
          .bottom_link .main_area .bottom .clear_link .pen img {
            height: 100%;
            width: 100%; }
      .bottom_link .main_area .bottom .clear_link {
        height: calc(100% - 0.5vw);
        background-color: transparent;
        width: 29.5vw;
        max-width: 354px;
        border: solid 0.25vw white; }
        .bottom_link .main_area .bottom .clear_link::before {
          background-color: white; }
        .bottom_link .main_area .bottom .clear_link:hover a p {
          color: #009fe8; }
        .bottom_link .main_area .bottom .clear_link a {
          color: white;
          width: 100%;
          text-align: center; }
          .bottom_link .main_area .bottom .clear_link a p {
            letter-spacing: 0.1em; }
        .bottom_link .main_area .bottom .clear_link .pen {
          height: 1.4375vw;
          max-height: 17.25px;
          width: 1.9166666667vw;
          max-width: 23px; }

.footer_padding {
  height: 13vw;
  max-height: 156px; }

@media screen and (max-width: 769px) {
  .yellow_link {
    height: 16vw;
    max-height: none;
    width: 89.33vw !important;
    border-radius: 1.33vw !important;
    margin: 8vw auto 14.66vw !important; }
    .yellow_link a {
      font-size: 4.8vw; }
      .yellow_link a p {
        font-size: 4.8vw; }
      .yellow_link a .check_img {
        height: 3.3813333333vw;
        max-height: none;
        width: 2.56vw;
        max-width: none; }

  .business_kv {
    height: 107.2vw;
    max-height: none;
    width: 100vw;
    max-width: none;
    overflow: hidden;
    position: relative; }
    .business_kv .text_box {
      padding: 7.2vw 5.3333333333vw;
      height: calc(100% - 14.4vw);
      width: calc(100% - 10.6666666667vw); }
      .business_kv .text_box .kv_title .bold_title {
        font-size: 7.4666666667vw; }
        .business_kv .text_box .kv_title .bold_title .business_bottom {
          border-bottom: solid 0.8vw #fff; }
        .business_kv .text_box .kv_title .bold_title .num1 {
          font-size: 10.1333333333vw; }
          .business_kv .text_box .kv_title .bold_title .num1 strong {
            font-size: 13.3333333333vw; }
      .business_kv .text_box .kv_title .sub_title {
        padding: 4.5333333333vw 0vw;
        font-size: 3.4666666667vw;
        line-height: 1.6923076923; }
    .business_kv .blue_img {
      width: 46.1333333333vw;
      max-width: none; }

  .appeal_box_zone {
    padding: 7.2vw 8vw;
    height: calc(55.2vw - 14.4vw);
    width: calc(100vw - 16vw);
    overflow: hidden; }
    .appeal_box_zone .contents_block ul {
      display: flex;
      justify-content: space-around; }
      .appeal_box_zone .contents_block ul .content {
        border: solid 0.26vw #fff; }
        .appeal_box_zone .contents_block ul .content .content_title {
          color: #009fe8;
          background-color: #fff;
          font-size: 3.4666666667vw;
          line-height: 5.86vw; }
        .appeal_box_zone .contents_block ul .content .content_main {
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold;
          padding: 7px; }
          .appeal_box_zone .contents_block ul .content .content_main .left_box {
            font-size: 2.9333333333vw; }
            .appeal_box_zone .contents_block ul .content .content_main .left_box p {
              line-height: 1.7; }
          .appeal_box_zone .contents_block ul .content .content_main .right_box {
            margin: 0vw 0vw 0vw 2.6666666667vw;
            color: #ffd440;
            font-size: 4.8vw; }
            .appeal_box_zone .contents_block ul .content .content_main .right_box strong {
              font-family: Roboto Condensed;
              font-size: 9.6vw; }
    .appeal_box_zone .sub {
      font-size: 2.6666666667vw;
      text-align: right;
      padding: 1.8666666667vw 0vw 0vw 0vw; }
    .appeal_box_zone .sentence {
      font-size: 5.3333333333vw;
      line-height: 1.45;
      padding: 4.8vw 0vw 0vw 0vw; }

  .reason .under_title_block {
    padding: 0vw 5.3333333333vw;
    line-height: 1.8571428571;
    letter-spacing: 0.05em; }
  .reason .contents_block .slick-dots {
    bottom: -15%;
    margin: 0 auto; }
  .reason .contents_block ul {
    margin: 9.3333333333vw 0vw 14.9333333333vw 0vw;
    justify-content: center; }
    .reason .contents_block ul .content {
      border: solid #009fe8 0.8vw;
      margin: 0vw 2.6666666667vw;
      padding: 8vw 0vw 4vw 0vw;
      height: auto;
      max-width: none; }
      .reason .contents_block ul .content .image_area {
        height: 24.5333333333vw;
        max-height: none;
        width: 38.1333333333vw;
        max-width: none;
        padding: 0vw 0vw 5.3333333333vw 0vw;
        margin: 0 auto; }
        .reason .contents_block ul .content .image_area img {
          transform: scale(1.5); }
      .reason .contents_block ul .content .text_area .text_main {
        font-size: 4.8vw;
        text-align: center; }
  .reason .check_box {
    padding: 4vw 5.3333333333vw;
    height: calc(100% - 8vw);
    width: calc(100% - 21.3333333333vw);
    margin: 0vw 5.3333333333vw;
    display: block;
    max-width: none;
    max-height: none; }
    .reason .check_box .check_text {
      font-size: 3.7333333333vw; }
    .reason .check_box .check_link {
      height: 16vw;
      max-height: none;
      width: 67.2vw;
      max-width: none;
      margin: 4.26vw auto 0;
      border-radius: 1.33vw;
      font-size: 4.2666666667vw; }
      .reason .check_box .check_link .check_img {
        height: 3.3813333333vw;
        max-height: none;
        width: 2.56vw;
        max-width: none; }
  .reason .bottom_block .image_box {
    width: 89.3vw; }
    .reason .bottom_block .image_box .catch_copy_area {
      font-size: 4.2666666667vw;
      line-height: 1.625;
      height: 18.6666666667vw;
      max-height: none; }
      .reason .bottom_block .image_box .catch_copy_area p {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center; }
    .reason .bottom_block .image_box .top_image_area {
      height: 7.824vw;
      max-height: none;
      padding: 5.3333333333vw 0vw; }
    .reason .bottom_block .image_box .middle_image_area {
      display: block; }
      .reason .bottom_block .image_box .middle_image_area .middle_image {
        top: 55%; }
        .reason .bottom_block .image_box .middle_image_area .middle_image img {
          height: 22.9333333333vw;
          max-height: none; }
      .reason .bottom_block .image_box .middle_image_area p {
        width: 78.9333333333vw;
        max-width: none;
        font-size: 3.7333333333vw;
        letter-spacing: 0.03em; }
      .reason .bottom_block .image_box .middle_image_area .add_sentence {
        padding: 4vw 0vw 0vw 30.1333333333vw;
        width: calc(100% - 30.13vw); }
    .reason .bottom_block .image_box .bottom_image_area {
      width: 80.5333333333vw;
      max-width: none; }

  .flow {
    padding-bottom: 1vw; }
    .flow .under_title_block {
      letter-spacing: 0.05em; }

  .case .contents_block ul .content .content_sentence {
    padding: 10.6666666667vw 5.3333333333vw 7.4666666667vw 5.3333333333vw; }
  .case .contents_block ul .content .case_name {
    top: 0;
    right: 0;
    font-size: 3.7333333333vw;
    width: 30.4vw;
    max-width: none;
    line-height: 8vw;
    text-align: center;
    padding: 0; }

  .price {
    padding: 2.6666666667vw 5.3333333333vw; }
    .price .contents_block {
      padding: 0vw 0vw 9.0666666667vw 0vw;
      padding: 0; }
      .price .contents_block ul {
        display: block; }
        .price .contents_block ul .content .image_area {
          height: 25.6vw;
          max-height: none;
          width: 27.2vw;
          max-width: none; }
          .price .contents_block ul .content .image_area img {
            transform: scale(0.9); }
        .price .contents_block ul .content .text_area {
          width: 58.9333333333vw;
          max-width: none; }
          .price .contents_block ul .content .text_area .bold {
            font-size: 4.8vw;
            padding: 0vw 0vw 5.0666666667vw 0vw; }
          .price .contents_block ul .content .text_area .title {
            height: 12.2666666667vw;
            max-height: none;
            padding: 0vw 0vw 0vw 4.8vw;
            margin: 0;
            width: calc(100% - 4.8vw);
            max-width: none; }
            .price .contents_block ul .content .text_area .title .title_price {
              font-size: 8vw;
              line-height: 12.2666vw; }
              .price .contents_block ul .content .text_area .title .title_price .size_down {
                font-size: 5.3333333333vw; }
      .price .contents_block .sub {
        font-size: 3.2vw;
        padding: 9.3333333333vw 0vw;
        text-align: left;
        line-height: 1.5; }

  .traffic {
    padding: 10.6666666667vw 5.3333333333vw; }
    .traffic .contents_block {
      display: block;
      padding: 0; }
      .traffic .contents_block .image_area {
        width: 100%;
        height: auto;
        max-width: none;
        max-height: none; }
      .traffic .contents_block .text_area {
        height: 100%; }
        .traffic .contents_block .text_area .title {
          font-size: 5.3333333333vw;
          padding: 5.3333333333vw 0vw; }
        .traffic .contents_block .text_area .sentence {
          font-size: 3.7333333333vw;
          line-height: 1.5714285714; }
        .traffic .contents_block .text_area .sub {
          font-size: 3.2vw;
          position: relative;
          line-height: 1.5;
          padding: 8vw 0vw 0vw 0vw; }

  .footer_padding {
    height: 31.2vw;
    max-height: none; }

  .bottom_link {
    padding: 0vw 5.3333333333vw;
    height: 31.2vw;
    max-height: none;
    width: calc(100% - 10.6vw); }
    .bottom_link .main_area {
      padding: 0;
      width: 100%; }
      .bottom_link .main_area .top_sentence {
        align-items: center;
        justify-content: space-between;
        padding: 3.4666666667vw 0vw 0vw 0vw; }
        .bottom_link .main_area .top_sentence .left_block {
          font-size: 4.2666666667vw;
          letter-spacing: 0.083em;
          text-align: left;
          width: auto; }
        .bottom_link .main_area .top_sentence .right_block .phone_number {
          font-size: 7.4666666667vw; }
          .bottom_link .main_area .top_sentence .right_block .phone_number .phone_image {
            left: -6%;
            height: 6.136vw;
            max-height: none;
            width: 4.7066666667vw;
            max-width: none; }
      .bottom_link .main_area .bottom {
        margin: 3.7333333333vw 0vw 0vw 0vw;
        justify-content: space-between; }
        .bottom_link .main_area .bottom .yellow_link {
          width: 50.6666vw !important;
          margin: 0 !important;
          height: 13.3333333333vw;
          max-height: none; }
          .bottom_link .main_area .bottom .yellow_link p {
            font-size: 3.7333333333vw; }
          .bottom_link .main_area .bottom .yellow_link p.contact {
            font-size: 2.9333333333vw;
            padding-left: 10px; }
          .bottom_link .main_area .bottom .yellow_link .pen {
            height: 3.7333333333vw;
            max-height: none;
            width: 3.7333333333vw;
            max-width: none;
            left: 5%; }
          .bottom_link .main_area .bottom .yellow_link .check_img {
            height: 3.3813333333vw;
            max-height: none;
            width: 2.56vw;
            max-width: none; }
        .bottom_link .main_area .bottom .clear_link {
          width: calc(34.666vw - 1.066vw) !important;
          border: solid 0.533vw white;
          height: calc(13.333vw - 1.066vw); }
          .bottom_link .main_area .bottom .clear_link .pen {
            left: 8%;
            height: 3.2666666667vw;
            max-height: none;
            width: 4.3546666667vw;
            max-width: none; } }
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #206dc4;
  font-size: 40px;
  line-height: 0.8;
  text-align: center; }

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