@charset "UTF-8";
/*
@include css3(transform, translate(-50%, -50%));
@include css3(transition, 0.3s ease-in-out);  
transform: rotate(0.03deg);
*/
.main {
  padding: 0 0 200px;
  position: relative;
  background: url("../images/top/main_bg.webp") no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 1000px) {
    .main {
      padding: 0 0 100px; } }
  .main:before {
    content: "";
    width: 480px;
    height: 510px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/top/main1.webp") no-repeat center;
    background-size: cover;
    z-index: 1; }
    @media screen and (max-width: 1170px) {
      .main:before {
        width: 370px;
        height: 390px; } }
    @media screen and (max-width: 950px) {
      .main:before {
        width: 280px;
        height: 290px; } }
    @media screen and (max-width: 767px) {
      .main:before {
        width: 180px;
        height: 190px; } }
    @media screen and (max-width: 520px) {
      .main:before {
        width: 240px;
        height: 250px; } }
  .main:after {
    content: "";
    width: 400px;
    height: 540px;
    position: absolute;
    bottom: 100px;
    left: 0;
    background: url("../images/top/main2.webp") no-repeat center;
    background-size: 100%;
    z-index: 1; }
    @media screen and (max-width: 1170px) {
      .main:after {
        width: 320px;
        height: 460px; } }
    @media screen and (max-width: 767px) {
      .main:after {
        width: 220px;
        height: 360px; } }
    @media screen and (max-width: 520px) {
      .main:after {
        bottom: auto;
        top: 25%;
        width: 180px;
        height: 300px; } }
  .main .inner {
    position: relative;
    z-index: 2; }
    .main .inner h1 {
      font-weight: 900;
      font-size: 40px;
      color: #0b3c5d;
      padding: 150px 0 30px; }
      @media screen and (max-width: 1050px) {
        .main .inner h1 {
          font-size: 30px;
          padding: 150px 0 30px; } }
      @media screen and (max-width: 530px) {
        .main .inner h1 {
          font-size: 24px;
          padding: 100px 0 30px;
          text-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.9); } }
      @media screen and (max-width: 400px) {
        .main .inner h1 {
          font-size: 24px;
          padding-bottom: 10px; } }
      .main .inner h1 span {
        color: #ff9c00;
        margin: 0 5px; }
        .main .inner h1 span span {
          font-size: 60px; }
          @media screen and (max-width: 1050px) {
            .main .inner h1 span span {
              font-size: 50px; } }
          @media screen and (max-width: 530px) {
            .main .inner h1 span span {
              font-size: 40px; } }
          @media screen and (max-width: 400px) {
            .main .inner h1 span span {
              font-size: 42px; } }
    .main .inner p {
      font-size: 18px;
      line-height: 38px;
      padding: 0 0 30px; }
      @media screen and (max-width: 1370px) {
        .main .inner p {
          font-size: 16px;
          letter-spacing: 0; } }
      @media screen and (max-width: 520px) {
        .main .inner p {
          line-height: 26px;
          font-size: 15px;
          display: none; } }
      .main .inner p span {
        font-weight: 700; }
      @media screen and (max-width: 767px) {
        .main .inner p br {
          display: none; } }
    .main .inner .sp_tx {
      display: none; }
      @media screen and (max-width: 520px) {
        .main .inner .sp_tx {
          display: block;
          padding: 0; } }
      .main .inner .sp_tx span {
        font-weight: 700; }
  .main .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 50px;
    padding: 0 0 50px; }
    @media screen and (max-width: 860px) {
      .main .icon {
        gap: 0 20px;
        padding: 0 15px 30px; } }
    @media screen and (max-width: 520px) {
      .main .icon {
        gap: 0 10px;
        padding: 0 0 20px; } }
    @media screen and (max-width: 860px) {
      .main .icon img {
        width: 200px;
        height: 200px; } }
    @media screen and (max-width: 767px) {
      .main .icon img {
        width: 150px;
        height: 150px; } }
    @media screen and (max-width: 530px) {
      .main .icon img {
        width: 100px;
        height: 100px; } }
  .main .btnArea {
    max-width: 740px;
    padding: 0 0 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px; }
    @media screen and (max-width: 900px) {
      .main .btnArea {
        width: 100%; } }
    .main .btnArea .button {
      flex: 1; }
      .main .btnArea .button a {
        background-color: #00a6a6;
        color: #FFF;
        border: 4px solid #FFF;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
        width: 100%;
        min-height: 75px;
        letter-spacing: 0; }
        @media screen and (max-width: 1200px) {
          .main .btnArea .button a {
            padding: 0 10px; } }
        @media screen and (max-width: 520px) {
          .main .btnArea .button a {
            font-size: 12px;
            font-weight: 600; } }
        @media screen and (max-width: 400px) {
          .main .btnArea .button a {
            font-size: 10px;
            min-height: 55px; } }
        .main .btnArea .button a:before {
          content: "";
          display: inline-block;
          width: 29px;
          height: 29px;
          background: url("../images/common/icon1.webp") no-repeat center;
          background-size: 100%;
          position: relative;
          top: 2px;
          margin: 0 10px 0 0; }
          @media screen and (max-width: 520px) {
            .main .btnArea .button a:before {
              width: 18px;
              height: 18px; } }
      .main .btnArea .button:last-child a {
        background-color: #06c755;
        padding-right: 20px; }
        .main .btnArea .button:last-child a:before {
          top: auto;
          width: 57px;
          height: 57px;
          background: url("../images/common/icon2.webp") no-repeat center;
          background-size: 100%; }
          @media screen and (max-width: 520px) {
            .main .btnArea .button:last-child a:before {
              width: 37px;
              height: 37px; } }

.topBox1 {
  padding: 0 0 100px; }
  .topBox1 .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .topBox1 .inner .lBox {
      width: 55%; }
      @media screen and (max-width: 767px) {
        .topBox1 .inner .lBox {
          width: 100%;
          order: 2; } }
      .topBox1 .inner .lBox p.tx {
        text-align: center;
        padding: 30px 0; }
        @media screen and (max-width: 1020px) {
          .topBox1 .inner .lBox p.tx {
            padding: 10px 0; } }
        .topBox1 .inner .lBox p.tx.last {
          margin: 0 0 0 100px; }
          @media screen and (max-width: 1020px) {
            .topBox1 .inner .lBox p.tx.last {
              margin: 0; } }
        .topBox1 .inner .lBox p.tx span {
          font-size: 20px;
          font-weight: 700;
          color: #5b5b5b;
          background-color: #eeeeee;
          border-radius: 50px;
          padding: 10px 20px; }
          @media screen and (max-width: 1250px) {
            .topBox1 .inner .lBox p.tx span {
              font-size: 16px; } }
          @media screen and (max-width: 1020px) {
            .topBox1 .inner .lBox p.tx span {
              display: block; } }
      .topBox1 .inner .lBox p.tx2 {
        color: #242425;
        font-size: 20px;
        font-weight: 700;
        padding: 70px 0 0 0; }
        @media screen and (max-width: 767px) {
          .topBox1 .inner .lBox p.tx2 {
            padding: 20px 0 0 0; } }
        @media screen and (max-width: 520px) {
          .topBox1 .inner .lBox p.tx2 {
            font-size: 16px; } }
        .topBox1 .inner .lBox p.tx2 span {
          color: #00a6a6;
          font-size: 30px; }
          @media screen and (max-width: 520px) {
            .topBox1 .inner .lBox p.tx2 span {
              font-size: 24px; } }
    .topBox1 .inner .rBox {
      width: 43%; }
      @media screen and (max-width: 767px) {
        .topBox1 .inner .rBox {
          width: 100%;
          order: 1;
          text-align: center; } }
      .topBox1 .inner .rBox p {
        font-size: 32px;
        font-weight: 700;
        background-color: #ff9c00;
        color: #FFF;
        border-radius: 50px;
        padding: 10px 20px;
        text-align: center;
        margin-bottom: 10px; }
        @media screen and (max-width: 1250px) {
          .topBox1 .inner .rBox p {
            font-size: 28px; } }
        @media screen and (max-width: 1020px) {
          .topBox1 .inner .rBox p {
            font-size: 24px; } }
        @media screen and (max-width: 410px) {
          .topBox1 .inner .rBox p {
            font-size: 20px; } }
      @media screen and (max-width: 767px) {
        .topBox1 .inner .rBox img {
          width: 70%;
          margin: 0 auto; } }
    .topBox1 .inner .txBox {
      width: 100%;
      padding: 10px 0 30px 0; }
      @media screen and (max-width: 1020px) {
        .topBox1 .inner .txBox {
          order: 3; } }
      .topBox1 .inner .txBox p {
        color: #242425;
        font-size: 20px;
        font-weight: 700;
        line-height: 39px; }
        @media screen and (max-width: 520px) {
          .topBox1 .inner .txBox p {
            font-size: 16px;
            line-height: 26px; } }
    .topBox1 .inner .txBox2 {
      background-color: #369dd0;
      width: 100%;
      padding: 40px 20px;
      border-radius: 10px;
      text-align: center; }
      @media screen and (max-width: 1020px) {
        .topBox1 .inner .txBox2 {
          order: 4; } }
      @media screen and (max-width: 520px) {
        .topBox1 .inner .txBox2 {
          text-align: left;
          padding: 20px; } }
      .topBox1 .inner .txBox2 p {
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        line-height: 39px; }
        @media screen and (max-width: 520px) {
          .topBox1 .inner .txBox2 p {
            font-size: 16px;
            line-height: 30px; } }
        .topBox1 .inner .txBox2 p span {
          font-size: 30px; }
          @media screen and (max-width: 520px) {
            .topBox1 .inner .txBox2 p span {
              font-size: 24px; } }
        @media screen and (max-width: 767px) {
          .topBox1 .inner .txBox2 p br {
            display: none; } }

.topBox2 {
  background-color: rgba(54, 157, 208, 0.2);
  padding: 100px 0 50px;
  border-radius: 150px; }
  @media screen and (max-width: 1200px) {
    .topBox2 {
      border-radius: 100px; } }
  @media screen and (max-width: 600px) {
    .topBox2 {
      border-radius: 30px;
      padding: 50px 0 20px; } }
  .topBox2 .inner {
    display: flex;
    justify-content: space-between; }
    .topBox2 .inner .lBox {
      width: 240px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .topBox2 .inner .lBox {
          width: 180px; } }
      @media screen and (max-width: 600px) {
        .topBox2 .inner .lBox {
          width: 60px; } }
      .topBox2 .inner .lBox .in {
        position: sticky;
        top: 130px;
        left: 0;
        width: 240px;
        height: 240px;
        background: linear-gradient(47deg, #01e9bd 0%, #007cde 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        border-radius: 20px;
        font-size: 32px;
        font-weight: 700;
        line-height: 34px; }
        @media screen and (max-width: 767px) {
          .topBox2 .inner .lBox .in {
            width: 180px;
            height: 180px;
            font-size: 22px;
            border-radius: 10px; } }
        @media screen and (max-width: 600px) {
          .topBox2 .inner .lBox .in {
            top: 50px;
            width: 100%;
            height: auto;
            writing-mode: vertical-rl;
            padding: 20px 0; }
            .topBox2 .inner .lBox .in br {
              display: none; } }
    .topBox2 .inner .rBox {
      width: calc(100% - 300px); }
      @media screen and (max-width: 767px) {
        .topBox2 .inner .rBox {
          width: calc(100% - 200px); } }
      @media screen and (max-width: 600px) {
        .topBox2 .inner .rBox {
          width: calc(100% - 90px); } }
      .topBox2 .inner .rBox p {
        font-size: 18px;
        padding: 0 0 1em;
        line-height: 41px;
        font-weight: 600; }
        @media screen and (max-width: 1200px) {
          .topBox2 .inner .rBox p br {
            display: none; } }
        @media screen and (max-width: 600px) {
          .topBox2 .inner .rBox p {
            font-size: 16px;
            line-height: 26px; } }
        @media screen and (max-width: 440px) {
          .topBox2 .inner .rBox p {
            font-size: 14px;
            line-height: 22px; } }
      .topBox2 .inner .rBox .box {
        padding: 0 0 70px; }
        @media screen and (max-width: 600px) {
          .topBox2 .inner .rBox .box {
            padding: 0 0 35px; } }
        .topBox2 .inner .rBox .box.first {
          margin-top: 50px; }
          @media screen and (max-width: 600px) {
            .topBox2 .inner .rBox .box.first {
              margin-top: 20px; } }
      .topBox2 .inner .rBox .title {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0 20px;
        padding: 0 0 30px; }
        @media screen and (max-width: 600px) {
          .topBox2 .inner .rBox .title {
            gap: 0 10px;
            padding: 0 0 10px; } }
        .topBox2 .inner .rBox .title .num {
          width: 55px;
          height: 55px;
          border-radius: 10px;
          background-color: #0b3c5d;
          color: #FFF;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 28px;
          font-weight: 700; }
          @media screen and (max-width: 600px) {
            .topBox2 .inner .rBox .title .num {
              width: 35px;
              height: 35px;
              font-size: 18px; } }
          @media screen and (max-width: 440px) {
            .topBox2 .inner .rBox .title .num {
              width: 30px;
              height: 30px; } }
        .topBox2 .inner .rBox .title h3 {
          font-size: 25px; }
          @media screen and (max-width: 600px) {
            .topBox2 .inner .rBox .title h3 {
              font-size: 18px;
              width: calc(100% - 40px); } }
          @media screen and (max-width: 440px) {
            .topBox2 .inner .rBox .title h3 {
              font-size: 16px; } }
      .topBox2 .inner .rBox ul {
        padding: 0 0 1em; }
        .topBox2 .inner .rBox ul li {
          font-size: 18px;
          font-weight: 600;
          padding: 0 0 0 1em;
          position: relative;
          line-height: 40px; }
          @media screen and (max-width: 600px) {
            .topBox2 .inner .rBox ul li {
              font-size: 16px;
              line-height: 26px; } }
          @media screen and (max-width: 440px) {
            .topBox2 .inner .rBox ul li {
              font-size: 14px;
              line-height: 22px; } }
          .topBox2 .inner .rBox ul li:before {
            content: "・";
            position: absolute;
            top: 0;
            left: 0; }

.txLine .txt {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 0 5px; }
  .txLine .txt span {
    font-size: 28px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 520px) {
      .txLine .txt span {
        font-size: 22px; } }
  .txLine .txt:after {
    content: "";
    width: 100%;
    height: 15px;
    background-color: #ffcc32;
    position: absolute;
    bottom: -5px;
    left: 0; }

.topBox3 {
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .topBox3 {
      padding: 50px 0; } }
  .topBox3 .inner h2 {
    font-size: 32px;
    text-align: center;
    line-height: 53px;
    padding: 0 0 80px; }
    @media screen and (max-width: 767px) {
      .topBox3 .inner h2 {
        font-size: 28px;
        padding: 0 0 30px; } }
    @media screen and (max-width: 520px) {
      .topBox3 .inner h2 {
        font-size: 24px;
        padding: 0 0 20px;
        line-height: 32px; } }
  .topBox3 .inner p.tx1 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 53px;
    padding: 0 0 50px; }
    @media screen and (max-width: 520px) {
      .topBox3 .inner p.tx1 {
        font-size: 16px;
        line-height: 30px;
        padding: 0 0 40px;
        text-align: left; } }
    .topBox3 .inner p.tx1 span {
      font-size: 30px;
      font-weight: 700;
      color: #00a6a6; }
      @media screen and (max-width: 520px) {
        .topBox3 .inner p.tx1 span {
          font-size: 20px; } }
    @media screen and (max-width: 900px) {
      .topBox3 .inner p.tx1 br {
        display: none; } }
  .topBox3 .inner .txLine {
    text-align: center;
    padding: 0 0 50px; }
    @media screen and (max-width: 520px) {
      .topBox3 .inner .txLine {
        padding: 0 0 30px; } }
  .topBox3 .inner .flexBox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 60px 2%;
    padding: 50px 0 0 0; }
    @media screen and (max-width: 520px) {
      .topBox3 .inner .flexBox {
        gap: 30px 0; } }
    .topBox3 .inner .flexBox .inBox {
      width: 32%;
      border: 5px solid #363636;
      border-radius: 10px;
      position: relative;
      padding: 30px 0 0 0; }
      @media screen and (max-width: 767px) {
        .topBox3 .inner .flexBox .inBox {
          width: 49%; } }
      @media screen and (max-width: 520px) {
        .topBox3 .inner .flexBox .inBox {
          width: 100%; } }
      .topBox3 .inner .flexBox .inBox .point {
        font-family: 'Oswald',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 32px;
        position: absolute;
        top: -10px;
        left: 50%;
        width: 160px;
        height: 30px;
        background-color: #FFF;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        text-align: center;
        line-height: 0; }
        @media screen and (max-width: 520px) {
          .topBox3 .inner .flexBox .inBox .point {
            font-size: 24px;
            width: 120px; } }
        .topBox3 .inner .flexBox .inBox .point span {
          font-size: 42px; }
          @media screen and (max-width: 520px) {
            .topBox3 .inner .flexBox .inBox .point span {
              font-size: 30px; } }
      .topBox3 .inner .flexBox .inBox .tx2 {
        background-color: #fff7b5;
        height: 75px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
        @media screen and (max-width: 520px) {
          .topBox3 .inner .flexBox .inBox .tx2 {
            padding: 0 10px; } }
        .topBox3 .inner .flexBox .inBox .tx2 p {
          font-size: 20px;
          font-weight: 600; }
          @media screen and (max-width: 520px) {
            .topBox3 .inner .flexBox .inBox .tx2 p {
              font-size: 16px; } }
      .topBox3 .inner .flexBox .inBox .tx3 {
        padding: 30px 0;
        text-align: center; }
        @media screen and (max-width: 520px) {
          .topBox3 .inner .flexBox .inBox .tx3 {
            padding: 20px 10px;
            font-size: 15px; }
            .topBox3 .inner .flexBox .inBox .tx3 br {
              display: none; } }
  .topBox3 .inner .topBox3_2 {
    position: relative;
    margin: 100px 0 0 0;
    padding: 200px 0 0 0;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 1280px) {
      .topBox3 .inner .topBox3_2 {
        padding: 300px 0 0 0; } }
    @media screen and (max-width: 767px) {
      .topBox3 .inner .topBox3_2 {
        display: block;
        margin: 50px 0 0 0;
        padding: 0; } }
    .topBox3 .inner .topBox3_2 .imgBox {
      position: absolute;
      top: 0;
      left: -100px;
      z-index: 1; }
      @media screen and (max-width: 1280px) {
        .topBox3 .inner .topBox3_2 .imgBox {
          left: 0; } }
      @media screen and (max-width: 767px) {
        .topBox3 .inner .topBox3_2 .imgBox {
          position: relative;
          top: auto;
          left: auto; } }
    .topBox3 .inner .topBox3_2 .txBox {
      width: 645px;
      border: 1px solid #363636;
      background-color: #FFF;
      padding: 40px;
      margin-right: -50px;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 1320px) {
        .topBox3 .inner .topBox3_2 .txBox {
          margin-right: 0px; } }
      @media screen and (max-width: 767px) {
        .topBox3 .inner .topBox3_2 .txBox {
          width: 90%;
          margin: 0 auto;
          padding: 40px 15px;
          margin-top: -50px; } }
      @media screen and (max-width: 520px) {
        .topBox3 .inner .topBox3_2 .txBox {
          padding: 20px; } }
      .topBox3 .inner .topBox3_2 .txBox .txLine {
        text-align: left;
        padding-bottom: 25px; }
        @media screen and (max-width: 520px) {
          .topBox3 .inner .topBox3_2 .txBox .txLine {
            font-size: 20px; } }
      .topBox3 .inner .topBox3_2 .txBox .tx4 {
        font-size: 20px;
        font-weight: 600;
        line-height: 40px;
        padding: 0 0 20px; }
        @media screen and (max-width: 520px) {
          .topBox3 .inner .topBox3_2 .txBox .tx4 {
            font-size: 16px;
            line-height: 30px;
            padding: 0 0 10px;
            text-align: left; } }
        .topBox3 .inner .topBox3_2 .txBox .tx4 span {
          font-size: 24px;
          font-weight: 700;
          color: #00a6a6; }
          @media screen and (max-width: 520px) {
            .topBox3 .inner .topBox3_2 .txBox .tx4 span {
              font-size: 20px; } }
      .topBox3 .inner .topBox3_2 .txBox .tx5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 36px; }
        @media screen and (max-width: 520px) {
          .topBox3 .inner .topBox3_2 .txBox .tx5 {
            font-size: 16px;
            line-height: 30px; } }
  @media screen and (max-width: 1220px) {
    .topBox3 .inner .topBox3_3 {
      padding: 30px 0 0 0; } }
  .topBox3 .inner .topBox3_3 .pointBox {
    padding: 50px 0; }
    @media screen and (max-width: 767px) {
      .topBox3 .inner .topBox3_3 .pointBox {
        padding: 50px 0 25px; } }
    .topBox3 .inner .topBox3_3 .pointBox .title {
      margin-top: -50px;
      color: #FFF;
      font-size: 20px;
      font-weight: 700;
      width: 450px;
      height: 85px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .topBox3 .inner .topBox3_3 .pointBox .title {
          height: 60px; } }
      @media screen and (max-width: 520px) {
        .topBox3 .inner .topBox3_3 .pointBox .title {
          width: 100%;
          font-size: 16px; } }
      .topBox3 .inner .topBox3_3 .pointBox .title h4 {
        position: relative;
        z-index: 2; }
      .topBox3 .inner .topBox3_3 .pointBox .title:after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #55baec;
        position: absolute;
        top: 0;
        left: 20px;
        z-index: 1;
        clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%); }
        @media screen and (max-width: 767px) {
          .topBox3 .inner .topBox3_3 .pointBox .title:after {
            clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%); } }
      .topBox3 .inner .topBox3_3 .pointBox .title:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #318dbb;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%); }
        @media screen and (max-width: 767px) {
          .topBox3 .inner .topBox3_3 .pointBox .title:before {
            clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%); } }
        @media screen and (max-width: 520px) {
          .topBox3 .inner .topBox3_3 .pointBox .title:before {
            width: 90%; } }
    .topBox3 .inner .topBox3_3 .pointBox .txArea {
      position: relative;
      padding: 80px 50px 50px 150px;
      background-color: #d7f2ff;
      width: 90%;
      margin: -50px 0 0 10%;
      clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%); }
      @media screen and (max-width: 767px) {
        .topBox3 .inner .topBox3_3 .pointBox .txArea {
          width: 100%;
          margin: 10px 0 0 0;
          padding: 20px 40px;
          clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%); } }
      @media screen and (max-width: 520px) {
        .topBox3 .inner .topBox3_3 .pointBox .txArea {
          padding: 20px; } }
      .topBox3 .inner .topBox3_3 .pointBox .txArea p {
        font-size: 18px;
        font-weight: 600;
        line-height: 35px; }
        @media screen and (max-width: 767px) {
          .topBox3 .inner .topBox3_3 .pointBox .txArea p {
            font-size: 16px;
            line-height: 30px; } }

.topBox4 {
  background-color: #fffcf2;
  padding: 100px 0 50px;
  border-radius: 150px; }
  @media screen and (max-width: 1200px) {
    .topBox4 {
      border-radius: 100px; } }
  @media screen and (max-width: 600px) {
    .topBox4 {
      border-radius: 30px;
      padding: 50px 0 20px; } }
  .topBox4 .inner h2 {
    font-size: 32px;
    text-align: center;
    padding: 0 0 20px;
    color: #00a6a6; }
    @media screen and (max-width: 767px) {
      .topBox4 .inner h2 {
        font-size: 28px; } }
    @media screen and (max-width: 520px) {
      .topBox4 .inner h2 {
        font-size: 24px; } }
  .topBox4 .inner .c {
    text-align: center;
    font-weight: 600; }
  .topBox4 .inner .tableBox {
    width: 950px;
    margin: 0 auto;
    padding: 50px 0; }
    @media screen and (max-width: 990px) {
      .topBox4 .inner .tableBox {
        width: 100%; } }
    .topBox4 .inner .tableBox table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 5px; }
      .topBox4 .inner .tableBox table tr th {
        background-color: #369dd0;
        font-weight: 700;
        color: #FFF;
        font-size: 20px;
        text-align: center;
        padding: 30px 10px; }
        @media screen and (max-width: 700px) {
          .topBox4 .inner .tableBox table tr th {
            font-size: 15px;
            padding: 15px 10px; } }
        .topBox4 .inner .tableBox table tr th:first-child {
          border-radius: 20px 0 0 0; }
        .topBox4 .inner .tableBox table tr th:last-child {
          border-radius: 0 20px 0 0; }
        .topBox4 .inner .tableBox table tr th.pick {
          font-size: 25px;
          position: relative;
          background-color: #ff9102;
          padding: 0 10px 30px; }
          @media screen and (max-width: 700px) {
            .topBox4 .inner .tableBox table tr th.pick {
              font-size: 18px; } }
          .topBox4 .inner .tableBox table tr th.pick:before {
            content: "";
            position: absolute;
            top: -30px;
            left: 0;
            width: 100%;
            height: 30px;
            background-color: #ff9102;
            border-radius: 20px 20px 0 0; }
      .topBox4 .inner .tableBox table tr td {
        background-color: #FFF;
        font-weight: 600;
        text-align: center;
        padding: 30px 10px; }
        @media screen and (max-width: 700px) {
          .topBox4 .inner .tableBox table tr td {
            padding: 10px 5px;
            font-size: 14px; } }
        .topBox4 .inner .tableBox table tr td span {
          font-size: 20px; }
          @media screen and (max-width: 700px) {
            .topBox4 .inner .tableBox table tr td span {
              font-size: 16px; } }
        .topBox4 .inner .tableBox table tr td:first-child {
          background-color: #edf9ff; }
        .topBox4 .inner .tableBox table tr td:nth-child(2) {
          background-color: #fff4e6; }
          .topBox4 .inner .tableBox table tr td:nth-child(2) span {
            color: #ff9102; }
      .topBox4 .inner .tableBox table tr:last-child td:first-child {
        border-radius: 0 0 0 20px; }
      .topBox4 .inner .tableBox table tr:last-child td:last-child {
        border-radius: 0 0 20px 0; }
  .topBox4 .inner .flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 30px; }
    @media screen and (max-width: 800px) {
      .topBox4 .inner .flexBox {
        align-items: flex-start; } }
    .topBox4 .inner .flexBox .imgBox {
      width: 352px; }
      @media screen and (max-width: 800px) {
        .topBox4 .inner .flexBox .imgBox {
          width: 150px;
          text-align: center;
          padding: 0 0 30px; } }
      @media screen and (max-width: 520px) {
        .topBox4 .inner .flexBox .imgBox {
          width: 100%;
          text-align: center; } }
    .topBox4 .inner .flexBox .txBox {
      width: calc(100% - 400px); }
      @media screen and (max-width: 800px) {
        .topBox4 .inner .flexBox .txBox {
          width: calc(100% - 160px); } }
      @media screen and (max-width: 520px) {
        .topBox4 .inner .flexBox .txBox {
          width: 100%;
          padding: 20px 0 0 0; } }
      .topBox4 .inner .flexBox .txBox .txLine {
        padding: 0 0 40px; }
        @media screen and (max-width: 767px) {
          .topBox4 .inner .flexBox .txBox .txLine h3 {
            font-size: 22px; } }
      .topBox4 .inner .flexBox .txBox .inBox {
        padding: 0 0 0 30px; }
        @media screen and (max-width: 767px) {
          .topBox4 .inner .flexBox .txBox .inBox {
            padding: 0; } }
        .topBox4 .inner .flexBox .txBox .inBox .tx1 {
          font-size: 16px;
          font-weight: 600;
          padding: 0 0 30px; }
          @media screen and (max-width: 767px) {
            .topBox4 .inner .flexBox .txBox .inBox .tx1 {
              padding: 0 0 20px; } }
          .topBox4 .inner .flexBox .txBox .inBox .tx1 span {
            font-weight: 700;
            font-size: 20px;
            color: #369dd0; }
            @media screen and (max-width: 767px) {
              .topBox4 .inner .flexBox .txBox .inBox .tx1 span {
                font-size: 18px; } }
        .topBox4 .inner .flexBox .txBox .inBox .tx2 {
          font-size: 16px;
          font-weight: 600; }
          .topBox4 .inner .flexBox .txBox .inBox .tx2 span {
            font-weight: 700;
            font-size: 30px;
            color: #ff9102; }
            @media screen and (max-width: 767px) {
              .topBox4 .inner .flexBox .txBox .inBox .tx2 span {
                font-size: 22px; } }
  .topBox4 .inner .case {
    background-color: #FFF;
    border: 1px solid #cfcfcf; }
    .topBox4 .inner .case .title h4 {
      display: inline-block;
      color: #FFF;
      padding: 20px 40px;
      font-size: 20px;
      font-weight: 700;
      background-color: #369dd0; }
      @media screen and (max-width: 767px) {
        .topBox4 .inner .case .title h4 {
          font-size: 18px;
          padding: 10px 20px; } }
    .topBox4 .inner .case .in {
      padding: 20px 40px;
      font-size: 18px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .topBox4 .inner .case .in {
          font-size: 15px; } }
      .topBox4 .inner .case .in p {
        line-height: 36px; }
        @media screen and (max-width: 767px) {
          .topBox4 .inner .case .in p {
            line-height: 28px; } }

.topBox5 {
  padding: 100px 0 0; }
  @media screen and (max-width: 600px) {
    .topBox5 {
      padding: 50px 0 0; } }
  .topBox5 .inner .title {
    text-align: center;
    border: 5px solid #369dd0;
    border-radius: 10px;
    padding: 50px 30px;
    margin: 0 0 30px; }
    @media screen and (max-width: 520px) {
      .topBox5 .inner .title {
        padding: 20px 10px; } }
    .topBox5 .inner .title h2 {
      font-size: 32px;
      padding: 0 0 10px;
      color: #369dd0; }
      @media screen and (max-width: 767px) {
        .topBox5 .inner .title h2 {
          font-size: 28px; } }
      @media screen and (max-width: 520px) {
        .topBox5 .inner .title h2 {
          font-size: 24px; } }
    .topBox5 .inner .title .en {
      font-size: 20px;
      font-weight: 700; }
  .topBox5 .inner .flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .topBox5 .inner .flexBox .box {
      width: 47%; }
      @media screen and (max-width: 767px) {
        .topBox5 .inner .flexBox .box {
          width: 100%;
          padding: 0 0 30px; } }
      .topBox5 .inner .flexBox .box .flex {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 0 30px; }
        .topBox5 .inner .flexBox .box .flex .imgBox {
          width: 207px; }
          @media screen and (max-width: 520px) {
            .topBox5 .inner .flexBox .box .flex .imgBox {
              width: 20%; } }
        .topBox5 .inner .flexBox .box .flex .rBox {
          width: calc(100% - 207px);
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 0 0 0 30px; }
          @media screen and (max-width: 520px) {
            .topBox5 .inner .flexBox .box .flex .rBox {
              width: 80%; } }
          .topBox5 .inner .flexBox .box .flex .rBox p {
            font-size: 20px;
            font-weight: 600; }
            .topBox5 .inner .flexBox .box .flex .rBox p span {
              font-size: 30px; }
      .topBox5 .inner .flexBox .box p {
        line-height: 39px; }
        @media screen and (max-width: 520px) {
          .topBox5 .inner .flexBox .box p {
            line-height: 26px; } }

.topBox6 {
  padding: 100px 0 100px; }
  @media screen and (max-width: 600px) {
    .topBox6 {
      padding: 50px 0; } }
  .topBox6 .inner h2 {
    font-size: 32px;
    text-align: center;
    padding: 0 0 20px; }
    @media screen and (max-width: 767px) {
      .topBox6 .inner h2 {
        font-size: 28px; } }
    @media screen and (max-width: 520px) {
      .topBox6 .inner h2 {
        font-size: 24px; } }
  .topBox6 .inner .c {
    text-align: center;
    font-weight: 600; }
  .topBox6 .inner .flexBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .topBox6 .inner .flexBox .lBox {
      width: 20%;
      background-color: #00a6a6;
      color: #FFF;
      padding: 50px 0;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        .topBox6 .inner .flexBox .lBox {
          width: 100%;
          padding: 25px 0; } }
    .topBox6 .inner .flexBox .rBox {
      width: 75%; }
      @media screen and (max-width: 767px) {
        .topBox6 .inner .flexBox .rBox {
          width: 100%; } }
      .topBox6 .inner .flexBox .rBox table tr th, .topBox6 .inner .flexBox .rBox table tr td {
        padding: 20px 0;
        border-bottom: 1px solid #DCDCDC;
        font-weight: 500; }
      .topBox6 .inner .flexBox .rBox table tr th {
        width: 25%; }
      .topBox6 .inner .flexBox .rBox table tr td {
        width: 75%; }

.footContact {
  background-color: #eef8ff;
  padding: 100px 0 100px;
  margin-bottom: 100px;
  border-radius: 150px 150px 0 0; }
  @media screen and (max-width: 1200px) {
    .footContact {
      border-radius: 100px 100px 0 0; } }
  @media screen and (max-width: 1000px) {
    .footContact {
      margin-bottom: 30px; } }
  @media screen and (max-width: 900px) {
    .footContact {
      margin-bottom: 70px; } }
  @media screen and (max-width: 600px) {
    .footContact {
      border-radius: 30px 30px 0 0;
      padding: 50px 0 100px; } }
  @media screen and (max-width: 455px) {
    .footContact {
      padding: 50px 0 30px; } }
  .footContact .inner h2 {
    font-size: 32px;
    text-align: center;
    padding: 0 0 20px; }
    @media screen and (max-width: 767px) {
      .footContact .inner h2 {
        font-size: 28px; } }
    @media screen and (max-width: 520px) {
      .footContact .inner h2 {
        font-size: 24px; } }
  .footContact .inner .tx {
    text-align: center;
    font-weight: 600; }
  .footContact .inner .hotspot {
    max-width: 700px;
    margin: 30px auto; }
    .footContact .inner .hotspot form * {
      box-sizing: border-box; }
    .footContact .inner .hotspot form .hs-form-field {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
      padding: 5px 0;
      gap: 0 30px; }
      .footContact .inner .hotspot form .hs-form-field label {
        border-radius: 5px;
        padding: 10px 15px;
        font-size: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 30%;
        order: 1; }
        @media screen and (max-width: 660px) {
          .footContact .inner .hotspot form .hs-form-field label {
            width: 100%; } }
        .footContact .inner .hotspot form .hs-form-field label span.hs-form-required {
          color: #e8423f;
          width: 20px;
          height: 20px;
          display: flex;
          justify-content: center;
          align-items: center;
          top: 5px;
          position: relative;
          font-size: 24px; }
      .footContact .inner .hotspot form .hs-form-field .input {
        order: 2;
        width: 65%; }
        @media screen and (max-width: 660px) {
          .footContact .inner .hotspot form .hs-form-field .input {
            width: 100%; } }
        .footContact .inner .hotspot form .hs-form-field .input .hs-input {
          width: 100%;
          padding: 10px;
          border: 1px solid #D9D9D9;
          border-radius: 5px; }
          .footContact .inner .hotspot form .hs-form-field .input .hs-input:focus {
            outline: none; }
      .footContact .inner .hotspot form .hs-form-field .hs-field-desc {
        width: 100%;
        order: 3;
        font-size: 14px;
        margin: 10px 0 0 0;
        text-align: right; }
        @media screen and (max-width: 450px) {
          .footContact .inner .hotspot form .hs-form-field .hs-field-desc {
            text-align: left; } }
      .footContact .inner .hotspot form .hs-form-field .hs-error-msgs {
        order: 4;
        width: 60%;
        margin: 0 0 0 34.5%; }
        @media screen and (max-width: 660px) {
          .footContact .inner .hotspot form .hs-form-field .hs-error-msgs {
            width: 100%;
            margin: 0; } }
        .footContact .inner .hotspot form .hs-form-field .hs-error-msgs li label {
          background-color: #FFF;
          padding: 5px;
          margin-top: 5px;
          border: 2px solid #e8423f;
          font-size: 14px;
          color: #e8423f;
          width: 100%; }
    .footContact .inner .hotspot form .hs_recaptcha {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 30px 0 50px; }
      .footContact .inner .hotspot form .hs_recaptcha .input {
        width: auto; }
    .footContact .inner .hotspot form .hs-submit .actions {
      display: flex;
      justify-content: center;
      align-items: center; }
      .footContact .inner .hotspot form .hs-submit .actions .hs-button {
        background-color: #0b3c5d;
        border: none;
        padding: 15px 30px;
        border-radius: 5px;
        color: #FFF;
        width: 300px;
        font-size: 24px;
        font-weight: 700; }
