@charset "UTF-8";
.topPage {
  font-family: "Figtree", "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  color: #111;
  background: #fff; }
  .topPage button:focus {
    outline: none; }
  .topPage .lazyload {
    min-height: 400px; }
  .topPage .drawer .drawer-nav .drawer-menu > li.nav {
    width: 100%;
    margin: 0; }
    .topPage .drawer .drawer-nav .drawer-menu > li.nav a {
      font-size: 1.5rem;
      font-weight: 700;
      padding: 12px 0; }
  .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.cmn_cvBtn {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%; }
    .topPage .spCvBtn.cmn_cvBtn a {
      border-radius: 0;
      width: 100%;
      max-width: 100%;
      padding: 10px 0; }
      .topPage .spCvBtn.cmn_cvBtn a span {
        font-size: 1.5rem;
        background-size: 24px 17px;
        padding-left: 34px;
        font-weight: 700; }
  .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 top 19%/cover;
    padding: 80px 0;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .topPage .secCv {
        padding: 40px 0; } }
    .topPage .secCv .ttl {
      font-size: 4.2rem;
      font-weight: 900;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .topPage .secCv .ttl {
          font-size: 2.0rem; } }
      .topPage .secCv .ttl span {
        color: #ffcc00;
        font-weight: 900; }
    .topPage .secCv .tx {
      font-size: 2.2rem;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .topPage .secCv .tx {
          font-size: 1.3rem; } }
    .topPage .secCv .btn {
      margin-top: 25px; }
      @media screen and (max-width: 768px) {
        .topPage .secCv .btn {
          margin-top: 15px; } }
      .topPage .secCv .btn a {
        width: 600px;
        border: 2px solid #fff;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
        position: relative;
        /*&::before{
        	content: "";
        	position: absolute;
        	top: 50%;
        	right: 20px;
        	transform: translateY(-50%);
        	width: 60px;
        	height: 60px;
        	background: #111 url("../cmn_img/icon_link.png") no-repeat center center / 17px 17px;
        	border-radius: 90px;
        	@media screen and (max-width: $break-m) {
        		width: 35px;
        		height: 35px;
        		background-size: 12px 12px;
        		right: 15px;
        	}
        }*/ }
        @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; }
          @media screen and (max-width: 768px) {
            .topPage .secCv .btn a span {
              font-size: 1.6rem; } }
        .topPage .secCv .btn a:hover {
          transform: translateY(5px) scale(0.98);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0); }
  .topPage .secTtl {
    text-align: center;
    position: relative;
    margin-bottom: 20px; }
    .topPage .secTtl::before {
      position: absolute;
      left: 0;
      content: "REASON";
      width: 100%;
      top: -120px;
      line-height: 1;
      font-size: 26.0rem;
      opacity: .5;
      color: #fff;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .topPage .secTtl::before {
          font-size: 7.0rem;
          top: -20px; } }
    .topPage .secTtl .wrap {
      position: relative;
      z-index: 9; }
    .topPage .secTtl .enTx {
      display: block;
      font-size: 1.8rem;
      color: #2539b5; }
      @media screen and (max-width: 768px) {
        .topPage .secTtl .enTx {
          font-size: 1.3rem; } }
    .topPage .secTtl .jpTx {
      margin-top: 5px; }
      .topPage .secTtl .jpTx > p {
        font-size: 4.2rem;
        background: #111;
        color: #fff;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        display: inline;
        padding: 9px 15px 6px;
        line-height: 1.8 !important;
        font-weight: 900;
        border-radius: 6px; }
        @media screen and (max-width: 768px) {
          .topPage .secTtl .jpTx > p {
            font-size: 2.0rem;
            padding-top: 7px;
            padding-bottom: 4px;
            line-height: 2.1 !important; } }
        .topPage .secTtl .jpTx > p span {
          color: #ffcc00;
          font-weight: 900; }
  .topPage .secTtl02 {
    text-align: center;
    font-size: 4.2rem;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .topPage .secTtl02 {
        font-size: 2.4rem; } }
    .topPage .secTtl02 span {
      display: block;
      color: #2539b5;
      font-size: 1.8rem; }
      @media screen and (max-width: 768px) {
        .topPage .secTtl02 span {
          font-size: 1.4rem; } }
  .topPage .secReadTx {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .topPage .secReadTx {
        text-align: left;
        font-size: 1.4rem; } }
  .topPage .cmn_cvBtn a {
    border-radius: 90px;
    width: 220px;
    margin: 0 auto;
    background: linear-gradient(to right, #ea8110, #ea9a10);
    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;
    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_wh.png) no-repeat center center/cover;
        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: 30px;
        display: inline-block;
        vertical-align: middle; }
        .topPage .pcHd_lp .navList > li a {
          color: #fff;
          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: #fff;
            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 {
            transform: scale(0.95); }
          .topPage .pcHd_lp .navList > li.cmn_cvBtn a span {
            transition: all .3s ease-in-out; }
    .topPage .pcHd_lp.fixed {
      padding: 15px 30px;
      background: #fff;
      box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.08); }
      .topPage .pcHd_lp.fixed .logo span {
        background-image: url(/lib/cmn_img/logo.png); }
      .topPage .pcHd_lp.fixed .navList > li a {
        color: #111; }
        .topPage .pcHd_lp.fixed .navList > li a::before {
          background: #111; }
      .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;
        background-image: url("../cmn_img/mv_bg_sp.jpg"); } }
    .topPage .mv .txWrap {
      position: absolute;
      top: 47%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .topPage .mv .txWrap {
          top: 48%;
          position: static;
          padding: 40px 0 60px;
          transform: translate(0, 0); } }
      .topPage .mv .txWrap .tx01 {
        font-size: 9.0rem;
        font-weight: 900;
        line-height: 1.4;
        display: inline-block;
        vertical-align: middle; }
        @media screen and (max-width: 1279px) {
          .topPage .mv .txWrap .tx01 {
            font-size: 6.6rem; } }
        @media screen and (max-width: 768px) {
          .topPage .mv .txWrap .tx01 {
            font-size: 2.4rem; } }
        .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; } }
        @media screen and (max-width: 768px) {
          .topPage .mv .txWrap .tx01.big {
            font-size: 3.4rem; } }
      .topPage .mv .txWrap .logo {
        width: 646px;
        margin: 20px auto 0 auto; }
        @media screen and (max-width: 1279px) {
          .topPage .mv .txWrap .logo {
            width: 500px; } }
        @media screen and (max-width: 768px) {
          .topPage .mv .txWrap .logo {
            width: 220px;
            margin-top: 10px; } }
      @media screen and (max-width: 768px) {
        .topPage .mv .txWrap .iconList {
          max-width: 240px;
          width: 100%;
          margin: 15px 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: 10px auto 15px;
            display: block; } }
        .topPage .mv .txWrap .logoWrap::before {
          content: "";
          position: absolute;
          top: -15px;
          left: -10px;
          background: url("../cmn_img/mv_item01.png") no-repeat center center/cover;
          width: 47px;
          height: 34px; }
          @media screen and (max-width: 768px) {
            .topPage .mv .txWrap .logoWrap::before {
              width: 33px;
              height: 24px;
              top: -8px;
              left: -5px; } }
        .topPage .mv .txWrap .logoWrap::after {
          content: "";
          position: absolute;
          bottom: -15px;
          right: -10px;
          background: url("../cmn_img/mv_item02.png") no-repeat center center/cover;
          width: 47px;
          height: 34px; }
          @media screen and (max-width: 768px) {
            .topPage .mv .txWrap .logoWrap::after {
              width: 33px;
              height: 24px;
              bottom: -8px;
              right: -5px; } }
        .topPage .mv .txWrap .logoWrap .slider {
          position: absolute;
          top: 50%;
          left: 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 {
                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 .sec01 {
    position: relative;
    background: url("../cmn_img/sec01_bg.png") no-repeat center top/cover;
    z-index: 99; }
    .topPage .sec01::before {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 155px;
      background: url("../cmn_img/sec02_bg_item01.png") no-repeat center center/100% 100%; }
      @media screen and (max-width: 768px) {
        .topPage .sec01::before {
          height: 60px; } }
    .topPage .sec01 .iconList {
      position: absolute;
      top: -430px;
      right: 50px;
      width: 180px;
      z-index: 99; }
      @media screen and (max-width: 1279px) {
        .topPage .sec01 .iconList {
          width: 140px;
          top: -360px; } }
      .topPage .sec01 .iconList > li {
        margin-bottom: 15px; }
    .topPage .sec01 .logoBox {
      max-width: calc(50% + 600px);
      width: calc(100% - 40px);
      margin: 0 auto;
      transform: translateY(-100px);
      background: #fff;
      border-radius: 15px;
      overflow: hidden;
      font-size: 0;
      position: relative;
      z-index: 99;
      border: 2px solid #111; }
      @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%;
          transform: translateY(-40px);
          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: 7px;
        text-align: center;
        color: #fff;
        font-size: 2.6rem;
        font-weight: 900; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .logoBox .ttl {
            font-size: 1.5rem;
            padding: 9px 5px 7px;
            line-height: 1.7; } }
      .topPage .sec01 .logoBox .slider {
        width: calc(100% - 100px);
        margin: 0 auto;
        padding: 35px 0; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .logoBox .slider {
            padding: 20px 15px;
            width: 100%; } }
        .topPage .sec01 .logoBox .slider .itemH2 {
          display: table; }
          .topPage .sec01 .logoBox .slider .itemH2 p {
            display: table-cell;
            vertical-align: middle; }
        .topPage .sec01 .logoBox .slider .logo01 {
          width: 95px; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .logoBox .slider .logo01 {
              width: 78px; } }
        .topPage .sec01 .logoBox .slider .logo02 {
          width: 90px; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .logoBox .slider .logo02 {
              width: 74px; } }
        .topPage .sec01 .logoBox .slider .logo03 {
          width: 90px; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .logoBox .slider .logo03 {
              width: 75px; } }
        .topPage .sec01 .logoBox .slider .logo04 {
          width: 174px; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .logoBox .slider .logo04 {
              width: 121px; } }
        .topPage .sec01 .logoBox .slider .logo05 {
          width: 212px; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .logoBox .slider .logo05 {
              width: 148px; } }
        .topPage .sec01 .logoBox .slider .logo06 {
          width: 194px; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .logoBox .slider .logo06 {
              width: 135px; } }
        .topPage .sec01 .logoBox .slider .logo07 {
          width: 123px; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .logoBox .slider .logo07 {
              width: 86px; } }
        .topPage .sec01 .logoBox .slider .logo08 {
          width: 161px; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .logoBox .slider .logo08 {
              width: 112px; } }
        .topPage .sec01 .logoBox .slider .logo09 {
          width: 134px; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .logoBox .slider .logo09 {
              width: 93px; } }
    .topPage .sec01 .intrArea {
      text-align: center; }
      .topPage .sec01 .intrArea .img01 {
        max-width: 998px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 60px; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .intrArea .img01 {
            margin-bottom: 30px; } }
      .topPage .sec01 .intrArea .mt {
        margin-top: 35px; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .intrArea .mt {
            margin-top: 25px; } }
      .topPage .sec01 .intrArea .tx01 {
        font-size: 3.6rem;
        font-weight: 900;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .intrArea .tx01 {
            font-size: 1.8rem;
            line-height: 1.9; } }
      .topPage .sec01 .intrArea .tx02 {
        font-size: 4.6rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .intrArea .tx02 {
            font-size: 2.3rem;
            margin-top: 15px; } }
        .topPage .sec01 .intrArea .tx02 span {
          font-weight: 900;
          background: linear-gradient(transparent 70%, #ffcc00 70%);
          display: inline-block;
          line-height: 1.2; }
    .topPage .sec01 .kigyoBox {
      border: 2px solid #2539b5;
      margin-top: 80px;
      border-radius: 15px;
      overflow: hidden;
      background: #fff; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .kigyoBox {
          border-radius: 10px; } }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .kigyoBox {
          margin-top: 50px; } }
      .topPage .sec01 .kigyoBox .boxTtl {
        background: #2539b5;
        font-size: 2.6rem;
        color: #fff;
        text-align: center;
        font-weight: 900;
        padding: 6px; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .kigyoBox .boxTtl {
            font-size: 1.5rem; } }
        .topPage .sec01 .kigyoBox .boxTtl span {
          color: #ffcc00;
          font-weight: 900; }
      .topPage .sec01 .kigyoBox .logoList {
        text-align: center;
        padding: 30px 50px; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .kigyoBox .logoList {
            padding: 10px 15px; } }
        .topPage .sec01 .kigyoBox .logoList > li {
          display: inline-block;
          vertical-align: middle;
          margin: 10px 25px; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .kigyoBox .logoList > li {
              margin: 10px 10px; } }
          .topPage .sec01 .kigyoBox .logoList > li img {
            display: block;
            margin: 0 auto; }
          .topPage .sec01 .kigyoBox .logoList > li.logo01 img {
            width: 95px; }
            @media screen and (max-width: 768px) {
              .topPage .sec01 .kigyoBox .logoList > li.logo01 img {
                width: 60px; } }
          .topPage .sec01 .kigyoBox .logoList > li.logo02 img {
            width: 90px; }
            @media screen and (max-width: 768px) {
              .topPage .sec01 .kigyoBox .logoList > li.logo02 img {
                width: 60px; } }
          .topPage .sec01 .kigyoBox .logoList > li.logo03 img {
            width: 90px; }
            @media screen and (max-width: 768px) {
              .topPage .sec01 .kigyoBox .logoList > li.logo03 img {
                width: 60px; } }
          .topPage .sec01 .kigyoBox .logoList > li.logo04 img {
            width: 174px; }
            @media screen and (max-width: 768px) {
              .topPage .sec01 .kigyoBox .logoList > li.logo04 img {
                width: 90px; } }
          .topPage .sec01 .kigyoBox .logoList > li.logo05 img {
            width: 212px; }
            @media screen and (max-width: 768px) {
              .topPage .sec01 .kigyoBox .logoList > li.logo05 img {
                width: 100px; } }
          .topPage .sec01 .kigyoBox .logoList > li.logo06 img {
            width: 194px; }
            @media screen and (max-width: 768px) {
              .topPage .sec01 .kigyoBox .logoList > li.logo06 img {
                width: 90px; } }
          .topPage .sec01 .kigyoBox .logoList > li.logo07 img {
            width: 123px; }
            @media screen and (max-width: 768px) {
              .topPage .sec01 .kigyoBox .logoList > li.logo07 img {
                width: 80px; } }
          .topPage .sec01 .kigyoBox .logoList > li.logo08 img {
            width: 161px; }
            @media screen and (max-width: 768px) {
              .topPage .sec01 .kigyoBox .logoList > li.logo08 img {
                width: 60px; } }
          .topPage .sec01 .kigyoBox .logoList > li.logo09 img {
            width: 134px; }
            @media screen and (max-width: 768px) {
              .topPage .sec01 .kigyoBox .logoList > li.logo09 img {
                width: 70px; } }
          .topPage .sec01 .kigyoBox .logoList > li span {
            display: block;
            margin-top: 15px;
            font-size: 1.4rem;
            line-height: 1.7; }
            @media screen and (max-width: 768px) {
              .topPage .sec01 .kigyoBox .logoList > li span {
                font-size: 1.0rem; } }
  .topPage .sec02 {
    background: #dce8f7; }
    .topPage .sec02 .mainWrap .img01 {
      max-width: 753px;
      width: 100%;
      margin: 30px auto 0; }
    .topPage .sec02 .mainWrap .copy {
      text-align: center;
      margin-top: 30px; }
      .topPage .sec02 .mainWrap .copy > p {
        font-weight: 700;
        font-size: 2.4rem;
        display: inline;
        line-height: 1.7;
        background: linear-gradient(transparent 60%, #fff 60%); }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .mainWrap .copy > p {
            font-size: 1.5rem; } }
        .topPage .sec02 .mainWrap .copy > p span {
          color: #2539b5;
          font-weight: 700; }
    .topPage .sec02 .patternList {
      margin-top: 60px;
      border-radius: 15px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .patternList {
          border-radius: 10px; } }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .patternList {
          margin-top: 30px; } }
      .topPage .sec02 .patternList > li {
        font-size: 0;
        margin-bottom: 1px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .patternList > li {
            margin-bottom: 20px;
            border-radius: 15px;
            overflow: hidden; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .topPage .sec02 .patternList > li {
      border-radius: 10px; } }

        @media screen and (max-width: 768px) {
          .topPage .sec02 .patternList > li::before {
            content: "";
            position: absolute;
            top: 10px;
            right: 10px;
            background: url("../cmn_img/sec02_icon01.png") no-repeat center center/cover;
            width: 30px;
            height: 30px;
            z-index: 9; } }
        .topPage .sec02 .patternList > li .ttlBox {
          width: 300px;
          padding: 5px 25px;
          display: inline-block;
          vertical-align: middle;
          background: #151e49;
          position: relative; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .patternList > li .ttlBox {
              width: 100%;
              padding: 8px 15px; } }
          .topPage .sec02 .patternList > li .ttlBox::before {
            content: "";
            position: absolute;
            top: 50%;
            right: -10px;
            transform: translateY(-50%);
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8.5px 0px 8.5px 10px;
            border-color: transparent transparent transparent #151e49; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .patternList > li .ttlBox::before {
                content: none; } }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .patternList > li .ttlBox::after {
              content: "";
              position: absolute;
              bottom: -7px;
              left: 50%;
              transform: translateX(-50%);
              display: inline-block;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 8px 7.5px 0px 7.5px;
              border-color: #151e49 transparent transparent transparent; } }
          .topPage .sec02 .patternList > li .ttlBox > p {
            display: table;
            height: 100%;
            width: 100%; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .patternList > li .ttlBox > p {
                text-align: center; } }
          .topPage .sec02 .patternList > li .ttlBox span {
            display: table-cell;
            vertical-align: middle;
            line-height: 1.7;
            color: #fff;
            font-weight: 700;
            font-size: 1.8rem;
            padding-left: 65px;
            background: url("../cmn_img/sec02_icon01.png") no-repeat center left/45px 45px; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .patternList > li .ttlBox span {
                font-size: 1.4rem;
                padding: 0;
                background: none; } }
        .topPage .sec02 .patternList > li .txBox {
          width: calc(100% - 300px);
          background: #fff;
          padding: 25px 35px;
          display: inline-block;
          vertical-align: middle; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .patternList > li .txBox {
              width: 100%;
              padding: 25px 20px; } }
          .topPage .sec02 .patternList > li .txBox .tx {
            font-size: 1.6rem; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .patternList > li .txBox .tx {
                font-size: 1.2rem; } }
            .topPage .sec02 .patternList > li .txBox .tx .mark {
              color: #2539b5;
              font-weight: 700; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .patternList > li:nth-child(2)::before {
            background-image: url("../cmn_img/sec02_icon02.png"); } }
        .topPage .sec02 .patternList > li:nth-child(2) .ttlBox > p span {
          background-image: url("../cmn_img/sec02_icon02.png"); }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .patternList > li:nth-child(2) .ttlBox > p span {
              background: none; } }
        .topPage .sec02 .patternList > li.last {
          margin-bottom: 0; }
    .topPage .sec02 .pointList > li {
      margin-top: 60px;
      border: 2px solid #fff;
      border-radius: 15px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .pointList > li {
          border-radius: 10px; } }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .pointList > li {
          margin-top: 30px; } }
      .topPage .sec02 .pointList > li .topArea {
        background: url("../cmn_img/sec02_box01_bg.jpg") no-repeat center center/cover;
        position: relative;
        padding: 45px 20px 0 20px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .pointList > li .topArea {
            padding: 25px 5px 0 5px; } }
        .topPage .sec02 .pointList > li .topArea::before {
          content: "";
          position: absolute;
          bottom: -39px;
          left: 50%;
          transform: translateX(-50%);
          display: inline-block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 40px 125px 0px 125px;
          border-color: #e5e9fe transparent transparent transparent; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .pointList > li .topArea::before {
              border-width: 20px 50px 0px 50px;
              bottom: -19px; } }
        .topPage .sec02 .pointList > li .topArea .tag {
          position: absolute;
          top: 0;
          right: 60px;
          width: 90px;
          text-align: center;
          background: #2539b5;
          color: #fff;
          padding: 20px 0 28px;
          font-size: 3.2rem;
          line-height: 1.2;
          border-radius: 100px;
          border-top-left-radius: 0;
          border-top-right-radius: 0; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .pointList > li .topArea .tag {
              width: 40px;
              padding: 10px 0 10px;
              font-size: 1.5rem;
              right: 15px;
              transform: scale(0.8);
              top: -5px; } }
          .topPage .sec02 .pointList > li .topArea .tag span {
            font-size: 1.2rem;
            display: block; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .pointList > li .topArea .tag span {
                font-size: 1.0rem; } }
        .topPage .sec02 .pointList > li .topArea .mainImg {
          max-width: 689px;
          width: 100%;
          margin: 0 auto; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .pointList > li .topArea .mainImg {
              width: calc(100% + 40px);
              margin-left: -20px; } }
      .topPage .sec02 .pointList > li .whArea {
        background: #fff;
        padding: 80px; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .pointList > li .whArea {
            padding: 30px 17px 25px; } }
        .topPage .sec02 .pointList > li .whArea .copy {
          text-align: center;
          font-weight: 900;
          font-size: 3.4rem;
          margin-bottom: 20px; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .pointList > li .whArea .copy {
              font-size: 1.7rem;
              line-height: 1.8;
              margin-bottom: 10px; } }
          .topPage .sec02 .pointList > li .whArea .copy span {
            color: #2539b5;
            font-weight: 900; }
        .topPage .sec02 .pointList > li .whArea .routeList > li {
          font-size: 1.7rem; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .pointList > li .whArea .routeList > li {
              font-size: 1.2rem; } }
          .topPage .sec02 .pointList > li .whArea .routeList > li.bdBox {
            padding: 30px;
            border-radius: 15px;
            overflow: hidden;
            background: #fff;
            border: 3px solid #eee;
            position: relative;
            overflow: inherit; }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .pointList > li .whArea .routeList > li.bdBox {
                border-radius: 10px; } }
            @media screen and (max-width: 768px) {
              .topPage .sec02 .pointList > li .whArea .routeList > li.bdBox {
                padding: 16px 20px; } }
            .topPage .sec02 .pointList > li .whArea .routeList > li.bdBox::before {
              content: "";
              position: absolute;
              top: -10px;
              right: 35px;
              background: url("../cmn_img/sec02_box01_item01.png") no-repeat center center/cover;
              width: 40px;
              height: 60px; }
              @media screen and (max-width: 768px) {
                .topPage .sec02 .pointList > li .whArea .routeList > li.bdBox::before {
                  width: 20px;
                  height: 30px;
                  right: 20px; } }
            .topPage .sec02 .pointList > li .whArea .routeList > li.bdBox .ttl {
              font-size: 2.2rem;
              font-weight: 900; }
              @media screen and (max-width: 768px) {
                .topPage .sec02 .pointList > li .whArea .routeList > li.bdBox .ttl {
                  font-size: 1.5rem; } }
            .topPage .sec02 .pointList > li .whArea .routeList > li.bdBox .tx {
              margin-top: 15px; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .pointList > li.point01 .scrollArea {
          overflow-y: scroll; } }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .pointList > li.point01 .scrollArea .img01 {
          width: 560px; } }
      .topPage .sec02 .pointList > li.point02 .topArea {
        background-image: url("../cmn_img/sec02_box02_bg.jpg"); }
        .topPage .sec02 .pointList > li.point02 .topArea::before {
          border-color: #daf3f6 transparent transparent transparent; }
        .topPage .sec02 .pointList > li.point02 .topArea .tag {
          background-color: #11a1b2; }
      .topPage .sec02 .pointList > li.point02 .whArea .copy span {
        color: #11a1b2; }
      .topPage .sec02 .pointList > li.point02 .whArea .graphBox {
        margin-top: 30px;
        background: #f7f7f7;
        border-radius: 15px;
        overflow: hidden;
        text-align: center;
        padding: 40px 50px 50px; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .pointList > li.point02 .whArea .graphBox {
            border-radius: 10px; } }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .pointList > li.point02 .whArea .graphBox {
            padding: 20px;
            margin-top: 20px; } }
        .topPage .sec02 .pointList > li.point02 .whArea .graphBox .tx {
          text-align: center;
          margin-bottom: 15px;
          font-size: 2.2rem;
          font-weight: 700; }
          @media screen and (max-width: 768px) {
            .topPage .sec02 .pointList > li.point02 .whArea .graphBox .tx {
              font-size: 1.4rem;
              line-height: 1.7; } }
          .topPage .sec02 .pointList > li.point02 .whArea .graphBox .tx span {
            color: #11a1b2;
            font-weight: 700; }
        .topPage .sec02 .pointList > li.point02 .whArea .graphBox .img01 {
          max-width: 919px;
          width: 100%;
          margin: 0 auto; }
  .topPage .sec03 .secTtl::before {
    content: "VOICE";
    color: #dce8f7; }
  .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 .hideArea, .topPage .sec03 .voiceList > li .hideArea02, .topPage .sec03 .voiceList > li .hideArea03 {
        display: none;
        padding-top: 25px; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .voiceList > li .hideArea, .topPage .sec03 .voiceList > li .hideArea02, .topPage .sec03 .voiceList > li .hideArea03 {
            padding-top: 20px; } }
        .topPage .sec03 .voiceList > li .hideArea .tx01, .topPage .sec03 .voiceList > li .hideArea02 .tx01, .topPage .sec03 .voiceList > li .hideArea03 .tx01 {
          font-size: 1.5rem; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .voiceList > li .hideArea .tx01, .topPage .sec03 .voiceList > li .hideArea02 .tx01, .topPage .sec03 .voiceList > li .hideArea03 .tx01 {
              font-size: 1.2rem; } }
        .topPage .sec03 .voiceList > li .hideArea .group, .topPage .sec03 .voiceList > li .hideArea02 .group, .topPage .sec03 .voiceList > li .hideArea03 .group {
          margin-top: 35px;
          font-size: 1.5rem; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .voiceList > li .hideArea .group, .topPage .sec03 .voiceList > li .hideArea02 .group, .topPage .sec03 .voiceList > li .hideArea03 .group {
              margin-top: 20px;
              font-size: 1.3rem; } }
          .topPage .sec03 .voiceList > li .hideArea .group .ttl, .topPage .sec03 .voiceList > li .hideArea02 .group .ttl, .topPage .sec03 .voiceList > li .hideArea03 .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 .voiceList > li .hideArea .group .ttl, .topPage .sec03 .voiceList > li .hideArea02 .group .ttl, .topPage .sec03 .voiceList > li .hideArea03 .group .ttl {
                font-size: 1.4rem;
                padding-left: 30px; } }
            .topPage .sec03 .voiceList > li .hideArea .group .ttl::before, .topPage .sec03 .voiceList > li .hideArea02 .group .ttl::before, .topPage .sec03 .voiceList > li .hideArea03 .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 .voiceList > li .hideArea .group .ttl::before, .topPage .sec03 .voiceList > li .hideArea02 .group .ttl::before, .topPage .sec03 .voiceList > li .hideArea03 .group .ttl::before {
                  font-size: 1.4rem;
                  width: 22px;
                  height: 22px;
                  padding: 4px 0; } }
      .topPage .sec03 .voiceList > li .moreBtn, .topPage .sec03 .voiceList > li .moreBtn02, .topPage .sec03 .voiceList > li .moreBtn03 {
        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 .moreBtn, .topPage .sec03 .voiceList > li .moreBtn02, .topPage .sec03 .voiceList > li .moreBtn03 {
            max-width: 200px;
            margin-top: 0; } }
        .topPage .sec03 .voiceList > li .moreBtn::before, .topPage .sec03 .voiceList > li .moreBtn02::before, .topPage .sec03 .voiceList > li .moreBtn03::before {
          content: "詳しく見る";
          font-size: 1.5rem;
          transition: all .3s ease-in-out; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .voiceList > li .moreBtn::before, .topPage .sec03 .voiceList > li .moreBtn02::before, .topPage .sec03 .voiceList > li .moreBtn03::before {
              font-size: 1.3rem; } }
        .topPage .sec03 .voiceList > li .moreBtn::after, .topPage .sec03 .voiceList > li .moreBtn02::after, .topPage .sec03 .voiceList > li .moreBtn03::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translateY(-50%);
          background: url(/lib/cmn_img/arw_btm.png) no-repeat center center/cover;
          width: 10px;
          height: 6px;
          transition: all .3s ease-in-out; }
        .topPage .sec03 .voiceList > li .moreBtn.on-click::before, .topPage .sec03 .voiceList > li .moreBtn02.on-click::before, .topPage .sec03 .voiceList > li .moreBtn03.on-click::before {
          content: "閉じる"; }
        .topPage .sec03 .voiceList > li .moreBtn.on-click::after, .topPage .sec03 .voiceList > li .moreBtn02.on-click::after, .topPage .sec03 .voiceList > li .moreBtn03.on-click::after {
          transform: rotate(180deg); }
  .topPage .sec04 {
    background: url("../cmn_img/sec04_bg.jpg") no-repeat center top/cover;
    position: relative; }
    .topPage .sec04::before {
      content: "";
      position: absolute;
      bottom: 130px;
      right: 0;
      background: url("../cmn_img/sec04_bg_item01.png") no-repeat center center/cover;
      width: 180px;
      height: 283px; }
      @media screen and (max-width: 768px) {
        .topPage .sec04::before {
          width: 90px;
          height: 141px;
          bottom: 115px; } }
    .topPage .sec04::after {
      content: "";
      position: absolute;
      bottom: 20px;
      left: 0;
      background: url("../cmn_img/sec04_bg_item02.png") no-repeat center center/cover;
      width: 131px;
      height: 269px; }
      @media screen and (max-width: 768px) {
        .topPage .sec04::after {
          width: 65px;
          height: 134px; } }
    .topPage .sec04 .inr {
      position: relative;
      z-index: 9; }
    .topPage .sec04 .secTtl::before {
      content: "MEMBER";
      opacity: .1; }
    .topPage .sec04 .secTtl .enTx {
      color: #fff; }
    .topPage .sec04 .secReadTx {
      color: #fff; }
    .topPage .sec04 .membersList {
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .membersList {
          margin-top: 30px; } }
      .topPage .sec04 .membersList > li {
        background: #fff;
        padding: 30px 30px 10px;
        border-radius: 15px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .membersList > li {
            border-radius: 10px; } }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .membersList > li {
            margin-bottom: 20px !important;
            padding: 30px 20px 4px; } }
        .topPage .sec04 .membersList > li .txWrap .name {
          margin: 0 auto;
          width: 100%;
          text-align: center;
          margin: -25px auto 0 -25px;
          width: calc(100% + 50px); }
          @media screen and (max-width: 768px) {
            .topPage .sec04 .membersList > li .txWrap .name {
              width: calc(100% + 30px);
              margin-left: -15px; } }
          .topPage .sec04 .membersList > li .txWrap .name span {
            display: block;
            background-color: #c6ebef;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            padding: 2px 0 0 0;
            color: #11a1b2;
            font-weight: 700; }
            @media screen and (max-width: 768px) {
              .topPage .sec04 .membersList > li .txWrap .name span {
                font-size: 1.5rem;
                border-top-left-radius: 7px;
                border-top-right-radius: 7px; } }
        .topPage .sec04 .membersList > li .txWrap .tx {
          margin-top: 20px; }
          @media screen and (max-width: 768px) {
            .topPage .sec04 .membersList > li .txWrap .tx {
              margin-top: 15px; } }
        .topPage .sec04 .membersList > li .txWrap .btnStyle_02 {
          border-color: #11a1b2; }
          .topPage .sec04 .membersList > li .txWrap .btnStyle_02 a {
            color: #111; }
            .topPage .sec04 .membersList > li .txWrap .btnStyle_02 a::before {
              border: none;
              background: #111; }
            .topPage .sec04 .membersList > li .txWrap .btnStyle_02 a::after {
              background-image: url("/lib/cmn_img/arw01_wh.png"); }
    .topPage .sec04 .matomeArea {
      margin-top: 70px;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .matomeArea {
          margin-top: 40px; } }
      .topPage .sec04 .matomeArea::before {
        content: "";
        position: absolute;
        top: -55px;
        left: 0;
        width: 100%;
        height: 43px;
        background: url("../cmn_img/sec04_item03.png") no-repeat center center/contain; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .matomeArea::before {
            background-size: 150% 100%;
            height: 10px;
            top: -25px; } }
      .topPage .sec04 .matomeArea .tx01 {
        font-size: 3.4rem;
        color: #fff;
        font-weight: 900; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .matomeArea .tx01 {
            font-size: 1.6rem;
            margin-bottom: 10px; } }
  .topPage .sec05 {
    background: #dce8f7;
    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;
            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: #dce8f7; }
    .topPage .sec06 .accordion dd > p::before {
      background-color: #f4f8fe; }
  .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 center/cover;
      padding: 150px 20px 100px 20px;
      text-align: center;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .topPage.formPage .mvForm {
          padding: 40px 20px; } }
      .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; } }
