@charset "UTF-8";

  #Main.col1 #Cont {
    color: #000;
  }
  .inner {
    padding: 0 4%;
  }
  .blue {
    color: #0654A5;
    font-weight: bold;
  }
  .under {
    background: linear-gradient(transparent 60%, #F1ECAD 30%);
    padding: 0 5px;
  }
  .lineTitle {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #0654A5;
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 40px;
    line-height: 1.4;
  }
  .lineTitle br {
    display: none;
  }
  .lineTitle span {
    font-size: 16px;
    display: block;
    letter-spacing: 0.1em;
    color: #333;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
  }
  .lineTitle::after {
    position: absolute;
    content: "";
    width: 82px;
    height: 2px;
    background-color: #0654A5;
    bottom: 0px;
    left: 50%;
    margin-left: -41px;
  }
  .btn {
    background-color: #ff9e02;
    color: #FFF !important;
    padding: 17px 66px 17px 40px;
    border-radius: 50px;
    font-size: 16px;
    display: block;
    font-weight: bold;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    top: 50%;
    right: 32px;
    margin: -5px -7px 0 0;
    color: #FFF;
  }
  .btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }

  /*=================================================================*/
  /*	タイトル調整
  /*=================================================================*/
  .page_line_inner {
    margin-bottom: 0;
    background: none;
    /*text-align: center;
    border-top: solid 1px #DDD;*/
  }
  .pageTitle-01wrap {
    margin: 0 auto;
    padding: 12px 4%;
    background: none;
  }
  /*=================================================================*/
  /*	linkArea */
  /*=================================================================*/
  .linkArea {
    width: 100%;
    background: #FBF5E2;
    padding: 30px 0;
    margin: 60px 0;
  }
  .linkArea p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding-bottom: 12px;
  }
  .linkArea .btnArea .btn {
    padding: 12px 40px 12px 40px;
  }
  .linkArea .btnArea .btn:nth-child(1) {
    margin: 0 0 15px;
  }

  /*=================================================================*/
  /*	main_img
  /*=================================================================*/
  .ictImg {
    width: 100%;
    height: 340px;
    background: url(/common/images/solution/ict/top/main_img.jpg) no-repeat right -400px top;
    background-size: cover;
    margin: 0 0 40px;
  }
  .ictImg .inner {
    padding: 0;
  }
  .ictImg .mainArea {
    height: 340px;
    background: url(/common/images/solution/ict/top/main_txt_bg.png) no-repeat right 30px top;
    /* background-size: contain; */
    box-sizing: border-box;
    padding: 60px 4% 40px;
    background-size: 126% 100%;
  }
  .ictImg .mainArea .mainTxt {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
    text-align: center;
  }
  .ictImg .mainArea .mainBtn {
    margin-top: 36px;
  }
  .ictImg .mainArea .mainBtn .btn {
    width: 280px;
    margin: 0 auto;
  }
  /*=================================================================*/
  /*	top */
  /*=================================================================*/
  section.top {
  /* padding: 0 4%; */
  }
  .topTxt01 {
    /* max-width: 1000px; */
    margin: 0 auto;
    font-size: 16px;
    padding: 0 4%;
  }
  .b01_imgbox {
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    margin-top: 20px;
    background: url(/common/images/solution/ict/top/bg_border.png) no-repeat center 260px;
    background-size: 600px auto;
    padding-bottom: 94px;
    position: relative;
    padding: 0 4% 40px;
  }
  .b01_imgbox .box {
    /* max-width: 470px; */
    width: 48%;
    background: #f4f4f4;
    border-radius: 12px;
  }
  .b01_imgbox .b01Arrow {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .b01_imgbox .box .boxhead {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    border-radius: 12px 12px 0 0;
    background-color: #609AAF;
    line-height: 1.4;
  }
  .b01_imgbox .box .boxCo {
    width: 100%;
    padding: 0 18px 20px;
    box-sizing: border-box;
    background-color: #F4F4F4;
    border-radius: 0 0 12px 12px;
  }
  .b01_imgbox .box .boxCo .boxImg {
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
  }
  .b01_imgbox .box .boxCo .boxImg img {
    max-width: 100%;
    height: 100%;
  }
  .b01_imgbox .box .boxCo .boxTxt {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
  }
  .b01Txt {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
  }
  .b01_imgbox02 {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
    gap: 4%;
  }
  .b01_imgbox02 .box02 {
    width: 48%;
    margin: 0 0 04%;
    max-width: 411px;
  }
  .b01_imgbox02 .box02 .ttlArea {
    box-sizing: border-box;
    padding: 0 10px;
    background-color: #4280BF;
  }
  .b01_imgbox02 .box02 .ttlArea .ttl {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 12px 0 5px;
    border-bottom: 1px solid #B1B1B1;
    line-height: 1.3;
  }
  .b01_imgbox02 .box02 .ttlArea .txt {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 0;
  }
  .topTxt02 {
    /* width: 1000px; */
    margin: 30px auto 0;
    font-size: 16px;
  }
  .tblTtl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #0654A5;
    margin-top: 40px;
  }
  .box02Tbl {
    max-width: 1000px;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    table-layout: fixed;
    margin-top: 38px;
  }
  .box02Tbl th {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #454545;
    padding: 10px 6px;
    border-right: 1px solid #D9D9D9;
    line-height: 1.4;
  }
  .box02Tbl th:first-child {
    background-color: #FFF;
  }
  .box02Tbl td {
    padding: 5px;
    border: 1px solid #D9D9D9;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
    height: 65px;
  }
  .box02Tbl td:first-child {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background-color: #FFF5D8;
    vertical-align: middle;
    /* white-space: nowrap; */
    padding: 15px 5px;
    border-left: 0;
  }
  .box02Tbl td:last-child {
    border-right: 0;
  }

  /*=================================================================*/
  /*	モデルケース */
  /*=================================================================*/
  .modelcase .inner {
  }
  .caseTtl {
    width: 100%;
    background-color: #474747;
    /* text-align: center; */
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 16px 10px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .caseTtl span {
    font-size: 13px;
    text-align: center;
    background-color: #FF5353;
    border-radius: 6px;
    display: inline-block;
    padding: 5px 9px 6px;
    margin-right: 20px;
  }
  .requestBox {
    justify-content: center;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
  }
  .requestBox .boxL, .requestBox .boxR {
    box-sizing: border-box;
  }
  .requestBox .boxL .ttl, .requestBox .boxR .ttl {
    font-size: 16px;
    font-weight: bold;
    color: #0654A5;
    text-align: center;
  }
  .requestBox .boxL .txt, .requestBox .boxR .txt {
    margin-top: 5px;
    line-height: 1.4;
    text-align: center;
  }
  .requestBox .boxL {
    background-color: #F2F6FF;
    position: relative;
    padding: 10px 10px 19px 10px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border-bottom: solid 1px #D9D9D9;
  }
  .requestBox .boxL::after {
    content: "";
    position: absolute;
    bottom: -58px;
    right: 50%;
    margin: -80px -8px 0 0;
    background-color: #F2F6FF;
    background: url(/common/images/solution/ict/top/bg_case.png) no-repeat 0 0;
    background-size: 24px auto;
    width: 24px;
    height: 97px;
    z-index: 1;
    transform: rotate(90deg);
  }
  .requestBox .boxR {
    background-color: #f2f6ff;
    padding: 27px 10px 10px 10px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .case2 {
    margin-top: 50px;
  }
  .products {
    width: 100%;
    border-top: 1px solid #D9D9D9;
    padding: 25px 0 0;
  }
  .products .ttl {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }
  .products .area {
    display: flex;
    /* align-items: center; */
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
    transition: 0.3s;
    border: solid 1px #DDD;
    border-radius: 8px;
    /* box-shadow: 3px 3px 0px rgb(0 0 0 / 5%); */
    position: relative;
  }
  .products .area::after {
    /* content: ""; */
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: solid 2px;
    border-right: solid 2px;
    top: 50%;
    margin-top: -9px;
    right: 30px;
    color: #9f9f9f;
    display: block;
    transform: rotate(45deg);
  }
  .products .area:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  .products .area .img {
    /* margin-right: 40px; */
    padding: 15px 0 15px 15px;
    width: 100px;
    box-sizing: border-box;
  }
  .products .area .txtBox {
    width: 100%;
    width: calc(100% - 116px);
    padding: 15px 15px 15px 0;
  }
  .products .area .txtBox .ttl {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px;
    line-height: 1.4;
  }
  .products .area .txtBox .name {
    font-size: 18px;
    font-weight: bold;
    color: #147AFF;
  }
  .products .area .txtBox .txt {
    font-size: 14px;
    color: #333;
    margin: 5px 0 0;
  }
  .products .area .txtBox .txt2 {
    font-size: 14px;
    font-weight: bold;
    color: #147AFF;
    margin: 10px 0 0;
  }
  .tabs {
    height: 50px;
    display: flex;
    align-items: end;
    gap: 2px;
    margin-top: 30px;
  }
  .tabs button {
    background-color: #D9D9D9;
    border: none;
    padding: 4px 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    box-sizing: border-box;
    /* transition: 0.3s; */
    cursor: pointer;
    height: 44px;
    border-radius: 8px 8px 0 0;
  }
  .tabs button.active {
    /* font-size: 14px; */
    background-color: #FF5353;
    height: 56px;
  }
  .tabs.tab3 button {
    width: 33.33%;
  }
  .tabs.tab2 button {
    width: 50%;
  }
  .changeCont {
    box-sizing: border-box;
    padding: 25px 0 40px;
    display: none;
  }
  .changeCont.active {
    display: block;
  }
  .changeCont .caseBox {
    /* display: flex; */
  }
  .changeCont .caseBox .caseTxt .ttl {
    font-size: 18px;
    font-weight: bold;
    color: #FF5353;
    margin-bottom: 25px;
    line-height: 1.4em;
  }
  .changeCont .caseBox .caseTxt .ttl br {
    display: none;
  }
  .changeCont .caseBox .caseTxt .caseList li {
    font-size: 15px;
    color: #333;
    padding-left: 26px;
    background: url(/common/images/solution/ict/top/icon_check.svg) no-repeat left top 3px;
    margin-bottom: 10px;
    line-height: 1.4em;
  }
  .changeCont .caseBox .caseImg {
    flex: none;
    /* margin-top: 30px; */
    max-width: 345px;
    margin: 30px auto 0;
    text-align: center;
  }
  .changeCont .underBtn {
    border: none;
    background: none;
    font-size: 18px;
    font-weight: bold;
    color: #FF5353;
    text-decoration: underline;
    cursor: pointer;
    display: block;
    margin: 40px auto 0;
  }
  /*=================================================================*/
  /*	ご依頼いただくメリット */
  /*=================================================================*/
  .meritTbl {
    max-width: 1000px;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
  }
  .meritTbl th {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #454545;
    padding: 10px;
  }
  .meritTbl th:first-child {
    background-color: #FFF;
  }
  .meritTbl th:nth-child(2) {
    border-right: 1px solid #D9D9D9;
  }
  .meritTbl td {
    font-size: 14px;
    padding: 10px 8px 5px;
    border: 1px solid #D9D9D9;
  }
  .meritTbl td:first-child {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #F9F9F9;
    vertical-align: middle;
    /* white-space: nowrap; */
    /* padding: 10px 10px; */
    width: 15px;
    box-sizing: border-box;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    vertical-align: middle;
    white-space: nowrap;
  }
  .meritTbl td ul li {
    padding-left: 18px;
    margin-bottom: 10px;
  }
  .meritTbl td .maru li {
    background: url(/common/images/solution/ict/top/s_maru.svg) no-repeat top 6px left;
    font-size: 14px;
  }
  .meritTbl td .batu li {
    background: url(/common/images/solution/ict/top/s_batu.svg) no-repeat top 6px left;
    font-size: 14px;
  }
  .arrowBig {
    text-align: center;
    width: 160px;
    margin: 25px auto 0;
  }
  .resultBox {
    width: 100%;
    box-sizing: border-box;
    background-color: #F2F6FF;
    padding: 20px 8px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 30px auto 60px;
    border-radius: 10px;
    letter-spacing: -0.03em;
  }
  .resultBox .under {
    padding: 0;
  }
  /*=================================================================*/
  /*	組織体制 */
  /*=================================================================*/
  .system .systemTxt {
   font-size: 16px;
   /* padding: 0 56px; */
  }
  .system .systemBox {
    /* display: flex; */
    justify-content: center;
    gap: 3px;
    margin: 45px 0 50px;
  }
  .system .systemBox .box {
    /* width: 30%; */
    position: relative;
    margin: 0 0 10px;
  }
  .system .systemBox .box::after {
    /* content: ""; */
    width: 3px;
    height: 100%;
    background-color: #F5F5F5;
    display: block;
    position: absolute;
    top: 0;
    right: -3px;
    z-index: 1;
  }
  .system .systemBox .box .ttlTxt {
    width: 100%;
    font-size: 18px;
    color: #FFF;
    padding: 13px 5px;
    text-align: center;
    background-color: #474747;
    box-sizing: border-box;
  }
  .system .systemBox .box .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 5px;
    box-sizing: border-box;
  }
  .system .systemBox .box .txt {
    /* font-size: 16px; */
    padding: 10px 20px 20px;
    box-sizing: border-box;
  }
  .system .systemBox .box:last-child::after {
    display: none;
  }
  /*=================================================================*/
  /*	導入事例 */
  /*=================================================================*/
  section.ictCase {
    max-width: 1140px;
    margin: 0 auto;
  }
  .caseStudy .box {
    width: 100%;
    box-sizing: border-box;
    background-color: #EFEFEF;
    display: block;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .caseStudy .box:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .caseStudy .box .img {
    width: 100%;
    aspect-ratio: 380/234;
  }
  .caseStudy .box .img img {
    width: 100%;
  }
  .caseStudy .box .txtArea {
    flex: 1;
    padding: 20px 20px 60px;
  }
  .caseStudy .box .txtArea .ttl {
    display: inline-block;
    font-size: 13px;
    color: #333;
    padding: 10px 11px;
    background-color: #fff;
    line-height: 1;
  }
  .caseStudy .box .txtArea .txt {
    font-size: 19px;
    font-weight: bold;
    margin-top: 10px;
    color: #333;
    line-height: 1.4;
  }
  .caseStudy .box .txtArea .txt br {
    display: none;
  }
  .caseStudy .box .txtArea .caseStudyBtn {
    display: block;
    position: absolute;
    font-size: 13px;
    color: #EFEFEF !important;
    background-color: #454545;
    padding: 6px 40px 6px 30px;
    left: 50%;
    bottom: 16px;
    margin-left: -74px;
  }
  .caseStudy .box .txtArea .caseStudyBtn::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    top: 50%;
    right: 26px;
    margin: -5px -7px 0 0;
    color: #FFF;
  }
  .caseStudy .box .txtArea .caseStudyBtn:hover {
  }
  /*=================================================================*/
  /*	関連情報 */
  /*=================================================================*/
  .info .inner {
    margin-bottom: 40px;
    margin-top: -20px;
    padding: 0 20px;
  }
  .info h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #333;
  }
  .info .infoList {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 4%;
    flex-wrap: wrap;
  }
  .info .infoList li {
    width: 48%;
    margin: 0 0 4%;
  }
  .info .infoList li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    transition: 0.3s;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }
  .info .infoList li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .info .infoList li a .infoCat {
    padding: 12px 12px 0 12px;
  }
  .info .infoList li a .infoCat span {
    display: inline-block;
    font-size: 10px;
    color: #2D50FF;
    font-weight: bold;
    padding: 6px 10px;
    line-height: 1;
    box-sizing: border-box;
    border: 1px solid #2D50FF;
  }
  .info .infoList li a .txt {
    font-size: 14px;
    padding: 10px 12px 12px;
    line-height: 1.5;
  }
  /*<end>============================================================*/
