html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, input, select, textarea, caption, tbody, tfoot, thead, tr, th, td, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

body {
  position: relative;
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
  overflow-x: hidden; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

button, input, select, textarea {
  display: block;
  outline: none; }

a {
  cursor: pointer;
  display: block;
  text-decoration: none; }

a:hover, a:focus, a:active {
  text-decoration: none; }

ul, ol {
  list-style: none; }

*::-webkit-input-placeholder {
  color: #ccc; }

*:-ms-input-placeholder {
  color: #ccc; }

*::-ms-input-placeholder {
  color: #ccc; }

*::placeholder {
  color: #ccc; }

*:-ms-input-placeholder {
  color: #ccc; }

*::-ms-input-placeholder {
  color: #ccc; }

.main {
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  background-image: url("../images/bg.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat; }

.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  padding: 0;
  margin: 0 auto; }

.home {
  width: 100%;
  padding: 50px 0; }
  @media (max-width: 991px) {
    .home {
      padding: 0; } }
  .home__block {
    width: 100%; }
  .home__img {
    width: 100%; }
    .home__img img {
      width: 100%;
      max-width: none; }
  .home-form {
    position: relative;
    width: 100%;
    padding: 30px; }
    @media (max-width: 991px) {
      .home-form {
        padding: 30px 20px; } }
    @media (max-width: 575px) {
      .home-form {
        padding: 30px 10px; } }
    .home-form::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(#bae1f2), color-stop(90%, rgba(186, 225, 242, 0)));
      background: -webkit-linear-gradient(bottom, #bae1f2 0%, rgba(186, 225, 242, 0) 90%);
      background: -o-linear-gradient(bottom, #bae1f2 0%, rgba(186, 225, 242, 0) 90%);
      background: linear-gradient(0deg, #bae1f2 0%, rgba(186, 225, 242, 0) 90%);
      z-index: 1; }
    .home-form__main {
      position: relative;
      width: 100%;
      padding: 25px;
      background-color: #fff;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      z-index: 2; }
      @media (max-width: 991px) {
        .home-form__main {
          padding: 20px; } }
      @media (max-width: 575px) {
        .home-form__main {
          padding: 10px; } }
    .home-form__box {
      position: relative;
      width: 100%;
      padding: 90px 60px 60px;
      background-image: url("../images/form_bg.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 40px; }
      @media (max-width: 991px) {
        .home-form__box {
          padding: 70px 30px 40px;
          border-radius: 25px; } }
      @media (max-width: 575px) {
        .home-form__box {
          padding: 50px 15px 40px;
          border-radius: 15px; } }
    .home-form__title {
      position: absolute;
      top: -55px;
      left: 60px;
      width: 420px;
      -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); }
      @media (max-width: 991px) {
        .home-form__title {
          top: -40px;
          left: 50%;
          width: 300px;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
      @media (max-width: 575px) {
        .home-form__title {
          top: -35px;
          width: 240px; } }
    .home-form__table {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%; }
    .home-form__left {
      width: calc((100% - 120px) * .55); }
      @media (max-width: 991px) {
        .home-form__left {
          width: 100%; } }
    .home-form__right {
      width: calc((100% - 120px) * .45); }
      @media (max-width: 991px) {
        .home-form__right {
          width: 100%;
          margin-top: 30px; } }
    .home-form__field {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
      .home-form__field:nth-child(n + 2) {
        margin-top: 50px; }
        @media (max-width: 991px) {
          .home-form__field:nth-child(n + 2) {
            margin-top: 25px; } }
      .home-form__field > p:nth-child(1) {
        width: 78px;
        font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
        font-size: 26px;
        font-weight: 500;
        line-height: 1;
        color: #fff; }
        @media (max-width: 991px) {
          .home-form__field > p:nth-child(1) {
            font-size: 20px; } }
      .home-form__field > input:nth-child(2) {
        width: calc(100% - 78px);
        max-width: 200px;
        height: 34px;
        padding: 0 10px;
        font-size: 20px;
        color: #333; }
        @media (max-width: 991px) {
          .home-form__field > input:nth-child(2) {
            height: 30px;
            font-size: 18px; } }
      .home-form__field--phone > input:nth-child(2) {
        max-width: 300px; }
    .home-form__note {
      width: 100%;
      margin-top: 30px;
      font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
      font-size: 22px;
      line-height: 1.4;
      color: #fff; }
      @media (max-width: 991px) {
        .home-form__note {
          font-size: 18px; } }
    .home-form__radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: calc(100% - 78px); }
      .home-form__radio label {
        display: block;
        cursor: pointer; }
        .home-form__radio label:nth-child(n + 2) {
          margin-left: 25px; }
          @media (max-width: 991px) {
            .home-form__radio label:nth-child(n + 2) {
              margin-left: 20px; } }
        .home-form__radio label input {
          display: none; }
          .home-form__radio label input:checked ~ p::after {
            background-color: #00a5e2;
            border: 6px solid #fff; }
            @media (max-width: 991px) {
              .home-form__radio label input:checked ~ p::after {
                border-width: 4px; } }
        .home-form__radio label p {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
          font-size: 26px;
          font-weight: 500;
          line-height: 1;
          color: #fff; }
          @media (max-width: 991px) {
            .home-form__radio label p {
              font-size: 20px; } }
          .home-form__radio label p::after {
            content: "";
            position: relative;
            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: 34px;
            height: 34px;
            margin-left: 5px;
            background-color: #fff;
            border-radius: 17px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            z-index: 1; }
            @media (max-width: 991px) {
              .home-form__radio label p::after {
                width: 30px;
                height: 30px;
                border-radius: 15px; } }
    .home-form__radio2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      margin-top: 30px; }
      @media (max-width: 991px) {
        .home-form__radio2 {
          margin-top: 20px; } }
      .home-form__radio2 label {
        display: block;
        width: 100%;
        cursor: pointer; }
        .home-form__radio2 label:nth-child(n + 2) {
          margin-top: 25px; }
          @media (max-width: 991px) {
            .home-form__radio2 label:nth-child(n + 2) {
              margin-top: 20px; } }
        .home-form__radio2 label input {
          display: none; }
          .home-form__radio2 label input:checked ~ p::before {
            background-color: #00a5e2;
            border: 6px solid #fff; }
        .home-form__radio2 label p {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
          font-size: 26px;
          font-weight: 500;
          line-height: 1.4;
          color: #fff; }
          @media (max-width: 991px) {
            .home-form__radio2 label p {
              font-size: 20px; } }
          .home-form__radio2 label p::before {
            content: "";
            position: relative;
            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: 34px;
            min-width: 34px;
            height: 34px;
            margin-right: 5px;
            background-color: #fff;
            border-radius: 17px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            z-index: 1; }
            @media (max-width: 991px) {
              .home-form__radio2 label p::before {
                width: 30px;
                min-width: 30px;
                height: 30px;
                border-radius: 15px; } }
    .home-form__subtitle {
      width: 100%;
      font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
      font-size: 60px;
      font-weight: 500;
      line-height: 1;
      color: #ffef00; }
      @media (max-width: 991px) {
        .home-form__subtitle {
          font-size: 40px; } }
      .home-form__subtitle span {
        display: block;
        width: 100%;
        margin-top: 5px;
        font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
        font-size: 26px;
        font-weight: 500;
        line-height: 1.4;
        color: #fff; }
        @media (max-width: 991px) {
          .home-form__subtitle span {
            font-size: 20px; } }
    .home-form__submit {
      position: relative;
      width: 230px;
      margin: 40px auto 0; }
      @media (max-width: 991px) {
        .home-form__submit {
          margin-top: 35px; } }
      @media (max-width: 575px) {
        .home-form__submit {
          width: 190px;
          margin-top: 25px; } }
      .home-form__submit img:nth-child(1) {
        -webkit-filter: drop-shadow(15px 3px 3px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(15px 3px 3px rgba(0, 0, 0, 0.3)); }
      .home-form__submit img:nth-child(2) {
        position: absolute;
        bottom: -10px;
        right: -30px;
        width: 44px; }
        @media (max-width: 575px) {
          .home-form__submit img:nth-child(2) {
            bottom: -5px;
            right: -20px;
            width: 30px; } }
        .home-form__submit img:nth-child(2).active {
          -webkit-transform: rotate(-10deg);
          -ms-transform: rotate(-10deg);
          transform: rotate(-10deg); }
    .home-form__text {
      position: relative;
      width: 100%;
      margin-top: 20px;
      font-size: 18px;
      color: #231815;
      z-index: 2; }
      @media (max-width: 991px) {
        .home-form__text {
          font-size: 15px; } }
  .home-success {
    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%;
    max-width: 800px;
    min-height: 100vh;
    padding: 50px 0;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .home-success {
        padding: 50px 20px; } }
    .home-success__block {
      width: 100%;
      text-align: center; }
    .home-success__title {
      width: 100%;
      font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
      font-size: 70px;
      font-weight: 700;
      line-height: 1;
      color: #1ba0a7;
      letter-spacing: 0.1em; }
      @media (max-width: 991px) {
        .home-success__title {
          font-size: 50px; } }
      @media (max-width: 575px) {
        .home-success__title {
          font-size: 40px; } }
    .home-success__line1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 100%;
      height: 5px;
      margin: 40px 0;
      background-color: #182986; }
      @media (max-width: 991px) {
        .home-success__line1 {
          height: 4px;
          margin: 25px 0; } }
      .home-success__line1::before {
        content: "";
        display: block;
        width: 40%;
        height: 100%;
        background-color: #1ba0a7; }
    .home-success__img {
      width: 100%;
      max-width: 340px; }
      @media (max-width: 991px) {
        .home-success__img {
          width: 50%;
          max-width: 240px; } }
    .home-success__line2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 5px;
      margin: 40px 0;
      background-color: #182986; }
      @media (max-width: 991px) {
        .home-success__line2 {
          height: 4px;
          margin: 25px 0; } }
      .home-success__line2::before {
        content: "";
        display: block;
        width: 40%;
        height: 100%;
        background-color: #1ba0a7; }
    .home-success__text {
      width: 100%;
      font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Microsoft JhengHei", sans-serif;
      font-size: 45px;
      font-weight: 500;
      color: #231815;
      letter-spacing: 0.1em; }
      @media (max-width: 991px) {
        .home-success__text {
          font-size: 32px;
          font-weight: 400; } }
      @media (max-width: 575px) {
        .home-success__text {
          font-size: 20px; } }
