@charset "UTF-8";

  #Main.col1 #Cont {
    color: #000;
  }
  .w1200 {
    max-width: 1200px;
    margin: 0 auto;
  }
  .w1100 {
    max-width: 1100px;
    margin: 0 auto;
  }
  .w1000 {
    max-width: 1000px;
    margin: 0 auto;
  }
  .inner {
    max-width: 1260px;
    margin: 0 auto;
  }
  .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: 28px;
    color: #0654A5;
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 60px;
    line-height: 1.4;
  }
  .lineTitle span {
    font-size: 18px;
    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;
  }
  .pageTitle-01wrap {
    background: none;
    max-width: 1320px;
    min-width: 1060px;
    margin: 0 auto;
    padding: 8px 30px 18px;
    display: flex;
    justify-content: space-between;
  }
  /*=================================================================*/
  /*	linkArea */
  /*=================================================================*/
  .linkArea {
    width: 100%;
    background: #FBF5E2;
    padding: 66px 0;
    margin: 100px 0;
  }
  .linkArea p {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding-bottom: 22px;
  }
  .linkArea .btnArea {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }
  /*=================================================================*/
  /*	main_img */
  /*=================================================================*/
  .ictImg {
    width: 100%;
    height: 340px;
    background: url(/common/images/solution/ict/top/main_img.jpg) no-repeat center;
    background-size: cover;
    margin: 0 0 60px;
  }
  .ictImg .mainArea {
    height: 340px;
    background: url(/common/images/solution/ict/top/main_txt_bg.png) no-repeat left center;
    background-size: contain;
    box-sizing: border-box;
    padding: 62px 0 0 158px;
  }
  .ictImg .mainArea .mainTxt {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
  }
  .ictImg .mainArea .mainBtn {
    margin-top: 36px;
  }
  .ictImg .mainArea .mainBtn .btn {
    display: inline-block;
  }
  /*=================================================================*/
  /*	top */
  /*=================================================================*/
  section.top {
  }
  .topTxt01 {
    max-width: 1000px;
    margin: 0 auto;
  }
  .b01_imgbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
    background: url(/common/images/solution/ict/top/bg_border.png) no-repeat center 310px;
    padding-bottom: 98px;
  }
  .b01_imgbox .box {
    max-width: 470px;
  }
  .b01_imgbox .box .boxhead {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 24px 66px;
    border-radius: 12px 12px 0 0;
    background-color: #609AAF;
  }
  .b01_imgbox .box .boxCo {
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
    background-color: #F4F4F4;
    border-radius: 0 0 12px 12px;
  }
  .b01_imgbox .box .boxCo .boxImg {
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .b01_imgbox .box .boxCo .boxTxt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .b01Txt {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-top: 45px;
  }
  .b01_imgbox02 {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
  }
  .b01_imgbox02 .box02 {
    width: 32.6%;
  }
  .b01_imgbox02 .box02 .ttlArea {
    width: 100%;
    box-sizing: border-box;
    padding: 0 24px;
    background-color: #4280BF;
  }
  .b01_imgbox02 .box02 .ttlArea .ttl {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 12px 0 5px;
    border-bottom: 1px solid #B1B1B1;
  }
  .b01_imgbox02 .box02 .ttlArea .txt {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 0;
  }
  .topTxt02 {
    width: 1000px;
    margin: 70px auto 0;
  }
  .tblTtl {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #0654A5;
    margin-top: 70px;
  }
  .box02Tbl {
    max-width: 1000px;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    table-layout: fixed;
    margin-top: 38px;
  }
  .box02Tbl th {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #454545;
    padding: 15px;
    border-right: 1px solid #D9D9D9;
  }
  .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: 16px;
    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 {
    max-width: 1100px;
  }
  .caseTtl {
    width: 100%;
    background-color: #474747;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 24px 10px;
    line-height: 1;
    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: 8px;
    display: inline-block;
    padding: 11px 12px;
    margin-right: 20px;
  }
  .requestBox {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
  }
  .requestBox .boxL, .requestBox .boxR {
    height: 130px;
    box-sizing: border-box;
  }
  .requestBox .boxL .ttl, .requestBox .boxR .ttl {
    font-size: 18px;
    font-weight: bold;
    color: #0654A5;
    text-align: center;
  }
  .requestBox .boxL .txt, .requestBox .boxR .txt {
    margin-top: 10px;
    line-height: 1.4;
  }
  .requestBox .boxL {
    background-color: #F2F6FF;
    position: relative;
    padding: 10px 22px 10px 22px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
  .requestBox .boxL::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin: -111px -38px 0 0;
    background-color: #F2F6FF;
    background: url(/common/images/solution/ict/top/bg_case.png) no-repeat 0 0;
    width: 55px;
    height: 222px;
    z-index: 1;
  }
  .requestBox .boxR {
    background-color: #E6F5F9;
    padding: 10px 30px 10px 86px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
  .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;
    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: 184px;
    box-sizing: border-box;
  }
  .products .area .txtBox .ttl {
    font-size: 22px;
    font-weight: bold;
    color: #333;
  }
  .products .area .txtBox .name {
    font-size: 22px;
    font-weight: bold;
    color: #147AFF;
  }
  .products .area .txtBox .txt {
    font-size: 16px;
    color: #333;
  }
  .products .area .txtBox .txt2 {
    font-size: 16px;
    font-weight: bold;
    color: #147AFF;
  }
  .tabs {
    height: 50px;
    display: flex;
    align-items: end;
    gap: 2px;
    margin-top: 30px;
  }
  .tabs button {
    background-color: #D9D9D9;
    border: none;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1;
    box-sizing: border-box;
    /* transition: 0.3s; */
    cursor: pointer;
    height: 44px;
    border-radius: 8px 8px 0 0;
  }
  .tabs button.active {
    font-size: 18px;
    background-color: #FF5353;
    height: 56px;
  }
  .tabs.tab3 button {
    width: 33.33%;
  }
  .tabs.tab2 button {
    width: 50%;
  }
  .changeCont {
    box-sizing: border-box;
    padding: 40px 0 60px;
    display: none;
  }
  .changeCont.active {
    display: block;
  }
  .changeCont .caseBox {
    display: flex;
  }
  .changeCont .caseBox .caseTxt .ttl {
    font-size: 22px;
    font-weight: bold;
    color: #FF5353;
    margin-bottom: 40px;
    line-height: 1.4em;
  }
  .changeCont .caseBox .caseTxt .caseList li {
    font-size: 16px;
    color: #333;
    padding-left: 26px;
    background: url(/common/images/solution/ict/top/icon_check.svg) no-repeat left top 3px;
    margin-bottom: 20px;
    line-height: 1.4em;
  }
  .changeCont .caseBox .caseImg {
    flex: none;
    margin-left: 60px;
  }
  .changeCont .underBtn {
    border: none;
    background: none;
    font-size: 18px;
    font-weight: bold;
    color: #FF5353;
    text-decoration: underline;
    cursor: pointer;
    display: block;
    margin: 80px auto 0;
  }
  /*=================================================================*/
  /*	ご依頼いただくメリット */
  /*=================================================================*/
  .meritTbl {
    max-width: 1000px;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
  }
  .meritTbl th {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #454545;
    padding: 15px;
  }
  .meritTbl th:first-child {
    background-color: #FFF;
  }
  .meritTbl th:nth-child(2) {
    border-right: 1px solid #D9D9D9;
  }
  .meritTbl td {
    font-size: 14px;
    padding: 15px 20px 5px;
    border: 1px solid #D9D9D9;
  }
  .meritTbl td:first-child {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #F9F9F9;
    vertical-align: middle;
    white-space: nowrap;
    padding: 15px 30px;
  }
  .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: 16px;
  }
  .meritTbl td .batu li {
    background: url(/common/images/solution/ict/top/s_batu.svg) no-repeat top 6px left;
    font-size: 16px;
  }
  .arrowBig {
    text-align: center;
    margin-top: 62px;
  }
  .resultBox {
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
    background-color: #F2F6FF;
    padding: 30px 10px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 50px auto 100px;
    border-radius: 15px;
    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: 80px 0 100px;
  }
  .system .systemBox .box {
    width: 30%;
    position: relative;
  }
  .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: 22px;
    color: #FFF;
    padding: 22px 10px;
    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: 28px 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: flex;
    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: 380px;
    aspect-ratio: 380/234;
  }
  .caseStudy .box .img img {
    width: 100%;
  }
  .caseStudy .box .txtArea {
    flex: 1;
    padding: 25px 30px 70px;
  }
  .caseStudy .box .txtArea .ttl {
    display: inline-block;
    font-size: 15px;
    color: #333;
    padding: 11px 15px;
    background-color: #fff;
    line-height: 1;
  }
  .caseStudy .box .txtArea .txt {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    color: #333;
    line-height: 1.6;
  }
  .caseStudy .box .txtArea .caseStudyBtn {
    display: block;
    position: absolute;
    font-size: 15px;
    color: #EFEFEF !important;
    background-color: #454545;
    padding: 6px 40px 6px 30px;
    right: 40px;
    bottom: 26px;
  }
  .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: 140px;
    margin-top: -20px;
    padding: 0 20px;
  }
  .info h2 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #333;
  }
  .info .infoList {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 30px;
    flex-wrap: wrap;
  }
  .info .infoList li {
    width: 22.223%;
  }
  .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: 16px 20px 0 20px;
  }
  .info .infoList li a .infoCat span {
    display: inline-block;
    font-size: 11px;
    color: #2D50FF;
    font-weight: bold;
    padding: 8px 8px;
    line-height: 1;
    box-sizing: border-box;
    border: 1px solid #2D50FF;
  }
  .info .infoList li a .txt {
    font-size: 14px;
    padding: 12px 20px 20px;
    line-height: 1.5;
  }
  /*<end>============================================================*/
