@charset "UTF-8";
/* Scss Document */
/*------------------------------------------*/
#btn_area_first ul {
  display: flex;
  justify-content: space-between; }
  #btn_area_first ul li a.common_btn {
    background: -webkit-linear-gradient(#e95527 50%, #d24d23 51%, #e95527 100%);
    background: -o-linear-gradient(#e95527 50%, #d24d23 51%, #e95527 100%);
    background: linear-gradient(#e95527 50%, #d24d23 51%, #e95527 100%);
    font-size: 0.75rem;
    text-align: left;
    width: 230px;
    height: 56px;
    margin: 0 auto 16px;
    padding: 0 8px;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between; }
    #btn_area_first ul li a.common_btn.smartfactory_btn {
      background: -webkit-linear-gradient(top, #0799c4 50%, #0689b0 51%, #0799c4 100%);
      background: -moz-linear-gradient(top, #0799c4 50%, #0689b0 51%, #0799c4 100%);
      background: linear-gradient(to bottom, #0799c4 50%, #0689b0 51%, #0799c4 100%); }
    #btn_area_first ul li a.common_btn.global_btn {
      background: -webkit-linear-gradient(top, #7f5690 50%, #724d81 51%, #7f5690 100%);
      background: -moz-linear-gradient(top, #7f5690 50%, #724d81 51%, #7f5690 100%);
      background: linear-gradient(to bottom, #7f5690 50%, #724d81 51%, #7f5690 100%); }
    #btn_area_first ul li a.common_btn.servitization_btn {
      background: -webkit-linear-gradient(top, #d2783f 50%, #bd6c39 51%, #d2783f 100%);
      background: -moz-linear-gradient(top, #d2783f 50%, #bd6c39 51%, #d2783f 100%);
      background: linear-gradient(to bottom, #d2783f 50%, #bd6c39 51%, #d2783f 100%); }
    #btn_area_first ul li a.common_btn.administration_btn {
      background: -webkit-linear-gradient(top, #3e9f6e 50%, #388f63 51%, #3e9f6e 100%);
      background: -moz-linear-gradient(top, #3e9f6e 50%, #388f63 51%, #3e9f6e 100%);
      background: linear-gradient(to bottom, #3e9f6e 50%, #388f63 51%, #3e9f6e 100%); }
    #btn_area_first ul li a.common_btn::after {
      content: "";
      width: 16px;
      height: 16px;
      display: inline-block;
      vertical-align: top;
      margin-left: 5px;
      background: url(/smart-manufacturing/sp/shared/images/arrow_wh_dn.svg) no-repeat center center/12px 7px; }
    #btn_area_first ul li a.common_btn .btn_inner {
      width: 80%; }

@media screen and (max-width: 767px) {
  #btn_area_first ul {
    flex-direction: column; } }
@media screen and (max-width: 767px) {
  #btn_area_first ul li {
    margin-bottom: 8px; } }
@media screen and (max-width: 767px) {
  #btn_area_first ul li a.common_btn {
    margin: 8px auto 0;
    width: 90%;
    height: 56px; }
    #btn_area_first ul li a.common_btn:first-child {
      margin-top: 0; } }
#read .btn_area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch; }
  #read .btn_area .common_btn {
    background: -webkit-linear-gradient(#e95527 50%, #d24d23 51%, #e95527 100%);
    background: -o-linear-gradient(#e95527 50%, #d24d23 51%, #e95527 100%);
    background: linear-gradient(#e95527 50%, #d24d23 51%, #e95527 100%);
    font-size: 0.8125rem;
    text-align: left;
    width: 311px;
    height: 72px;
    margin: 0 5px 16px;
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between; }
    #read .btn_area .common_btn .btn_inner {
      width: 80%; }

@media screen and (max-width: 767px) {
  #read .btn_area {
    flex-direction: column; } }
@media screen and (max-width: 767px) {
  #read .btn_area .common_btn {
    margin: 8px auto 0;
    width: 90%;
    height: 56px; }
    #read .btn_area .common_btn:first-child {
      margin-top: 0; } }
/*------------------------------------------*/
.pagetitle_about {
  background: url(/smart-manufacturing/sp/shared/images/about/pagetitle_bg_about2.jpg) no-repeat center center/cover;
  min-height: 250px;
  height: 250px;
  color: #333;
  text-align: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 23px;
  box-sizing: border-box; }
  .pagetitle_about > div span {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 15px;
    display: block; }
  .pagetitle_about > div h1 {
    /*font-size:2.5rem;*/
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    display: block; }
    .pagetitle_about > div h1.small {
      /*font-size:2.125rem;*/
      font-size: 34px;
      line-height: 1.3; }

@media screen and (max-width: 767px) {
  .pagetitle_about {
    margin: 0 -16px;
    min-height: 175px;
    height: 175px;
    padding: 16px 16px;
    background-image: url(/smart-manufacturing/sp/shared/images/about/pagetitle_bg_about_sp.jpg); } }
@media screen and (max-width: 767px) {
  .pagetitle_about > div span {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0 0 10px; } }
@media screen and (max-width: 767px) {
  .pagetitle_about > div h1 {
    font-size: 1.25rem;
    line-height: 1.3; }
    .pagetitle_about > div h1.small {
      font-size: 1.125rem; } }
.smartfactory .pagetitle_about {
  background: url(/smart-manufacturing/sp/shared/images/about/pagetitle_bg_smartfactory.jpg) no-repeat center center/cover; }

@media screen and (max-width: 767px) {
  .smartfactory .pagetitle_about {
    background-image: url(/smart-manufacturing/sp/shared/images/about/pagetitle_bg_smartfactory_sp.jpg); } }
/*------------------------------------------*/
/*------------------------------------------*/
#point ol {
  margin: 0;
  padding: 0; }
  #point ol li {
    margin: 0 0 17px;
    padding: 0;
    list-style: none;
    display: flex; }
  #point ol h3 {
    margin: 0;
    padding: 0;
    background: #4bacc6;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    width: 120px; }
  #point ol .text {
    margin: 0;
    padding: 20px;
    background: #f5f5f5;
    flex: 1; }
    #point ol .text h4 {
      margin: 0 0 5px;
      padding: 0;
      font-size: 1.1rem;
      font-weight: 700; }
    #point ol .text p {
      margin: 0; }

@media screen and (max-width: 767px) {
  #point ol li {
    display: block; } }
@media screen and (max-width: 767px) {
  #point ol h3 {
    width: auto;
    display: block;
    text-align: center;
    font-size: 1rem;
    padding: 5px 0; } }
@media screen and (max-width: 767px) {
  #point ol .text {
    padding: 12px; } }
@media screen and (max-width: 767px) {
  #point ol .text h4 {
    font-size: 0.9rem; } }
/*------------------------------------------*/
#lumada .link {
  border-top: 1px dashed #ccc; }

/*------------------------------------------*/
#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 72px;
    margin: 0 0 24px;
    position: relative; }
    #category ul li.current {
      border-color: #dc0031; }
      #category ul li.current a {
        display: none; }
    #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); }

@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; } }
@media screen and (max-width: 767px) {
  #category ul li a + a {
    right: 0;
    margin-left: 12px; } }
.category__common_button {
  min-width: 290px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px; }
  @media screen and (max-width: 767px) {
    .category__common_button {
      position: relative;
      bottom: 0; } }

/*------------------------------------------*/
#product_search .btn_area {
  display: flex;
  justify-content: space-between; }
  #product_search .btn_area a {
    width: calc(33.3% - 9px * 2 / 3); }
    #product_search .btn_area a:before {
      content: "";
      width: 30px;
      height: 60px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
    #product_search .btn_area a.solution:before {
      background: url(/smart-manufacturing/sp/shared/images/ico_document.svg) no-repeat center center/30px; }
    #product_search .btn_area a.business:before {
      background: url(/smart-manufacturing/sp/shared/images/ico_bag.svg) no-repeat center center/contain; }
    #product_search .btn_area a.map:before {
      background: url(/smart-manufacturing/sp/shared/images/ico_map.svg) no-repeat center center/contain; }
    #product_search .btn_area a.forward:before {
      content: none; }

@media screen and (max-width: 767px) {
  #product_search .btn_area {
    display: block;
    padding: 0 15px; } }
@media screen and (max-width: 767px) {
  #product_search .btn_area a {
    width: 100%;
    margin: 0 0 12px;
    padding: 0 15px 0 60px;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    height: 80px;
    line-height: 1.3; }

  #product_search .btn_area a.forward {
    padding: 0 15px; } }
@media screen and (max-width: 767px) {
  #product_search .btn_area a:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -30px; } }
@media screen and (max-width: 767px) {
  #product_search .btn_area a.solution:before {
    background-size: 25px; } }
/*------------------------------------------*/
#digital b {
  font-size: 1.1rem;
  line-height: 1.4;
  display: block;
  margin: 0 0 5px; }

@media screen and (max-width: 767px) {
  #digital b {
    font-size: 1.2rem; } }
/*------------------------------------------*/
#task .thead {
  overflow: hidden;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: space-between; }
  #task .thead .blank {
    width: 93px; }
  #task .thead .task {
    background: #666;
    padding: 10px 0;
    width: 255px; }
  #task .thead .solution {
    background: #4bacc6;
    padding: 10px 0;
    width: 325px;
    margin-left: 10px;
    position: relative; }
    #task .thead .solution:before {
      content: "";
      width: 0;
      height: 0;
      border: 9px solid transparent;
      border-left: 9px solid #333;
      position: absolute;
      top: 50%;
      left: -15px;
      margin-top: -9px; }
#task .sec {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0; }
  #task .sec h4 {
    border-radius: 100px;
    border: 4px double #ccc;
    box-sizing: border-box;
    width: 93px;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.3;
    align-self: center; }
  #task .sec.optim h4 {
    background-color: #dbeef4;
    border-color: #2b7e95;
    color: #2b7e95; }
  #task .sec.trouble h4 {
    background-color: #ebf1de;
    border-color: #749648;
    color: #749648; }
  #task .sec.support h4 {
    background-color: #fdeada;
    border-color: #e87f20;
    color: #e87f20; }
  #task .sec.inherit h4 {
    background-color: #f5dfea;
    border-color: #c63ea1;
    color: #c63ea1; }
  #task .sec ul {
    padding: 17px 15px;
    box-sizing: border-box; }
    #task .sec ul li {
      text-indent: -1.2em;
      padding: 0 0 0 1.2em;
      font-size: 0.8rem; }
      #task .sec ul li:before {
        content: "■";
        display: inline-block;
        margin-right: 0.2em;
        text-indent: 0; }
    #task .sec ul.task {
      border: 1px solid #ccc;
      background: #f5f5f5;
      width: 255px; }
    #task .sec ul.solution {
      border: 1px solid #ccc;
      background: #deeff4;
      width: 325px;
      margin-left: 10px;
      position: relative; }
      #task .sec ul.solution:before {
        content: "";
        width: 0;
        height: 0;
        border: 9px solid transparent;
        border-left: 9px solid #333;
        position: absolute;
        top: 50%;
        left: -15px;
        margin-top: -9px; }

@media screen and (max-width: 767px) {
  #task .sec {
    display: block;
    margin: 0 0 20px; } }
@media screen and (max-width: 767px) {
  #task .sec h4 {
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 5px;
    font-size: 1rem; } }
@media screen and (max-width: 767px) {
  #task .sec ul.task {
    width: auto;
    margin: 10px 15px 20px; } }
@media screen and (max-width: 767px) {
  #task .sec ul.solution {
    width: auto;
    margin: 0px 15px 0px; } }
@media screen and (max-width: 767px) {
  #task .sec ul.solution:before {
    top: -15px;
    left: 50%;
    margin: 0 0 0 -9px;
    border: 9px solid transparent;
    border-top: 9px solid #333; } }
/*------------------------------------------*/
#image .case_solution {
  overflow: hidden;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  #image .case_solution a {
    text-decoration: none; }
  #image .case_solution > div {
    width: calc((100% - 23px) / 2);
    overflow: hidden;
    background-image: -moz-linear-gradient(90deg, #516986 0%, #627d9d 52%, #7390b3 100%);
    background-image: -webkit-linear-gradient(90deg, #516986 0%, #627d9d 52%, #7390b3 100%);
    background-image: -ms-linear-gradient(90deg, #516986 0%, #627d9d 52%, #7390b3 100%);
    padding: 20px 24px 24px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }
    #image .case_solution > div:after {
      content: "";
      border: 5px solid transparent;
      border-right: 5px solid #fff;
      border-bottom: 5px solid #fff;
      position: absolute;
      bottom: 8px;
      right: 8px; }
  #image .case_solution h3 {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0 0 10px; }
  #image .case_solution ul {
    background: #eef1f4;
    padding: 15px;
    flex: 1; }
  #image .case_solution .case ul li {
    display: block; }
  #image .case_solution .solution ul li {
    display: inline-block; }

@media screen and (max-width: 767px) {
  #image .case_solution {
    display: block; } }
@media screen and (max-width: 767px) {
  #image .case_solution > div {
    width: auto;
    padding: 14px; } }
@media screen and (max-width: 767px) {
  #image .case_solution h3 {
    font-size: 1rem;
    margin: 0 0 5px; } }
@media screen and (max-width: 767px) {
  #image .case_solution ul {
    padding: 10px; } }
@media screen and (max-width: 767px) {
  #image .case_solution .case {
    margin: 0 0 10px; } }
/*------------------------------------------*/
#necessary .inner .frame .wh .necessary_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dotted #ccc; }
  #necessary .inner .frame .wh .necessary_block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  #necessary .inner .frame .wh .necessary_block .necessary_block_left {
    width: 234px; }
    @media screen and (max-width: 767px) {
      #necessary .inner .frame .wh .necessary_block .necessary_block_left {
        width: 100%; } }
    #necessary .inner .frame .wh .necessary_block .necessary_block_left h3 {
      font-size: 1.25rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        #necessary .inner .frame .wh .necessary_block .necessary_block_left h3 {
          font-size: 1.125rem; } }
    #necessary .inner .frame .wh .necessary_block .necessary_block_left .necessary_block_img {
      margin-top: 16px;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        #necessary .inner .frame .wh .necessary_block .necessary_block_left .necessary_block_img {
          margin-top: 8px; } }
  #necessary .inner .frame .wh .necessary_block .necessary_block_right {
    width: 560px; }
    @media screen and (max-width: 767px) {
      #necessary .inner .frame .wh .necessary_block .necessary_block_right {
        width: 100%;
        margin-top: 16px; } }
    #necessary .inner .frame .wh .necessary_block .necessary_block_right .necessary_block_sub {
      background: #0799c4;
      font-size: 1rem;
      color: #fff;
      padding: 8px 16px;
      border: 1px solid #0799c4; }
      @media screen and (max-width: 767px) {
        #necessary .inner .frame .wh .necessary_block .necessary_block_right .necessary_block_sub {
          font-size: 0.875rem;
          padding: 4px 8px; } }
    #necessary .inner .frame .wh .necessary_block .necessary_block_right .necessary_block_txt {
      font-size: 0.8125rem;
      padding: 16px;
      border: 1px solid #0799c4; }
      @media screen and (max-width: 767px) {
        #necessary .inner .frame .wh .necessary_block .necessary_block_right .necessary_block_txt {
          font-size: 0.75rem;
          padding: 8px; } }
    #necessary .inner .frame .wh .necessary_block .necessary_block_right .necessary_block_result {
      font-size: 1.125rem;
      font-weight: bold;
      color: #d2783f;
      text-align: center;
      position: relative;
      padding-top: 24px; }
      @media screen and (max-width: 767px) {
        #necessary .inner .frame .wh .necessary_block .necessary_block_right .necessary_block_result {
          font-size: 1rem;
          padding-top: 16px; } }
      #necessary .inner .frame .wh .necessary_block .necessary_block_right .necessary_block_result::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        background-image: url(/smart-manufacturing/sp/shared/images/about/fig2_4.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 136px;
        height: 17px; }
        @media screen and (max-width: 767px) {
          #necessary .inner .frame .wh .necessary_block .necessary_block_right .necessary_block_result::before {
            width: 90px; } }
#necessary .inner .frame .wh:first-child {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    #necessary .inner .frame .wh:first-child {
      flex-direction: column; } }
  #necessary .inner .frame .wh:first-child .block {
    width: calc(100% / 3);
    color: #fff;
    padding: 24px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 10px;
    display: block; }
    @media screen and (max-width: 767px) {
      #necessary .inner .frame .wh:first-child .block {
        width: 100%;
        height: 100%;
        padding: 16px; } }
    #necessary .inner .frame .wh:first-child .block.no1 {
      background: #0799C4; }
    #necessary .inner .frame .wh:first-child .block.no2 {
      background: #0799C4; }
    #necessary .inner .frame .wh:first-child .block.no3 {
      background: #0799C4; }
    #necessary .inner .frame .wh:first-child .block .img {
      width: 100%;
      text-align: center;
      position: relative;
      z-index: 1; }
      #necessary .inner .frame .wh:first-child .block .img img {
        object-fit: cover;
        border-radius: 50%;
        object-position: 0px 0px; }
    #necessary .inner .frame .wh:first-child .block .txt {
      width: 100%;
      position: relative;
      z-index: 2; }
      #necessary .inner .frame .wh:first-child .block .txt h4 {
        font-size: 1.25rem;
        font-weight: bold;
        text-align: center;
        background: #CDEBF3;
        color: #0799C4;
        margin: -16px 0 16px;
        padding: 4px 0; }
        @media screen and (max-width: 767px) {
          #necessary .inner .frame .wh:first-child .block .txt h4 {
            margin: -8px 0 8px; } }
      #necessary .inner .frame .wh:first-child .block .txt ul {
        margin-top: 8px; }
        @media screen and (max-width: 767px) {
          #necessary .inner .frame .wh:first-child .block .txt ul {
            margin-top: 4px; } }
        #necessary .inner .frame .wh:first-child .block .txt ul li {
          padding-left: 1em;
          text-indent: -1em;
          margin-top: 4px; }
          @media screen and (max-width: 767px) {
            #necessary .inner .frame .wh:first-child .block .txt ul li {
              margin-top: 2px; } }

/*------------------------------------------*/
.about_txt {
  font-size: 1rem;
  text-align: center; }
  .about_txt strong {
    color: #d2783f; }

@media screen and (max-width: 767px) {
  .about_txt {
    text-align: left; } }
/*------------------------------------------*/
#overview .inner .frame .wh .what .what_block h3 {
  background: #0799c4;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 8px; }
  @media screen and (max-width: 767px) {
    #overview .inner .frame .wh .what .what_block h3 {
      font-size: 1.125rem;
      padding: 4px; } }
#overview .inner .frame .wh .what .what_block .what_block_inner {
  padding: 0 48px; }
  @media screen and (max-width: 767px) {
    #overview .inner .frame .wh .what .what_block .what_block_inner {
      padding: 0 16px; } }
  #overview .inner .frame .wh .what .what_block .what_block_inner .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px; }
    @media screen and (max-width: 767px) {
      #overview .inner .frame .wh .what .what_block .what_block_inner .img {
        margin-top: 16px; }
        #overview .inner .frame .wh .what .what_block .what_block_inner .img img {
          width: 100%; } }
  #overview .inner .frame .wh .what .what_block .what_block_inner .txt {
    margin-top: 32px;
    background: #e6f0f8;
    padding: 16px;
    text-align: center;
    width: 100%;
    font-size: 1rem;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #overview .inner .frame .wh .what .what_block .what_block_inner .txt {
        margin-top: 16px;
        padding: 8px;
        font-size: 0.875rem;
        text-align: left; } }
#overview .inner .frame .wh .approach_point .approach_point_frame {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    #overview .inner .frame .wh .approach_point .approach_point_frame {
      flex-direction: column; } }
  #overview .inner .frame .wh .approach_point .approach_point_frame .approach_point_block {
    width: 400px;
    margin: 0 8px; }
    @media screen and (max-width: 767px) {
      #overview .inner .frame .wh .approach_point .approach_point_frame .approach_point_block {
        width: 100%;
        margin: 8px 0; }
        #overview .inner .frame .wh .approach_point .approach_point_frame .approach_point_block:first-child {
          margin: 0 0; } }
    #overview .inner .frame .wh .approach_point .approach_point_frame .approach_point_block h4 {
      font-size: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      padding: 8px;
      background: #d2783f; }
      @media screen and (max-width: 767px) {
        #overview .inner .frame .wh .approach_point .approach_point_frame .approach_point_block h4 {
          font-size: 0.875rem;
          padding: 4px; } }
    #overview .inner .frame .wh .approach_point .approach_point_frame .approach_point_block .txt {
      padding: 16px;
      border: 1px solid #d2783f;
      width: 100%;
      box-sizing: border-box;
      text-align: center;
      font-size: 0.8125rem; }
      @media screen and (max-width: 767px) {
        #overview .inner .frame .wh .approach_point .approach_point_frame .approach_point_block .txt {
          padding: 8px;
          font-size: 0.75rem;
          text-align: left; } }
#overview .inner .frame .wh .flow {
  margin-top: 48px; }
  @media screen and (max-width: 767px) {
    #overview .inner .frame .wh .flow {
      margin-top: 24px; } }
  #overview .inner .frame .wh .flow .flow_frame {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      #overview .inner .frame .wh .flow .flow_frame:first-child {
        flex-direction: column-reverse; }
        #overview .inner .frame .wh .flow .flow_frame:first-child .right_area {
          margin-bottom: 8px; } }
    @media screen and (max-width: 767px) {
      #overview .inner .frame .wh .flow .flow_frame:last-child {
        flex-direction: column; }
        #overview .inner .frame .wh .flow .flow_frame:last-child .right_area {
          margin-top: 8px; } }
    #overview .inner .frame .wh .flow .flow_frame .left_area {
      width: 600px; }
      @media screen and (max-width: 767px) {
        #overview .inner .frame .wh .flow .flow_frame .left_area {
          width: 100%; } }
    #overview .inner .frame .wh .flow .flow_frame .right_area {
      width: 230px; }
      @media screen and (max-width: 767px) {
        #overview .inner .frame .wh .flow .flow_frame .right_area {
          width: 100%;
          height: 100%; } }
    #overview .inner .frame .wh .flow .flow_frame .block.border {
      border: 1px solid #eee;
      box-sizing: border-box;
      padding: 24px; }
      @media screen and (max-width: 767px) {
        #overview .inner .frame .wh .flow .flow_frame .block.border {
          padding: 12px; } }
    #overview .inner .frame .wh .flow .flow_frame .block.img img {
      width: 100%; }
    @media screen and (max-width: 767px) {
      #overview .inner .frame .wh .flow .flow_frame .block.img {
        width: 50%;
        margin: 0 auto; } }
    #overview .inner .frame .wh .flow .flow_frame .block .sub {
      display: flex;
      align-items: center;
      font-size: 1.25rem;
      font-weight: 700;
      color: #D2783F; }
      @media screen and (max-width: 767px) {
        #overview .inner .frame .wh .flow .flow_frame .block .sub {
          font-size: 1.125rem; } }
      #overview .inner .frame .wh .flow .flow_frame .block .sub .no {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #D2783F;
        color: #fff;
        line-height: 1;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        margin-right: 8px; }
        @media screen and (max-width: 767px) {
          #overview .inner .frame .wh .flow .flow_frame .block .sub .no {
            width: 20px;
            height: 20px;
            border-radius: 10px;
            margin-right: 4px; } }
    #overview .inner .frame .wh .flow .flow_frame .block .txt {
      margin-top: 8px; }
      @media screen and (max-width: 767px) {
        #overview .inner .frame .wh .flow .flow_frame .block .txt {
          margin-top: 4px; } }
    #overview .inner .frame .wh .flow .flow_frame .block .arrow {
      padding: 8px 0;
      height: 14px; }
      #overview .inner .frame .wh .flow .flow_frame .block .arrow::before {
        border-top: 14px solid #D2783F; }
#overview .inner .frame .wh .promotion {
  margin-top: 32px;
  font-size: 1.25rem;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    #overview .inner .frame .wh .promotion {
      margin-top: 16px;
      font-size: 1rem; } }
  #overview .inner .frame .wh .promotion span {
    color: #D2783F; }

/*------------------------------------------*/
#about_mv_cta {
  background-color: #333;
  padding: 35px 32px;
  margin: 20px 0 80px; }
  @media screen and (max-width: 767px) {
    #about_mv_cta {
      padding: 20px 18px 30px;
      margin: 15px 0 30px; } }

.about_mv_cta__heading_wrapper {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .about_mv_cta__heading_wrapper {
      display: block; } }

.about_mv_cta__heading {
  width: calc(50% - 26px);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(35 / 24);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .about_mv_cta__heading {
      width: 100%;
      font-size: 17px;
      line-height: calc(17 / 11); } }

.about_mv_cta__text {
  width: calc(50% + 26px);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: calc(23 / 15);
  margin: 0; }
  @media screen and (max-width: 767px) {
    .about_mv_cta__text {
      width: 100%;
      font-size: 12px;
      line-height: calc(17 / 12);
      text-align: center;
      margin-top: 10px; } }

.about_mv_cta__button_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 26px;
  margin-top: 26px; }
  @media screen and (max-width: 767px) {
    .about_mv_cta__button_wrapper {
      grid-template-columns: none; } }

.about_mv_cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  background: linear-gradient(to bottom, #c30100 50%, #B10100 51%);
  padding: 12px 24px;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .about_mv_cta__button {
      min-height: 68px;
      padding: 15px 10px; } }

.about_mv_cta__button--contact {
  font-size: 24px;
  line-height: calc(32 / 24); }
  .about_mv_cta__button--contact span {
    padding-left: 54px;
    position: relative; }
    .about_mv_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) {
    .about_mv_cta__button--contact {
      font-size: 21px;
      line-height: calc(30 / 21); }
      .about_mv_cta__button--contact span {
        padding-left: 46px; }
        .about_mv_cta__button--contact span:before {
          width: 30px;
          height: 20px; } }

.about_mv_cta__button--download {
  font-size: 20px;
  line-height: calc(28 / 20); }
  .about_mv_cta__button--download span {
    padding-left: 40px;
    position: relative; }
    .about_mv_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) {
    .about_mv_cta__button--download {
      font-size: 21px;
      line-height: calc(30 / 21); }
      .about_mv_cta__button--download span {
        font-size: 14px;
        line-height: calc(18 / 14);
        padding-left: 30px; }
        .about_mv_cta__button--download span:before {
          width: 24px;
          height: 30px; } }

/*------------------------------------------*/
.about_solution {
  padding-top: 40px; }
  @media screen and (max-width: 767px) {
    .about_solution {
      padding-top: 20px; } }

.about_solution__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media screen and (max-width: 767px) {
    .about_solution__lists {
      grid-template-columns: none;
      gap: 14px 0; } }

.about_solution__list {
  box-sizing: border-box;
  padding: 0 0 96px;
  position: relative; }
  .about_solution__list:nth-of-type(1) {
    background-color: #D2EBF3; }
    .about_solution__list:nth-of-type(1) .about_solution__heading {
      background-color: #1F9AC2; }
    .about_solution__list:nth-of-type(1) .about_solution__item:before {
      color: #1F9AC2; }
  .about_solution__list:nth-of-type(2) {
    background-color: #E5DEE8; }
    .about_solution__list:nth-of-type(2) .about_solution__heading {
      background-color: #7D598E; }
    .about_solution__list:nth-of-type(2) .about_solution__item:before {
      color: #7D598E; }
  .about_solution__list:nth-of-type(3) {
    background-color: #FAE5D5; }
    .about_solution__list:nth-of-type(3) .about_solution__heading {
      background-color: #E57F30; }
    .about_solution__list:nth-of-type(3) .about_solution__item:before {
      color: #E57F30; }
  .about_solution__list:nth-of-type(4) {
    background-color: #DAECE2; }
    .about_solution__list:nth-of-type(4) .about_solution__heading {
      background-color: #489E70; }
    .about_solution__list:nth-of-type(4) .about_solution__item:before {
      color: #489E70; }
  @media screen and (max-width: 767px) {
    .about_solution__list {
      padding: 0 0 86px; } }

.about_solution__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(28 / 20);
  text-align: center;
  box-sizing: border-box;
  padding: 12px 24px; }
  @media screen and (max-width: 767px) {
    .about_solution__heading {
      min-height: 62px;
      font-size: 15px;
      padding: 10px 20px; } }

.about_solution__items {
  padding: 25px 25px 0; }
  @media screen and (max-width: 767px) {
    .about_solution__items {
      padding: 15px 15px 0; } }

.about_solution__item {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(23 / 15);
  padding-left: 18px;
  position: relative; }
  .about_solution__item:before {
    content: "■";
    font-size: 12px;
    line-height: calc(23 / 12);
    position: absolute;
    left: 0; }
  .about_solution__item:not(:first-of-type) {
    margin-top: 16px; }
  @media screen and (max-width: 767px) {
    .about_solution__item {
      font-size: 12px;
      line-height: calc(17 / 12);
      padding-left: 14px; }
      .about_solution__item:before {
        content: "■";
        font-size: 10px;
        line-height: calc(17 / 10);
        position: absolute;
        left: 0; }
      .about_solution__item:not(:first-of-type) {
        margin-top: 12px; } }

.about_solution__common_button {
  min-width: 300px;
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0; }
  @media screen and (max-width: 767px) {
    .about_solution__common_button {
      min-width: 270px;
      bottom: 20px; } }

/*------------------------------------------*/
.about_cta {
  background-color: #333;
  padding: 30px 20px;
  margin: 30px 0 60px; }
  @media screen and (max-width: 767px) {
    .about_cta {
      padding: 20px 18px 30px;
      margin: 20px 0 30px; } }

.about_cta__heading {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: calc(44 / 30);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .about_cta__heading {
      font-size: 17px;
      line-height: calc(17 / 11); } }

.about_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) {
    .about_cta__text {
      font-size: 12px;
      line-height: calc(17 / 12); } }

.about_cta__button_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 18px;
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .about_cta__button_wrapper {
      grid-template-columns: none;
      margin-top: 22px; } }

.about_cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  background: linear-gradient(to bottom, #c30100 50%, #B10100 51%);
  padding: 12px 24px;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .about_cta__button {
      min-height: 68px;
      padding: 15px 10px; } }

.about_cta__button--contact {
  font-size: 24px;
  line-height: calc(32 / 24); }
  .about_cta__button--contact span {
    padding-left: 54px;
    position: relative; }
    .about_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) {
    .about_cta__button--contact {
      font-size: 21px;
      line-height: calc(30 / 21); }
      .about_cta__button--contact span {
        padding-left: 46px; }
        .about_cta__button--contact span:before {
          width: 30px;
          height: 20px; } }

.about_cta__button--download {
  font-size: 20px;
  line-height: calc(28 / 20); }
  .about_cta__button--download span {
    padding-left: 40px;
    position: relative; }
    .about_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) {
    .about_cta__button--download {
      font-size: 21px;
      line-height: calc(30 / 21); }
      .about_cta__button--download span {
        font-size: 14px;
        line-height: calc(18 / 14);
        padding-left: 30px; }
        .about_cta__button--download span:before {
          width: 24px;
          height: 30px; } }

/*------------------------------------------*/
.about_download {
  width: 100%;
  max-width: 696px;
  background: center/cover url(/smart-manufacturing/sp/shared/images/about/about_download_bg_pc.jpg);
  margin: 100px auto 0;
  box-sizing: border-box;
  position: relative; }
  .about_download a {
    display: block;
    padding: 10px 50px 20px 148px;
    border: 5px solid #333;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
  @media screen and (max-width: 767px) {
    .about_download {
      background: center/cover url(/smart-manufacturing/sp/shared/images/about/about_download_bg_sp.jpg);
      margin: 48px auto 0; }
      .about_download a {
        padding: 6px 6px 42px 124px; } }

.about_download__text {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .about_download__text:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1px;
    background-color: #000;
    margin-right: 5px; }
  .about_download__text:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1px;
    background-color: #000;
    margin-left: 5px; }
  @media screen and (max-width: 767px) {
    .about_download__text {
      font-size: 12px;
      font-weight: 500;
      line-height: calc(17 / 12); } }

.about_download__heading {
  color: #C50D13;
  font-size: 20px;
  font-weight: 900;
  line-height: calc(30 / 20);
  text-align: center;
  margin-top: 4px; }
  @media screen and (max-width: 767px) {
    .about_download__heading {
      font-size: 15px;
      letter-spacing: -0.05em;
      line-height: calc(20 / 15); } }

.about_download__image {
  width: 135px;
  position: absolute;
  top: 21px;
  left: 18px; }
  @media screen and (max-width: 767px) {
    .about_download__image {
      width: 100px;
      top: 27px;
      left: 10px; } }

.about_download__link {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(24 / 16);
  box-sizing: border-box;
  padding: 8px 26px 8px 12px;
  position: absolute;
  right: -5px;
  bottom: -5px; }
  .about_download__link span {
    position: relative; }
    .about_download__link span:after {
      content: "";
      width: 10px;
      height: 16px;
      display: inline-block;
      background: center/contain no-repeat url(/smart-manufacturing/sp/shared/images/arrow_wh_rt.svg);
      position: absolute;
      top: 50%;
      right: -16px;
      transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .about_download__link {
      width: calc(100% + 10px);
      text-align: center;
      padding: 5px; } }

.about_download__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #C50D13;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: calc(36 / 25);
  position: absolute;
  top: -18px;
  left: -18px;
  pointer-events: none; }
  @media screen and (max-width: 767px) {
    .about_download__badge {
      width: 60px;
      height: 60px;
      font-size: 21px;
      line-height: calc(30 / 21);
      top: -16px;
      left: -16px; } }

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
