/* Scss Document */
/*------------------------------------------*/
#read ul li {
  text-indent: -1em;
  padding-left: 1em; }

/*------------------------------------------*/
.htag {
  background: #666;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 8px;
  display: inline-block;
  margin-bottom: 4px; }

@media screen and (max-width: 767px) {
  .htag {
    display: table;
    margin: 0 auto 2px;
    font-size: 80%; } }
.case_frame {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }
  .case_frame .kadai {
    margin-top: 20px;
    width: calc(50% - 8px);
    background: #eef0f3; }
    .case_frame .kadai h4 {
      background: #5d6e89; }
      .case_frame .kadai h4 span {
        padding: 8px 16px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        display: block; }
    .case_frame .kadai .txt_area .txt_inner {
      padding: 16px; }
      .case_frame .kadai .txt_area .txt_inner ul li {
        font-size: 12px;
        padding-left: 1em;
        text-indent: -1em;
        margin-bottom: 8px; }
        .case_frame .kadai .txt_area .txt_inner ul li:last-child {
          margin-bottom: 0; }
  .case_frame .kaiketu {
    margin-top: 20px;
    width: calc(50% - 8px);
    background: #F2EFFB; }
    .case_frame .kaiketu h4 {
      background: #7f5690; }
      .case_frame .kaiketu h4 span {
        padding: 8px 16px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        display: block; }
    .case_frame .kaiketu .txt_area .txt_inner {
      padding: 16px; }
      .case_frame .kaiketu .txt_area .txt_inner ul li {
        font-size: 12px;
        padding-left: 1em;
        text-indent: -1em;
        margin-bottom: 8px; }
        .case_frame .kaiketu .txt_area .txt_inner ul li:last-child {
          margin-bottom: 0; }
  .case_frame .case_img {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #eee;
    box-sizing: border-box; }
    .case_frame .case_img img {
      max-width: 308px;
      display: block;
      margin: 0 auto;
      width: 100%;
      height: auto; }
    .case_frame .case_img .check_area {
      background: #eee; }
      .case_frame .case_img .check_area ul {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 56px; }
        .case_frame .case_img .check_area ul li {
          font-size: 16px;
          position: relative;
          margin-right: 20px;
          padding-right: 30px; }
          .case_frame .case_img .check_area ul li:last-child {
            margin-right: -60px; }
          .case_frame .case_img .check_area ul li::before {
            content: "";
            background: url(../images/check.svg) no-repeat center center/cover;
            width: 24px;
            height: 24px;
            position: absolute;
            top: 0;
            left: -30px; }
  .case_frame .kanren {
    margin-top: 20px;
    width: 100%;
    background: #F2EFFB; }
    .case_frame .kanren h4 {
      background: #7f5690; }
      .case_frame .kanren h4 span {
        padding: 8px 16px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        display: block; }
    .case_frame .kanren .txt_area .txt_inner {
      padding: 16px; }
      .case_frame .kanren .txt_area .txt_inner ul li {
        font-size: 12px;
        margin-bottom: 8px; }
        .case_frame .kanren .txt_area .txt_inner ul li:last-child {
          margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .case_frame {
    flex-direction: column; } }
@media screen and (max-width: 767px) {
  .case_frame .kadai {
    width: 100%;
    margin-top: 10px; } }
@media screen and (max-width: 767px) {
  .case_frame .kaiketu {
    width: 100%;
    margin-top: 10px; } }
@media screen and (max-width: 767px) {
  .case_frame .case_img {
    margin-top: 10px; } }
@media screen and (max-width: 767px) {
  .case_frame .case_img .check_area ul {
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0; } }
@media screen and (max-width: 767px) {
  .case_frame .case_img .check_area ul li {
    margin-left: 46px;
    margin-bottom: 4px; }
    .case_frame .case_img .check_area ul li:last-child {
      margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  .case_frame .kanren {
    margin-top: 10px; } }
/*------------------------------------------*/
.pagetitle_cases_global {
  background: url(../images/pagetitle_bg_default2.jpg) no-repeat center center/cover;
  min-height: 180px;
  height: 180px;
  color: #fff;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 23px;
  box-sizing: border-box;
  margin: 0 0 30px; }

@media screen and (max-width: 767px) {
  .pagetitle_cases_global {
    margin: 0 -16px 20px;
    min-height: 125px;
    height: 125px;
    padding: 16px 16px;
    background-image: url(../images/cases_global/pagetitle_bg_cases_global_sp.jpg); } }
.inner .pagetitle_cases_global {
  background: url(../images/cases_global/pagetitle_bg_cases_global.jpg) no-repeat center center/cover; }

@media screen and (max-width: 767px) {
  .inner .pagetitle_cases_global {
    background-image: url(../images/cases_global/pagetitle_bg_cases_global_sp.jpg); } }
.pagetitle_cases_global > div span {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 15px;
  display: block; }
.pagetitle_cases_global > div h1 {
  /*font-size:2.5rem;*/
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  display: block; }
  .pagetitle_cases_global > div h1.small {
    /*font-size:2.125rem;*/
    font-size: 34px;
    line-height: 1.3; }

@media screen and (max-width: 767px) {
  .pagetitle_cases_global > div span {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0 0 10px; } }
@media screen and (max-width: 767px) {
  .pagetitle_cases_global > div h1 {
    font-size: 1.25rem;
    line-height: 1.3; }
    .pagetitle_cases_global > div h1.small {
      font-size: 1.125rem; } }
/*------------------------------------------*/
.adjust {
  position: relative;
  line-height: 21px;
  padding: 14px 10px; }
  .adjust::after {
    position: absolute;
    right: 16px;
    top: 28px; }

/*------------------------------------------*/
#category ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }
  #category ul li {
    width: calc((100% - 24px) / 2);
    box-sizing: border-box;
    border: 4px solid #eee;
    padding: 20px 20px 76px;
    margin: 0 0 24px;
    position: relative; }
    #category ul li.current {
      position: relative; }
      #category ul li.current:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 0;
        left: 0; }
    #category ul li h3 {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-weight: 700;
      font-size: 1.2rem;
      height: 140px;
      color: #fff;
      background: no-repeat center center / cover #aaa; }
      #category ul li h3.smart {
        background-image: url(../images/about/cat_bg1.jpg); }
      #category ul li h3.global {
        background-image: url(../images/about/cat_bg2.jpg); }
      #category ul li h3.service {
        background-image: url(../images/about/cat_bg3.jpg); }
      #category ul li h3.manage {
        background-image: url(../images/about/cat_bg4.jpg); }
    #category ul li a {
      position: absolute;
      bottom: 20px;
      display: block;
      width: calc(50% - 30px); }

@media screen and (max-width: 767px) {
  #category ul li {
    padding: 12px 12px 12px;
    margin: 0 0 15px;
    width: auto; } }
@media screen and (max-width: 767px) {
  #category ul li h3 {
    height: 90px;
    font-size: 1rem; } }
#mainarea #category ul li a:after {
  display: none !important; }

@media screen and (max-width: 767px) {
  #category ul li a {
    position: inherit;
    bottom: 0;
    width: calc((100% - 12px) / 2);
    font-size: 0.9rem;
    float: left; }
    #category ul li a:after {
      display: none; } }
#category ul li a + a {
  right: 20px; }

@media screen and (max-width: 767px) {
  #category ul li a + a {
    right: 0;
    margin-left: 12px; } }
/*------------------------------------------*/
#mainarea #cases_cta {
  background-color: #333;
  padding: 30px 36px 40px;
  margin: 40px 0 0; }
  @media screen and (max-width: 767px) {
    #mainarea #cases_cta {
      padding: 20px 18px 30px;
      margin: 20px 0 0; } }

.cases_cta__heading {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: calc(44 / 30);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .cases_cta__heading {
      font-size: 17px;
      line-height: calc(17 / 11); } }

.cases_cta__text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: calc(21 / 15);
  margin: 10px 0 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .cases_cta__text {
      font-size: 12px;
      line-height: calc(17 / 12); } }

.cases_cta__button_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 18px;
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .cases_cta__button_wrapper {
      grid-template-columns: none;
      margin-top: 22px; } }

.cases_cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  background: linear-gradient(to bottom, #c30100 50%, #B10100 51%);
  padding: 15px 10px;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .cases_cta__button {
      min-height: 68px; } }

.cases_cta__button--contact {
  font-size: 24px;
  line-height: calc(32 / 24); }
  .cases_cta__button--contact span {
    padding-left: 54px;
    position: relative; }
    .cases_cta__button--contact span:before {
      content: "";
      display: inline-block;
      width: 34px;
      height: 24px;
      background: center/contain no-repeat url(/smart-manufacturing/sp/shared/images/ico_contact.svg);
      position: absolute;
      top: 50%;
      left: 0%;
      transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .cases_cta__button--contact {
      font-size: 21px;
      line-height: calc(30 / 21); }
      .cases_cta__button--contact span {
        padding-left: 46px; }
        .cases_cta__button--contact span:before {
          width: 30px;
          height: 20px; } }

.cases_cta__button--download {
  font-size: 16px;
  line-height: calc(22 / 16); }
  .cases_cta__button--download span {
    padding-left: 40px;
    position: relative; }
    .cases_cta__button--download span:before {
      content: "";
      display: inline-block;
      width: 28px;
      height: 35px;
      background: center/contain no-repeat url(/smart-manufacturing/sp/shared/images/ico_document.svg);
      position: absolute;
      top: 50%;
      left: 0%;
      transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .cases_cta__button--download {
      font-size: 21px;
      line-height: calc(30 / 21); }
      .cases_cta__button--download span {
        font-size: 14px;
        line-height: calc(18 / 14);
        padding-left: 30px; }
        .cases_cta__button--download span:before {
          width: 24px;
          height: 30px; } }

/*------------------------------------------*/
.cases_download {
  padding: 27px 39px 35px;
  border: 3px solid #333; }
  @media screen and (max-width: 767px) {
    .cases_download {
      padding: 18px 13px 28px;
      border-width: 2px; } }

.cases_download__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(34 / 20); }
  @media screen and (max-width: 767px) {
    .cases_download__heading {
      font-size: 14px;
      line-height: calc(22 / 14); } }

.cases_download__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .cases_download__wrapper {
      display: block; } }

.cases_download__content {
  width: calc(50% - 16px); }
  @media screen and (max-width: 767px) {
    .cases_download__content {
      width: 100%; } }

.cases_download__text {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(22 / 14);
  margin: 0; }
  @media screen and (max-width: 767px) {
    .cases_download__text {
      font-size: 12px;
      line-height: calc(17 / 12);
      margin-top: 16px; } }

.cases_download__image {
  width: calc(50% - 16px); }
  .cases_download__image img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .cases_download__image {
      width: 100%;
      margin-top: 20px; } }

.cases_download__common_button {
  width: 100%;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .cases_download__common_button {
      min-width: auto;
      width: calc(100% - 60px); } }

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
