/*
	Theme Name: blgw
	Author:
    Version:
*/
section {
  text-align: center;
  margin-top: 0;
  padding-top: 0; }

h2, p {
  line-height: 1.0;
  margin: 0; }

.pc {
  display: block; }

.sp {
  display: none !important; }

.main-content {
  background-color: #f7f7f7; }

.title1 {
  font-size: 42px; }

.btn a {
  background-color: #f36152;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  position: relative; }
  .btn a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 8%; }

.btn.t1 {
  margin-top: 50px; }
  .btn.t1 a {
    width: 240px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px; }

.top {
  color: #fff;
  text-align: center; }
  .top .wrapFull {
    position: relative;
    margin: 0 auto; }
    .top .wrapFull img {
      width: 100%; }
  .top .main {
    font-size: 36px;
    line-height: 1.33;
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    transform: translateY(-50%); }
  .top .sub {
    font-size: 20px;
    position: absolute;
    top: 49%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto; }
  .top .btn {
    position: absolute;
    top: 79%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .top .btn a {
      height: 60px;
      width: 320px;
      border-radius: 5px;
      line-height: 60px; }

.news {
  color: #1a1a1a; }
  .news .newsList .newsli a {
    display: flex; }
  .news .newsThumb,
  .news dl {
    display: inline-block;
    box-sizing: border-box; }
  .news .newsThumb {
    width: 120px; }
  .news dl {
    width: 130px;
    font-size: 0;
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px; }
  .news dt {
    font-size: 11px;
    line-height: 2.0; }
    .news dt .category {
      display: inline-block;
      padding: 0 4px;
      background-color: #ccc;
      color: #fff;
      line-height: 1.5; }
  .news dd {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px; }
    .news dd {
      overflow: hidden;
      line-height: 18px;
      height: 54px;
      display: -webkit-box;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      -webkit-line-clamp: 3;
      text-overflow: ellipsis; }
  .news .wrapFix {
    margin: 0 auto;
    width: 1000px;
    padding: 7px 0;
    background-color: #f7f7f7;
    position: relative;
    font-size: 0; }
  .news .newsList {
    width: 1000px;
    display: inline-flex;
    font-size: 0;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 20px 0 20px; }
  .news .slick-next {
    right: 0; }
  .news .slick-prev {
    left: 0; }
  .news .slick-next:before,
  .news .slick-prev:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #ccc;
    position: absolute;
    top: 50%; }
  .news .slick-next:before {
    border-right: 3px solid #ccc;
    transform: rotate(45deg) translateY(-50%);
    right: 6px; }
  .news .slick-prev:before {
    border-left: 3px solid #ccc;
    transform: rotate(-45deg) translateY(-50%);
    left: 6px; }

.service {
  padding: 90px 20px 66px;
  background-color: #f7f7f7; }
  .service .sub {
    font-size: 20px;
    margin-bottom: 60px;
    font-weight: bold; }
  .service .title2 {
    text-align: center; }
  .service .values {
    margin: 0 auto;
    line-height: 1; }
    .service .values .val {
      display: inline-block;
      width: 210px;
      padding: 0 20px; }
  .service .srvPos,
  .service .srvKey {
    box-sizing: border-box;
    max-width: 1100px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 49px 50px 32px;
    margin-top: 60px;
    font-size: 0; }
    .service .srvPos .title2,
    .service .srvKey .title2 {
      display: inline-block;
      text-align: center;
      width: 317px;
      box-sizing: border-box;
      padding: 20px; }
    .service .srvPos .intro,
    .service .srvKey .intro {
      width: 465px;
      display: inline-block;
      vertical-align: top;
      padding: 0 0 0 25px; }
      .service .srvPos .intro p,
      .service .srvKey .intro p {
        font-size: 15px;
        line-height: 1.93;
        text-align: left;
        font-weight: bold;
        margin-top: 40px; }
  .service .srvKey {
    padding-bottom: 90px; }
  .service .srvPos ul {
    width: 800px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between; }
  .service .srvPos .propass {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    padding: 39px 25px 30px;
    background-color: #f2f2f2;
    width: 253px; }
    .service .srvPos .propass .pic {
      flex: 0 0 64px;
      width: 131px;
      margin: auto; }
    .service .srvPos .propass .desc {
      flex-grow: 2;
      font-size: 15px;
      line-height: 1.6;
      margin-top: 35px;
      text-align: left;
      font-weight: bold; }
    .service .srvPos .propass .btn {
      margin-top: 19px; }
      .service .srvPos .propass .btn a {
        font-size: 12px;
        width: 150px;
        height: 40px;
        line-height: 40px;
        border-radius: 5px; }
  .service .srvKey .feature {
    background-color: #f2f2f2;
    width: 800px;
    padding: 30px 50px;
    margin: 50px auto 0;
    box-sizing: border-box; }
    .service .srvKey .feature li {
      font-size: 16px;
      vertical-align: middle;
      margin-bottom: 11px;
      text-align: left;
      display: flex;
      align-items: center; }
      .service .srvKey .feature li:last-child {
        margin-bottom: 0; }
      .service .srvKey .feature li img {
        margin-right: 16px; }

.case {
  padding: 90px 20px 66px;
  margin: 0 auto;
  background-color: #fff; }
  .case .caseListWrap {
    max-width: 1100px;
    margin: 55px auto; }
  .case .caseList {
    font-size: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -10px -10px -10px;
    overflow: hidden; }
    .case .caseList li {
      display: inline-flex;
      text-align: left;
      width: 33.333%;
      flex-direction: column;
      padding: 10px 10px 10px;
      box-sizing: border-box; }
      .case .caseList li .thumbnail {
        width: 100%;
        height: 177px;
        max-width: 354px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px; }
      .case .caseList li a {
        display: block;
        box-sizing: border-box;
        background-color: #f7f7f7;
        padding-bottom: 28px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px; }
    .case .caseList .title2 {
      font-size: 15px;
      line-height: 1.55;
      margin-top: 14px;
      flex-grow: 2;
      padding: 0px 25px 0;
      font-weight: bold; }
      .case .caseList .title2 {
        overflow: hidden;
        line-height: 28px;
        height: 84px;
        display: -webkit-box;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 3;
        text-overflow: ellipsis; }
    .case .caseList .date {
      font-size: 13px;
      margin-top: 22px;
      padding: 0 25px 0; }
  .case .btn {
    margin-top: 50px; }

@media screen and (max-width: 750px) {
  .sp {
    display: block !important; }
  .pc {
    display: none !important; }
  .title1 {
    font-size: 30px; }
  .btn.t1 a {
    width: 100%; }
  .top .main {
    font-size: 23px;
    line-height: 1.3; }
  .top .sub {
    font-size: 14px;
    line-height: 1.43; }
  .top .btn a {
    width: 295px;
    height: 45px;
    line-height: 45px; }
  .news {
    margin-top: 18px; }
    .news .wrapFix {
      width: 100%;
      padding: 0 20px;
      margin-top: 0; }
    .news .newsThumb {
      width: 39%; }
      .news .newsThumb img {
        width: 100%; }
    .news .title1 {
      display: block;
      padding-left: 0;
      font-size: 20px; }
      .news .title1::after {
        content: none; }
    .news .newsList {
      display: block;
      text-align: left;
      width: 100%;
      padding: 0 15px; }
      .news .newsList dl, .news .newsList dt, .news .newsList dd {
        display: block;
        text-align: left; }
      .news .newsList dl {
        width: 61%; }
        .news .newsList dl dt {
          font-size: 11px;
          margin-top: 0; }
      .news .newsList dt, .news .newsList dd {
        font-size: 12px; }
      .news .newsList dd {
        padding-bottom: 0; }
        .news .newsList dd {
          overflow: hidden;
          line-height: 18px;
          height: 36px;
          display: -webkit-box;
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          -webkit-line-clamp: 2;
          text-overflow: ellipsis; }
      .news .newsList li:first-child dt {
        margin-top: 0; }
      .news .newsList li:last-child dl {
        padding-bottom: 0; }
        .news .newsList li:last-child dl::before {
          content: none; }
    .news .link {
      margin-top: 15px; }
  .service {
    padding: 47px 20px 30px; }
    .service .srvPos, .service .srvKey {
      padding: 0;
      width: 100%;
      margin: 0; }
      .service .srvPos .title2, .service .srvPos .intro, .service .srvPos ol, .service .srvPos ol.feature, .service .srvPos ul, .service .srvKey .title2, .service .srvKey .intro, .service .srvKey ol, .service .srvKey ol.feature, .service .srvKey ul {
        display: block;
        padding-left: 0;
        width: 100%;
        padding-right: 0; }
    .service .srvPos .sub, .service .srvPos .intro, .service .srvKey .sub, .service .srvKey .intro {
      font-size: 13px;
      font-weight: bold; }
    .service .srvPos .title2, .service .srvKey .title2 {
      border-bottom: 1px solid #bfbfbf;
      width: auto;
      padding: 0; }
    .service .srvPos .intro p, .service .srvKey .intro p {
      margin-top: 16px; }
    .service .srvPos .values, .service .srvKey .values {
      margin-top: 20px;
      text-align: center; }
      .service .srvPos .values .val, .service .srvKey .values .val {
        box-sizing: border-box;
        padding: 0;
        display: inline;
        margin: 10px;
        width: auto; }
        .service .srvPos .values .val img, .service .srvKey .values .val img {
          width: 37%; }
    .service .srvPos {
      padding: 20px 20px 25px;
      margin-top: 32px; }
      .service .srvPos .sub {
        margin-bottom: 26px; }
      .service .srvPos .title2 {
        padding-bottom: 16px; }
        .service .srvPos .title2 img {
          width: 43.5%; }
        .service .srvPos .title2::after {
          border-right: none;
          content: '';
          border-bottom: 1px solid #bfbfbf;
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0;
          left: 0;
          top: auto; }
      .service .srvPos .intro {
        margin-top: 17px;
        height: auto;
        line-height: 1.67;
        font-size: 12px; }
      .service .srvPos ul {
        margin: 21px 0 0; }
      .service .srvPos li.propass {
        margin-top: 20px;
        padding: 20px 12px 29px;
        width: 100%; }
        .service .srvPos li.propass:first-child {
          margin-top: 10px; }
        .service .srvPos li.propass .desc {
          font-size: 12px;
          margin-top: 13px; }
        .service .srvPos li.propass .btn a {
          width: 100%; }
    .service .srvKey {
      margin-top: 15px;
      padding: 41px 20px 30px; }
      .service .srvKey .title2 {
        padding-bottom: 15px;
        margin-top: 20px; }
        .service .srvKey .title2 img {
          width: 71%; }
      .service .srvKey .sub {
        margin-bottom: 0; }
      .service .srvKey .intro {
        margin-top: 15px;
        font-size: 12px;
        line-height: 1.67;
        text-align: left; }
      .service .srvKey .values {
        margin-top: 20px; }
      .service .srvKey ol.feature {
        margin-top: 17px;
        padding: 20px 7px; }
        .service .srvKey ol.feature li {
          font-size: 11px;
          line-height: 1.55; }
          .service .srvKey ol.feature li img {
            width: 18.1%; }
      .service .srvKey .btn.t1 {
        margin-top: 23px; }
  .case {
    padding: 45px 20px 93px; }
    .case .caseListWrap {
      max-width: none;
      margin: 29px 0 22px; }
    .case .caseList {
      display: block;
      flex-wrap: nowrap;
      width: 100%;
      margin: -11px 0; }
      .case .caseList .title2 {
        font-size: 14px;
        line-height: 1.43;
        padding: 0 11px 0;
        font-weight: bold; }
      .case .caseList .date {
        font-size: 12px;
        padding: 0 11px 0;
        margin-top: 14px; }
      .case .caseList li {
        display: block;
        width: 100%;
        padding: 11px 0; }
        .case .caseList li a {
          visibility: visible; }
          .case .caseList li a .thumbnail {
            width: 100%;
            height: 0;
            max-width: none;
            padding-top: 50%; } }

/*# sourceMappingURL=top.css.map */
