@charset "UTF-8";
/* CSS Document */

/*
30.事業内容＿一覧
31.上下水道監視システム販売・施工
32.耐雷システム販売・施工
33.発電機販売・施工
34.計装機器販売
35.信号変換器・その他、販売
36.電気・電気計装・機械器具設置・一般各種工事
37.保守・メンテナンス
40.実績
*/

/*PC*/
@media only screen and (min-width: 1025px) {
	.sp-block {
    display: none;
  }
  .pc-block {
    display: block;
  }
  .c-pageTtl__inner {
    padding: 70px 0 90px;
    width: 661px;
    margin: 0 auto;
  }
  .serviceList__item a {
    transition: all 0.3s ease;
  }
  .serviceList__item a:hover .serviceListImg {
    transition: transform 0.3s ease;
  }
  .serviceListImg {
    position: relative;
    overflow: hidden;
  }
  .serviceListImg img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    backface-visibility: hidden;
    will-change: transform;
  }
  .serviceList__item a:hover .serviceListImg img {
    transform: scale(1.2) translate3d(0, 0, 0);
  }
  .c-pageTtl__inner h2 {
    margin: 0;
    font-family: "Averia Serif Libre", serif;
    font-size: 70px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: 3.5px;
    text-align: left;
    color: #333;
  }
  .c-pageTtl__inner h2 span {
    color: #057ee5;
    font-family: "Averia Serif Libre", serif;
  }
  .c-pageTtl__sub {
    margin: 7px 0 35px 20px;
    font-family: "Zen Old Mincho", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 4.8px;
    text-align: left;
    color: #242936;
  }
  .c-pageTtl__txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 0.48px;
    text-align: left;
    color: #333;
  }
  .serviceList__inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 90px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
  }

  /* フェードイン */
  .fadeInTrigger {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 0s 1s;
  }

  .customFadeIn {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease;
  }

  .serviceList__item {
    width: 27%;
  }
  /* .serviceList__item:hover .serviceListImg.pc-block {
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .serviceList__item:hover .serviceListImg.pc-block img {
    transform: scale(1.2);
    transition: all 0.3s ease;
  } */
  .serviceList__item:hover .serviceListTtl {
    text-decoration: underline #1084e6;
    color: #1084e6;
  }
  .serviceListImg {
    width: 100%;
    height: 528px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
  }
  .serviceListImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .serviceListTtl {
    position: relative;
    margin-bottom: 25px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 1.44px;
    text-align: left;
    color: #333;
  }
  .serviceListTtl:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 20px;
    height: 6px;
    background-image: url(/wp-content/themes/technosystems_co/images/business/yajirushi_black.png);
    background-size: 100% 100%;
    transform: translateY(-50%);
  }
  .serviceListTxt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: 0.48px;
    text-align: left;
    color: #333;
  }
  .pcOnlyFlex {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    width: 68%;
  }
  .pcOnlyFlex .serviceList__item {
    width: calc((100% - 30px) / 3 );
    margin: 0 0 30px;
  }
  .pcOnlyFlex .serviceListImg {
    width: 100%;
    height: 298px;
    margin-bottom: 25px;
  }
  .pcOnlyFlex .serviceListImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pcOnlyFlex .serviceListTtl {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 1.44px;
    text-align: left;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .pcOnlyFlex .serviceListTxt {
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: 0.48px;
    text-align: left;
    color: #333;
  }
  .pcOnlyFlex .serviceList__item:nth-last-of-type(1),
  .pcOnlyFlex .serviceList__item:nth-last-of-type(2),
  .pcOnlyFlex .serviceList__item:nth-last-of-type(3) {
    margin-bottom: 0;
  }
  .business-intro {
    position: relative;
    width: 100%;
  }
  .firstBlock__img.sp-block {
    display: none;
  }
  .firstBlock__img.pc-block {
    display: block;
  }
  body {
    margin: 0;
  }
  .business-intro__img {
    /* max-width: 1400px; */
    /* width: 100%; */
    width: 90%;
    height: 215px;
    margin: 0 auto;
  }
  .business-intro__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business-intro__txt {
    position: absolute;
    content: "";
    width: 670px;
    top: 145px;
    left: 12.8571428571%;
    padding-left: 30px;
    border-left: 8px solid #fff;
  }
  .business-intro__title {
    margin: 0 0 20px;
    font-family: "Averia Serif Libre", serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-align: left;
    color: #fff;
  }
  .business-intro__subtitle {
    margin: 0 0 10px 0;
    font-family: "Zen Old Mincho", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 0.75;
    letter-spacing: 4px;
    text-align: left;
    color: #fff;
  }
  .firstBlock {
    max-width: 1280px;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 90px;
  }
  main {
    overflow: visible;
  }
  .mainContents {
    position: relative; /* 擬似要素の位置基準に */
  }
  .mainContents::before {
    position: absolute;
    content: "";
    display: block;
    width: 1316px;
    height: 1229px;
    background-color: #EEE;
    clip-path: polygon(70% 0, 100% 0, 30% 100%, 0% 100%);
    z-index: -10;
    top: 0px;
    left: -400px;
  }
  .firstBlock__img {
    /* width: 650px; */
    width: 46%;
    height: 487.5px;
    margin: 0 0 0 auto;
  }
  .firstBlock__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .firstBlock__txt {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px 0 0 90px;
  }
  .bus06 .firstBlock__txt {
    width: 43%;
  }
  .firstBlockHead {
    margin: 0;
    font-family: "Zen Old Mincho", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 3px;
    text-align: left;
    color: #333;
  }
  .business-serviceFlex {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 325px;
    padding: 0 0 60px 55px;
    border-left: 1px solid #CBCBCB;
  }
  .business-intro__description {
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.2px;
    text-align: left;
    color: #333;
  }
  .business-intro__description.pc-block {
    display: block;
    margin: 0;
  }
  .business-service--01 {
    position: relative;
    max-width: 940px;
    width: 100%;
    margin: -90px auto 0;
  padding: 90px 40px 20px 40px !important;
    background: #fff;
  }
  .business-service--02 {
    position: relative;
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .business-service__heading {
    position: relative;
    margin: 0 0 30px 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3px;
    text-align: left;
    color: #333;
  }
  .business-service__titNum {
    position: absolute;
    margin: 0;
    top: 10px;
    left: -210px;
    font-family: "Averia Serif Libre", serif;
    font-size: 120px;
    font-weight: bold;
    line-height: 0.75;
    letter-spacing: -6px;
    text-align: left;
    color: #f0f0f0;
  }
  .business-service__title {
    position: absolute;
    margin: 0;
    top: -15px;
    left: -30px;
    font-family: "Averia Serif Libre", serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1.6px;
    text-align: left;
    color: #333;
  }
  .business-service__title span {
    font-family: "Averia Serif Libre", serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.6px;
    text-align: left;
    color: #057ee5;
  }
  .business-service__list {
    max-width: 1038px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 60px;
    box-sizing: border-box;
  }
  .business-service__list.second {
    margin: 0 auto;
  }
  .business-service__image {
    width: calc((100% - 60px) / 3);
    height: 218px;
  }
  .business-service__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business-service__description {
    width: 670px;
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    letter-spacing: 0.2px;
    text-align: left;
    color: #333;
  }
  .product-list {
    width: 1039px;
    margin: 0 auto;
    box-sizing: border-box;
    background: linear-gradient(236deg, #d9f3fb, #d6edfd);
  }

  .product-list__title {
    margin: 0 0 30px;
    padding-left: 28px;
    border-left: 8px solid #057EE5;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: 2.6px;
    text-align: left;
    color: #333;
  }
  .product-list__txt {
    padding-left: 28px;
    margin: 0 0 40px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    letter-spacing: 0.48px;
    text-align: left;
    color: #333;
  }
  .product-list__item {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
  }
  .bus02 .product-list__item,
  .bus03 .product-list__item {
    border: none;
    padding-bottom: 0;
  }
  .product-list__item .image {
    width: 200px;
    height: 200px;
    margin-right: 40px;
  }
  .product-list__item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-list__tag {
    width: 204px;
    height: 31px;
    padding: 5px 20px;
    border-radius: 100px;
    background: linear-gradient(to right, #057ee5 0%, #23acd9 100%);
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    letter-spacing: 0.48px;
    text-align: left;
    color: #fff;
  }
  .product-list__name {
    margin: 0;
    margin-top: 20px;
    padding-left: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.08;
    letter-spacing: 1.2px;
    text-align: left;
    color: #057ee5;
  }
  .product-list__name span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: 0.48px;
    text-align: left;
    color: #333;
    vertical-align: top;
  }
  .product-list__description.pc-block {
    margin: 20px 0;
    padding-left: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: 0.48px;
    text-align: left;
    color: #333;
  }
  .product-list__link.pc-block {
    width: 233px;
    display: block;
    margin: 0 50px 0 auto;
    background-color: #1c4175;
  }
  .bus05 .product-list__link.pc-block {
    margin: 20px 50px 0 auto;
  }
  .product-list__link.pc-block a {
    position: relative;
    display: block;
    padding: 10px 28px 11px 50px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    letter-spacing: 1.6px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    border: 1px solid #1C4175;
    transition: .4s;
    box-sizing: border-box;
  }
  .product-list__link.pc-block a:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 15px;
    left: 24px;
    transition: .4s;
    background-image: url(/wp-content/themes/technosystems_co/images/business/new_window_white.png);
    background-size: 100% 100%;
  }
  .product-list__link.pc-block a:hover {
    border: 1px solid #1C4175;
    color: #1C4175;
    background: #fff;
    box-sizing: border-box;
    transition: .4s;
  }
  .product-list__link.pc-block a:hover:before {
    background-image: url(/wp-content/themes/technosystems_co/images/business/new_window_blue.png);
  }
  .product-list__txtBox {
    width: 669px;
  }
  .product-list__item.second {
    padding-top: 30px;
    padding-bottom: 0;
    border: none;
    box-sizing: border-box;
  }
  .product-list__item.middle {
    padding-top: 30px;
  }
  .product-list__item.last {
    padding-bottom: 0;
    padding-top: 30px;
    border: none;
  }
  .bus03 .product-list__item,
  .bus05 .product-list__item {
    padding-bottom: 0;
  }
  .bus05 .product-list__item {
    border: none;
  }
  .bus06 .business-intro__subtitle {
    white-space: nowrap;
  }
  .bus07 .product-list__inner {
    padding: 50px 68px;
  }
  .bus07 .product-list__item .image {
    width: 326px;
    height: 218px;
    margin-right: 60px;
  }
  .bus07 .product-list__item {
    padding-bottom: 0;
    border: none;
  }
  .bus07 .product-list__txtBox {
    width: 517px;
  }
  .bus07 .product-list__txtBox .ttl {
    margin: 30px 0;
    font-family: "Zen Old Mincho", serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: 2.6px;
    text-align: left;
    color: #333;
  }
  .bus07 .product-list__txtBox .txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: 0.48px;
    text-align: left;
    color: #333;
  }
  .business-intro__img.work {
    position: relative;
    width: 93.3333333333%;
    height: 430px;
    margin: 0 auto;
    overflow: hidden;
  }
  .section-works .business-intro__txt {
    position: absolute;
    padding: 0;
    border: none;
  }
  .section-works__title {
    margin-bottom: 12px;
    font-family: "Averia Serif Libre", serif;
    font-size: 70px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: 3.5px;
    text-align: left;
    color: #fff;
  }
  .section-works__subtitle {
    font-family: "Zen Old Mincho", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 6px;
    text-align: left;
    color: #fff;
  }
  .business-intro__img {
    /* width: 100%; */
    width: 90%;
    height: 429px;
  }
  .section-works__description {
    margin: 0;
    padding: 90px 0 60px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.25;
    letter-spacing: 0.48px;
    text-align: center;
    color: #333;
  }
  .works-year {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .works-year__title {
    position: relative;
    padding-left: 50px;
    margin: 0 0 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 2.4px;
    text-align: left;
    color: #333;
  }
  .works-year__title::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 13px;
    left: 22px;
    background: #057ee5;
  }
  .works-table__heading {
    padding: 18px 24px 18px 23px;
    border: solid 1px #e0e0e0;
    background: #32639d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.48px;
    text-align: center;
    color: #fff;
  }
  .works-table__heading:first-child {
    width: 410px;
  }
  .works-table__heading:nth-child(2) {
    width: 270px;
  }
  .works-table__heading:nth-child(3) {
    width: 130px;
  }
  .works-table__heading:nth-child(4) {
    width: 130px;
  }
  .works-table__heading:nth-child(5) {
    width: 130px;
  }
  .works-table__heading:nth-child(6) {
    width: 130px;
  }
  .works-table__data {
    padding: 18px 24px 18px 23px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.48px;
    text-align: left;
    color: #333;
  }
  .works-table__data:first-child {
    border-left: 1px solid #e0e0e0;
  }
  .works-table__data:nth-child(3),
  .works-table__data:nth-child(4),
  .works-table__data:nth-child(5),
  .works-table__data:nth-child(6) {
    text-align: center;
  }
  .works-year {
    margin-bottom: 60px;
  }
  .section-works {
    padding-bottom: 90px;
  }
  .works-table__row:nth-child(even) .works-table__data {
    background: #eaf4fc;
  }
  .works-table {
    border: 0.5px solid #e0e0e0;
    border-collapse: collapse;
  }
  .c-pageTtl {
    position: relative;
  }
  .c-pageTtl:before {
    position: absolute;
    content: "";
    top: -110px;
    left: -15px;
    /* width: 1220px; */
    width: 82%;
    height: 1190px;
    background: linear-gradient(to bottom right, #e5f7fc, #e5f7fc);
    clip-path: polygon(0 0, 100% 0, 0% 100%);
    z-index: -1;
  }
  .product-list__inner {
    padding: 50px 60px 50px;
  }
}


@media only screen and (min-width: 1280px) {
  .serviceListTxt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: 0.48px;
    text-align: left;
    color: #333;
  }
  .pcOnlyFlex .serviceListTxt {
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: 0.48px;
    text-align: left;
    color: #333;
  }
  .pcOnlyFlex {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    width: 60%;
  }
  .serviceList__item {
    width: 30%;
  }
  .serviceListTtl:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 32px;
    height: 6px;
    background-image: url(/wp-content/themes/technosystems_co/images/business/yajirushi_black.png);
    background-size: 100% 100%;
    transform: translateY(-50%);
  }
  .pcOnlyFlex .serviceList__item {
    width: calc((100% - 60px) / 3 );
    margin: 0 0 30px;
  }
  .business-intro__description {
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.25;
    letter-spacing: 0.2px;
    text-align: left;
    color: #333;
  }
  .firstBlock__txt {
    gap: 20px;
  }
  .firstBlockHead {
    margin: 0;
    font-family: "Zen Old Mincho", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 3px;
    text-align: left;
    color: #333;
  }
  .business-service--01 {
    max-width: 1100px;
    padding: 90px 40px 100px 40px;
  }
  .business-service--02 {
    max-width: 1220px;
    padding-top: 100px;
  }
  .bus04 .business-service {
    padding: 90px 40px 90px 40px !important;
  }
  .bus05 .business-service {
    padding: 90px 40px 90px 40px !important;
  }
  .bus07 .business-service {
    padding: 90px 40px 90px 40px !important;
  }
  .bus06 .business-service {
    background: #fff;
    padding: 80px 90px 0 90px;
  }
  .bus06 .business-service__list {
    margin: 0 auto;
  }
  .bus06 .business-service:last-child .business-service__list {
    padding-bottom: 90px;
  }
  .bus06 .business-service__description {
    width: 726px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .serviceListTtl {
    position: relative;
    margin-bottom: 25px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 1.44px;
    text-align: left;
    color: #333;
  }
  .pcOnlyFlex .serviceListTtl {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 1.44px;
    text-align: left;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .business-service--01 {
    max-width: 1220px;
    padding: 90px 40px 100px 40px;
  }
  .serviceList__item {
    width: 398px;
  }
  .pcOnlyFlex {
    width: 852px;
  }
  .firstBlock__img {
    width: 650px;
  }
  .firstBlock__txt {
    width: 531px;
    padding: 60px 100px 0 0;
  }
  /* main {
    max-width: 1500px;
    margin: 0 auto;
  } */
  .business-service {
    max-width: 1220px;
    padding: 90px;
  }
  .business-service--02 {
    padding-bottom: 90px;
  }
  .bus03 .firstBlock__txt {
    width: 556px;
  }
}

@media only screen and (min-width: 1500px) {
  .section-works .business-intro__img {
    max-width: 93.3333333333%;
  }
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	.sp-block {
    display: block;
  }
  .pc-block {
    display: none;
  }
  .c-pageTtl__inner {
    width: 296px;
    margin: 0 auto;
    padding: 65px 0 0 0;
  }
  .c-pageTtl {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .c-pageTtl:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 300px;
    height: 380px;
    background: linear-gradient(to bottom right, #e5f7fc, #e5f7fc);
    clip-path: polygon(0 0, 100% 0, 0% 100%);
    z-index: -1;
  }
  .c-pageTtl h2 span {
    font-family: "Averia Serif Libre", serif;
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 3.5px;
    text-align: left;
    color: #057EE5;
  }
  .c-pageTtl h2 {
    margin: 0;
    margin-bottom: 6px;
    font-family: "Averia Serif Libre", serif;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: 1.7px;
    text-align: left;
    color: #333;
  }
  .c-pageTtl__sub {
    margin: 0 0 30px 0;
    font-family: "Zen Old Mincho", serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 6px;
    text-align: left;
    color: #242936;
    text-indent: 1em;
  }
  .c-pageTtl__txt {
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: 0.72px;
    text-align: left;
    color: #333;
  }
  .serviceList__inner {
    width: 320px;
    margin: 0 auto;
    padding: 45px 0;
  }
  .serviceList__item {
    margin-bottom: 30px;
  }
  .serviceList__item:last-child {
    margin-bottom: 0;
  }
  .serviceListTtl {
    position: relative;
    margin: 0;
    margin-bottom: 12.5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-align: left;
    color: #333;
  }
  .serviceListTtl:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 18px;
    height: 3.5px;
    background-image: url(/wp-content/themes/technosystems_co/images/business/yajirushi_black.png);
    background-size: 100% 100%;
    transform: translateY(-50%);
  }
  .serviceListTxt {
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: 0.72px;
    text-align: left;
    color: #333;
  }
  .serviceListImg {
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
  }
  .serviceListImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business-intro {
    position: relative;
    width: 100%;
    height: 200px;
  }
  .business-intro__img {
    width: 100%;
    height: 100%;
  }
  .business-intro__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .firstBlock__img.sp-block {
    display: block;
  }
  .firstBlock__img.pc-block {
    display: none;
  }
  body {
    margin: 0;
  }
  .business-intro__txt {
    position: absolute;
    content: "";
    width: 242px;
    top: 50%;
    left: 40%;
    transform: translateY(-50%) translateX(-50%);
    padding-left: 15px;
    border-left: 5px solid #fff;
  }
  .bus06 .business-intro__txt {
    width: 270px;
    left: 45%;
  }
  .business-intro__title {
    margin: 0 0 10px;
    font-family: "Averia Serif Libre", serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.42;
    letter-spacing: 1.2px;
    text-align: left;
    color: #fff;
  }
  .business-intro__subtitle {
    margin: 0;
    font-family: "Zen Old Mincho", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: left;
    color: #fff;
  }
  .firstBlock {
    display: flex;
    flex-direction: column-reverse;
    padding: 45px 0 73px;
  }
  .bus05 .firstBlock,
  .bus04 .firstBlock {
    padding: 45px 0 10px;
  }
  .firstBlock__img {
    width: 255px;
    height: 158px;
    margin: 0 auto 20px;
  }
  .firstBlock__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .firstBlockHead {
    width: 285px;
    margin: 0 auto 20px;
    font-family: "Zen Old Mincho", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.53;
    letter-spacing: 1.8px;
    text-align: left;
    color: #333;
  }
  .business-intro__description {
    width: 286px;
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: 0.36px;
    text-align: left;
    color: #333;
  }
  .business-service__heading {
    position: relative;
    width: 302px;
    margin: 0 auto 15px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 0.6;
    letter-spacing: 1.5px;
    text-align: left;
    color: #333;
  }
  .business-service__description {
    width: 302px;
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: 0.36px;
    text-align: left;
    color: #333;
  }
  .business-service__title {
    position: absolute;
    top: -4px;
    left: -6px;
    font-family: "Averia Serif Libre", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.81;
    letter-spacing: 1.6px;
    text-align: left;
    color: #333;
  }
  .business-service__title span {
    font-family: "Averia Serif Libre", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.81;
    letter-spacing: 1.6px;
    text-align: left;
    color: #057ee5;
  }
  .business-service__heading {
    position: relative;
  }
  .business-service__titNum {
    position: absolute;
    top: -50px;
    left: -20px;
    font-family: "Averia Serif Libre", serif;
    font-size: 12px;
    line-height: 1.33;
    font-weight: bold;
    font-size: 60px;
    color: #F0F0F0;
    z-index: -1;
  }
  .business-service__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 340px;
    margin: 20px auto 30px;
  }
  .business-service__list.second {
    margin: 20px auto 45px;
  }
  .business-service__image {
    width: calc((100% - 15px) / 2 );
    height: 110px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .business-service__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business-service__image:nth-of-type(2n) {
    margin-right: 0;
  }
  .business-service__image:last-child {
    margin-bottom: 0;
  }
  .product-list {
    padding: 30px 18px;
    margin-bottom: 73px;
    background: linear-gradient(214deg, #d9f4fa, #d6edfe);
  }
  .bus02 .product-list,
  .bus04 .product-list,
  .bus05 .product-list {
    padding: 30px 18px;
    margin-bottom: 45px;
  }
  .product-list__title {
    padding-left: 10px;
    border-left: 5px solid #057EE5;
    margin: 0 0 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.24;
    letter-spacing: 1.5px;
    text-align: left;
    color: #333;
  }
  .product-list__txt {
    padding-left: 14px;
    margin: 0 0 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: 0.72px;
    text-align: left;
    color: #333;
  }
  .product-list__item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-list__item .image {
    width: 140px;
    height: 140px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .product-list__item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-list__tag {
    display: inline-block;
    height: 20px;
    padding: 0 10px;
    margin: 0 0 15px;
    border-radius: 19.5px;
    background-image: linear-gradient(262deg, #23acd9, #057ee5);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.72px;
    text-align: center;
    color: #fff;
  }
  .product-list__name {
    padding-left: 10px;
    margin: 0 0 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 0.87;
    letter-spacing: 1.5px;
    text-align: left;
    color: #057ee5;
  }
  .product-list__name span {
    display: block;
    margin: 10px 0 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0.72px;
    text-align: left;
    color: #333;
  }
  .product-list__description {
    width: 320px;
    margin: 20px auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: 0.72px;
    text-align: left;
    color: #333;
  }
  .product-list__link a {
    padding: 12.5px 25px 12.5px 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2.4px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    background-color: #1c4175;
  }
  .product-list__link.pc-block {
    display: none;
  }
  .product-list__link {
    position: relative;
    display: block;
    padding: 12.5px 20px 14.5px 35px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2.4px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    background-color: #1C4175;
  }
  .bus05 .product-list__link {
    margin-top: 20px;
  }
  .bus05 .product-listBtn {
    margin-bottom: 0;
  }
  .product-list__link:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    top: 14px;
    left: 16px;
    background-image: url(/wp-content/themes/technosystems_co/images/business/new_window_white.png);
    background-size: 100% 100%;
  }
  .product-listBtn {
    display: block;
    margin: 0 auto 20px;
    width: 180px;
    text-align: center;
  }
  .bus04 .product-listBtn.last {
    margin: 0 auto;
  }
  .product-list__item.second {
    padding-top: 20px;
    border-top: 1px solid #fff;
  }
  .business-intro__description.pc-block {
    display: none;
  }
  .product-listArea {
    border-bottom: 1px solid #fff;
  }
  .product-list__item.middle,
  .product-list__item.last {
    padding-top: 20px;
  }
  .product-listArea:last-child {
    border: none;
  }
  .bus02 .business-service--02 {
    padding-top: 30px;
  }
  .business-serviceFlex {
    width: 285px;
    margin: 0 auto;
  }
  .bus06 .business-service {
    padding-bottom: 73px;
  }
  .bus06 .business-service__list {
    margin: 20px auto 0;
  }
  .bus06 .business-service:last-child {
    padding-bottom: 45px;
  }
  .bus07 .business-serviceFlex {
    margin: 0 auto 30px;
  }
  .bus07 .product-list__item {
    flex-direction: column;
  }
  .bus07 .product-list__item .image {
    width: 255px;
    height: 158px;
    margin: 0 0 20px 0;
  }
  .bus07 .product-list__txtBox .ttl {
    margin: 0 0 20px 0;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: 1.6px;
    text-align: left;
    color: #333;
  }
  .bus07 .product-list__txtBox .txt {
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: 0.72px;
    text-align: left;
    color: #333;
  }
  .bus07 .product-list {
    margin-bottom: 45px;
  }
  .bus07 .product-list__item{
    width: 285px;
    margin: 0 auto;
  }
  .business-intro__img.work {
    position: relative;
  }
  .business-intro__txt {
    position: absolute;
    content: "";
  }
  .section-works .business-intro__txt {
    position: absolute;
    content: "";
    border: none;
    padding: 0;
  }
  .section-works__title {
    margin: 0 0 6px;
    font-family: "Averia Serif Libre", serif;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.7px;
    text-align: left;
    color: #fff;
  }
  .section-works__subtitle {
    margin: 0;
    font-family: "Zen Old Mincho", serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 6px;
    text-align: left;
    color: #fff;
  }
  .section-works__description {
    margin: 0;
    padding: 45px 0 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: 0.72px;
    text-align: center;
    color: #333;
  }
  .works-year {
    margin-bottom: 30px;
    overflow-x: hidden !important;
    white-space: nowrap;
  }
  .scroll-hint {
    width: 100%;
    overflow-x: auto;
  }
  .works-year:last-child {
    margin-bottom: 0;
  }
  .works-table {
    table-layout: fixed;
    width: 100%;
  }
  .works-year__title {
    position: relative;
    margin: 0 0 10px;
    padding-left: 24px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: 1.4px;
    text-align: left;
    color: #333;
  }
  .works-year__title::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 7px;
    left: 13px;
    background: #057ee5;
  }
  .works-year {
    padding: 0 30px 0 35px;
  }
  .works-table__heading {
    height: 31px;
    /* border-left: 0.5px solid #e0e0e0; */
    border: 1px solid #e0e0e0;
    background-color: #32639d;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.72px;
    text-align: center;
    color: #fff;
  }
  .works-table__heading:first-child {
    width: 205px;
  }
  .works-table__heading:nth-child(2) {
    width: 135px;
  }
  .works-table__heading:nth-child(3) {
    width: 75px;
  }
  .works-table__heading:nth-child(4) {
    width: 75px;
  }
  .works-table__heading:nth-child(5) {
    width: 75px;
  }
  .works-table__heading:nth-child(6) {
    width: 75px;
  }
  .works-table__data {
    padding: 9px 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: 0.72px;
    text-align: left;
    color: #333;
    border: 0.5px solid #e0e0e0;
    background-color: #fff;
    white-space: normal;
  }
  .works-table__data:nth-child(3),
  .works-table__data:nth-child(4),
  .works-table__data:nth-child(5),
  .works-table__data:nth-child(6) {
    text-align: center;
  }
  .works-table__row:nth-child(even) .works-table__data {
    background: #eaf4fc;
  }
  .section-works {
    /* overflow-x: auto; */
    padding-bottom: 45px;
  }
  .works-table {
    /* border-collapse: collapse; */
    border-collapse: separate;
    border-spacing: 0;
  }
  main {
    position: relative;
    /* overflow: visible; */
  }
  .mainContents {
    position: relative; /* 擬似要素の位置基準に */
  }
  .mainContents::before {
    position: absolute;
    content: "";
    display: block;
    width: 431px;
    height: 341px;
    clip-path: polygon(57% 0, 100% 0, 45% 100%, 0% 100%);
    background-color: #EEE;
    top: 0px;
    left: -200px;
    z-index: -10;
  }
  .product-list__inner {
    /* padding: 50px 60px 50px; */
    width: 336px;
    margin: 0 auto;
  }
  .c-pageTtl__inner h2 span {
    color: #057ee5;
    font-family: "Averia Serif Libre", serif;
  }
}

