.topPage .mv .mvWrap {
  width: 100%;
  height: 100vh;
  background: url("../cmn_img/top/mv_bg.jpg") no-repeat center center/cover;
  position: relative; }
  @media screen and (max-width: 768px) {
    .topPage .mv .mvWrap {
      background-image: url("../cmn_img/top/mv_bg_sp.jpg"); } }
  .topPage .mv .mvWrap .txWrap {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    width: 90%; }
    @media screen and (max-width: 768px) {
      .topPage .mv .mvWrap .txWrap {
        transform: translateY(0%);
        bottom: 60px;
        top: auto;
        left: 20px;
        width: calc(100% - 40px); } }
    .topPage .mv .mvWrap .txWrap .copy {
      font-size: 5.0rem;
      line-height: 1.5;
      text-shadow: #fff 1px 0 15px; }
      @media screen and (max-width: 768px) {
        .topPage .mv .mvWrap .txWrap .copy {
          font-size: 3.2rem; } }
      .topPage .mv .mvWrap .txWrap .copy span {
        color: #5a96ff; }
      .topPage .mv .mvWrap .txWrap .copy p {
        display: block;
        font-family: "Roboto", sans-serif !important;
        font-weight: 400;
        font-size: 1.3rem;
        margin-top: 5px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .mvWrap .txWrap .copy p {
            font-size: 1.1rem;
            margin-top: 10px; } }
    .topPage .mv .mvWrap .txWrap .tx {
      font-size: 1.6rem;
      margin-top: 30px;
      text-shadow: #fff 1px 0 15px; }
      @media screen and (max-width: 768px) {
        .topPage .mv .mvWrap .txWrap .tx {
          font-size: 1.3rem;
          margin-top: 25px; } }
    .topPage .mv .mvWrap .txWrap .btn {
      margin: 25px auto 0 0;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .topPage .mv .mvWrap .txWrap .btn {
          max-width: 280px;
          margin-top: 20px; } }
      .topPage .mv .mvWrap .txWrap .btn a {
        text-align: left;
        padding: 15px 25px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .topPage .mv .mvWrap .txWrap .btn a {
            padding: 13px 20px; } }
        .topPage .mv .mvWrap .txWrap .btn a::before {
          content: "";
          position: absolute;
          top: 50%;
          right: 15px;
          background: #222222;
          border-radius: 4px;
          overflow: hidden;
          transform: translateY(-50%);
          width: 27px;
          height: 27px;
          transition: all .3s ease-in-out; }
        .topPage .mv .mvWrap .txWrap .btn a::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 22px;
          transform: translateY(-50%);
          background: url(/assets/cmn_img/arw_wh.png) no-repeat center center/cover;
          width: 10px;
          height: 9px;
          z-index: 9; }
      .topPage .mv .mvWrap .txWrap .btn:hover a {
        background: #5a96ff;
        border-color: #5a96ff;
        color: #fff; }
        .topPage .mv .mvWrap .txWrap .btn:hover a::before {
          background: #222222; }
.topPage .mv .newsArea {
  display: block;
  background: #f2f2f2;
  font-size: 0;
  padding: 25px 0; }
  .topPage .mv .newsArea .boxL {
    width: calc(100% - 180px);
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px; }
    @media screen and (max-width: 768px) {
      .topPage .mv .newsArea .boxL {
        width: 100%; } }
    .topPage .mv .newsArea .boxL a {
      display: block; }
      .topPage .mv .newsArea .boxL a .day {
        font-size: 1.4rem;
        width: 95px;
        display: inline-block;
        vertical-align: middle;
        font-family: "Roboto", sans-serif !important;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          .topPage .mv .newsArea .boxL a .day {
            font-size: 1.2rem;
            display: block; } }
      .topPage .mv .newsArea .boxL a .tx {
        width: calc(100% - 95px);
        display: inline-block;
        vertical-align: middle;
        font-size: 1.5rem; }
        @media screen and (max-width: 768px) {
          .topPage .mv .newsArea .boxL a .tx {
            width: 100%;
            font-size: 1.4rem;
            line-height: 1.7;
            margin-top: 2px; } }
      .topPage .mv .newsArea .boxL a:hover {
        padding-left: 10px; }
  .topPage .mv .newsArea .boxR {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    position: relative; }
    @media screen and (max-width: 768px) {
      .topPage .mv .newsArea .boxR {
        width: 100%;
        text-align: right;
        margin-top: 5px; } }
    .topPage .mv .newsArea .boxR::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0%;
      transform: translateY(-50%);
      width: 1px;
      height: 100%;
      background: #ccc; }
      @media screen and (max-width: 768px) {
        .topPage .mv .newsArea .boxR::before {
          content: none; } }
.topPage .bgOn {
  background: url("../cmn_img/vision/sec01_bg.jpg") no-repeat center top/cover;
  position: relative; }
  @media screen and (max-width: 768px) {
    .topPage .bgOn {
      background-image: url("../cmn_img/vision/sec01_bg_sp.jpg"); } }
  .topPage .bgOn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: url("../cmn_img/vision/sec01_item01.png") no-repeat center center/100% 100%; }
    @media screen and (max-width: 768px) {
      .topPage .bgOn::before {
        height: 50px; } }
.topPage .sec00 {
  text-align: center;
  padding-bottom: 180px; }
  @media screen and (max-width: 768px) {
    .topPage .sec00 {
      padding-bottom: 80px; } }
  .topPage .sec00 .ttlStyle_01 {
    text-align: center;
    background-position: center top; }
    .topPage .sec00 .ttlStyle_01 span {
      display: block;
      margin-right: 0; }
  .topPage .sec00 .enTx01 {
    line-height: 1;
    font-family: "Teko", sans-serif;
    font-size: 8.2rem;
    margin-top: 25px; }
    @media screen and (max-width: 768px) {
      .topPage .sec00 .enTx01 {
        font-size: 3.8rem;
        line-height: 1.1;
        margin-top: 15px; } }
  .topPage .sec00 .copy {
    margin-top: 5px; }
    .topPage .sec00 .copy span {
      font-size: 3.2rem;
      color: #fff;
      background: #222222;
      border-radius: 4px;
      overflow: hidden;
      -webkit-box-decoration-break: clone;
      display: inline;
      padding: 8px 10px;
      line-height: 2.3;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        .topPage .sec00 .copy span {
          font-size: 1.5rem;
          padding: 7px 10px; } }
  .topPage .sec00 .tx {
    font-size: 1.8rem;
    margin-top: 40px;
    line-height: 2.2; }
    @media screen and (max-width: 768px) {
      .topPage .sec00 .tx {
        text-align: left;
        font-size: 1.4rem;
        margin-top: 10px;
        line-height: 2; } }
.topPage .sec01 {
  position: relative;
  background: url("../cmn_img/top/sec01_bg01.png") no-repeat top 0px left/auto;
  z-index: 9; }
  .topPage .sec01::before {
    content: "";
    position: absolute;
    top: -120px;
    right: 10%;
    background: url("../cmn_img/top/sec01_bg02.png") no-repeat center center/cover;
    width: 226px;
    height: 168px;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .topPage .sec01::before {
        width: 113px;
        height: 84px;
        top: -50px;
        right: 3%; } }
  .topPage .sec01::after {
    content: "";
    position: absolute;
    top: 58%;
    right: 2%;
    background: url("../cmn_img/top/sec01_bg03.png") no-repeat center center/cover;
    width: 137px;
    height: 141px;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .topPage .sec01::after {
        width: 68px;
        height: 71px; } }
  .topPage .sec01 .pointList {
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .pointList {
        margin-bottom: 40px; } }
    .topPage .sec01 .pointList > li {
      overflow: hidden;
      zoom: 1;
      padding-top: 60px; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .pointList > li {
          padding-top: 40px; } }
      .topPage .sec01 .pointList > li .flL {
        float: left; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .pointList > li .flL {
            float: none; } }
      .topPage .sec01 .pointList > li .flR {
        float: right; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .pointList > li .flR {
            float: none; } }
      .topPage .sec01 .pointList > li .imgBox {
        border-radius: 10px;
        overflow: hidden;
        width: 47.5%; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .pointList > li .imgBox {
            width: 100%; } }
      .topPage .sec01 .pointList > li .txBox {
        display: table;
        width: 47.5%; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .pointList > li .txBox {
            width: 100%;
            margin-top: 30px; } }
        .topPage .sec01 .pointList > li .txBox .in {
          display: table-cell;
          vertical-align: middle; }
          .topPage .sec01 .pointList > li .txBox .in .ttl {
            font-size: 3.8rem;
            line-height: 1.55;
            padding-bottom: 15px;
            margin-bottom: 30px;
            border-bottom: 1px solid #ddd;
            position: relative; }
            @media screen and (max-width: 768px) {
              .topPage .sec01 .pointList > li .txBox .in .ttl {
                font-size: 2.0rem;
                margin-bottom: 20px;
                padding-bottom: 12px; } }
            .topPage .sec01 .pointList > li .txBox .in .ttl::before {
              content: "";
              position: absolute;
              left: 0;
              bottom: -2px;
              width: 50px;
              height: 3px;
              background: #5a96ff; }
            .topPage .sec01 .pointList > li .txBox .in .ttl::after {
              content: "01";
              position: absolute;
              right: 0;
              top: -70px;
              line-height: 1;
              font-size: 22.0rem;
              color: #f4f3f3;
              font-family: "Roboto", sans-serif !important;
              font-weight: 400;
              z-index: -1; }
              @media screen and (max-width: 768px) {
                .topPage .sec01 .pointList > li .txBox .in .ttl::after {
                  font-size: 10.0rem;
                  top: -25px; } }
          .topPage .sec01 .pointList > li .txBox .in .tx {
            font-size: 1.5rem; }
            @media screen and (max-width: 768px) {
              .topPage .sec01 .pointList > li .txBox .in .tx {
                font-size: 1.3rem; } }
      .topPage .sec01 .pointList > li:nth-child(1) {
        padding-top: 0; }
      .topPage .sec01 .pointList > li:nth-child(2) .txBox .in .ttl::before {
        background-color: #ffc900; }
      .topPage .sec01 .pointList > li:nth-child(2) .txBox .in .ttl::after {
        content: "02"; }
      .topPage .sec01 .pointList > li:nth-child(3) .txBox .in .ttl::before {
        background-color: #e14900; }
      .topPage .sec01 .pointList > li:nth-child(3) .txBox .in .ttl::after {
        content: "03"; }
.topPage .sec02 {
  overflow: hidden;
  position: relative;
  padding-top: 240px;
  margin-top: -70px; }
  @media screen and (max-width: 768px) {
    .topPage .sec02 {
      padding-top: 180px; } }
  .topPage .sec02::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: -1;
    background: url("../cmn_img/top/sec02_bg.png") no-repeat left top/100% auto; }
    @media screen and (max-width: 768px) {
      .topPage .sec02::before {
        top: 100px; } }
  .topPage .sec02 .cmn_worksList .wrap {
    margin: 0 20px; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .cmn_worksList .wrap {
        margin: 0 8px; } }
  .topPage .sec02 .slick-prev, .topPage .sec02 .slick-next {
    top: -70px;
    cursor: pointer;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .slick-prev, .topPage .sec02 .slick-next {
        width: 50px;
        height: 50px;
        top: -55px; } }
    .topPage .sec02 .slick-prev:hover, .topPage .sec02 .slick-next:hover {
      opacity: .7; }
  .topPage .sec02 .slick-next {
    right: 10%; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .slick-next {
        right: 20px; } }
  .topPage .sec02 .slick-prev {
    left: auto;
    right: calc(10% + 75px); }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .slick-prev {
        right: 80px; } }
  .topPage .sec02 .btn {
    position: absolute;
    top: 300px;
    right: calc(10% + 170px); }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .btn {
        position: static;
        text-align: right;
        margin: 70px 20px 0 auto; } }
.topPage .sec03 .bnr a {
  display: block;
  transition: all .3s ease-in-out; }
  .topPage .sec03 .bnr a:hover {
    transform: scale(0.99); }
.topPage .sec04 {
  position: relative;
  z-index: 9; }
.topPage .ft {
  padding-top: 140px;
  margin-top: -140px; }
  @media screen and (max-width: 768px) {
    .topPage .ft {
      padding-top: 80px;
      margin-top: -80px; } }

.newsPage .sec01 .cmn_newsList > li {
  position: relative; }
  .newsPage .sec01 .cmn_newsList > li::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background: #5a96ff; }
  .newsPage .sec01 .cmn_newsList > li:nth-child(2)::before, .newsPage .sec01 .cmn_newsList > li:nth-child(5)::before, .newsPage .sec01 .cmn_newsList > li:nth-child(8)::before, .newsPage .sec01 .cmn_newsList > li:nth-child(11)::before {
    background: #ffc900; }
  .newsPage .sec01 .cmn_newsList > li:nth-child(3)::before, .newsPage .sec01 .cmn_newsList > li:nth-child(6)::before, .newsPage .sec01 .cmn_newsList > li:nth-child(9)::before, .newsPage .sec01 .cmn_newsList > li:nth-child(12)::before {
    background: #e14900; }

.newsPage_detail .sec01 .ttlArea {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  position: relative; }
  .newsPage_detail .sec01 .ttlArea::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 80px;
    height: 3px;
    background: #5a96ff; }
  .newsPage_detail .sec01 .ttlArea .day {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .newsPage_detail .sec01 .ttlArea .day {
        font-size: 1.2rem; } }
  .newsPage_detail .sec01 .ttlArea .pageTtl {
    font-size: 2.6rem;
    display: block;
    line-height: 1.7;
    margin-top: 5px; }
    @media screen and (max-width: 768px) {
      .newsPage_detail .sec01 .ttlArea .pageTtl {
        font-size: 1.8rem; } }

.contactPage .sec01 .infoTx {
  text-align: center;
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    .contactPage .sec01 .infoTx {
      font-size: 1.3rem;
      text-align: left; } }
.contactPage .sec01 .tbl {
  margin-top: 50px; }
  .contactPage .sec01 .tbl tr th, .contactPage .sec01 .tbl tr td {
    font-size: 1.5rem;
    text-align: left;
    padding: 20px 0; }
    @media screen and (max-width: 768px) {
      .contactPage .sec01 .tbl tr th, .contactPage .sec01 .tbl tr td {
        display: block;
        font-size: 1.4rem;
        padding: 15px 0; } }
  .contactPage .sec01 .tbl tr th {
    width: 22%; }
    @media screen and (max-width: 768px) {
      .contactPage .sec01 .tbl tr th {
        width: 100%;
        padding-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .contactPage .sec01 .tbl tr td {
      padding-top: 5px; } }

.thanksPage .sec01 .ttl {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .thanksPage .sec01 .ttl {
      font-size: 1.8rem;
      margin-bottom: 15px; } }
.thanksPage .sec01 .tx {
  font-size: 1.5rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .thanksPage .sec01 .tx {
      font-size: 1.3rem;
      text-align: left; } }

.privacyPage .tx {
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .privacyPage .tx {
      font-size: 1.2rem; } }

.companyPage .container {
  position: relative; }
  .companyPage .container::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    width: 195px;
    height: 233px;
    background: url("../cmn_img/top/sec01_bg01.png") no-repeat top 0px left/cover;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .companyPage .container::before {
        width: 117px;
        height: 139px;
        top: -100px; } }
  .companyPage .container::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 4%;
    background: url(../cmn_img/top/sec01_bg02.png) no-repeat center center/cover;
    width: 226px;
    height: 168px;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .companyPage .container::after {
        width: 135px;
        height: 100px;
        top: 40px;
        right: -5px; } }
.companyPage section {
  position: relative;
  z-index: 0; }
.companyPage .sec01 {
  position: relative; }
  .companyPage .sec01::before {
    content: "";
    position: absolute;
    top: 58%;
    left: -15px;
    background: url(../cmn_img/top/sec01_bg03.png) no-repeat center center/cover;
    width: 178px;
    height: 183px;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01::before {
        width: 124px;
        height: 128px;
        top: 59%; } }
  .companyPage .sec01 .tbl01 tr th, .companyPage .sec01 .tbl01 tr td {
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01 .tbl01 tr th, .companyPage .sec01 .tbl01 tr td {
        font-size: 1.3rem;
        display: table-cell;
        padding: 15px 5px !important; } }
  .companyPage .sec01 .tbl01 tr th {
    width: 15%; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01 .tbl01 tr th {
        width: 40% !important; } }
  .companyPage .sec01 .tbl02 tr th, .companyPage .sec01 .tbl02 tr td {
    font-size: 1.5rem;
    padding: 15px 20px; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01 .tbl02 tr th, .companyPage .sec01 .tbl02 tr td {
        font-size: 1.3rem;
        display: table-cell;
        padding: 15px 10px; } }
  .companyPage .sec01 .tbl02 tr th {
    width: 25%; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01 .tbl02 tr th {
        width: 40% !important; } }
  .companyPage .sec01 .tbl03 tr th, .companyPage .sec01 .tbl03 tr td {
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01 .tbl03 tr th, .companyPage .sec01 .tbl03 tr td {
        font-size: 1.3rem; } }
  .companyPage .sec01 .tbl03 tr th {
    width: 85%; }
  .companyPage .sec01 .tbl03 tr td {
    text-align: right; }
  .companyPage .sec01 .sikakuList > li {
    border-bottom: 1px solid #ddd;
    font-size: 0;
    padding: 10px;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01 .sikakuList > li {
        padding: 5px; } }
    .companyPage .sec01 .sikakuList > li .tx01 {
      width: calc(100% - 50px);
      display: inline-block;
      vertical-align: middle;
      font-size: 1.5rem;
      position: relative; }
      @media screen and (max-width: 768px) {
        .companyPage .sec01 .sikakuList > li .tx01 {
          font-size: 1.3rem; } }
    .companyPage .sec01 .sikakuList > li .tx02 {
      width: 50px;
      text-align: right;
      display: inline-block;
      vertical-align: middle;
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .companyPage .sec01 .sikakuList > li .tx02 {
          font-size: 1.3rem; } }
    .companyPage .sec01 .sikakuList > li:nth-child(1), .companyPage .sec01 .sikakuList > li:nth-child(2) {
      border-top: 1px solid #ddd; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01 .sikakuList > li:nth-child(2) {
        border-top: none; } }
  .companyPage .sec01 .grayBox {
    padding: 30px 40px;
    background: #eef4ff; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01 .grayBox {
        padding: 20px; } }
.companyPage .sec02 {
  position: relative; }
  .companyPage .sec02::before {
    content: "";
    position: absolute;
    top: 340px;
    right: 4.5%;
    width: 226px;
    height: 168px;
    background: url("../cmn_img/top/sec01_bg02.png") no-repeat top 0px left/cover;
    z-index: -1;
    transform: rotate(90deg); }
    @media screen and (max-width: 768px) {
      .companyPage .sec02::before {
        right: -27px;
        width: 158px;
        height: 117px; } }
  .companyPage .sec02 .tbl01 tr th, .companyPage .sec02 .tbl01 tr td {
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .companyPage .sec02 .tbl01 tr th, .companyPage .sec02 .tbl01 tr td {
        font-size: 1.3rem; } }
  .companyPage .sec02 .tbl01 tr th {
    width: 25%; }
.companyPage .sec03 {
  position: relative; }
  .companyPage .sec03::before {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 195px;
    height: 233px;
    background: url(../cmn_img/top/sec01_bg01.png) no-repeat top 0px left/cover;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .companyPage .sec03::before {
        width: 136px;
        height: 163px;
        bottom: auto;
        top: 180px; } }
  .companyPage .sec03 .inr {
    font-size: 0; }
    .companyPage .sec03 .inr .boxL {
      width: 47.5%;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5%; }
      @media screen and (max-width: 768px) {
        .companyPage .sec03 .inr .boxL {
          width: 100%;
          margin: 0 0 30px; } }
      .companyPage .sec03 .inr .boxL .tx01 {
        font-size: 1.8rem; }
        @media screen and (max-width: 768px) {
          .companyPage .sec03 .inr .boxL .tx01 {
            font-size: 1.5rem; } }
      .companyPage .sec03 .inr .boxL .tx02 {
        font-size: 1.6rem; }
        @media screen and (max-width: 768px) {
          .companyPage .sec03 .inr .boxL .tx02 {
            font-size: 1.3rem; } }
    .companyPage .sec03 .inr .boxR {
      width: 47.5%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .companyPage .sec03 .inr .boxR {
          width: 100%; } }

.workPage .container {
  position: relative; }
  .workPage .container::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    width: 195px;
    height: 233px;
    background: url("../cmn_img/top/sec01_bg01.png") no-repeat top 0px left/cover;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .workPage .container::before {
        width: 117px;
        height: 139px;
        top: -100px; } }
  .workPage .container::after {
    content: "";
    position: absolute;
    top: -90px;
    right: 2%;
    background: url(../cmn_img/top/sec01_bg02.png) no-repeat center center/cover;
    width: 226px;
    height: 168px;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .workPage .container::after {
        width: 135px;
        height: 100px;
        top: 80px;
        right: -5px; } }
.workPage .sec01 {
  position: relative; }
  .workPage .sec01::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: -15px;
    background: url(../cmn_img/top/sec01_bg03.png) no-repeat center center/cover;
    width: 178px;
    height: 183px;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .workPage .sec01::before {
        width: 124px;
        height: 128px;
        bottom: 25px; } }
.workPage .tabList > li a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  background: #bbb;
  padding: 13px 5px; }
  @media screen and (max-width: 768px) {
    .workPage .tabList > li a {
      font-size: 1.3rem; } }
  .workPage .tabList > li a:hover {
    opacity: .7; }
.workPage .tabList > li.current a {
  background: #222222; }
@media screen and (max-width: 768px) {
  .workPage .cmn_worksList .wrap .txBox {
    padding: 15px 15px 20px 15px; } }
@media screen and (max-width: 768px) {
  .workPage .cmn_worksList .wrap .txBox .ttl {
    font-size: 1.3rem;
    margin-top: 5px; } }
@media screen and (max-width: 768px) {
  .workPage .cmn_worksList .wrap .txBox .client {
    font-size: 1.0rem;
    margin-top: 3px; } }

.workPage_detail .ttlArea {
  text-align: center; }
  .workPage_detail .ttlArea .pageTtl {
    line-height: 1.7;
    text-align: center;
    font-size: 2.8rem;
    margin: 15px auto 30px; }
    @media screen and (max-width: 768px) {
      .workPage_detail .ttlArea .pageTtl {
        font-size: 1.8rem;
        margin: 10px auto 20px; } }
.workPage_detail .sliderArea .slick-track {
  margin: 0 auto; }
.workPage_detail .sliderArea .slick-prev, .workPage_detail .sliderArea .slick-next {
  top: 50%; }
  @media screen and (max-width: 768px) {
    .workPage_detail .sliderArea .slick-prev, .workPage_detail .sliderArea .slick-next {
      width: 40px;
      height: 40px; } }
.workPage_detail .sliderArea .slick-prev {
  left: 20px; }
  @media screen and (max-width: 768px) {
    .workPage_detail .sliderArea .slick-prev {
      left: -10px; } }
.workPage_detail .sliderArea .slick-next {
  right: 20px; }
  @media screen and (max-width: 768px) {
    .workPage_detail .sliderArea .slick-next {
      right: -10px; } }
.workPage_detail .sliderArea .slider01 {
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .workPage_detail .sliderArea .slider01 {
      margin-bottom: 10px; } }
.workPage_detail .sliderArea .thumbnail01 {
  margin-left: -7px; }
  @media screen and (max-width: 768px) {
    .workPage_detail .sliderArea .thumbnail01 .slick-slide {
      margin-right: 5px; } }
.workPage_detail .infoArea {
  margin-top: 140px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .workPage_detail .infoArea {
      margin-top: 80px; } }
  .workPage_detail .infoArea::before {
    content: "";
    position: absolute;
    top: -220px;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: -1;
    background: url(../cmn_img/top/sec02_bg.png) no-repeat left top/contain;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .workPage_detail .infoArea::before {
        top: -85px;
        height: 200px; } }
  .workPage_detail .infoArea table tr th, .workPage_detail .infoArea table tr td {
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .workPage_detail .infoArea table tr th, .workPage_detail .infoArea table tr td {
        display: table-cell;
        font-size: 1.3rem;
        padding: 15px 5px !important; } }
  .workPage_detail .infoArea table tr th {
    width: 15%; }
    @media screen and (max-width: 768px) {
      .workPage_detail .infoArea table tr th {
        width: 30% !important; } }
  .workPage_detail .infoArea .infoTx {
    padding: 30px;
    background: #f2f2f2;
    font-size: 1.5rem;
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .workPage_detail .infoArea .infoTx {
        font-size: 1.3rem;
        padding: 20px; } }

.guidelinePage .sec01 .bnr a {
  display: block;
  transition: all .3s ease-in-out; }
  .guidelinePage .sec01 .bnr a:hover {
    transform: scale(0.99); }

.visionPage .spHd .hdLogo a {
  background-image: url("../cmn_img/logo.png"); }
.visionPage .ttlStyle_01 {
  text-align: center;
  background-position: center top; }
  .visionPage .ttlStyle_01 span {
    display: block;
    margin-right: 0; }
.visionPage .mvStyle_01 .breadcrumb {
  background: rgba(0, 0, 0, 0);
  padding-top: 120px; }
  @media screen and (max-width: 768px) {
    .visionPage .mvStyle_01 .breadcrumb {
      padding-top: 70px; } }
.visionPage .sec01 {
  padding: 20px 0 420px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .visionPage .sec01 {
      padding-bottom: 240px; } }
  .visionPage .sec01 .enTx01 {
    line-height: 1;
    font-family: "Teko", sans-serif;
    font-size: 8.2rem; }
    @media screen and (max-width: 768px) {
      .visionPage .sec01 .enTx01 {
        font-size: 3.8rem;
        line-height: 1.1;
        margin-top: -15px; } }
  .visionPage .sec01 .copy {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .visionPage .sec01 .copy {
        margin-top: 10px; } }
    .visionPage .sec01 .copy span {
      display: inline-block;
      font-size: 3.2rem;
      color: #fff;
      background: #222222;
      border-radius: 4px;
      overflow: hidden;
      line-height: 1.6;
      padding: 4px 18px 0; }
      @media screen and (max-width: 768px) {
        .visionPage .sec01 .copy span {
          font-size: 1.5rem;
          padding: 5px 4px 4px 10px; } }
  .visionPage .sec01 .tx {
    font-size: 1.8rem;
    margin-top: 40px;
    line-height: 2.2; }
    @media screen and (max-width: 768px) {
      .visionPage .sec01 .tx {
        text-align: left;
        font-size: 1.4rem;
        margin-top: 10px;
        line-height: 2; } }
.visionPage .sec02 {
  margin-top: -320px;
  position: relative;
  z-index: 9;
  padding-bottom: 120px; }
  @media screen and (max-width: 768px) {
    .visionPage .sec02 {
      margin-top: -180px;
      padding-bottom: 60px; } }

.businessPage .sec01 {
  position: relative; }
  .businessPage .sec01::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 195px;
    height: 233px;
    background: url(../cmn_img/top/sec01_bg01.png) no-repeat top 0px left/cover;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .businessPage .sec01::before {
        width: 117px;
        height: 139px;
        top: 280px; } }
  .businessPage .sec01::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 4%;
    background: url(../cmn_img/top/sec01_bg02.png) no-repeat center center/cover;
    width: 226px;
    height: 168px;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .businessPage .sec01::after {
        width: 135px;
        height: 100px;
        top: -5px; } }
  .businessPage .sec01 .copy {
    text-align: center; }
    .businessPage .sec01 .copy span {
      font-size: 2.4rem;
      background: #222222;
      color: #fff;
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone;
      display: inline;
      padding: 11px 20px;
      line-height: 2.35 !important;
      font-weight: 500;
      border-radius: 4px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .businessPage .sec01 .copy span {
          font-size: 1.6rem;
          padding: 7px 15px; } }
  .businessPage .sec01 .readTx {
    text-align: center;
    margin-top: 30px;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .businessPage .sec01 .readTx {
        font-size: 1.4rem;
        margin-top: 15px; } }
  .businessPage .sec01 .busiList {
    text-align: center;
    margin-top: 45px; }
    @media screen and (max-width: 768px) {
      .businessPage .sec01 .busiList {
        margin-top: 25px; } }
    .businessPage .sec01 .busiList > li {
      width: 294px;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .businessPage .sec01 .busiList > li {
          width: 50%; } }
      @media screen and (max-width: 768px) {
        .businessPage .sec01 .busiList > li:nth-child(3) {
          margin-top: -27px; } }
  .businessPage .sec01 .flowList {
    margin-top: 10px; }
    .businessPage .sec01 .flowList > li {
      border-radius: 10px;
      overflow: hidden;
      border: 1px solid #5a96ff;
      padding: 35px 35px 40px;
      overflow: inherit;
      position: relative; }
      @media screen and (max-width: 768px) {
        .businessPage .sec01 .flowList > li {
          width: 100%;
          margin: 0 0 25px;
          padding: 22px 20px; } }
      .businessPage .sec01 .flowList > li::before {
        content: "";
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 35px 0px 35px 20px;
        border-color: transparent transparent transparent #5a96ff; }
        @media screen and (max-width: 768px) {
          .businessPage .sec01 .flowList > li::before {
            border-width: 15px 50px 0px 50px;
            border-color: #5a96ff transparent transparent transparent;
            top: auto;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%); } }
      .businessPage .sec01 .flowList > li .ttl {
        font-size: 1.5rem;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          .businessPage .sec01 .flowList > li .ttl {
            font-size: 1.3rem;
            line-height: 1.7;
            margin-bottom: 6px; } }
        .businessPage .sec01 .flowList > li .ttl span {
          color: #5a96ff;
          font-size: 3.0rem;
          font-family: "Roboto", sans-serif !important;
          font-weight: 400;
          display: block; }
          @media screen and (max-width: 768px) {
            .businessPage .sec01 .flowList > li .ttl span {
              font-size: 2.0rem; } }
      .businessPage .sec01 .flowList > li .tx {
        font-size: 1.5rem; }
        @media screen and (max-width: 768px) {
          .businessPage .sec01 .flowList > li .tx {
            font-size: 1.3rem; } }
      .businessPage .sec01 .flowList > li.last::before {
        content: none; }
.businessPage .sec02 .boxList > li {
  background: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .businessPage .sec02 .boxList > li {
      margin-bottom: 40px; } }
  .businessPage .sec02 .boxList > li .main {
    position: relative; }
    .businessPage .sec02 .boxList > li .main::before {
      content: "01";
      position: absolute;
      bottom: -40px;
      right: 50px;
      font-family: "Roboto", sans-serif !important;
      font-weight: 400;
      font-size: 22.0rem;
      line-height: 1;
      color: #f2f2f2; }
      @media screen and (max-width: 768px) {
        .businessPage .sec02 .boxList > li .main::before {
          font-size: 6.0rem;
          bottom: -15px;
          right: 15px; } }
  .businessPage .sec02 .boxList > li .txWrap {
    padding: 80px; }
    @media screen and (max-width: 768px) {
      .businessPage .sec02 .boxList > li .txWrap {
        padding: 30px 20px 20px; } }
    .businessPage .sec02 .boxList > li .txWrap .mainTtl {
      font-size: 3.8rem;
      text-align: center;
      line-height: 1.6;
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 1px solid #ddd;
      position: relative; }
      @media screen and (max-width: 768px) {
        .businessPage .sec02 .boxList > li .txWrap .mainTtl {
          font-size: 1.8rem;
          margin-bottom: 20px; } }
      .businessPage .sec02 .boxList > li .txWrap .mainTtl::before {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        background: #5a96ff; }
        @media screen and (max-width: 768px) {
          .businessPage .sec02 .boxList > li .txWrap .mainTtl::before {
            width: 40px; } }
    .businessPage .sec02 .boxList > li .txWrap .readTx {
      font-size: 1.6rem;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .businessPage .sec02 .boxList > li .txWrap .readTx {
          text-align: left;
          font-size: 1.3rem; } }
    .businessPage .sec02 .boxList > li .txWrap .deList {
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        .businessPage .sec02 .boxList > li .txWrap .deList {
          margin-top: 25px; } }
      .businessPage .sec02 .boxList > li .txWrap .deList > li {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        padding: 40px; }
        @media screen and (max-width: 768px) {
          .businessPage .sec02 .boxList > li .txWrap .deList > li {
            padding: 20px; } }
        .businessPage .sec02 .boxList > li .txWrap .deList > li .ttl {
          font-size: 2.0rem;
          padding-left: 28px;
          position: relative; }
          @media screen and (max-width: 768px) {
            .businessPage .sec02 .boxList > li .txWrap .deList > li .ttl {
              font-size: 1.5rem;
              padding-left: 20px; } }
          .businessPage .sec02 .boxList > li .txWrap .deList > li .ttl::before {
            content: "";
            position: absolute;
            top: 13px;
            left: 0;
            width: 12px;
            height: 12px;
            border-radius: 2px;
            background: #5a96ff; }
            @media screen and (max-width: 768px) {
              .businessPage .sec02 .boxList > li .txWrap .deList > li .ttl::before {
                width: 9px;
                height: 9px;
                top: 9px; } }
        .businessPage .sec02 .boxList > li .txWrap .deList > li .tx {
          font-size: 1.5rem;
          margin-top: 5px; }
          @media screen and (max-width: 768px) {
            .businessPage .sec02 .boxList > li .txWrap .deList > li .tx {
              font-size: 1.3rem; } }
        @media screen and (max-width: 768px) {
          .businessPage .sec02 .boxList > li .txWrap .deList > li.last {
            margin-bottom: 0; } }
  .businessPage .sec02 .boxList > li.last {
    margin-bottom: 0 !important; }
  .businessPage .sec02 .boxList > li:nth-child(2) .main::before {
    content: "02"; }
