.topPage {
  overflow: hidden; }
  .topPage .pcHd .menuList > li a {
    color: #cfcdc7; }
  .topPage .mv::before, .topPage .pcHd, .topPage .subTx, .topPage .scrolldown {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .topPage.go .mv::before, .topPage.go .pcHd, .topPage.go .subTx, .topPage.go .scrolldown {
    opacity: 1; }
  .topPage .mv {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #01263c; }
    .topPage .mv .logo a {
      position: absolute;
      top: 50px;
      left: 40px;
      display: block;
      width: 78px;
      z-index: 10000; }
      @media screen and (max-width: 768px) {
        .topPage .mv .logo a {
          width: 54px;
          top: 25px;
          left: 20px; } }
    .topPage .mv .txBox {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9;
      color: #cfcdc7; }
      .topPage .mv .txBox .copyEn {
        font-size: 8.0rem;
        font-family: "Jost", sans-serif;
        -webkit-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s; }
        @media screen and (max-width: 1440px) {
          .topPage .mv .txBox .copyEn {
            font-size: 6.2rem; } }
        @media screen and (max-width: 768px) {
          .topPage .mv .txBox .copyEn {
            font-size: 3.6rem; } }
      .topPage .mv .txBox .copy {
        font-weight: bold;
        font-size: 2.2rem;
        line-height: 1.5;
        margin-bottom: 40px;
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s;
        display: block;
        margin-top: 20px; }
        @media screen and (max-width: 1440px) {
          .topPage .mv .txBox .copy {
            font-size: 1.8rem; } }
        @media screen and (max-width: 768px) {
          .topPage .mv .txBox .copy {
            font-size: 1.5rem;
            margin-top: 25px; } }
    .topPage .mv .scrolldown {
      position: absolute;
      right: 60px;
      bottom: 30px;
      height: 100px; }
      @media screen and (max-width: 768px) {
        .topPage .mv .scrolldown {
          height: 40px;
          right: 25px; } }
      .topPage .mv .scrolldown::after {
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        height: 100px;
        background: #eee;
        -webkit-animation: pathmove 2s ease-in-out infinite;
        animation: pathmove 2s ease-in-out infinite;
        opacity: 0; }
      .topPage .mv .scrolldown span {
        position: absolute;
        left: -9px;
        top: -65px;
        font-family: "Jost", sans-serif;
        font-size: 1.1rem;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        color: #cfcdc7; }

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 70px;
    opacity: 1; }
  100% {
    height: 0;
    top: 100px;
    opacity: 0; } }

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 70px;
    opacity: 1; }
  100% {
    height: 0;
    top: 100px;
    opacity: 0; } }
  .topPage .sec01 .bnrList {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .bnrList {
        margin-top: 30px; } }
    .topPage .sec01 .bnrList > li {
      border-radius: 3px;
      overflow: hidden; }
  .topPage .sec01 .btn02 {
    margin-top: 80px; }
  .topPage .sec01 .workList {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .workList {
        margin-top: 40px; } }
  .topPage .sec02 {
    position: relative; }
    .topPage .sec02 .txAnime {
      -webkit-animation: animetxt 40s linear infinite;
      animation: animetxt 40s linear infinite;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      position: absolute;
      top: -85px;
      left: 0; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .txAnime {
          top: -50px; } }
      .topPage .sec02 .txAnime p {
        color: #d6d4cf;
        font-size: 14.0rem;
        font-family: "Jost", sans-serif;
        line-height: 1;
        width: 1280px; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .txAnime p {
            font-size: 9.0rem;
            width: 860px; } }

@-webkit-keyframes animetxt {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes animetxt {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .busiList > li {
        margin-bottom: 40px;
        width: 100%;
        margin-right: 0; } }
    .topPage .sec02 .busiList > li .thum {
      -webkit-box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.03);
      box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.03);
      border-radius: 15px;
      overflow: hidden;
      -webkit-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      border: 1px solid #cfcdc7; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .busiList > li .thum {
          border-radius: 10px; } }
      .topPage .sec02 .busiList > li .thum::after {
        content: "03";
        position: absolute;
        bottom: -20px;
        right: -10px;
        font-family: "Jost", sans-serif;
        font-size: 11.0rem;
        color: #cfcdc7;
        line-height: 1;
        width: 100%;
        text-align: right; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .busiList > li .thum::after {
            font-size: 8.0rem;
            right: -8px;
            bottom: -16px; } }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .busiList > li .thum::before {
          padding-top: 40% !important; } }
    .topPage .sec02 .busiList > li .ttl {
      margin-top: 25px;
      font-size: 2.2rem;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .busiList > li .ttl {
          font-size: 1.6rem;
          margin-top: 12px; } }
    .topPage .sec02 .busiList > li .tx {
      font-size: 1.4rem;
      margin: 3px 0 15px; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .busiList > li .tx {
          font-size: 1.3rem;
          margin: 0 0 8px; } }
    .topPage .sec02 .busiList > li:hover .thum {
      -webkit-box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.056);
      box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.056);
      -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
      transform: translateY(6px); }
    .topPage .sec02 .busiList > li:nth-child(2) .thum::after {
      content: "04"; }
    .topPage .sec02 .busiList > li:nth-child(3) .thum::after {
      content: "05"; }
    .topPage .sec02 .busiList.big {
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .busiList.big {
          margin-top: 40px; } }
      .topPage .sec02 .busiList.big .thum::before {
        padding-top: 50%; }
      .topPage .sec02 .busiList.big > li:nth-child(1) .thum::after {
        content: "01";
        right: -14px; }
      .topPage .sec02 .busiList.big > li:nth-child(2) .thum::after {
        content: "02"; }
  .topPage .sec03 .inr {
    position: relative; }
  .topPage .sec03 .secTtl span {
    display: inline-block;
    margin-right: 15px; }
  .topPage .sec03 .btn02 {
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .btn02 {
        position: static;
        margin-top: 30px; } }
  .topPage .sec04 .bg {
    background: #fff url("../cmn_img/top/sec04_bg.png") no-repeat bottom -2px left 6%/auto;
    border-radius: 50px;
    overflow: hidden;
    font-size: 0;
    padding: 120px 100px; }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .bg {
        border-radius: 30px; } }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .bg {
        padding: 40px 20px 50px;
        background-size: 238px 125px;
        background-position: bottom -2px left -2px; } }
    .topPage .sec04 .bg .boxL {
      width: 610px;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 1199px) {
        .topPage .sec04 .bg .boxL {
          width: 500px; } }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .bg .boxL {
          width: 100%;
          text-align: center; } }
      .topPage .sec04 .bg .boxL .secTtl {
        text-align: left; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .bg .boxL .secTtl {
            text-align: center; } }
      .topPage .sec04 .bg .boxL .copy {
        font-size: 3.2rem;
        font-weight: bold;
        line-height: 1.7; }
        @media screen and (max-width: 1199px) {
          .topPage .sec04 .bg .boxL .copy {
            font-size: 2.6rem; } }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .bg .boxL .copy {
            font-size: 1.6rem; } }
    .topPage .sec04 .bg .boxR {
      width: calc(100% - 610px);
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 1199px) {
        .topPage .sec04 .bg .boxR {
          width: calc(100% - 500px);
          margin-top: 20px; } }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .bg .boxR {
          width: 100%; } }
      .topPage .sec04 .bg .boxR .linkList > li {
        padding: 35px 40px 35px 70px;
        display: block;
        border-top: 1px solid #d9d7d2;
        position: relative;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .bg .boxR .linkList > li {
            padding: 15px 30px 15px 50px; } }
        .topPage .sec04 .bg .boxR .linkList > li .icon {
          position: absolute;
          top: 50%;
          left: 0%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 70px;
          text-align: center;
          -webkit-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out; }
          @media screen and (max-width: 768px) {
            .topPage .sec04 .bg .boxR .linkList > li .icon {
              width: 50px; } }
          @media screen and (max-width: 768px) {
            .topPage .sec04 .bg .boxR .linkList > li .icon img {
              -webkit-transform: scale(0.8);
              -ms-transform: scale(0.8);
              transform: scale(0.8); } }
        .topPage .sec04 .bg .boxR .linkList > li .tx {
          font-size: 1.8rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            .topPage .sec04 .bg .boxR .linkList > li .tx {
              font-size: 1.4rem; } }
        .topPage .sec04 .bg .boxR .linkList > li .btn {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .topPage .sec04 .bg .boxR .linkList > li.last {
          border-bottom: 1px solid #d9d7d2; }
        .topPage .sec04 .bg .boxR .linkList > li:hover {
          background-color: #f5f5f4;
          padding-left: 75px; }
          .topPage .sec04 .bg .boxR .linkList > li:hover .icon {
            left: 5px; }

.news_detailPage .sec01 .ttlArea {
  margin-top: 200px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 2px solid #d9d7d2; }
  @media screen and (max-width: 768px) {
    .news_detailPage .sec01 .ttlArea {
      margin-bottom: 35px;
      padding-bottom: 25px;
      margin-top: 100px; } }
  .news_detailPage .sec01 .ttlArea .day {
    font-size: 1.3rem;
    font-family: "Jost", sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .news_detailPage .sec01 .ttlArea .day {
        font-size: 1.1rem;
        margin-right: 10px; } }
  .news_detailPage .sec01 .ttlArea .cate {
    font-size: 1.2rem;
    background: #d9d7d2;
    border-radius: 90px;
    margin-right: 15px;
    padding: 1px 18px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .news_detailPage .sec01 .ttlArea .cate {
        font-size: 1.1rem; } }
  .news_detailPage .sec01 .ttlArea .kijiTtl {
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.7;
    margin-top: 12px; }
    @media screen and (max-width: 768px) {
      .news_detailPage .sec01 .ttlArea .kijiTtl {
        font-size: 1.8rem; } }

.contactPage .sec01 table tr th {
  font-size: 1.6rem;
  width: 22%; }
  @media screen and (max-width: 768px) {
    .contactPage .sec01 table tr th {
      width: 100%;
      font-size: 1.4rem; } }

.thanksPage .sec01 .ttl {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .thanksPage .sec01 .ttl {
      font-size: 1.8rem; } }

.thanksPage .sec01 .tx {
  margin-top: 30px;
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    .thanksPage .sec01 .tx {
      font-size: 1.3rem; } }

.thanksPage .sec01 .btn {
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .thanksPage .sec01 .btn {
      margin-top: 20px; } }

.workPage .sec01 .workList {
  margin-top: 60px;
  overflow: hidden;
  zoom: 1; }
  @media screen and (max-width: 768px) {
    .workPage .sec01 .workList {
      margin-top: 40px; } }
  @media screen and (max-width: 768px) {
    .workPage .sec01 .workList > li {
      margin-bottom: 30px; } }
  .workPage .sec01 .workList > li a {
    display: block; }
    .workPage .sec01 .workList > li a .thum {
      border-radius: 15px;
      overflow: hidden;
      position: relative;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .workPage .sec01 .workList > li a .thum {
          border-radius: 10px; } }
    .workPage .sec01 .workList > li a .day {
      background: #01263c;
      font-family: "Jost", sans-serif;
      color: #fff;
      font-size: 1.2rem;
      display: inline-block;
      padding: 0px 10px;
      border-radius: 3px;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .workPage .sec01 .workList > li a .day {
          font-size: 1.0rem; } }
    .workPage .sec01 .workList > li a .cate {
      margin-left: -2px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .workPage .sec01 .workList > li a .cate span {
          font-size: 1.0rem;
          padding: 1px 8px;
          margin: 2px; } }
    .workPage .sec01 .workList > li a .ttl {
      font-size: 1.4rem;
      margin-top: 7px; }
      @media screen and (max-width: 768px) {
        .workPage .sec01 .workList > li a .ttl {
          font-size: 1.2rem;
          margin-top: 6px; } }

.workPage .sec01 .pickBox {
  font-size: 0; }
  .workPage .sec01 .pickBox .boxL {
    width: 65.5%;
    margin-right: 3.5%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .workPage .sec01 .pickBox .boxL {
        width: 100%; } }
    .workPage .sec01 .pickBox .boxL > li {
      width: 100%;
      margin: 0; }
      .workPage .sec01 .pickBox .boxL > li .thum {
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          .workPage .sec01 .pickBox .boxL > li .thum {
            margin-bottom: 20px; } }
      .workPage .sec01 .pickBox .boxL > li .cate {
        margin-top: 0; }
        @media screen and (max-width: 768px) {
          .workPage .sec01 .pickBox .boxL > li .cate span {
            font-size: 1.1rem;
            padding: 2px 10px; } }
      .workPage .sec01 .pickBox .boxL > li .ttl {
        font-size: 1.8rem;
        margin-top: 15px; }
        @media screen and (max-width: 768px) {
          .workPage .sec01 .pickBox .boxL > li .ttl {
            font-size: 1.4rem;
            margin-top: 10px; } }
  .workPage .sec01 .pickBox .boxR {
    width: 31%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .workPage .sec01 .pickBox .boxR {
        width: 100%; } }
    .workPage .sec01 .pickBox .boxR > li {
      width: 100%;
      margin: 0 0 40px; }
      @media screen and (max-width: 768px) {
        .workPage .sec01 .pickBox .boxR > li {
          margin: 0 4% 0 0;
          width: 48%; } }
      .workPage .sec01 .pickBox .boxR > li.last {
        margin-bottom: 0; }
        @media screen and (max-width: 768px) {
          .workPage .sec01 .pickBox .boxR > li.last {
            margin-right: 0; } }

.work_detailPage .sec02 .btn02 {
  margin-top: 80px; }

.work_detailPage .sec02 .btnList {
  text-align: center;
  margin-top: 60px; }
  .work_detailPage .sec02 .btnList > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px; }
    @media screen and (max-width: 768px) {
      .work_detailPage .sec02 .btnList > li {
        margin: 5px 0; } }

@media screen and (max-width: 768px) {
  .aboutPage .sec01 .cmn_layout_02 .boxR img {
    display: block;
    width: 75%;
    margin: 0 auto; } }

.aboutPage .sec01 .copy {
  font-size: 2.4rem;
  line-height: 1.7;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .aboutPage .sec01 .copy {
      font-size: 1.8rem; } }

.aboutPage .sec01 .tx {
  font-size: 1.4rem;
  margin-top: 20px;
  line-height: 2.4; }
  @media screen and (max-width: 768px) {
    .aboutPage .sec01 .tx {
      font-size: 1.3rem;
      line-height: 2.2; } }

.aboutPage .sec01 .name {
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .aboutPage .sec01 .name {
      font-size: 1.5rem; } }
  .aboutPage .sec01 .name span {
    font-weight: bold;
    font-size: 1.2rem; }
    @media screen and (max-width: 768px) {
      .aboutPage .sec01 .name span {
        font-size: 1.1rem; } }

.aboutPage .sec01 .proBox {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .aboutPage .sec01 .proBox {
      margin-top: 50px; } }

@media screen and (max-width: 768px) {
  .aboutPage .sec02 .boxL {
    margin-bottom: 0; } }

@media screen and (max-width: 768px) {
  .aboutPage .sec02 .boxR {
    margin-top: -1px; } }

.aboutPage .sec02 .tbl tr th {
  width: 25%; }
  @media screen and (max-width: 768px) {
    .aboutPage .sec02 .tbl tr th {
      width: 100px !important; } }

@media screen and (max-width: 768px) {
  .aboutPage .sec02 .tbl tr th, .aboutPage .sec02 .tbl tr td {
    display: table-cell;
    padding: 15px 5px !important; } }

.businessPage .sec01 .wrapList > li {
  margin-bottom: 150px;
  overflow: hidden;
  zoom: 1; }
  @media screen and (max-width: 768px) {
    .businessPage .sec01 .wrapList > li {
      margin-bottom: 80px; } }
  .businessPage .sec01 .wrapList > li .ttlBox {
    float: left;
    width: 340px; }
    @media screen and (max-width: 768px) {
      .businessPage .sec01 .wrapList > li .ttlBox {
        float: none;
        width: 100%; } }
  .businessPage .sec01 .wrapList > li .txBox {
    float: right;
    width: calc(100% - 340px);
    padding-left: 100px;
    border-left: 1px solid #01263c; }
    @media screen and (max-width: 768px) {
      .businessPage .sec01 .wrapList > li .txBox {
        width: 100%;
        padding: 0;
        border: none; } }
    .businessPage .sec01 .wrapList > li .txBox .copy {
      font-size: 3.8rem;
      font-weight: bold;
      line-height: 1.6; }
      @media screen and (max-width: 768px) {
        .businessPage .sec01 .wrapList > li .txBox .copy {
          font-size: 2.4rem; } }
    .businessPage .sec01 .wrapList > li .txBox .tx {
      font-size: 1.6rem;
      line-height: 2.5;
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .businessPage .sec01 .wrapList > li .txBox .tx {
          font-size: 1.3rem;
          margin-top: 15px;
          line-height: 2.3; } }
  .businessPage .sec01 .wrapList > li.last {
    margin-bottom: 0; }
  .businessPage .sec01 .wrapList > li:nth-child(2n) .ttlBox {
    float: right;
    padding-left: 100px; }
    @media screen and (max-width: 768px) {
      .businessPage .sec01 .wrapList > li:nth-child(2n) .ttlBox {
        float: none;
        padding: 0; } }
  .businessPage .sec01 .wrapList > li:nth-child(2n) .txBox {
    float: left;
    padding: 0 100px 0 0;
    border-right: 1px solid #01263c;
    border-left: none; }
    @media screen and (max-width: 768px) {
      .businessPage .sec01 .wrapList > li:nth-child(2n) .txBox {
        padding: 0;
        border: none;
        float: none; } }

.businessPage .sec02 .soluList > li {
  font-size: 0;
  margin-bottom: 50px; }
  .businessPage .sec02 .soluList > li .imgBox {
    width: 40%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .businessPage .sec02 .soluList > li .imgBox {
        width: 100%;
        margin: 0 0 20px; } }
    .businessPage .sec02 .soluList > li .imgBox img {
      border-radius: 15px;
      overflow: hidden;
      -webkit-box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.03);
      box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.03); }
      @media screen and (max-width: 768px) {
        .businessPage .sec02 .soluList > li .imgBox img {
          border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .businessPage .sec02 .soluList > li .imgBox .cmn_ofi::before {
        padding-top: 45%; } }
  .businessPage .sec02 .soluList > li .txBox {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #01263c; }
    @media screen and (max-width: 768px) {
      .businessPage .sec02 .soluList > li .txBox {
        width: 100%;
        padding-bottom: 35px; } }
    .businessPage .sec02 .soluList > li .txBox .enTx {
      font-family: "Jost", sans-serif;
      font-size: 2.4rem; }
      @media screen and (max-width: 768px) {
        .businessPage .sec02 .soluList > li .txBox .enTx {
          font-size: 1.8rem;
          text-align: center;
          line-height: 1.5; } }
      .businessPage .sec02 .soluList > li .txBox .enTx span {
        font-size: 1.1rem; }
        @media screen and (max-width: 768px) {
          .businessPage .sec02 .soluList > li .txBox .enTx span {
            font-size: 1.0rem; } }
    .businessPage .sec02 .soluList > li .txBox .ttl {
      font-size: 3.0rem;
      line-height: 1.7;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .businessPage .sec02 .soluList > li .txBox .ttl {
          font-size: 2.0rem;
          text-align: center; } }
    .businessPage .sec02 .soluList > li .txBox .tx {
      font-size: 1.4rem;
      margin-top: 3px; }
      @media screen and (max-width: 768px) {
        .businessPage .sec02 .soluList > li .txBox .tx {
          font-size: 1.3rem; } }
    .businessPage .sec02 .soluList > li .txBox .btn a {
      margin: 20px auto 0 0; }
      @media screen and (max-width: 768px) {
        .businessPage .sec02 .soluList > li .txBox .btn a {
          margin-top: 20px;
          margin-left: auto; } }
  .businessPage .sec02 .soluList > li.last {
    margin-bottom: 0; }

.businessPage_detail .sec01 .readTx {
  font-size: 1.6rem;
  line-height: 2.4; }
  @media screen and (max-width: 768px) {
    .businessPage_detail .sec01 .readTx {
      font-size: 1.3rem;
      line-height: 2.2; } }

.businessPage_detail .sec02 .flowList > li {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  font-size: 0;
  margin-bottom: 30px;
  padding: 30px 40px 30px 0;
  position: relative;
  overflow: initial; }
  @media screen and (max-width: 768px) {
    .businessPage_detail .sec02 .flowList > li {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .businessPage_detail .sec02 .flowList > li {
      padding: 20px 20px 20px 0;
      margin-bottom: 20px; } }
  .businessPage_detail .sec02 .flowList > li::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 17px solid #bebbb2;
    border-bottom: 0; }
    @media screen and (max-width: 768px) {
      .businessPage_detail .sec02 .flowList > li::before {
        border-top: 12px solid #bebbb2;
        bottom: -13px; } }
  .businessPage_detail .sec02 .flowList > li .enBox {
    width: 130px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.2;
    font-family: "Jost", sans-serif;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .businessPage_detail .sec02 .flowList > li .enBox {
        width: 55px;
        font-size: 1.6rem;
        line-height: 1.3; } }
    .businessPage_detail .sec02 .flowList > li .enBox span {
      font-size: 1.0rem;
      display: block; }
      @media screen and (max-width: 768px) {
        .businessPage_detail .sec02 .flowList > li .enBox span {
          -webkit-transform: scale(0.85);
          -ms-transform: scale(0.85);
          transform: scale(0.85); } }
  .businessPage_detail .sec02 .flowList > li .txBox {
    width: calc(100% - 130px);
    padding-left: 40px;
    border-left: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .businessPage_detail .sec02 .flowList > li .txBox {
        width: calc(100% - 55px);
        padding-left: 20px; } }
    .businessPage_detail .sec02 .flowList > li .txBox .ttl {
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .businessPage_detail .sec02 .flowList > li .txBox .ttl {
          font-size: 1.4rem; } }
    .businessPage_detail .sec02 .flowList > li .txBox .tx {
      font-size: 1.4rem;
      margin-top: 3px; }
      @media screen and (max-width: 768px) {
        .businessPage_detail .sec02 .flowList > li .txBox .tx {
          font-size: 1.2rem;
          margin-top: 0; } }
  .businessPage_detail .sec02 .flowList > li.last {
    margin-bottom: 0; }
    .businessPage_detail .sec02 .flowList > li.last::before {
      content: none; }

.businessPage_detail .sec02 .boxList01 > li {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  font-size: 0;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 0; }
  @media screen and (max-width: 768px) {
    .businessPage_detail .sec02 .boxList01 > li {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .businessPage_detail .sec02 .boxList01 > li {
      padding: 25px 20px;
      margin-bottom: 20px; } }
  .businessPage_detail .sec02 .boxList01 > li .boxL {
    width: 180px;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .businessPage_detail .sec02 .boxList01 > li .boxL {
        width: 100%;
        text-align: center; } }
    .businessPage_detail .sec02 .boxList01 > li .boxL .ttl {
      font-size: 1.7rem;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .businessPage_detail .sec02 .boxList01 > li .boxL .ttl {
          font-size: 1.6rem; } }
  .businessPage_detail .sec02 .boxList01 > li .boxR {
    border-left: 1px solid #01263c;
    width: calc(100% - 180px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .businessPage_detail .sec02 .boxList01 > li .boxR {
        margin-top: 5px;
        border: none;
        font-size: 1.3rem;
        width: 100%;
        padding: 0; } }
  .businessPage_detail .sec02 .boxList01 > li.last {
    margin-bottom: 0; }

.businessPage_detail .sec02 .tbl01 {
  table-layout: auto; }
  @media screen and (max-width: 768px) {
    .businessPage_detail .sec02 .tbl01 tr th, .businessPage_detail .sec02 .tbl01 tr td {
      display: table-cell;
      vertical-align: middle; } }
  .businessPage_detail .sec02 .tbl01 tr th .list > li, .businessPage_detail .sec02 .tbl01 tr td .list > li {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .businessPage_detail .sec02 .tbl01 tr th {
      width: 90px !important; } }
