/* 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      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 .kadai .txt_area .txt_inner ul li.no_indent {
  padding-left: 0;
  text-indent: 0;
}
.case_frame .kaiketu {
  margin-top: 20px;
  width: calc(50% - 8px);
  background: #e6f5f9;
}
.case_frame .kaiketu h4 {
  background: #0799c4;
}
.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 .kaiketu .txt_area .txt_inner ul li.no_indent {
  padding-left: 0;
  text-indent: 0;
}
.case_frame .case_img {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 .case_img .check_area_vertical {
  background: #eee;
  position: relative;
}
.case_frame .case_img .check_area_vertical ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 596px;
  padding: 16px;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media screen and (max-width: 767px) {
  .case_frame .case_img .check_area_vertical ul {
    padding-top: 54px;
    margin-left: 0 !important;
  }
}
.case_frame .case_img .check_area_vertical ul li {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}
.case_frame .case_img .check_area_vertical ul li::before {
  content: "";
  background: url(../images/check.svg) no-repeat center center/cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.case_frame .case_img .check_area_vertical ul li:not(:first-of-type) {
  margin-top: 4px;
}
.case_frame .case_img .check_area_vertical .label {
  display: inline-block;
  background: #E61227;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.case_frame .case_img--large img {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .case_frame .case_img--large img {
    max-width: none;
  }
}
.case_frame .kanren {
  margin-top: 20px;
  width: 100%;
  background: #edf7f9;
}
.case_frame .kanren h4 {
  background: #4bacc6;
}
.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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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_smartfactory {
  background: url(../images/pagetitle_bg_default2.jpg) no-repeat center center/cover;
  min-height: 180px;
  height: 180px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .pagetitle_cases_smartfactory {
    margin: 0 -16px 20px;
    min-height: 125px;
    height: 125px;
    padding: 16px 16px;
    background-image: url(../images/cases_smartfactory/pagetitle_bg_cases_smartfactory_sp.jpg);
  }
}
.inner .pagetitle_cases_smartfactory {
  background: url(../images/cases_smartfactory/pagetitle_bg_cases_smartfactory.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .inner .pagetitle_cases_smartfactory {
    background-image: url(../images/cases_smartfactory/pagetitle_bg_cases_smartfactory_sp.jpg);
  }
}
.pagetitle_cases_smartfactory > div span {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 15px;
  display: block;
}
.pagetitle_cases_smartfactory > div h1 {
  /*font-size:2.5rem;*/
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  display: block;
}
.pagetitle_cases_smartfactory > div h1.small {
  /*font-size:2.125rem;*/
  font-size: 34px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .pagetitle_cases_smartfactory > div span {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .pagetitle_cases_smartfactory > div h1 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .pagetitle_cases_smartfactory > 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#category ul li {
  width: calc((100% - 24px) / 2);
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: 1.4666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cases_cta__heading {
    font-size: 17px;
    line-height: 1.5454545455;
  }
}

.cases_cta__text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin: 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cases_cta__text {
    font-size: 12px;
    line-height: 1.4166666667;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #c30100), color-stop(51%, #B10100));
  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;
  -webkit-box-sizing: border-box;
          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: 1.3333333333;
}
.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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cases_cta__button--contact {
    font-size: 21px;
    line-height: 1.4285714286;
  }
  .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: 1.375;
}
.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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cases_cta__button--download {
    font-size: 21px;
    line-height: 1.4285714286;
  }
  .cases_cta__button--download span {
    font-size: 14px;
    line-height: 1.2857142857;
    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: 1.7;
}
@media screen and (max-width: 767px) {
  .cases_download__heading {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}

.cases_download__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: 1.5714285714;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cases_download__text {
    font-size: 12px;
    line-height: 1.4166666667;
    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);
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/