@charset "UTF-8";
.sec_header .sub, .sec_case .mod_wrap01 [data-slidemulti] .link .txt_box dt, .sec_company .mod_wrap01 .link .txt_box dt {
  font-weight: bold; }
  @media screen and (max-width: 420px) {
    .sec_header .sub, .sec_case .mod_wrap01 [data-slidemulti] .link .txt_box dt, .sec_company .mod_wrap01 .link .txt_box dt {
      font-weight: normal;
      -webkit-text-stroke: 0.4px; } }

.sec_solution .intro .inner:after, .sec_case .mod_wrap01:after, .sec_news .mod_wrap01 .links:after, .sec_news .mod_wrap01 .links ul li a dl:after {
  content: '';
  display: block;
  clear: both; }

.sec_mv:before, .sec_solution .intro .inner [data-slidemulti] .link:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.sec_mv > *, .sec_solution .intro .inner [data-slidemulti] .link > * {
  display: inline-block;
  vertical-align: middle; }

.sec_solution .intro .inner [data-slidemulti] .link, .sec_case .mod_wrap01 [data-slidemulti] .link .txt_box dt {
  position: relative; }
  .sec_solution .intro .inner [data-slidemulti] .link:after, .sec_case .mod_wrap01 [data-slidemulti] .link .txt_box dt:after {
    content: "";
    display: block;
    margin: auto 0;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    transform: rotate(45deg) skew(8deg, 8deg);
    transition: transform .5s,opacity .5s; }
  .no-touchevents .sec_solution .intro .inner [data-slidemulti] .link:hover:after, .sec_solution .intro .inner [data-slidemulti] .no-touchevents .link:hover:after, .no-touchevents .sec_case .mod_wrap01 [data-slidemulti] .link .txt_box dt:hover:after, .sec_case .mod_wrap01 [data-slidemulti] .link .txt_box .no-touchevents dt:hover:after {
    transform: rotate(45deg) translate(3px, -3px); }

.sec_mv:after, .sec_mv .slideareaWrap .slide, .sec_solution:before, .sec_solution .intro .bg .ph, .sec_case .mod_wrap01 .sec_header .ph, .sec_case .mod_wrap01 [data-slidemulti] .link .ph, .sec_news .bg .ph, .sec_company .mod_wrap01 .link .ph {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* -----------------------------------------------------------------------------

ヘッダー

----------------------------------------------------------------------------- */
@media (min-width: 421px) {
  body {
    padding-top: 0; } }

.mod_header {
  opacity: 0; }
  @media (min-width: 421px) {
    .mod_header {
      background-color: rgba(255, 255, 255, 0);
      border: 0;
      transition: background 1s; }
      .mod_header svg {
        transition: 1s; }
      .mod_header .nav_wrap .nav .main > li > a {
        transition: color 1s; }
      .mod_header.fix {
        background-color: white; }
        .mod_header.fix svg {
          fill: #0071bc;
          stroke: #0071bc; }
        .mod_header.fix .nav_wrap .nav .main > li > a {
          color: #0071bc; }
      .mv_w .mod_header svg {
        fill: #0071bc;
        stroke: #0071bc; }
      .mv_w .mod_header .nav_wrap .nav .main > li > a {
        color: #0071bc; }
      .mv_w .mod_header.fix svg {
        fill: #0071bc;
        stroke: #0071bc; }
      .mv_w .mod_header.fix .nav_wrap .nav .main > li > a {
        color: #0071bc; } }

/* -----------------------------------------------------------------------------

ページ内共通パーツ

----------------------------------------------------------------------------- */
.sec_header .title {
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: .1em; }
  @media screen and (max-width: 420px) {
    .sec_header .title {
      margin-bottom: 8px;
      font-size: 18px;
      font-size: 1.8rem; } }
  .sec_header .title small {
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: .05em; }
    @media screen and (max-width: 420px) {
      .sec_header .title small {
        font-size: 10px;
        font-size: 1rem; } }
.sec_header .sub {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5; }
  @media screen and (max-width: 420px) {
    .sec_header .sub {
      font-size: 14px;
      font-size: 1.4rem; } }
.sec_header .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify; }
  @media screen and (max-width: 420px) {
    .sec_header .txt {
      font-size: 11px;
      font-size: 1.1rem; } }
.sec_header .mod_btn01 {
  margin-top: 30px; }
  @media screen and (max-width: 420px) {
    .sec_header .mod_btn01 {
      margin-bottom: 30px; } }

/* -----------------------------------------------------------------------------

メインビジュアル

----------------------------------------------------------------------------- */
.sec_mv {
  width: 100%;
  height: 850px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 5; }
  @media (min-width: 421px) {
    .sec_mv {
      min-height: 700px; } }
  @media screen and (max-width: 420px) {
    .sec_mv {
      height: calc(100vh - 50px); } }
  .sec_mv:after {
    content: "";
    display: block;
    width: 100%;
    height: 302px;
    background-image: url(../img/mv_bottom_blue.png);
    opacity: .8;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none; }
  .sec_mv .txt_box {
    display: inline-block;
    position: relative;
    top: -30px;
    z-index: 10;
    opacity: 0; }
    .sec_mv .txt_box .title {
      margin-bottom: 30px;
      color: #0071bc;
      font-size: 70px;
      font-size: 7rem;
      line-height: .8;
      text-shadow: 0 0 50px #fff, 0 0 50px #fff;
      transition: .5s; }
      .mv_w .sec_mv .txt_box .title {
        color: #0071bc; }
      @media screen and (max-width: 420px) {
        .sec_mv .txt_box .title {
          margin-bottom: 14px;
          font-size: 44px;
          font-size: 4.4rem;
          line-height: 1.1; } }
    .sec_mv .txt_box .sub {
      margin-bottom: 24px;
      color: #212121;
      font-size: 24px;
      font-size: 2.4rem;
      text-shadow: 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff;
      line-height: 1;
      transition: .5s; }
      .mv_w .sec_mv .txt_box .sub {
        color: #0071bc; }
      @media screen and (max-width: 420px) {
        .sec_mv .txt_box .sub {
          margin-bottom: 16px;
          font-size: 14px;
          font-size: 1.4rem; } }
    .sec_mv .txt_box .pager {
      opacity: 0;
      height: 20px;
      position: relative; }
  .sec_mv .scrollbtn {
    display: block;
    position: absolute;
    width: 91px;
    height: 60px;
    left: 0;
    right: 0;
    bottom: 120px;
    margin: auto;
    color: #FFF;
    z-index: 10000;
    text-align: center;
    transform: translateY(50%);
    transition: 0.6s ease-in-out; }
    .mv_b .sec_mv .scrollbtn {
      color: #FFF; }
    @media screen and (max-width: 420px) {
      .sec_mv .scrollbtn {
        letter-spacing: 0.1rem;
        transform: translateY(50%); } }
    .sec_mv .scrollbtn span {
      display: block;
      padding-top: 75px;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: .15em; }
    .sec_mv .scrollbtn i {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .sec_mv .scrollbtn i:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 30px;
        margin: auto;
        bottom: 0;
        left: 0;
        right: 0;
        animation: mvArrowI 2.7s ease-in-out 0s infinite;
        background: #fff;
        transition: background .5s; }
        .mv_b .sec_mv .scrollbtn i:after {
          background: #fff; }
      .sec_mv .scrollbtn i:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 1px;
        height: 18px;
        transform-origin: left bottom;
        transform: scaleY(0) rotate(70deg);
        background-color: #fff;
        animation: mvArrowIB 2.7s ease-in-out 0s infinite;
        transition: background .5s; }
        .mv_b .sec_mv .scrollbtn i:before {
          background: #fff; }
        @media screen and (max-width: 420px) {
          .sec_mv .scrollbtn i:before {
            width: 1px;
            animation: mvArrowIBSP 2.7s ease-in-out 0s infinite; } }
@keyframes mvArrowI {
  0% {
    transform: scaleY(0);
    transform-origin: 50% 0; }
  20% {
    transform: scaleY(0);
    transform-origin: 50% 0; }
  45% {
    transform: scaleY(1);
    transform-origin: 50% 0; }
  55% {
    transform: scaleY(1);
    transform-origin: 50% 100%; }
  85% {
    transform: scaleY(0);
    transform-origin: 50% 100%; }
  100% {
    transform: scaleY(0);
    transform-origin: 50% 100%; } }
@keyframes mvArrowIB {
  0% {
    transform: rotate(35deg) scaleY(0) translate(0px, 0px);
    height: 15px; }
  40% {
    transform: rotate(35deg) scaleY(0) translate(0px, 0px);
    height: 15px; }
  55% {
    transform: rotate(35deg) scaleY(1) translate(0px, 0px);
    height: 15px; }
  80% {
    transform: rotate(35deg) scaleY(1) translate(0px, 0px);
    height: 15px; }
  90% {
    transform: rotate(35deg) scaleY(1) translate(0px, -15px);
    height: 0px; }
  100% {
    transform: rotate(35deg) scaleY(1) translate(0px, -15px);
    height: 0px; } }
@keyframes mvArrowISP {
  0% {
    transform: scaleY(0);
    transform-origin: 50% 0; }
  20% {
    transform: scaleY(0);
    transform-origin: 50% 0; }
  45% {
    transform: scaleY(1);
    transform-origin: 50% 0; }
  55% {
    transform: scaleY(1);
    transform-origin: 50% 100%; }
  85% {
    transform: scaleY(0);
    transform-origin: 50% 100%; }
  100% {
    transform: scaleY(0);
    transform-origin: 50% 100%; } }
@keyframes mvArrowIBSP {
  0% {
    transform: rotate(35deg) scaleY(0) translate(0px, 0px);
    height: 1.0rem; }
  40% {
    transform: rotate(35deg) scaleY(0) translate(0px, 0px);
    height: 1.0rem; }
  55% {
    transform: rotate(35deg) scaleY(1) translate(0px, 0px);
    height: 1.0rem; }
  80% {
    transform: rotate(35deg) scaleY(1) translate(0px, 0px);
    height: 1.0rem; }
  90% {
    transform: rotate(35deg) scaleY(1) translate(0px, -1rem);
    height: 0px; }
  100% {
    transform: rotate(35deg) scaleY(1) translate(0px, -1rem);
    height: 0px; } }
/* -----------------------------------------------------------------------------

ソリューション

----------------------------------------------------------------------------- */
.sec_solution {
  padding-top: 70px;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 420px) {
    .sec_solution {
      padding-top: 20px; } }
  .sec_solution:before {
    content: "";
    display: block;
    width: 100%;
    height: 302px;
    background-image: url(../img/mv_bottom_white.png);
    position: absolute;
    left: 0;
    top: -302px;
    pointer-events: none; }
  @media (min-width: 421px) {
    .sec_solution .sec_header {
      min-height: 600px;
      padding-bottom: 200px; } }
  .sec_solution .sec_header .mv {
    background-size: cover; }
    @media (min-width: 421px) {
      .sec_solution .sec_header .mv {
        width: calc(50% + 100px);
        height: 650px;
        position: absolute;
        top: 0;
        right: 0;
        background-position: 65% 40%; }
        .sec_solution .sec_header .mv:before, .sec_solution .sec_header .mv:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
        .sec_solution .sec_header .mv:before {
          width: 100%;
          height: 100px;
          background-image: linear-gradient(to bottom, #f5f5fa 0%, rgba(245, 245, 250, 0) 100%); }
        .sec_solution .sec_header .mv:after {
          width: 100px;
          height: 100%;
          background-image: linear-gradient(to right, #f5f5fa 0%, rgba(245, 245, 250, 0) 100%); } }
    @media screen and (max-width: 420px) {
      .sec_solution .sec_header .mv {
        margin-left: -16px;
        width: calc(100% + 32px);
        height: 280px;
        background-position: 80% 0;
        position: relative; }
        .sec_solution .sec_header .mv:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 50px;
          background-image: linear-gradient(to bottom, #f5f5fa 0%, rgba(245, 245, 250, 0) 100%); } }
  .sec_solution .intro {
    width: 100%;
    position: relative; }
    @media (min-width: 421px) {
      .sec_solution .intro {
        margin-top: -70px;
        padding: 80px 0 200px; } }
    @media screen and (max-width: 420px) {
      .sec_solution .intro {
        padding-bottom: 120px;
        margin-top: -40px; } }
    .sec_solution .intro .bg {
      height: 100%;
      position: absolute;
      top: 0;
      background-color: #0071bc;
      overflow: hidden;
      transform: rotate(-7deg); }
      .sec_solution .intro .bg > * {
        transform: rotate(7deg); }
      @media (min-width: 421px) {
        .sec_solution .intro .bg {
          width: 120%;
          left: -10%; } }
      @media screen and (max-width: 420px) {
        .sec_solution .intro .bg {
          width: 140%;
          left: -20%; } }
      .sec_solution .intro .bg .ph {
        position: absolute;
        right: 0;
        opacity: .1; }
        @media (min-width: 421px) {
          .sec_solution .intro .bg .ph {
            width: 70%;
            height: 150%;
            top: -25%;
            background-size: cover; } }
        @media screen and (max-width: 420px) {
          .sec_solution .intro .bg .ph {
            height: 80%;
            width: 80%;
            background-position: 150% center;
            bottom: 0; } }
        .sec_solution .intro .bg .ph:after {
          content: "";
          display: block;
          width: 100px;
          height: 100%;
          background-image: linear-gradient(to right, #0071bc 0%, rgba(0, 113, 188, 0) 100%);
          position: absolute;
          top: 0;
          left: 0; }
    @media screen and (max-width: 420px) {
      .sec_solution .intro .inner {
        padding-top: 10px; } }
    @media (min-width: 421px) {
      .sec_solution .intro .inner [data-slidemulti] {
        float: left;
        margin-top: -240px;
        width: 520px;
        max-height: 570px; } }
    @media screen and (max-width: 420px) {
      .sec_solution .intro .inner [data-slidemulti] {
        margin-bottom: 40px;
        margin-top: -60px; } }
    .sec_solution .intro .inner [data-slidemulti] .btns {
      color: #fff; }
      .sec_solution .intro .inner [data-slidemulti] .btns button:before, .sec_solution .intro .inner [data-slidemulti] .btns button:after {
        border-top-color: #fff;
        border-right-color: #fff; }
    .sec_solution .intro .inner [data-slidemulti] .c_wrap {
      width: 100%; }
      @media (min-width: 421px) {
        .sec_solution .intro .inner [data-slidemulti] .c_wrap {
          min-height: 520px; } }
    @media (min-width: 421px) {
      .sec_solution .intro .inner [data-slidemulti] .c {
        max-height: 520px; } }
    .sec_solution .intro .inner [data-slidemulti] .link {
      box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
      background-color: #fff;
      text-align: center;
      float: left;
      transition: opacity .5s; }
      .sec_solution .intro .inner [data-slidemulti] .link:nth-child(n+5) {
        display: none; }
      .sec_solution .intro .inner [data-slidemulti] .link:after {
        top: auto;
        bottom: 12px;
        right: 10px; }
      @media (min-width: 421px) {
        .sec_solution .intro .inner [data-slidemulti] .link {
          margin: 20px 0 0 20px;
          width: 250px;
          height: 250px; } }
      @media screen and (max-width: 420px) {
        .sec_solution .intro .inner [data-slidemulti] .link {
          margin: 14px 0 0 14px;
          padding: 5% 0 7%;
          width: 48%;
          width: calc(50% - 7px);
          box-sizing: border-box;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.4; }
          .sec_solution .intro .inner [data-slidemulti] .link img {
            width: 90%;
            height: auto; } }
      .no-touchevents .sec_solution .intro .inner [data-slidemulti] .link:hover {
        opacity: 0.9; }
      .sec_solution .intro .inner [data-slidemulti] .link:nth-child(2n+1) {
        clear: both;
        margin-left: 0; }
      .sec_solution .intro .inner [data-slidemulti] .link:nth-child(-n+2) {
        margin-top: 0; }
      .sec_solution .intro .inner [data-slidemulti] .link.tp01 {
        background-color: #27395b;
        color: #fff; }
        .sec_solution .intro .inner [data-slidemulti] .link.tp01:after {
          color: #fff; }
      .sec_solution .intro .inner [data-slidemulti] .link .wrap img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 80px; }
    .sec_solution .intro .inner [data-slidemulti].view .link:nth-child(n+5) {
      display: block; }
    .sec_solution .intro .inner .nav {
      color: #fff;
      position: relative; }
      @media (min-width: 421px) {
        .sec_solution .intro .inner .nav {
          margin-left: 550px;
          margin-left: calc(50%); } }
      .sec_solution .intro .inner .nav .title {
        margin-bottom: 14px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6; }
        @media screen and (max-width: 420px) {
          .sec_solution .intro .inner .nav .title {
            margin-bottom: 8px;
            font-size: 14px;
            font-size: 1.4rem; } }
      .sec_solution .intro .inner .nav ul {
        margin-bottom: 30px;
        letter-spacing: -1em; }
        @media (min-width: 421px) {
          .sec_solution .intro .inner .nav ul {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            height: 120px; } }
        .sec_solution .intro .inner .nav ul li {
          vertical-align: top; }
          @media (min-width: 421px) {
            .sec_solution .intro .inner .nav ul li {
              display: inline-block;
              width: 50%; }
              .sec_solution .intro .inner .nav ul li:nth-child(-n+4) {
                width: 47%; }
              .sec_solution .intro .inner .nav ul li:nth-last-child(-n+3) {
                width: 52%; } }
          .sec_solution .intro .inner .nav ul li a {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.2;
            display: block;
            padding: 6px 0;
            position: relative;
            padding-left: 10px; }
            .sec_solution .intro .inner .nav ul li a:after {
              content: "";
              display: block;
              margin: auto 0;
              border-left: 5px solid;
              border-top: 5px solid transparent;
              border-bottom: 5px solid transparent;
              width: 0;
              height: 0;
              position: absolute;
              left: 0;
              top: 0;
              bottom: 0;
              transition: transform .5s; }
              @media screen and (max-width: 420px) {
                .sec_solution .intro .inner .nav ul li a:after {
                  border-left-width: 4px;
                  border-left-top: 4px;
                  border-left-bottom: 4px; } }
            .no-touchevents .sec_solution .intro .inner .nav ul li a:hover {
              text-decoration: underline; }
              .no-touchevents .sec_solution .intro .inner .nav ul li a:hover:after {
                transform: translateX(3px); }
            @media screen and (max-width: 420px) {
              .sec_solution .intro .inner .nav ul li a {
                font-size: 12px;
                font-size: 1.2rem; } }

.sec_case {
  z-index: 20;
  overflow: hidden;
  position: relative; }
  @media (min-width: 421px) {
    .sec_case {
      margin-top: -120px;
      padding: 120px 0 120px; } }
  @media screen and (max-width: 420px) {
    .sec_case {
      padding: 30px 0 30px;
      margin-top: -60px; } }
  .sec_case:before {
    content: "";
    display: block;
    width: 120%;
    height: 75%;
    background-color: #ebebf0;
    position: absolute;
    top: -120px;
    left: -10%;
    transform: rotate(7deg); }
    @media screen and (max-width: 420px) {
      .sec_case:before {
        transform: rotate(-7deg);
        width: 140%;
        height: 85%;
        left: -20%; } }
  .sec_case .mod_wrap01 .sec_header {
    position: relative; }
    @media (min-width: 421px) {
      .sec_case .mod_wrap01 .sec_header {
        width: 48%;
        width: calc(50% - 60px);
        float: left; } }
    .sec_case .mod_wrap01 .sec_header .ph {
      width: 100%;
      -webkit-mask-image: url(../img/sec_case_ph_mask.png);
      mask-image: url(../img/sec_case_ph_mask.png);
      -webkit-mask-size: cover;
      mask-size: cover;
      -webkit-mask-position: center;
      mask-position: center; }
      @media (min-width: 421px) {
        .sec_case .mod_wrap01 .sec_header .ph {
          margin-top: 20px;
          min-height: 396px;
          max-height: 430px;
          height: 35.4vw; }
          .ie .sec_case .mod_wrap01 .sec_header .ph {
            position: relative; }
            .ie .sec_case .mod_wrap01 .sec_header .ph:before, .ie .sec_case .mod_wrap01 .sec_header .ph:after {
              content: "";
              display: block;
              position: absolute;
              left: 0; }
            .ie .sec_case .mod_wrap01 .sec_header .ph:before {
              border-top: 30px solid #ebebf0;
              border-bottom: 30px solid transparent;
              border-left: 260px solid #ebebf0;
              border-right: 260px solid transparent;
              top: 0; }
            .ie .sec_case .mod_wrap01 .sec_header .ph:after {
              border-top: 30px solid transparent;
              border-bottom: 30px solid #f5f5fa;
              border-left: 260px solid #f5f5fa;
              border-right: 260px solid transparent;
              bottom: 0; } }
      @media screen and (max-width: 420px) {
        .sec_case .mod_wrap01 .sec_header .ph {
          margin-bottom: 30px;
          height: 76vw;
          min-height: 230px; } }
  @media (min-width: 421px) {
    .sec_case .mod_wrap01 [data-slidemulti] {
      float: left;
      margin-left: 75px;
      width: 48%;
      width: calc(50% - 15px); } }
  .sec_case .mod_wrap01 [data-slidemulti] .link {
    letter-spacing: -1em;
    transition: opacity .5s; }
    .sec_case .mod_wrap01 [data-slidemulti] .link:nth-child(n+4) {
      display: none; }
    .sec_case .mod_wrap01 [data-slidemulti] .link + .link {
      margin-top: 40px; }
      @media screen and (max-width: 420px) {
        .sec_case .mod_wrap01 [data-slidemulti] .link + .link {
          margin-top: 20px; } }
    .sec_case .mod_wrap01 [data-slidemulti] .link .ph {
      display: inline-block;
      width: 250px;
      height: 170px;
      vertical-align: middle; }
      @media screen and (max-width: 420px) {
        .sec_case .mod_wrap01 [data-slidemulti] .link .ph {
          width: 140px;
          height: 96px; } }
    .sec_case .mod_wrap01 [data-slidemulti] .link .txt_box {
      padding-left: 20px;
      width: calc(100% - 270px);
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 420px) {
        .sec_case .mod_wrap01 [data-slidemulti] .link .txt_box {
          padding-left: 20px;
          width: calc(100% - 155px); } }
      .sec_case .mod_wrap01 [data-slidemulti] .link .txt_box dt {
        margin-bottom: 6px;
        padding-right: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.7; }
        .sec_case .mod_wrap01 [data-slidemulti] .link .txt_box dt:after {
          color: #0071bc;
          right: 8px; }
        @media screen and (max-width: 420px) {
          .sec_case .mod_wrap01 [data-slidemulti] .link .txt_box dt {
            margin-bottom: 2px;
            font-size: 12px;
            font-size: 1.2rem; } }
      .sec_case .mod_wrap01 [data-slidemulti] .link .txt_box dd {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6; }
        @media screen and (max-width: 420px) {
          .sec_case .mod_wrap01 [data-slidemulti] .link .txt_box dd {
            font-size: 12px;
            font-size: 1.2rem; } }
    .no-touchevents .sec_case .mod_wrap01 [data-slidemulti] .link:hover {
      opacity: .8; }
      .no-touchevents .sec_case .mod_wrap01 [data-slidemulti] .link:hover .txt_box dt:after {
        transform: rotate(45deg) translate(3px, -3px); }
  .sec_case .mod_wrap01 [data-slidemulti] .btns {
    color: #0071bc; }
    .sec_case .mod_wrap01 [data-slidemulti] .btns button:after {
      border-top-color: #0071bc;
      border-right-color: #0071bc; }
  .sec_case .mod_wrap01 [data-slidemulti].view .link:nth-child(n+4) {
    display: block; }

.sec_news {
  padding: 120px 0;
  position: relative;
  z-index: 20; }
  @media screen and (max-width: 420px) {
    .sec_news {
      padding: 60px 0; } }
  .sec_news:before {
    content: "";
    display: block;
    width: 120%;
    height: 100%;
    position: absolute;
    left: -10%;
    top: 0;
    background-image: linear-gradient(to right, rgba(235, 235, 240, 0) 0%, rgba(235, 235, 240, 0) 50%, #ebebf0 51%, #ebebf0 100%);
    transform: rotate(7deg); }
    @media screen and (max-width: 420px) {
      .sec_news:before {
        width: 140%;
        left: -20%; } }
  .sec_news .bg {
    width: 120%;
    height: 100%;
    background-color: #343434;
    position: absolute;
    left: -10%;
    top: 0;
    overflow: hidden;
    transform: rotate(-7deg); }
    .sec_news .bg > * {
      transform: rotate(7deg); }
    @media screen and (max-width: 420px) {
      .sec_news .bg {
        width: 140%;
        left: -20%; } }
    .sec_news .bg .ph {
      width: 100%;
      height: 150%;
      position: absolute;
      left: 0;
      top: -25%;
      opacity: .2; }
  .sec_news .mod_wrap01 {
    position: relative;
    color: #fff; }
    @media (min-width: 421px) {
      .sec_news .mod_wrap01 {
        letter-spacing: -1em;
        white-space: nowrap; } }
    .sec_news .mod_wrap01 .title {
      border: 4px solid;
      text-align: center;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.4;
      letter-spacing: .1em;
      box-sizing: border-box; }
      @media (min-width: 421px) {
        .sec_news .mod_wrap01 .title {
          display: inline-block;
          padding: 95px 0;
          width: 360px;
          vertical-align: middle; } }
      @media screen and (max-width: 420px) {
        .sec_news .mod_wrap01 .title {
          margin-bottom: 20px;
          border-width: 2px;
          padding: 6px 0 12px;
          font-size: 24px;
          font-size: 2.4rem; } }
      .sec_news .mod_wrap01 .title small {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 400;
        letter-spacing: .05em; }
        @media screen and (max-width: 420px) {
          .sec_news .mod_wrap01 .title small {
            font-size: 11px;
            font-size: 1.1rem; } }
    @media (min-width: 421px) {
      .sec_news .mod_wrap01 .links {
        display: inline-block;
        margin-left: 100px;
        width: calc(100% - 460px);
        white-space: normal;
        vertical-align: middle; } }
    @media (min-width: 421px) {
      .sec_news .mod_wrap01 .links ul li + li {
        margin-top: 26px; } }
    @media screen and (max-width: 420px) {
      .sec_news .mod_wrap01 .links ul li + li {
        margin-top: 10px; } }
    .sec_news .mod_wrap01 .links ul li a {
      display: block;
      position: relative;
      padding-left: 12px; }
      .sec_news .mod_wrap01 .links ul li a:after {
        content: "";
        display: block;
        margin: auto 0;
        border-left: 5px solid;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: -2px;
        bottom: 0;
        transition: transform .5s; }
        @media screen and (max-width: 420px) {
          .sec_news .mod_wrap01 .links ul li a:after {
            border-left-width: 4px;
            border-left-top: 4px;
            border-left-bottom: 4px; } }
      .no-touchevents .sec_news .mod_wrap01 .links ul li a:hover {
        text-decoration: underline; }
        .no-touchevents .sec_news .mod_wrap01 .links ul li a:hover:after {
          transform: translateX(3px); }
      .sec_news .mod_wrap01 .links ul li a dl dt {
        font-family: 'Roboto', sans-serif;
        font-weight: 400; }
        @media (min-width: 421px) {
          .sec_news .mod_wrap01 .links ul li a dl dt {
            margin-top: 3px;
            float: left; } }
        @media screen and (max-width: 420px) {
          .sec_news .mod_wrap01 .links ul li a dl dt {
            margin-bottom: 5px;
            font-size: 12px;
            font-size: 1.2rem;
            font-weight: 700; } }
        .sec_news .mod_wrap01 .links ul li a dl dt span {
          display: inline-block;
          margin-left: 10px;
          padding: 4px 0 2px;
          width: 70px;
          border: 1px solid;
          font-size: 12px;
          font-size: 1.2rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          text-align: center;
          line-height: 1; }
          @media screen and (max-width: 420px) {
            .sec_news .mod_wrap01 .links ul li a dl dt span {
              width: 60px;
              padding: 2px 0 1px;
              font-size: 10px;
              font-size: 1rem; } }
      @media (min-width: 421px) {
        .sec_news .mod_wrap01 .links ul li a dl dd {
          margin-left: 175px; } }
      @media screen and (max-width: 420px) {
        .sec_news .mod_wrap01 .links ul li a dl dd {
          font-size: 11px;
          font-size: 1.1rem; } }
    .sec_news .mod_wrap01 .links .mod_btn01 {
      margin-top: 20px; }
      @media (min-width: 421px) {
        .sec_news .mod_wrap01 .links .mod_btn01 {
          float: right; } }

.sec_company {
  padding: 110px 0 130px; }
  @media screen and (max-width: 420px) {
    .sec_company {
      padding: 40px 0 40px; } }
  .sec_company .title {
    margin-bottom: 70px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.4;
    letter-spacing: .1em; }
    @media screen and (max-width: 420px) {
      .sec_company .title {
        margin-bottom: 24px;
        font-size: 24px;
        font-size: 2.4rem; } }
    .sec_company .title small {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 400;
      letter-spacing: .05em; }
      @media screen and (max-width: 420px) {
        .sec_company .title small {
          font-size: 12px;
          font-size: 1.2rem; } }
  @media (min-width: 421px) {
    .sec_company .mod_wrap01 {
      text-align: center;
      letter-spacing: -1em;
      white-space: nowrap; } }
  .sec_company .mod_wrap01 .link {
    transition: opacity .5s; }
    .no-touchevents .sec_company .mod_wrap01 .link:hover {
      opacity: .7; }
    @media (min-width: 421px) {
      .sec_company .mod_wrap01 .link {
        display: inline-block;
        width: 300px;
        text-align: left;
        white-space: normal;
        vertical-align: top; }
        .sec_company .mod_wrap01 .link + .link {
          margin-left: 80px; } }
    @media screen and (max-width: 420px) {
      .sec_company .mod_wrap01 .link {
        display: block; }
        .sec_company .mod_wrap01 .link + .link {
          margin-top: 24px; } }
    .sec_company .mod_wrap01 .link .ph {
      margin-bottom: 24px;
      width: 100%;
      height: 180px; }
      @media screen and (max-width: 420px) {
        .sec_company .mod_wrap01 .link .ph {
          margin-bottom: 12px; } }
    .sec_company .mod_wrap01 .link .txt_box dt {
      margin-bottom: 6px;
      font-size: 15px;
      font-size: 1.5rem; }
      @media screen and (max-width: 420px) {
        .sec_company .mod_wrap01 .link .txt_box dt {
          margin-bottom: 3px;
          font-size: 12px;
          font-size: 1.2rem; } }
    .sec_company .mod_wrap01 .link .txt_box dd {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.7; }
      @media screen and (max-width: 420px) {
        .sec_company .mod_wrap01 .link .txt_box dd {
          font-size: 11px;
          font-size: 1.1rem; } }

/*20190719*/
.sec_solution.ca .sec_header {
  min-height: 440px;
  padding-bottom: 200px; }

.sec_solution.ca .intro .bg .ph {
  width: 100%;
  height: 130%;
  top: -25%;
  background-size: cover; }

.cat_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -155px; }

.link.banner {
  width: 270px;
  height: 230px;
  background-size: cover;
  background-position: center center;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  margin-bottom: 24px;
  transition: all 1.4s; }

.link.banner:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.link.banner:after {
  content: "";
  display: block;
  margin: auto 0;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 12px;
  right: 10px;
  transform: rotate(45deg) skew(8deg, 8deg);
  transition: transform .5s,opacity .5s; }

.link.banner:hover:after {
  transform: rotate(45deg) translate(3px, -3px); }

.link.banner.banner07:after {
  border-top: 2px solid #0071bc;
  border-right: 2px solid #0071bc; }

.link.banner.banner08:after {
  content: none; }

.link.banner .wrap {
  display: inline-block;
  vertical-align: middle;
  transition: all 1.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.link.banner .wrap img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80px;
  transition: all 1.4s;
  margin-bottom: 40px; }

.link.banner .wrap .txt {
  color: #FFF;
  font-weight: 700; }

.link.banner:hover .wrap img {
  opacity: 0; }

.link.banner.banner07 .wrap .txt {
  color: #0071bc; }

.banner01 {
  background-image: url("../../img/cat_banner01.jpg"); }

.banner02 {
  background-image: url("../../img/cat_banner02.jpg"); }

.banner03 {
  background-image: url("../../img/cat_banner03.jpg"); }

.banner04 {
  background-image: url("../../img/cat_banner04.jpg"); }

.banner05 {
  background-image: url("../../img/cat_banner05.jpg"); }

.banner06 {
  background-image: url("../../img/cat_banner06.jpg"); }

.banner07 {
  background-image: url("../../img/cat_banner07.jpg"); }

.banner01:hover {
  background-image: url("../../img/cat_banner01_o.jpg"); }

.banner02:hover {
  background-image: url("../../img/cat_banner02_o.jpg"); }

.banner03:hover {
  background-image: url("../../img/cat_banner03_o.jpg"); }

.banner04:hover {
  background-image: url("../../img/cat_banner04_o.jpg"); }

.banner05:hover {
  background-image: url("../../img/cat_banner05_o.jpg"); }

.banner06:hover {
  background-image: url("../../img/cat_banner06_o.jpg"); }

.banner07:hover {
  background-image: url("../../img/cat_banner07_o.jpg"); }

.link.banner .title {
  display: inline-block;
  font-size: 2.0rem;
  text-align: left;
  color: #FFF; }

.mod_btn01.tpff.cat {
  position: absolute;
  left: 6%;
  bottom: 15%; }

@media screen and (max-width: 420px) {
  .sec_solution.ca .sec_header {
    min-height: auto;
    padding-bottom: 0; }

  .sec_solution.ca .intro {
    padding-bottom: 120px;
    margin-top: 100px; }

  .sec_solution.ca .intro .bg .ph {
    width: 100%;
    height: 130%;
    top: -25%;
    background-size: cover;
    background-position: center center; }

  .cat_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -100px; }

  .link.banner {
    margin: 14px 0 0 0px;
    padding: 5% 0 7%;
    width: 48%;
    width: calc(50% - 7px);
    height: 200px;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4; }

  .link.banner:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

  .link.banner:after {
    content: "";
    display: block;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 12px;
    right: 10px;
    transform: rotate(45deg) skew(8deg, 8deg);
    transition: transform .5s,opacity .5s; }

  .link.banner:hover:after {
    transform: rotate(45deg) translate(3px, -3px); }

  .link.banner.banner07:after {
    border-top: 2px solid #0071bc;
    border-right: 2px solid #0071bc; }

  .link.banner.banner08:after {
    content: none; }

  .link.banner .wrap {
    display: inline-block;
    vertical-align: middle;
    transition: all 1.4s; }

  .link.banner .wrap img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 80px;
    transition: all 1.4s;
    margin-bottom: 24px; }

  .link.banner .wrap .txt {
    color: #FFF; }

  .link.banner:hover .wrap img {
    opacity: 0; }

  .link.banner:hover .wrap .txt {
    opacity: 0; }

  .link.banner.banner07 .wrap .txt {
    color: #0071bc; }

  .banner01 {
    background-image: url("../../img/cat_banner01.jpg"); }

  .banner02 {
    background-image: url("../../img/cat_banner02.jpg"); }

  .banner03 {
    background-image: url("../../img/cat_banner03.jpg"); }

  .banner04 {
    background-image: url("../../img/cat_banner04.jpg"); }

  .banner05 {
    background-image: url("../../img/cat_banner05.jpg"); }

  .banner06 {
    background-image: url("../../img/cat_banner06.jpg"); }

  .banner07 {
    background-image: url("../../img/cat_banner07.jpg"); }

  .banner01:hover {
    background-image: url("../../img/cat_banner01_o.jpg"); }

  .banner02:hover {
    background-image: url("../../img/cat_banner02_o.jpg"); }

  .banner03:hover {
    background-image: url("../../img/cat_banner03_o.jpg"); }

  .banner04:hover {
    background-image: url("../../img/cat_banner04_o.jpg"); }

  .banner05:hover {
    background-image: url("../../img/cat_banner05_o.jpg"); }

  .banner06:hover {
    background-image: url("../../img/cat_banner06_o.jpg"); }

  .banner07:hover {
    background-image: url("../../img/cat_banner07_o.jpg"); }

  .link.banner .title {
    display: inline-block;
    font-size: 3.2vw;
    text-align: left;
    color: #FFF; }

  .mod_btn01.tpff.cat {
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translate(-50%, 0%);
    white-space: nowrap;
    width: 100%; }

  .mod_btn01.tpff.cat a {
    font-size: 1.2rem; } }

/*# sourceMappingURL=index.css.map */
