@charset "UTF-8";
.topPage {
  font-family: "Lato", "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500;
  color: #111;
  background: #fff; }
  .topPage button:focus {
    outline: none; }
  @media screen and (max-width: 768px) {
    .topPage .mdSpan i {
      padding-top: 0;
      margin-top: 0; } }

@-webkit-keyframes fuwa {
  10% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); }
  20% {
    -webkit-transform: translate(0) rotate(3deg);
    transform: translate(0) rotate(3deg); }
  30% {
    -webkit-transform: translateY(1px) rotate(0deg);
    transform: translateY(1px) rotate(0deg); }
  40% {
    -webkit-transform: translateY(1px) rotate(-3deg);
    transform: translateY(1px) rotate(-3deg); }
  50% {
    -webkit-transform: translate(-1px) rotate(1deg);
    transform: translate(-1px) rotate(1deg); }
  60% {
    -webkit-transform: translateY(-1px) rotate(0deg);
    transform: translateY(-1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(0) rotate(-3deg);
    transform: translate(0) rotate(-3deg); }
  80% {
    -webkit-transform: translate(-1px) rotate(1deg);
    transform: translate(-1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); }
  to {
    -webkit-transform: translateY(1px) rotate(-3deg);
    transform: translateY(1px) rotate(-3deg); } }

@keyframes fuwa {
  10% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); }
  20% {
    -webkit-transform: translate(0) rotate(3deg);
    transform: translate(0) rotate(3deg); }
  30% {
    -webkit-transform: translateY(1px) rotate(0deg);
    transform: translateY(1px) rotate(0deg); }
  40% {
    -webkit-transform: translateY(1px) rotate(-3deg);
    transform: translateY(1px) rotate(-3deg); }
  50% {
    -webkit-transform: translate(-1px) rotate(1deg);
    transform: translate(-1px) rotate(1deg); }
  60% {
    -webkit-transform: translateY(-1px) rotate(0deg);
    transform: translateY(-1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(0) rotate(-3deg);
    transform: translate(0) rotate(-3deg); }
  80% {
    -webkit-transform: translate(-1px) rotate(1deg);
    transform: translate(-1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); }
  to {
    -webkit-transform: translateY(1px) rotate(-3deg);
    transform: translateY(1px) rotate(-3deg); } }

@-webkit-keyframes fuwa02 {
  10% {
    -webkit-transform: translate(1px) rotate(1deg);
    transform: translate(1px) rotate(1deg); }
  20% {
    -webkit-transform: translate(0) rotate(-1deg);
    transform: translate(0) rotate(-1deg); }
  30% {
    -webkit-transform: translateY(-1px) rotate(0deg);
    transform: translateY(-1px) rotate(0deg); }
  40% {
    -webkit-transform: translateY(1px) rotate(3deg);
    transform: translateY(1px) rotate(3deg); }
  50% {
    -webkit-transform: translate(-1px) rotate(-1deg);
    transform: translate(-1px) rotate(-1deg); }
  60% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  70% {
    -webkit-transform: translate(0) rotate(2deg);
    transform: translate(0) rotate(2deg); }
  80% {
    -webkit-transform: translate(1px) rotate(2deg);
    transform: translate(1px) rotate(2deg); }
  90% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); }
  to {
    -webkit-transform: translateY(-1px) rotate(-1deg);
    transform: translateY(-1px) rotate(-1deg); } }

@keyframes fuwa02 {
  10% {
    -webkit-transform: translate(1px) rotate(1deg);
    transform: translate(1px) rotate(1deg); }
  20% {
    -webkit-transform: translate(0) rotate(-1deg);
    transform: translate(0) rotate(-1deg); }
  30% {
    -webkit-transform: translateY(-1px) rotate(0deg);
    transform: translateY(-1px) rotate(0deg); }
  40% {
    -webkit-transform: translateY(1px) rotate(3deg);
    transform: translateY(1px) rotate(3deg); }
  50% {
    -webkit-transform: translate(-1px) rotate(-1deg);
    transform: translate(-1px) rotate(-1deg); }
  60% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  70% {
    -webkit-transform: translate(0) rotate(2deg);
    transform: translate(0) rotate(2deg); }
  80% {
    -webkit-transform: translate(1px) rotate(2deg);
    transform: translate(1px) rotate(2deg); }
  90% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg); }
  to {
    -webkit-transform: translateY(-1px) rotate(-1deg);
    transform: translateY(-1px) rotate(-1deg); } }
  .topPage .fuwa {
    -webkit-animation: fuwa 4s step-start 0.5s infinite normal;
    animation: fuwa 4s step-start 0.5s infinite normal; }
  .topPage .fuwa02 {
    -webkit-animation: fuwa02 4s step-start 0.5s infinite normal;
    animation: fuwa02 4s step-start 0.5s infinite normal; }
  .topPage .lazyload {
    min-height: 400px; }
  .topPage .secPad_btm {
    padding-bottom: 120px; }
  .topPage .kiwi {
    font-family: "Kiwi Maru", serif;
    letter-spacing: -0.05em; }
  .topPage .oreTx {
    color: #e76441; }
  .topPage .markTx {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe867));
    background: -webkit-linear-gradient(transparent 70%, #ffe867 70%);
    background: -o-linear-gradient(transparent 70%, #ffe867 70%);
    background: linear-gradient(transparent 70%, #ffe867 70%);
    display: inline; }
  .topPage .fukiTx02 {
    text-align: center; }
    .topPage .fukiTx02 span {
      display: inline-block;
      padding: 5px 20px;
      border-radius: 90px;
      font-family: "Kiwi Maru", serif;
      letter-spacing: -0.05em;
      color: #fff;
      font-size: 2.0rem;
      position: relative;
      background: #222; }
      @media screen and (max-width: 768px) {
        .topPage .fukiTx02 span {
          font-size: 1.3rem; } }
      .topPage .fukiTx02 span::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -13px;
        background: url("../cmn_img/fuki01.png") no-repeat center center/cover;
        width: 32px;
        height: 14px; }
    .topPage .fukiTx02.yrw span {
      background: #d5ba75; }
      .topPage .fukiTx02.yrw span::before {
        background-image: url("../cmn_img/fuki02.png"); }
  .topPage .secTtl {
    text-align: center;
    margin-bottom: 35px;
    font-size: 4.8rem;
    font-family: "Kiwi Maru", serif;
    line-height: 1.7;
    letter-spacing: -0.07em;
    margin-top: 4px; }
    @media screen and (max-width: 768px) {
      .topPage .secTtl {
        font-size: 2.6rem;
        margin-bottom: 35px;
        margin-top: 7px; } }
    .topPage .secTtl span {
      display: block;
      font-size: 1.6rem;
      color: #aaa;
      font-family: "Lato", sans-serif;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        .topPage .secTtl span {
          font-size: 1.3rem; } }
  .topPage .cmn_caseList > li .caseTtl {
    font-family: "Kiwi Maru", serif;
    letter-spacing: -0.07em;
    background: #307ed8;
    font-size: 2.2rem; }
    @media screen and (max-width: 768px) {
      .topPage .cmn_caseList > li .caseTtl {
        font-size: 1.4rem;
        padding: 12px 5px 10px; } }
    @media screen and (max-width: 768px) {
      .topPage .cmn_caseList > li .caseTtl span {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        position: static; } }
    .topPage .cmn_caseList > li .caseTtl .cate01 {
      background: #ffe867;
      width: auto;
      height: auto;
      font-size: 1.8rem;
      color: #307ed8;
      line-height: 1;
      padding: 7px 13px 9px;
      border-radius: 90px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 4px; }
      @media screen and (max-width: 768px) {
        .topPage .cmn_caseList > li .caseTtl .cate01 {
          font-size: 1.1rem;
          padding: 5px 14px;
          margin-bottom: 8px; } }
    .topPage .cmn_caseList > li .caseTtl .cate02 {
      font-size: 1.8rem;
      display: inline-block;
      width: auto;
      height: auto;
      padding: 5px 15px 6px;
      border-radius: 5px;
      border: 1px solid #fff;
      background: #307ed8;
      color: #fff;
      margin-left: 10px;
      margin-bottom: 4px; }
      @media screen and (max-width: 768px) {
        .topPage .cmn_caseList > li .caseTtl .cate02 {
          font-size: 1.0rem;
          margin-left: 6px;
          padding: 4px 10px; } }
  .topPage .cmn_caseList > li .txBox {
    background: #e0ecfa;
    padding: 50px 60px; }
    @media screen and (max-width: 768px) {
      .topPage .cmn_caseList > li .txBox {
        padding: 20px; } }
    .topPage .cmn_caseList > li .txBox .pointArea .pointList > li {
      background-image: url("../cmn_img/icon_check.png");
      border-top: 1px dashed #307ed8; }
      .topPage .cmn_caseList > li .txBox .pointArea .pointList > li span {
        color: #307ed8; }
      .topPage .cmn_caseList > li .txBox .pointArea .pointList > li.last {
        border-bottom: 1px dashed #307ed8; }
  .topPage .drawer .drawer-nav .drawer-menu > li.nav {
    width: 100%;
    margin: 0; }
    .topPage .drawer .drawer-nav .drawer-menu > li.nav a {
      font-size: 1.4rem;
      font-weight: 700;
      padding: 10px 0; }
  .topPage .drawer .drawer-nav .drawer-menu > li.link a::before {
    content: none; }
  .topPage .drawer .drawer-nav .drawer-menu > li.link a::after {
    background: url(/lib/cmn_img/icon_link.png) no-repeat center center/cover;
    width: 12px;
    height: 12px; }
  .topPage .drawer .drawer-nav .drawer-menu > li.cmn_cvBtn {
    margin-bottom: 40px;
    margin-top: 30px; }
    .topPage .drawer .drawer-nav .drawer-menu > li.cmn_cvBtn a {
      width: 100%;
      padding: 15px 0; }
      .topPage .drawer .drawer-nav .drawer-menu > li.cmn_cvBtn a span {
        font-size: 1.5rem; }
  .topPage .spCvBtn {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%; }
    .topPage .spCvBtn.cvBtnList {
      font-size: 0; }
      .topPage .spCvBtn.cvBtnList > li {
        width: 50%;
        display: inline-block;
        vertical-align: top; }
        .topPage .spCvBtn.cvBtnList > li a {
          border-radius: 0;
          width: 100%;
          max-width: 100%;
          padding: 13px 0;
          display: block; }
          .topPage .spCvBtn.cvBtnList > li a span {
            font-size: 1.3rem;
            background-size: 24px 17px;
            padding-left: 34px;
            font-weight: 700; }
        .topPage .spCvBtn.cvBtnList > li.link {
          text-align: center; }
          .topPage .spCvBtn.cvBtnList > li.link a {
            background-color: #e76441; }
            .topPage .spCvBtn.cvBtnList > li.link a span {
              color: #fff;
              padding: 0 15px 0 0;
              background: url(/lib/cmn_img/icon_link_wh.png) no-repeat center right/11px 11px;
              display: inline-block; }
  .topPage .cmn_logoTx {
    margin-top: 15px; }
    .topPage .cmn_logoTx .bg {
      background: #111;
      padding: 15px 20px;
      border-radius: 6px;
      color: #fff;
      font-size: 4.6rem;
      font-weight: 900; }
      @media screen and (max-width: 768px) {
        .topPage .cmn_logoTx .bg {
          font-size: 2.2rem;
          padding: 10px 17px; } }
      .topPage .cmn_logoTx .bg .logo {
        width: 376px;
        display: inline-block;
        vertical-align: middle;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .topPage .cmn_logoTx .bg .logo {
            width: 160px; } }
  .topPage .secCv {
    background: url("../cmn_img/mv_bg.jpg") no-repeat center bottom 54%/cover;
    padding: 80px 0;
    text-align: center;
    position: relative; }
    .topPage .secCv .illa01, .topPage .secCv .illa02, .topPage .secCv .illa03, .topPage .secCv .illa04 {
      position: absolute;
      z-index: 9;
      bottom: -25px; }
      @media screen and (max-width: 768px) {
        .topPage .secCv .illa01, .topPage .secCv .illa02, .topPage .secCv .illa03, .topPage .secCv .illa04 {
          bottom: -15px; } }
    .topPage .secCv .illa01 {
      width: 102px;
      left: 10%; }
      @media screen and (max-width: 768px) {
        .topPage .secCv .illa01 {
          width: 61px;
          left: 5%; } }
    .topPage .secCv .illa02 {
      width: 62px;
      left: calc(10% + 160px); }
      @media screen and (max-width: 768px) {
        .topPage .secCv .illa02 {
          width: 37px;
          left: calc(5% + 80px); } }
    .topPage .secCv .illa03 {
      width: 85px;
      right: calc(10% + 130px); }
      @media screen and (max-width: 768px) {
        .topPage .secCv .illa03 {
          width: 51px;
          right: calc(5% + 65px); } }
    .topPage .secCv .illa04 {
      width: 82px;
      right: 10%; }
      @media screen and (max-width: 768px) {
        .topPage .secCv .illa04 {
          width: 49px;
          right: 5%; } }
    .topPage .secCv::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: .5; }
    @media screen and (max-width: 768px) {
      .topPage .secCv {
        padding: 40px 0 55px; } }
    .topPage .secCv .ttl {
      font-family: "Kiwi Maru", serif;
      letter-spacing: -0.07em;
      font-size: 4.6rem;
      font-weight: 900;
      line-height: 1.65; }
      @media screen and (max-width: 768px) {
        .topPage .secCv .ttl {
          font-size: 2.0rem; } }
      .topPage .secCv .ttl .markTx {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff));
        background: -webkit-linear-gradient(transparent 70%, #fff 70%);
        background: -o-linear-gradient(transparent 70%, #fff 70%);
        background: linear-gradient(transparent 70%, #fff 70%); }
      .topPage .secCv .ttl span {
        font-weight: 900; }
    .topPage .secCv .tx {
      font-size: 2.0rem;
      line-height: 1.7;
      margin-top: 15px; }
      @media screen and (max-width: 768px) {
        .topPage .secCv .tx {
          font-size: 1.3rem;
          margin-top: 10px; } }
    .topPage .secCv .btn {
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .topPage .secCv .btn {
          margin-top: 15px; } }
      .topPage .secCv .btn a {
        width: 600px;
        position: relative;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; }
        @media screen and (max-width: 768px) {
          .topPage .secCv .btn a {
            width: 100%;
            padding: 12px 0; } }
        .topPage .secCv .btn a span {
          font-size: 2.6rem;
          font-weight: 900;
          font-family: "Kiwi Maru", serif;
          letter-spacing: -0.07em; }
          @media screen and (max-width: 768px) {
            .topPage .secCv .btn a span {
              font-size: 1.6rem; } }
        .topPage .secCv .btn a:hover {
          -webkit-transform: translateY(5px) scale(0.98);
          -ms-transform: translateY(5px) scale(0.98);
          transform: translateY(5px) scale(0.98);
          -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0); }
  .topPage .cmn_cvBtn a {
    border-radius: 90px;
    width: 220px;
    margin: 0 auto;
    background: #307ed8;
    padding: 20px 5px;
    text-align: center;
    display: block; }
    .topPage .cmn_cvBtn a span {
      font-size: 1.8rem;
      color: #fff;
      display: inline-block;
      padding-left: 40px;
      background: url("../cmn_img/icon_mail.png") no-repeat center left/30px 21px; }
  .topPage .pcHd_lp {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    font-size: 0;
    padding: 30px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .topPage .pcHd_lp .logo {
      width: 220px;
      display: inline-block;
      vertical-align: middle; }
      .topPage .pcHd_lp .logo span {
        display: block;
        width: 100%;
        height: 30px;
        background: url(/lib/cmn_img/logo.png) no-repeat center center/cover;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
    .topPage .pcHd_lp .navList {
      width: calc(100% - 220px);
      display: inline-block;
      vertical-align: middle;
      text-align: right; }
      .topPage .pcHd_lp .navList > li {
        margin-right: 20px;
        display: inline-block;
        vertical-align: middle; }
        .topPage .pcHd_lp .navList > li a {
          font-size: 1.5rem;
          font-weight: 700;
          position: relative; }
          .topPage .pcHd_lp .navList > li a::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 0;
            height: 2px;
            background: #151e49;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; }
          .topPage .pcHd_lp .navList > li a:hover::before {
            width: 100%; }
        .topPage .pcHd_lp .navList > li.cmn_cvBtn {
          margin-right: 0; }
          .topPage .pcHd_lp .navList > li.cmn_cvBtn a::before {
            content: none; }
          .topPage .pcHd_lp .navList > li.cmn_cvBtn a:hover {
            -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
            transform: scale(0.95); }
          .topPage .pcHd_lp .navList > li.cmn_cvBtn a span {
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; }
    .topPage .pcHd_lp.fixed {
      padding: 15px 30px;
      background: #fff;
      -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.08); }
      .topPage .pcHd_lp.fixed .navList > li.cmn_cvBtn a {
        padding: 10px 5px; }
        .topPage .pcHd_lp.fixed .navList > li.cmn_cvBtn a span {
          font-size: 1.6rem; }
  .topPage .ft {
    padding: 25px  20px;
    background: #111;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .topPage .ft {
        padding: 20px; } }
    .topPage .ft .copyRight {
      color: #fff;
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .topPage .ft .copyRight {
          font-size: 1.1rem; } }
  .topPage .mv {
    background: url("../cmn_img/mv_bg.jpg") no-repeat center center/cover;
    width: 100%;
    height: 90vh;
    position: relative; }
    @media screen and (max-width: 1279px) {
      .topPage .mv {
        height: 95vh; } }
    @media screen and (max-width: 768px) {
      .topPage .mv {
        height: auto; } }
    @media screen and (max-width: 768px) {
      .topPage .mv {
        background-image: url("../cmn_img/mv_bg_sp.jpg");
        background-position: center bottom; } }
    .topPage .mv .txWrap {
      position: absolute;
      top: 35%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
      font-family: "Kiwi Maru", serif;
      letter-spacing: -0.07em; }
      @media screen and (max-width: 768px) {
        .topPage .mv .txWrap {
          top: 10%;
          position: static;
          padding: 35px 0 130px;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); } }
      .topPage .mv .txWrap .tx01 {
        font-size: 6.0rem;
        font-weight: 900;
        line-height: 1.4;
        display: inline-block;
        vertical-align: middle;
        position: relative; }
        @media screen and (max-width: 1279px) {
          .topPage .mv .txWrap .tx01 {
            font-size: 4.6rem;
            display: block; } }
        @media screen and (max-width: 768px) {
          .topPage .mv .txWrap .tx01 {
            font-size: 2.7rem; } }
        .topPage .mv .txWrap .tx01.line02 {
          display: block;
          margin-top: 20px; }
          @media screen and (max-width: 768px) {
            .topPage .mv .txWrap .tx01.line02 {
              margin-top: 0;
              display: inline-block; } }
        .topPage .mv .txWrap .tx01 span {
          font-size: 1.8rem;
          font-family: "Kiwi Maru", serif;
          letter-spacing: -0.07em;
          margin-top: -50px;
          display: inline-block;
          position: absolute;
          top: 20px;
          left: 0;
          padding: 0 15px; }
          @media screen and (max-width: 1279px) {
            .topPage .mv .txWrap .tx01 span {
              font-size: 1.6rem; } }
          @media screen and (max-width: 768px) {
            .topPage .mv .txWrap .tx01 span {
              font-size: 1.4rem;
              position: relative;
              display: inline-block;
              margin: 0 8px 0 auto;
              top: -3px; } }
          .topPage .mv .txWrap .tx01 span::before {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            height: 16px;
            width: 3px;
            background: #307ed8;
            border-radius: 90px;
            -webkit-transform: rotate(-30deg);
            -ms-transform: rotate(-30deg);
            transform: rotate(-30deg); }
            @media screen and (max-width: 768px) {
              .topPage .mv .txWrap .tx01 span::before {
                height: 14px;
                width: 2px;
                top: 3px;
                left: 3px; } }
          .topPage .mv .txWrap .tx01 span::after {
            content: "";
            position: absolute;
            right: 0;
            top: 6px;
            height: 16px;
            width: 3px;
            background: #307ed8;
            border-radius: 90px;
            -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
            @media screen and (max-width: 768px) {
              .topPage .mv .txWrap .tx01 span::after {
                height: 14px;
                width: 2px;
                top: 3px;
                right: 3px; } }
      .topPage .mv .txWrap .tx02 {
        font-size: 2.4rem;
        font-family: "Kiwi Maru", serif;
        letter-spacing: -0.07em;
        line-height: 1.7;
        margin-top: 15px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .txWrap .tx02 {
            font-size: 1.4rem;
            margin-top: 10px; } }
      @media screen and (max-width: 768px) {
        .topPage .mv .txWrap .iconList {
          max-width: 240px;
          width: 100%;
          margin: 10px auto 0 auto; } }
      .topPage .mv .txWrap .logoWrap {
        width: 280px;
        height: 160px;
        border-radius: 15px;
        overflow: hidden;
        overflow: inherit;
        background: #fff;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin: 0 20px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .txWrap .logoWrap {
            border-radius: 10px; } }
        @media screen and (max-width: 768px) {
          .topPage .mv .txWrap .logoWrap {
            width: 220px;
            height: 100px;
            margin: 5px auto 10px;
            display: block; } }
        .topPage .mv .txWrap .logoWrap .slider {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          margin: 0;
          width: 280px;
          height: 160px; }
          @media screen and (max-width: 768px) {
            .topPage .mv .txWrap .logoWrap .slider {
              width: 220px;
              height: 100px; } }
          .topPage .mv .txWrap .logoWrap .slider p {
            width: 100%;
            height: 100%;
            display: table; }
            .topPage .mv .txWrap .logoWrap .slider p > span {
              display: table-cell;
              vertical-align: middle; }
          .topPage .mv .txWrap .logoWrap .slider img {
            display: block;
            margin: 0 auto; }
            @media screen and (max-width: 768px) {
              .topPage .mv .txWrap .logoWrap .slider img {
                -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                transform: scale(0.8); } }
          .topPage .mv .txWrap .logoWrap .slider .logo01 {
            width: 111px; }
            @media screen and (max-width: 768px) {
              .topPage .mv .txWrap .logoWrap .slider .logo01 {
                width: 89px; } }
          .topPage .mv .txWrap .logoWrap .slider .logo02 {
            width: 115px; }
            @media screen and (max-width: 768px) {
              .topPage .mv .txWrap .logoWrap .slider .logo02 {
                width: 92px; } }
          .topPage .mv .txWrap .logoWrap .slider .logo03 {
            width: 112px; }
            @media screen and (max-width: 768px) {
              .topPage .mv .txWrap .logoWrap .slider .logo03 {
                width: 89px; } }
          .topPage .mv .txWrap .logoWrap .slider .logo04 {
            width: 206px; }
            @media screen and (max-width: 768px) {
              .topPage .mv .txWrap .logoWrap .slider .logo04 {
                width: 164px; } }
          .topPage .mv .txWrap .logoWrap .slider .logo05 {
            width: 214px; }
            @media screen and (max-width: 768px) {
              .topPage .mv .txWrap .logoWrap .slider .logo05 {
                width: 171px; } }
          .topPage .mv .txWrap .logoWrap .slider .logo06 {
            width: 227px; }
            @media screen and (max-width: 768px) {
              .topPage .mv .txWrap .logoWrap .slider .logo06 {
                width: 181px; } }
          .topPage .mv .txWrap .logoWrap .slider .logo07 {
            width: 193px; }
            @media screen and (max-width: 768px) {
              .topPage .mv .txWrap .logoWrap .slider .logo07 {
                width: 154px; } }
          .topPage .mv .txWrap .logoWrap .slider .logo08 {
            width: 197px; }
            @media screen and (max-width: 768px) {
              .topPage .mv .txWrap .logoWrap .slider .logo08 {
                width: 157px; } }
          .topPage .mv .txWrap .logoWrap .slider .logo09 {
            width: 172px; }
            @media screen and (max-width: 768px) {
              .topPage .mv .txWrap .logoWrap .slider .logo09 {
                width: 137px; } }
          .topPage .mv .txWrap .logoWrap .slider .slick-list, .topPage .mv .txWrap .logoWrap .slider .slick-track {
            height: 100%; }
    .topPage .mv .recruitBox {
      position: absolute;
      bottom: 120px;
      left: 3%; }
      @media screen and (max-width: 768px) {
        .topPage .mv .recruitBox {
          position: static;
          margin-top: 10px; } }
      .topPage .mv .recruitBox .bnr {
        width: 300px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .recruitBox .bnr {
            width: 70%;
            margin: 0 auto; } }
  .topPage .sec01 {
    background: url("../cmn_img/ptn01.png") repeat;
    position: relative; }
    .topPage .sec01::before {
      content: "";
      position: absolute;
      right: 18%;
      width: 45%;
      height: calc(100% - 300px);
      top: 200px;
      background: url("../cmn_img/sec01_bg.png") no-repeat center center/100% 100%; }
      @media screen and (max-width: 768px) {
        .topPage .sec01::before {
          width: 80%;
          top: 300px;
          height: calc(100% - 800px); } }
    .topPage .sec01 .iconList {
      position: absolute;
      top: -220px;
      right: 50px;
      z-index: 99; }
      @media screen and (max-width: 1279px) {
        .topPage .sec01 .iconList {
          top: -220px; } }
      .topPage .sec01 .iconList > li {
        margin-right: 10px;
        display: inline-block;
        vertical-align: top;
        width: 176px; }
        @media screen and (max-width: 1279px) {
          .topPage .sec01 .iconList > li {
            width: 120px; } }
        .topPage .sec01 .iconList > li.last {
          margin-right: 0; }
    .topPage .sec01 .logoBox {
      margin: 0 auto;
      -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
      transform: translateY(-80px);
      background: #fff;
      border-radius: 15px;
      overflow: hidden;
      font-size: 0;
      position: relative;
      z-index: 99; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .logoBox {
          border-radius: 10px; } }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .logoBox {
          margin: -60px auto 0;
          border-radius: 15px;
          overflow: hidden;
          padding: 25px 20px;
          margin: 0;
          width: 100%;
          -webkit-transform: translateY(-25px);
          -ms-transform: translateY(-25px);
          transform: translateY(-25px);
          padding: 0; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .topPage .sec01 .logoBox {
      border-radius: 10px; } }
      .topPage .sec01 .logoBox .ttl {
        background: #111;
        padding: 5px;
        text-align: center;
        color: #fff;
        font-size: 2.4rem;
        font-weight: 900;
        font-family: "Kiwi Maru", serif; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .logoBox .ttl {
            font-size: 1.4rem;
            padding: 8px 5px;
            line-height: 1.6; } }
      .topPage .sec01 .logoBox .whArea {
        background: #fff;
        padding: 45px 20px;
        font-size: 0; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .logoBox .whArea {
            padding: 5px 0 15px; } }
        .topPage .sec01 .logoBox .whArea .infoList {
          font-size: 0; }
          .topPage .sec01 .logoBox .whArea .infoList > li {
            width: 25%;
            display: inline-block;
            vertical-align: top;
            border-right: 1px solid #ddd;
            text-align: center; }
            @media screen and (max-width: 768px) {
              .topPage .sec01 .logoBox .whArea .infoList > li {
                width: 50%;
                border: none;
                padding: 10px 0; } }
            .topPage .sec01 .logoBox .whArea .infoList > li .logo p {
              display: table;
              text-align: center;
              width: 100%;
              height: 100%; }
              .topPage .sec01 .logoBox .whArea .infoList > li .logo p span {
                display: table-cell;
                vertical-align: middle; }
              .topPage .sec01 .logoBox .whArea .infoList > li .logo p img {
                margin: 0 auto; }
                .topPage .sec01 .logoBox .whArea .infoList > li .logo p img.logo01 {
                  width: 212px; }
                  @media screen and (max-width: 768px) {
                    .topPage .sec01 .logoBox .whArea .infoList > li .logo p img.logo01 {
                      width: 110px; } }
                .topPage .sec01 .logoBox .whArea .infoList > li .logo p img.logo02 {
                  width: 110px; }
                  @media screen and (max-width: 768px) {
                    .topPage .sec01 .logoBox .whArea .infoList > li .logo p img.logo02 {
                      width: 50px; } }
                .topPage .sec01 .logoBox .whArea .infoList > li .logo p img.logo03 {
                  width: 110px; }
                  @media screen and (max-width: 768px) {
                    .topPage .sec01 .logoBox .whArea .infoList > li .logo p img.logo03 {
                      width: 50px; } }
                .topPage .sec01 .logoBox .whArea .infoList > li .logo p img.logo04 {
                  width: 120px; }
                  @media screen and (max-width: 768px) {
                    .topPage .sec01 .logoBox .whArea .infoList > li .logo p img.logo04 {
                      width: 54px; } }
            .topPage .sec01 .logoBox .whArea .infoList > li .tx {
              font-size: 1.1rem;
              margin-top: 20px;
              line-height: 1.7; }
              @media screen and (max-width: 768px) {
                .topPage .sec01 .logoBox .whArea .infoList > li .tx {
                  font-size: 1.0rem;
                  margin-top: 10px; } }
              .topPage .sec01 .logoBox .whArea .infoList > li .tx span {
                display: block;
                font-size: 1.6rem;
                margin-bottom: 5px; }
                @media screen and (max-width: 768px) {
                  .topPage .sec01 .logoBox .whArea .infoList > li .tx span {
                    font-size: 1.2rem; } }
            .topPage .sec01 .logoBox .whArea .infoList > li.last {
              border: none; }
    .topPage .sec01 .intrList > li {
      vertical-align: middle; }
    .topPage .sec01 .intrList .copy {
      font-family: "Kiwi Maru", serif;
      letter-spacing: -0.07em;
      font-size: 3.4rem;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .intrList .copy {
          font-size: 1.8rem;
          text-align: center; } }
      .topPage .sec01 .intrList .copy span {
        color: #e76441;
        border-bottom: 2px solid #e76441; }
    .topPage .sec01 .intrList .tx {
      font-size: 1.8rem;
      margin-top: 15px; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .intrList .tx {
          font-size: 1.2rem; } }
    .topPage .sec01 .memberArea {
      margin-top: 60px;
      position: relative;
      border-radius: 15px;
      overflow: hidden;
      overflow: inherit;
      background: url("../cmn_img/ptn02.png") repeat;
      padding-top: 60px;
      text-align: center;
      color: #fff;
      position: relative; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .memberArea {
          border-radius: 10px; } }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .memberArea {
          margin-top: 30px;
          padding-top: 40px; } }
      .topPage .sec01 .memberArea .illa04 {
        position: relative;
        z-index: 9;
        width: 87px;
        top: -40px;
        left: 20%; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .memberArea .illa04 {
            width: 60px;
            left: -10px;
            top: 40px; } }
      .topPage .sec01 .memberArea .wrap {
        position: relative;
        z-index: 9;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .memberArea .wrap {
            padding: 0 20px; } }
      .topPage .sec01 .memberArea .fukiTx02 {
        position: absolute;
        top: -25px;
        left: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .memberArea .fukiTx02 {
            top: -17px; } }
      .topPage .sec01 .memberArea .tx01 {
        font-size: 3.6rem;
        font-family: "Kiwi Maru", serif;
        letter-spacing: -0.07em; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .memberArea .tx01 {
            font-size: 1.7rem;
            line-height: 1.7; } }
      .topPage .sec01 .memberArea .tx02 {
        font-size: 1.6rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .memberArea .tx02 {
            font-size: 1.2rem;
            text-align: left;
            margin-top: 5px; } }
      .topPage .sec01 .memberArea .checkList {
        margin-top: 15px;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .memberArea .checkList {
            margin-top: 10px;
            width: 100%; } }
        .topPage .sec01 .memberArea .checkList > li {
          font-size: 2.0rem;
          font-family: "Kiwi Maru", serif;
          letter-spacing: -0.07em;
          text-align: left;
          padding: 8px 0;
          border-bottom: #fff 1px dashed; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .memberArea .checkList > li {
              font-size: 1.4rem;
              line-height: 1.6; } }
          .topPage .sec01 .memberArea .checkList > li p {
            padding-left: 40px;
            background: url("../cmn_img/sec01_icon01.png") no-repeat center left/25px 25px; }
            @media screen and (max-width: 768px) {
              .topPage .sec01 .memberArea .checkList > li p {
                background-size: 15px 15px;
                padding-left: 25px;
                background-position: left top 4px; } }
            .topPage .sec01 .memberArea .checkList > li p span {
              color: #fff957; }
          .topPage .sec01 .memberArea .checkList > li.last {
            border-bottom: none; }
      .topPage .sec01 .memberArea .pointList {
        margin-top: 20px; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .memberArea .pointList {
            margin-top: 10px; } }
        .topPage .sec01 .memberArea .pointList > li {
          font-size: 1.8rem;
          display: inline-block;
          vertical-align: middle;
          margin: 0 5px;
          border-radius: 5px;
          background: #ffe867;
          color: #111;
          font-family: "Kiwi Maru", serif;
          letter-spacing: -0.07em;
          padding: 1px 12px 2px 12px; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .memberArea .pointList > li {
              font-size: 1.5rem;
              margin: 3px 0;
              padding: 0 10px 1px; } }
      .topPage .sec01 .memberArea .tx03 {
        margin-top: 10px;
        font-size: 2.2rem;
        font-family: "Kiwi Maru", serif;
        letter-spacing: -0.07em;
        margin-bottom: 60px; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .memberArea .tx03 {
            margin-bottom: 10px;
            font-size: 1.5rem;
            margin-top: 3px; } }
      .topPage .sec01 .memberArea .img01 {
        position: absolute;
        left: -40px;
        bottom: -60px;
        width: 300px; }
        @media screen and (max-width: 1149px) {
          .topPage .sec01 .memberArea .img01 {
            width: 260px; } }
        @media screen and (max-width: 1279px) {
          .topPage .sec01 .memberArea .img01 {
            left: -25px; } }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .memberArea .img01 {
            position: static;
            width: 50%;
            display: inline-block;
            vertical-align: bottom;
            margin-bottom: -80px; } }
      .topPage .sec01 .memberArea .img02 {
        position: absolute;
        right: -45px;
        bottom: -60px;
        width: 350px; }
        @media screen and (max-width: 1149px) {
          .topPage .sec01 .memberArea .img02 {
            width: 300px; } }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .memberArea .img02 {
            position: static;
            width: 60%;
            display: inline-block;
            vertical-align: bottom;
            margin-bottom: -80px;
            margin-left: -13%; } }
    .topPage .sec01 .sec01Main {
      position: relative;
      z-index: 99; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .sec01Main {
          padding-top: 20px; } }
      .topPage .sec01 .sec01Main .illa01, .topPage .sec01 .sec01Main .illa02, .topPage .sec01 .sec01Main .illa03, .topPage .sec01 .sec01Main .illa04 {
        position: absolute;
        z-index: 9; }
      .topPage .sec01 .sec01Main .illa01 {
        width: 61px;
        top: -145px;
        right: 20%; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .sec01Main .illa01 {
            width: 35px;
            top: -40px;
            right: 90px; } }
      .topPage .sec01 .sec01Main .illa02 {
        width: 68px;
        left: 30px;
        top: 95px; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .sec01Main .illa02 {
            width: 40px;
            left: 15px;
            top: 105px; } }
      .topPage .sec01 .sec01Main .illa03 {
        width: 100px;
        right: 2%;
        top: 40px; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .sec01Main .illa03 {
            width: 65px;
            top: 50px;
            right: -10px; } }
  .topPage .sec02 {
    background: url("../cmn_img/ptn01.png") repeat; }
    .topPage .sec02 .groupList > li {
      margin-bottom: 80px; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .groupList > li {
          margin-bottom: 60px; } }
      .topPage .sec02 .groupList > li.last {
        margin-bottom: 0; }
      .topPage .sec02 .groupList > li .groupTtl {
        padding: 12px 15px;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        overflow: inherit;
        text-align: center;
        font-size: 3.0rem;
        font-family: "Kiwi Maru", serif;
        letter-spacing: -0.07em;
        line-height: 1.65;
        position: relative;
        width: calc(100% - 15px);
        margin: 0 0 30px auto; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .groupList > li .groupTtl {
            border-radius: 3px; } }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .groupList > li .groupTtl {
            padding: 10px;
            font-size: 1.8rem;
            width: 100%;
            padding: 11px 5px 12px;
            margin-bottom: 20px; } }
        .topPage .sec02 .groupList > li .groupTtl::before {
          content: "";
          position: absolute;
          top: 50%;
          left: -20px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background: url("../cmn_img/sec02_icon01.png") no-repeat center center/cover;
          width: 120px;
          height: 118px; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .groupList > li .groupTtl::before {
              width: 60px;
              height: 59px;
              top: -18px;
              -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
              transform: translateY(0);
              left: -15px; } }
      .topPage .sec02 .groupList > li .groupRead {
        text-align: center;
        font-size: 1.8rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .groupList > li .groupRead {
            text-align: left;
            font-size: 1.3rem; } }
      .topPage .sec02 .groupList > li .ttl01 {
        text-align: center;
        margin-bottom: 25px; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .groupList > li .ttl01 {
            margin-bottom: 35px; } }
        .topPage .sec02 .groupList > li .ttl01 span {
          display: inline-block;
          position: relative;
          font-size: 2.2rem;
          font-family: "Kiwi Maru", serif;
          letter-spacing: -0.07em; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .groupList > li .ttl01 span {
              font-size: 1.5rem;
              line-height: 1.7; } }
          .topPage .sec02 .groupList > li .ttl01 span::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #111; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .groupList > li .ttl01 span::before {
                bottom: -15px; } }
          .topPage .sec02 .groupList > li .ttl01 span::after {
            content: "";
            position: absolute;
            bottom: -8px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            background: url("../cmn_img/fuki03.png") no-repeat center center/cover;
            width: 20px;
            height: 9px; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .groupList > li .ttl01 span::after {
                bottom: -23px; } }
      .topPage .sec02 .groupList > li .pointBox {
        margin-top: 50px;
        background: #ffe867;
        border-radius: 15px;
        overflow: hidden;
        overflow: inherit;
        font-size: 0;
        padding: 40px 50px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .groupList > li .pointBox {
            border-radius: 10px; } }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .groupList > li .pointBox {
            padding: 25px 20px 35px; } }
        .topPage .sec02 .groupList > li .pointBox::before {
          content: "";
          position: absolute;
          top: -30px;
          right: -20px;
          background: url("../cmn_img/sec02_item01.png") no-repeat center center/cover;
          width: 90px;
          height: 76px;
          z-index: 9; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .groupList > li .pointBox::before {
              width: 72px;
              height: 60px;
              right: -15px; } }
        .topPage .sec02 .groupList > li .pointBox .ttl {
          display: inline-block;
          vertical-align: middle;
          font-size: 2.2rem;
          font-family: "Kiwi Maru", serif;
          letter-spacing: -0.07em;
          width: 270px; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .groupList > li .pointBox .ttl {
              font-size: 1.5rem;
              text-align: center;
              width: 100%;
              margin-bottom: 10px;
              line-height: 1.7; } }
        .topPage .sec02 .groupList > li .pointBox .txBox {
          width: calc(100% - 270px);
          display: inline-block;
          vertical-align: middle; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .groupList > li .pointBox .txBox {
              width: 100%; } }
          .topPage .sec02 .groupList > li .pointBox .txBox .pointList {
            position: relative;
            z-index: 9; }
            .topPage .sec02 .groupList > li .pointBox .txBox .pointList > li span {
              display: inline-block;
              padding-left: 40px;
              font-size: 1.7rem;
              background: url("../cmn_img/sec02_icon04.png") no-repeat left top 4px/25px 25px; }
              @media screen and (max-width: 768px) {
                .topPage .sec02 .groupList > li .pointBox .txBox .pointList > li span {
                  font-size: 1.3rem;
                  background-size: 15px 15px;
                  padding-left: 25px; } }
              .topPage .sec02 .groupList > li .pointBox .txBox .pointList > li span .br01 {
                display: none; }
                @media screen and (max-width: 1279px) {
                  .topPage .sec02 .groupList > li .pointBox .txBox .pointList > li span .br01 {
                    display: block; } }
        .topPage .sec02 .groupList > li .pointBox .img01 {
          position: absolute;
          bottom: 0;
          right: -10px;
          width: 247px; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .groupList > li .pointBox .img01 {
              width: 123px; } }
      .topPage .sec02 .groupList > li .suportArea {
        font-size: 0; }
        .topPage .sec02 .groupList > li .suportArea .txBox {
          width: calc(100% - 487px);
          display: inline-block;
          vertical-align: middle;
          padding-right: 40px; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .groupList > li .suportArea .txBox {
              width: 100%;
              padding: 0;
              margin-bottom: 15px; } }
          .topPage .sec02 .groupList > li .suportArea .txBox .ttl {
            font-size: 2.6rem;
            font-family: "Kiwi Maru", serif;
            letter-spacing: -0.07em; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .groupList > li .suportArea .txBox .ttl {
                font-size: 1.7rem;
                text-align: center;
                line-height: 1.7; } }
          .topPage .sec02 .groupList > li .suportArea .txBox .tx {
            font-size: 1.8rem;
            margin-top: 5px; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .groupList > li .suportArea .txBox .tx {
                font-size: 1.2rem; } }
        .topPage .sec02 .groupList > li .suportArea .imgBox {
          width: 487px;
          display: inline-block;
          vertical-align: middle; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .groupList > li .suportArea .imgBox {
              width: 100%;
              display: block;
              margin: 0 auto; } }
      .topPage .sec02 .groupList > li .routeBox {
        border-radius: 15px;
        overflow: hidden;
        overflow: inherit;
        background: #ffe867;
        text-align: center;
        position: relative;
        margin-top: 80px;
        padding: 40px 60px 60px; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .groupList > li .routeBox {
            border-radius: 10px; } }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .groupList > li .routeBox {
            padding: 25px 20px 20px;
            margin-top: 60px; } }
        .topPage .sec02 .groupList > li .routeBox .subTtl {
          text-align: center;
          position: absolute;
          top: -24px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .groupList > li .routeBox .subTtl {
              top: -16px;
              width: 100%; } }
          .topPage .sec02 .groupList > li .routeBox .subTtl span {
            display: inline-block;
            padding: 2px 20px;
            border-radius: 90px;
            background: #111;
            color: #fff;
            font-size: 2.0rem;
            font-family: "Kiwi Maru", serif;
            letter-spacing: -0.07em; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .groupList > li .routeBox .subTtl span {
                font-size: 1.3rem; } }
        .topPage .sec02 .groupList > li .routeBox .ttl {
          text-align: center; }
          .topPage .sec02 .groupList > li .routeBox .ttl span {
            font-size: 3.0rem;
            font-family: "Kiwi Maru", serif;
            letter-spacing: -0.07em;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff));
            background: -webkit-linear-gradient(transparent 70%, #fff 70%);
            background: -o-linear-gradient(transparent 70%, #fff 70%);
            background: linear-gradient(transparent 70%, #fff 70%);
            display: inline; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .groupList > li .routeBox .ttl span {
                font-size: 1.7rem; } }
        .topPage .sec02 .groupList > li .routeBox .tx {
          text-align: left;
          margin-top: 10px;
          font-size: 1.6rem; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .groupList > li .routeBox .tx {
              font-size: 1.2rem; } }
          .topPage .sec02 .groupList > li .routeBox .tx span {
            font-weight: bold; }
        .topPage .sec02 .groupList > li .routeBox .img01 {
          margin-top: 30px;
          border-radius: 15px;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .groupList > li .routeBox .img01 {
              border-radius: 10px; } }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .groupList > li .routeBox .img01 {
              margin-top: 20px; } }
        .topPage .sec02 .groupList > li .routeBox .scrollArea {
          padding: 20px;
          background: #fff;
          margin-top: 25px;
          border-radius: 15px;
          overflow: hidden;
          overflow: inherit; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .groupList > li .routeBox .scrollArea {
              border-radius: 10px; } }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .groupList > li .routeBox .scrollArea {
              overflow-y: scroll;
              padding: 15px; } }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .groupList > li .routeBox .scrollArea .img01 {
              width: 560px; } }
      .topPage .sec02 .groupList > li:nth-child(2) .groupTtl::before {
        background-image: url("../cmn_img/sec02_icon02.png"); }
      .topPage .sec02 .groupList > li:nth-child(3) .groupTtl::before {
        background-image: url("../cmn_img/sec02_icon03.png"); }
  .topPage .sec03 .readTx {
    text-align: center;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .readTx {
        font-size: 1.3rem;
        text-align: left; } }
  .topPage .sec03 .voiceList {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .voiceList {
        margin-top: 30px; } }
    .topPage .sec03 .voiceList > li {
      background: #e9f1fb;
      border-radius: 15px;
      overflow: hidden;
      padding: 60px; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .voiceList > li {
          border-radius: 10px; } }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .voiceList > li {
          padding: 20px 20px 30px; } }
      .topPage .sec03 .voiceList > li .thum {
        width: 180px; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .voiceList > li .thum {
            display: block;
            margin: 0 auto;
            width: 100px; } }
      .topPage .sec03 .voiceList > li .txWrap {
        width: calc(100% - 210px); }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .voiceList > li .txWrap {
            width: 100%;
            display: block;
            text-align: center;
            margin-top: 20px; } }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .voiceList > li .txWrap .tagList {
            margin: 0; } }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .voiceList > li .txWrap .tagList > li {
            padding: 2px 10px; } }
        .topPage .sec03 .voiceList > li .txWrap .copy {
          font-size: 2.6rem; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .voiceList > li .txWrap .copy {
              font-size: 1.6rem; } }
      .topPage .sec03 .voiceList > li .readTx {
        margin-top: 15px;
        font-size: 1.7rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .voiceList > li .readTx {
            font-size: 1.2rem;
            margin-top: 5px; } }
      .topPage .sec03 .voiceList > li .incomeList > li {
        background: #fff; }
        .topPage .sec03 .voiceList > li .incomeList > li::before {
          border-color: transparent transparent transparent #fff; }
        .topPage .sec03 .voiceList > li .incomeList > li > div > p {
          padding: 20px 0; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .voiceList > li .incomeList > li > div > p {
              padding: 10px 0; } }
        .topPage .sec03 .voiceList > li .incomeList > li:nth-child(2) {
          background-color: #2539b5; }
      .topPage .sec03 .voiceList > li .hide {
        display: none;
        padding-top: 25px; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .voiceList > li .hide {
            padding-top: 20px; } }
        .topPage .sec03 .voiceList > li .hide .tx01 {
          font-size: 1.5rem; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .voiceList > li .hide .tx01 {
              font-size: 1.2rem; } }
      .topPage .sec03 .voiceList > li .more {
        max-width: 260px;
        width: 100%;
        display: block;
        margin: 25px auto 0;
        text-align: left;
        padding: 8px 0;
        border-bottom: 1px solid #111;
        position: relative; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .voiceList > li .more {
            max-width: 200px;
            margin-top: 0; } }
        .topPage .sec03 .voiceList > li .more::before {
          content: "詳しく見る";
          font-size: 1.5rem;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .voiceList > li .more::before {
              font-size: 1.3rem; } }
        .topPage .sec03 .voiceList > li .more::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 15px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background: url(/lib/cmn_img/arw_btm.png) no-repeat center center/cover;
          width: 10px;
          height: 6px;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        .topPage .sec03 .voiceList > li .more.on-click::before {
          content: "閉じる"; }
        .topPage .sec03 .voiceList > li .more.on-click::after {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  .topPage .sec03 .group {
    margin-top: 35px;
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .group {
        margin-top: 20px;
        font-size: 1.3rem; } }
    .topPage .sec03 .group .ttl {
      display: block;
      font-size: 1.8rem;
      padding-left: 42px;
      position: relative;
      margin-bottom: 8px;
      color: #2539b5;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .group .ttl {
          font-size: 1.4rem;
          padding-left: 30px; } }
      .topPage .sec03 .group .ttl::before {
        content: "?";
        position: absolute;
        top: 0px;
        left: 0;
        font-size: 1.8rem;
        color: #fff;
        background: #2539b5;
        border-radius: 90px;
        width: 30px;
        height: 30px;
        line-height: 1;
        padding: 6px 0;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .group .ttl::before {
            font-size: 1.4rem;
            width: 22px;
            height: 22px;
            padding: 4px 0; } }
  .topPage .sec04 {
    background: url("../cmn_img/sec04_bg.jpg") no-repeat center center/cover;
    font-size: 0; }
    .topPage .sec04 .txBox {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 502px);
      padding-right: 40px; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .txBox {
          width: 100%;
          padding: 0;
          margin-top: -15px; } }
      .topPage .sec04 .txBox .tx {
        font-size: 1.8rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .txBox .tx {
            font-size: 1.3rem;
            text-align: left; } }
    .topPage .sec04 .imgBox {
      width: 502px;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .imgBox {
          width: 100%;
          margin-top: 20px; } }
      .topPage .sec04 .imgBox a {
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
        display: block;
        width: 100%;
        text-align: center;
        padding: 30px 20px; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .imgBox a {
            border-radius: 10px; } }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .imgBox a {
            padding: 15px; } }
      .topPage .sec04 .imgBox img {
        max-width: 221px;
        width: 100%;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .imgBox img {
            max-width: 150px; } }
  .topPage .sec05 {
    background: url("../cmn_img/ptn01.png") repeat;
    padding-bottom: 0; }
    .topPage .sec05 .flowList > li {
      text-align: center;
      position: relative;
      margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .flowList > li {
          margin-bottom: 20px; } }
      .topPage .sec05 .flowList > li::before {
        content: "";
        position: absolute;
        top: 90px;
        right: -28px;
        background: url("../cmn_img/sec05_item01.png") no-repeat center center/cover;
        width: 15px;
        height: 16px; }
        @media screen and (max-width: 768px) {
          .topPage .sec05 .flowList > li::before {
            top: 50px;
            right: -14px;
            -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
            transform: scale(0.6); } }
      .topPage .sec05 .flowList > li .icon {
        max-width: 178px;
        width: 100%;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .topPage .sec05 .flowList > li .icon {
            max-width: 120px; } }
      .topPage .sec05 .flowList > li .ttl {
        font-size: 2.0rem;
        font-weight: 700;
        margin-top: 15px; }
        @media screen and (max-width: 768px) {
          .topPage .sec05 .flowList > li .ttl {
            font-size: 1.4rem;
            margin-top: 10px; } }
      .topPage .sec05 .flowList > li .tx {
        font-size: 1.4rem;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .topPage .sec05 .flowList > li .tx {
            font-size: 1.1rem; } }
      .topPage .sec05 .flowList > li.last::before {
        content: none; }
  .topPage .sec06 {
    background: url("../cmn_img/ptn01.png") repeat; }
    .topPage .sec06 .accordion dt > p::before {
      background-color: #e76441; }
    .topPage .sec06 .accordion dd > p::before {
      background-color: #307ed8;
      color: #fff; }
  .topPage.formPage {
    background: #f3f6fa; }
    .topPage.formPage .spCvBtn {
      display: none !important; }
    .topPage.formPage .ft {
      margin-bottom: 0; }
    .topPage.formPage .mvForm {
      background: url("../cmn_img/mv_bg.jpg") no-repeat center bottom 50%/cover;
      padding: 140px 20px 160px 20px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .topPage.formPage .mvForm {
          padding: 30px 20px 80px;
          background-position: center bottom 85%; } }
      .topPage.formPage .mvForm .pageTtl {
        font-size: 4.4rem;
        font-weight: 900;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .topPage.formPage .mvForm .pageTtl {
            font-size: 2.6rem; } }
        .topPage.formPage .mvForm .pageTtl span {
          opacity: .3;
          display: block;
          font-size: 1.4rem; }
          @media screen and (max-width: 768px) {
            .topPage.formPage .mvForm .pageTtl span {
              font-size: 1.2rem; } }
    .topPage.formPage .secForm .contactBox {
      border-radius: 15px;
      overflow: hidden;
      text-align: center;
      padding: 40px 30px;
      background: #fff; }
      @media screen and (max-width: 768px) {
        .topPage.formPage .secForm .contactBox {
          border-radius: 10px; } }
      @media screen and (max-width: 768px) {
        .topPage.formPage .secForm .contactBox {
          padding: 20px; } }
      .topPage.formPage .secForm .contactBox .ttl {
        text-align: center;
        font-size: 2.2rem;
        line-height: 1.7;
        margin-bottom: 10px;
        color: #2539b5; }
        @media screen and (max-width: 768px) {
          .topPage.formPage .secForm .contactBox .ttl {
            font-size: 1.6rem;
            margin-bottom: 5px; } }
      .topPage.formPage .secForm .contactBox .tx01 {
        color: #2539b5;
        font-size: 1.5rem; }
        @media screen and (max-width: 768px) {
          .topPage.formPage .secForm .contactBox .tx01 {
            font-size: 1.2rem; } }
      .topPage.formPage .secForm .contactBox .telTx a {
        display: inline-block;
        padding-left: 28px;
        background: url("/lib/cmn_img/icon_tel.png") no-repeat center left/22px 27px;
        font-size: 3.8rem;
        font-weight: 800;
        line-height: 1;
        margin-top: 10px; }
        @media screen and (max-width: 768px) {
          .topPage.formPage .secForm .contactBox .telTx a {
            font-size: 2.4rem;
            padding: 3px 0 3px 20px;
            background-size: 16px 19px;
            margin-top: 0; } }
      .topPage.formPage .secForm .contactBox .tx02 {
        font-size: 1.2rem; }
        @media screen and (max-width: 768px) {
          .topPage.formPage .secForm .contactBox .tx02 {
            font-size: 1.0rem;
            margin-top: 0; } }
    .topPage.formPage .secForm .cauList {
      text-align: center;
      margin-top: 50px; }
      @media screen and (max-width: 768px) {
        .topPage.formPage .secForm .cauList {
          text-align: left;
          margin-top: 40px; } }
      .topPage.formPage .secForm .cauList > li {
        font-size: 1.3rem; }
        @media screen and (max-width: 768px) {
          .topPage.formPage .secForm .cauList > li {
            font-size: 1.2rem; } }
        .topPage.formPage .secForm .cauList > li span {
          color: #fff;
          font-size: 1.1rem;
          padding: 2px 6px;
          background: #b52525;
          margin: 0 3px; }
    .topPage.formPage .secForm .tbl {
      text-align: left;
      margin-top: 40px; }
      .topPage.formPage .secForm .tbl th, .topPage.formPage .secForm .tbl td {
        font-size: 1.5rem;
        padding: 20px 0; }
        @media screen and (max-width: 768px) {
          .topPage.formPage .secForm .tbl th, .topPage.formPage .secForm .tbl td {
            display: block;
            font-size: 1.3rem;
            padding: 18px 0; } }
      .topPage.formPage .secForm .tbl th {
        width: 230px !important; }
        @media screen and (max-width: 768px) {
          .topPage.formPage .secForm .tbl th {
            width: 100% !important;
            padding-bottom: 0; } }
      @media screen and (max-width: 768px) {
        .topPage.formPage .secForm .tbl td {
          padding-top: 5px; } }
    .topPage.formPage .secForm .privacyTx {
      margin-top: 30px;
      text-align: center;
      font-size: 1.6rem; }
      @media screen and (max-width: 768px) {
        .topPage.formPage .secForm .privacyTx {
          margin-top: 20px;
          font-size: 1.3rem;
          text-align: left; } }
    .topPage.formPage .secForm .subTx {
      text-align: center;
      margin-top: 10px;
      font-size: 1.2rem; }
      @media screen and (max-width: 768px) {
        .topPage.formPage .secForm .subTx {
          font-size: 1.1rem;
          text-align: left; } }
    .topPage.formPage.thanks .sec01 .contactBox {
      padding: 50px; }
      @media screen and (max-width: 768px) {
        .topPage.formPage.thanks .sec01 .contactBox {
          padding: 30px 20px; } }
    .topPage.formPage.thanks .sec01 .contactBox {
      padding: 50px; }
      @media screen and (max-width: 768px) {
        .topPage.formPage.thanks .sec01 .contactBox {
          padding: 30px 20px; } }

.ft {
  padding-top: 50px;
  text-align: center; }
  .ft .linkTx a {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 20px;
    background: url("/lib/cmn_img/icon_link_wh.png") no-repeat center right/12px 12px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .ft .linkTx a {
        font-size: 1.3rem; } }
    .ft .linkTx a:hover {
      text-decoration: none; }
