@charset "UTF-8";
/* Scss Document */
/*------------------------------------------*/
.pagetitle_products {
  background: url(/smart-manufacturing/sp/shared/images/products/pagetitle_bg_business.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 20px; }
  @media screen and (max-width: 767px) {
    .pagetitle_products {
      margin: 0 -16px 20px;
      min-height: 125px;
      height: 125px;
      padding: 16px 16px;
      background-image: url(/smart-manufacturing/sp/shared/images/products/pagetitle_bg_business_sp.jpg); } }
  .pagetitle_products > div span {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 15px;
    display: block; }
    @media screen and (max-width: 767px) {
      .pagetitle_products > div span {
        font-size: 0.75rem;
        line-height: 1.4;
        margin: 0 0 10px; } }
  .pagetitle_products > div h1 {
    /*font-size:2.5rem;*/
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    display: block; }
    .pagetitle_products > div h1.small {
      /*font-size:2.125rem;*/
      font-size: 34px;
      line-height: 1.3; }
    @media screen and (max-width: 767px) {
      .pagetitle_products > div h1 {
        font-size: 1.25rem;
        line-height: 1.3; }
        .pagetitle_products > div h1.small {
          font-size: 1.125rem; } }

/*------------------------------------------*/
#btn_area_wrap .btn_area .common_btn.more {
  margin-bottom: 16px; }
  @media screen and (max-width: 767px) {
    #btn_area_wrap .btn_area .common_btn.more {
      margin-bottom: 8px; } }
#btn_area_wrap ul {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    #btn_area_wrap ul {
      flex-direction: column; } }
  #btn_area_wrap ul li {
    width: calc(25% - (20px * 3) / 4); }
    @media screen and (max-width: 767px) {
      #btn_area_wrap ul li {
        width: 100%;
        margin-bottom: 8px; } }
    #btn_area_wrap 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: 100%;
      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_wrap 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_wrap 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_wrap 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_wrap 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%); }
      @media screen and (max-width: 767px) {
        #btn_area_wrap ul li a.common_btn {
          margin: 8px auto 0;
          width: 100%;
          height: 56px; }
          #btn_area_wrap ul li a.common_btn:first-child {
            margin-top: 0; } }
      #btn_area_wrap 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_wrap ul li a.common_btn .btn_inner {
        width: 80%; }

/*------------------------------------------*/
.pagetitle_about {
  background: url(/smart-manufacturing/sp/shared/images/about/pagetitle_bg_about2.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; }
  .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 20px;
    min-height: 125px;
    height: 125px;
    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; } }
.about_smartfactory .pagetitle_about {
  background: url(/smart-manufacturing/sp/shared/images/about_smartfactory/pagetitle_bg_about_smartfactory.jpg) no-repeat center center/cover; }

@media screen and (max-width: 767px) {
  .about_smartfactory .pagetitle_about {
    background-image: url(/smart-manufacturing/sp/shared/images/about_smartfactory/pagetitle_bg_about_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 0 -24px 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    #category ul {
      margin: 0 0 -15px 0; } }
  #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: 140px; }

@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; } }
/*------------------------------------------*/
#product_search .btn_area {
  display: flex;
  justify-content: space-between; }
  #product_search .btn_area a {
    width: 311px; }
    #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; }

@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; } }
@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: #5d6e89;
    padding: 10px 0;
    width: 255px; }
  #task .thead .solution {
    background: #0799c4;
    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: 1rem;
    line-height: 1.2;
    align-self: center; }
  #task .sec.optim h4, #task .sec.trouble h4, #task .sec.support h4, #task .sec.inherit h4 {
    background-color: #cdebf3;
    border-color: #0799c4;
    color: #0799c4; }
  #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: #eef0f3;
      width: 255px; }
    #task .sec ul.solution {
      border: 1px solid #ccc;
      background: #e6f5f9;
      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; }
#task .attention {
  font-size: 90%;
  margin-left: 100px; }

@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; } }
@media screen and (max-width: 767px) {
  #task .attention {
    margin-left: 16px; } }
/*------------------------------------------*/
#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;*/
    height: 100%; }
  #image .case_solution .case {
    position: relative;
    transition: all 0.3s ease 0s; }
    #image .case_solution .case:hover {
      opacity: 0.7; }
    #image .case_solution .case a.link_block {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    #image .case_solution .case ul li {
      display: block; }
  #image .case_solution .solution {
    transition: all 0.3s ease 0s;
    position: relative; }
    #image .case_solution .solution:hover {
      opacity: 0.7; }
    #image .case_solution .solution a.link_block {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    #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; } }
/*------------------------------------------*/
#smartfactory .hw_line1:after {
  background: #4bacc6; }

#smartfactory .frame .wh .text_and_image .circle_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 284px;
  height: 246px;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 16px; }
  #smartfactory .frame .wh .text_and_image .circle_block .circle_frame {
    position: relative;
    width: 100%;
    height: 100%; }
    #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle {
      position: absolute;
      width: 97px;
      height: 97px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: bold;
      line-height: 1.2;
      box-sizing: border-box; }
      #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.blue1 {
        color: #0799c4;
        background: #cdebf3;
        border: 3px double #0799c4;
        font-size: 1.125rem;
        top: 0;
        left: 15px; }
        @media screen and (max-width: 767px) {
          #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.blue1 {
            font-size: 0.625rem;
            left: 0px; } }
      #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.blue2 {
        color: #0799c4;
        background: #cdebf3;
        border: 3px double #0799c4;
        font-size: 1.125rem;
        top: 0;
        left: 111px; }
        @media screen and (max-width: 767px) {
          #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.blue2 {
            font-size: 0.625rem;
            left: 70px; } }
      #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.blue3 {
        color: #0799c4;
        background: #cdebf3;
        border: 3px double #0799c4;
        font-size: 1.125rem;
        top: 85px;
        left: 49px; }
        @media screen and (max-width: 767px) {
          #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.blue3 {
            font-size: 0.625rem;
            top: inherit;
            bottom: 0;
            left: 35px; } }
      #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.blue4 {
        color: #0799c4;
        background: #cdebf3;
        border: 3px double #0799c4;
        font-size: 1.125rem;
        top: 85px;
        left: 146px; }
        @media screen and (max-width: 767px) {
          #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.blue4 {
            font-size: 0.625rem;
            top: inherit;
            bottom: 0;
            left: 104px; } }
      #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.green {
        color: #3e9f6e;
        background: #d8ece2;
        border: 3px double #3e9f6e;
        font-size: 1.25rem;
        top: 0;
        left: 97px; }
      #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.orange {
        color: #e87f20;
        background: #f6e4d9;
        border: 3px double #e87f20;
        font-size: 1.1875rem;
        top: 85px;
        left: 49px; }
      #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.purple {
        color: #7f5690;
        background: #e5dde9;
        border: 3px double #7f5690;
        font-size: 1.25rem;
        top: 85px;
        left: 146px; }
  #smartfactory .frame .wh .text_and_image .circle_block .txt {
    margin-top: 8px;
    font-size: 0.8125rem;
    text-align: center; }

@media screen and (max-width: 767px) {
  #smartfactory .frame .wh .text_and_image .circle_block {
    width: 100%;
    height: auto; } }
@media screen and (max-width: 767px) {
  #smartfactory .frame .wh .text_and_image .circle_block .circle_frame {
    width: 170px;
    height: 130px;
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  #smartfactory
  .frame
  .wh
  .text_and_image
  .circle_block
  .circle_frame
  .circle {
    width: 70px;
    height: 70px; } }
@media screen and (max-width: 767px) {
  #smartfactory
  .frame
  .wh
  .text_and_image
  .circle_block
  .circle_frame
  .circle.blue {
    font-size: 0.75rem; } }
@media screen and (max-width: 767px) {
  #smartfactory
  .frame
  .wh
  .text_and_image
  .circle_block
  .circle_frame
  .circle.green {
    font-size: 0.875rem;
    left: 70px; } }
@media screen and (max-width: 767px) {
  #smartfactory
  .frame
  .wh
  .text_and_image
  .circle_block
  .circle_frame
  .circle.orange {
    font-size: 0.8125rem;
    top: 60px;
    left: 35px; } }
@media screen and (max-width: 767px) {
  #smartfactory
  .frame
  .wh
  .text_and_image
  .circle_block
  .circle_frame
  .circle.purple {
    font-size: 0.875rem;
    top: 60px;
    left: 105px; } }
@media screen and (max-width: 767px) {
  #smartfactory .frame .wh .text_and_image .circle_block .txt {
    font-size: 0.75rem; } }
/*------------------------------------------*/
#date_task .block_border {
  border: 1px solid #eee;
  padding: 24px;
  box-sizing: border-box; }
  #date_task .block_border .frame {
    display: flex;
    justify-content: space-between;
    padding: 0 32px;
    margin-top: 24px;
    background: none; }
    #date_task .block_border .frame .blue {
      color: #fff;
      font-size: 0.9375rem;
      background: #0799c4;
      padding: 10px 32px;
      text-align: center;
      border-radius: 4px;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #date_task .block_border .frame .blue:last-child {
          margin-top: 8px; } }

@media screen and (max-width: 767px) {
  #date_task .block_border {
    padding: 16px; } }
@media screen and (max-width: 767px) {
  #date_task .block_border .frame {
    flex-direction: column;
    margin-top: 16px; } }
@media screen and (max-width: 767px) {
  #date_task .block_border .frame .orange {
    width: 100%;
    font-size: 0.8125rem;
    padding: 8px 16px; }
    #date_task .block_border .frame .orange:last-child {
      margin-top: 8px; } }
/*------------------------------------------*/
#date_solution .block_border {
  border: 1px solid #eee;
  padding: 24px;
  box-sizing: border-box; }
  #date_solution .block_border .block_border_frame {
    display: flex;
    justify-content: space-between; }
    #date_solution .block_border .block_border_frame .frame_block {
      width: 450px; }
      #date_solution .block_border .block_border_frame .frame_block:last-child {
        position: relative;
        width: 190px; }
        #date_solution .block_border .block_border_frame .frame_block:last-child::before {
          content: "";
          position: absolute;
          background: url(/smart-manufacturing/sp/shared/images/about_smartfactory/fig4_3.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 52px;
          height: 40px;
          top: 140px;
          left: -28px; }
        #date_solution .block_border .block_border_frame .frame_block:last-child .img {
          width: 80%;
          margin: 16px auto 0;
          text-align: center; }
      #date_solution .block_border .block_border_frame .frame_block .frame_block_sub {
        background: #0799c4;
        padding: 8px 16px;
        color: #fff;
        font-size: 1rem;
        font-weight: bold; }
      #date_solution .block_border .block_border_frame .frame_block .frame_block_inner {
        padding: 16px;
        box-sizing: border-box;
        border: 1px solid #0799c4;
        height: 253px; }
        #date_solution .block_border .block_border_frame .frame_block .frame_block_inner .txt {
          font-size: 0.6875rem; }
        #date_solution .block_border .block_border_frame .frame_block .frame_block_inner .img {
          margin-top: 16px;
          text-align: center; }
        #date_solution .block_border .block_border_frame .frame_block .frame_block_inner .orange_area {
          display: flex;
          justify-content: space-between;
          margin-top: 16px; }
          #date_solution .block_border .block_border_frame .frame_block .frame_block_inner .orange_area .orange_area_block {
            width: 135px;
            height: 54px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            background: #e6f5f9;
            flex-direction: column;
            font-size: 0.625rem;
            color: #0799c4; }
            #date_solution .block_border .block_border_frame .frame_block .frame_block_inner .orange_area .orange_area_block span {
              font-size: 0.6875rem;
              font-weight: bold; }
    #date_solution .block_border .block_border_frame .frame_table {
      margin-top: 16px;
      width: 490px;
      display: table; }
      #date_solution .block_border .block_border_frame .frame_table .tr {
        display: table-row; }
        #date_solution .block_border .block_border_frame .frame_table .tr:nth-child(3) .td, #date_solution .block_border .block_border_frame .frame_table .tr:nth-child(5) .td {
          background: #f2fafc; }
        #date_solution .block_border .block_border_frame .frame_table .tr .th {
          display: table-cell;
          background: #0799c4;
          font-size: 0.8125rem;
          font-weight: bold;
          border: 1px solid #fff;
          padding: 8px 10px;
          color: #fff;
          width: 50%; }
        #date_solution .block_border .block_border_frame .frame_table .tr .td {
          display: table-cell;
          border: 1px solid #fff;
          padding: 10px;
          background: #e6f5f9;
          font-size: 0.6875rem;
          width: 50%; }
          #date_solution .block_border .block_border_frame .frame_table .tr .td ul li {
            padding-left: 1em;
            text-indent: -1em; }
    #date_solution .block_border .block_border_frame .circle_area {
      width: 150px;
      margin-top: 16px; }
      #date_solution .block_border .block_border_frame .circle_area ul li {
        background: #e6f5f9;
        color: #0799c4;
        font-size: 0.8125rem;
        font-weight: bold;
        width: 100%;
        padding: 16px 0;
        text-align: center;
        border-radius: 100%;
        box-sizing: border-box;
        margin-bottom: 8px; }
        #date_solution .block_border .block_border_frame .circle_area ul li:last-child {
          margin-bottom: 0;
          background: #0799c4;
          color: #e6f5f9;
          border-radius: 16px; }

@media screen and (max-width: 767px) {
  #date_solution .block_border {
    padding: 16px; } }
@media screen and (max-width: 767px) {
  #date_solution .block_border .block_border_frame {
    flex-direction: column; } }
@media screen and (max-width: 767px) {
  #date_solution .block_border .block_border_frame .frame_block {
    width: 100%;
    height: 100%; } }
@media screen and (max-width: 767px) {
  #date_solution .block_border .block_border_frame .frame_block:last-child {
    width: 100%;
    margin-top: 32px; } }
@media screen and (max-width: 767px) {
  #date_solution
  .block_border
  .block_border_frame
  .frame_block:last-child::before {
    background: url(/smart-manufacturing/sp/shared/images/about_smartfactory/fig4_4.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 12px;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); } }
@media screen and (max-width: 767px) {
  #date_solution
  .block_border
  .block_border_frame
  .frame_block
  .frame_block_sub {
    font-size: 0.875rem; } }
@media screen and (max-width: 767px) {
  #date_solution
  .block_border
  .block_border_frame
  .frame_block
  .frame_block_inner {
    height: auto; } }
@media screen and (max-width: 767px) {
  #date_solution
  .block_border
  .block_border_frame
  .frame_block
  .frame_block_inner
  .orange_area {
    flex-direction: column; } }
@media screen and (max-width: 767px) {
  #date_solution
  .block_border
  .block_border_frame
  .frame_block
  .frame_block_inner
  .orange_area
  .orange_area_block {
    width: 100%;
    margin-top: 4px;
    height: 48px; }
    #date_solution
    .block_border
    .block_border_frame
    .frame_block
    .frame_block_inner
    .orange_area
    .orange_area_block:first-child {
      margin-top: 0; } }
@media screen and (max-width: 767px) {
  #date_solution .block_border .block_border_frame .frame_table {
    width: 100%; } }
@media screen and (max-width: 767px) {
  #date_solution .block_border .block_border_frame .frame_table .tr .th {
    font-size: 0.75rem; } }
@media screen and (max-width: 767px) {
  #date_solution .block_border .block_border_frame .circle_area {
    width: 100%; } }
/*------------------------------------------*/
#smartfactory_Download {
  width: 100%;
  max-width: 696px;
  background: center/cover url(/smart-manufacturing/sp/shared/images/about_smartfactory/smartfactory_download_bg_pc.jpg);
  margin: 100px auto 0;
  box-sizing: border-box;
  position: relative; }
  #smartfactory_Download a {
    display: block;
    min-height: 128px;
    padding: 16px 20px 16px 174px;
    border: 5px solid #333;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
  @media screen and (max-width: 767px) {
    #smartfactory_Download {
      margin: 48px auto 0;
      background: center/cover url(/smart-manufacturing/sp/shared/images/about_smartfactory/smartfactory_download_bg_sp.jpg); }
      #smartfactory_Download a {
        padding: 20px 8px 50px 130px; } }

.smartfactory_Download__heading {
  color: #e60027;
  font-size: 20px;
  font-weight: 900;
  line-height: calc(30 / 20);
  padding-left: 8px; }
  @media screen and (max-width: 767px) {
    .smartfactory_Download__heading {
      font-size: 17px;
      letter-spacing: -0.05em;
      line-height: calc(23 / 17);
      text-align: center;
      padding-left: 0; } }

.smartfactory_Download__text {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
  margin: 4px 0 0; }
  @media screen and (max-width: 767px) {
    .smartfactory_Download__text {
      font-size: 12px;
      font-weight: 500;
      line-height: calc(19 / 12);
      text-align: center;
      margin: 8px 0 0; } }

.smartfactory_Download__image {
  width: 134px;
  position: absolute;
  top: 10px;
  left: 32px; }
  @media screen and (max-width: 767px) {
    .smartfactory_Download__image {
      width: 116px;
      top: 35px;
      left: 6px; } }

.smartfactory_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; }
  .smartfactory_Download__link span {
    position: relative; }
    .smartfactory_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) {
    .smartfactory_Download__link {
      width: calc(100% + 10px);
      text-align: center;
      padding: 5px; } }

.smartfactory_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) {
    .smartfactory_Download__badge {
      width: 60px;
      height: 60px;
      font-size: 21px;
      line-height: calc(30 / 21);
      top: -16px;
      left: -16px; } }

/*------------------------------------------*/
.case_frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .case_frame {
      flex-direction: column; } }
  .case_frame .case_block {
    position: relative;
    width: 342px;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    transition: all 0.3s ease 0s; }
    .case_frame .case_block:hover {
      background: #fafafa; }
      .case_frame .case_block:hover h3.sub {
        background: #ccc; }
    @media screen and (max-width: 767px) {
      .case_frame .case_block {
        width: 100%; } }
    .case_frame .case_block a.link_block {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .case_frame .case_block h3.sub_smart {
      background: #0799c4;
      transition: all 0.3s ease 0s; }
      .case_frame .case_block h3.sub_smart span {
        color: #fff;
        font-size: 12px;
        display: block;
        padding: 8px 16px;
        border-bottom: 1px solid #e6f5f9; }
    .case_frame .case_block h3.sub_global {
      background: #7f5690;
      transition: all 0.3s ease 0s; }
      .case_frame .case_block h3.sub_global span {
        color: #fff;
        font-size: 12px;
        display: block;
        padding: 8px 16px;
        border-bottom: 1px solid #f2effb; }
    .case_frame .case_block h3.sub_service {
      background: #e87f20;
      transition: all 0.3s ease 0s; }
      .case_frame .case_block h3.sub_service span {
        color: #fff;
        font-size: 12px;
        display: block;
        padding: 8px 16px;
        border-bottom: 1px solid #f8e6e0; }
    .case_frame .case_block h3.sub_admin {
      background: #3e9f6e;
      transition: all 0.3s ease 0s; }
      .case_frame .case_block h3.sub_admin span {
        color: #fff;
        font-size: 12px;
        display: block;
        padding: 8px 16px;
        border-bottom: 1px solid #e0f8ec; }
    .case_frame .case_block .case_contents .case_inner {
      padding: 24px 16px; }
      .case_frame .case_block .case_contents .case_inner h4 {
        font-size: 17px;
        font-weight: bold; }
      .case_frame .case_block .case_contents .case_inner p {
        margin: 4px 0 8px; }
      .case_frame .case_block .case_contents .case_inner .case_img {
        margin-bottom: 8px;
        text-align: center; }

/*------------------------------------------*/
.theme__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(40 / 28);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .theme__heading {
      font-size: 16px;
      line-height: calc(24 / 16); } }

.theme__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 15px;
  margin-top: 26px; }
  @media screen and (max-width: 767px) {
    .theme__list {
      grid-template-columns: none;
      margin-top: 15px; } }

.theme__item--1 .theme__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px; }
  @media screen and (max-width: 767px) {
    .theme__item--1 .theme__title {
      display: block;
      min-height: auto; } }

.theme__item--4 .theme__text {
  min-height: 184px; }
  @media screen and (max-width: 767px) {
    .theme__item--4 .theme__text {
      min-height: auto; } }

.theme__content_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.theme__image {
  padding-top: calc(194 / 344 * 100%);
  position: relative; }
  .theme__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.theme__content {
  box-sizing: border-box;
  padding: 20px 0 18px; }
  @media screen and (max-width: 767px) {
    .theme__content {
      padding: 16px 0 26px; } }

.theme__title {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(28 / 20);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .theme__title {
      font-size: 16px;
      line-height: calc(24 / 16); } }

.theme__text {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(23 / 14);
  margin: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .theme__text {
      font-size: 11px;
      line-height: calc(17 / 11); } }

.theme__link {
  display: block;
  width: fit-content;
  font-size: 14px;
  line-height: calc(20 / 14);
  padding-left: 12px;
  margin: 15px auto 0;
  position: relative; }
  .theme__link:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #e2122f;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .theme__link {
      margin-top: 20px; } }

.theme_point {
  background-color: #d2ebf3;
  box-sizing: border-box;
  padding: 22px 24px 36px; }
  @media screen and (max-width: 767px) {
    .theme_point {
      padding: 20px 12px; } }

.theme_point__heading {
  color: #1f9ac2;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(29 / 20);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .theme_point__heading {
      font-size: 16px;
      line-height: calc(24 / 16); } }

.theme_point__list {
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .theme_point__list {
      margin-top: 15px; } }

.theme_point__item {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(23 / 15);
  padding-left: 18px;
  position: relative; }
  .theme_point__item:before {
    content: "■";
    color: #1f9ac2;
    font-size: 12px;
    line-height: calc(17 / 12);
    position: absolute;
    top: 2px;
    left: 0; }
  .theme_point__item:not(:first-of-type) {
    margin-top: 13px; }
  @media screen and (max-width: 767px) {
    .theme_point__item {
      font-size: 12px;
      line-height: calc(17 / 12);
      padding-left: 14px; }
      .theme_point__item:before {
        font-size: 10px;
        line-height: calc(13 / 10); }
      .theme_point__item:not(:first-of-type) {
        margin-top: 11px; } }

/*------------------------------------------*/
@media screen and (max-width: 767px) {
  #related_smartfactory {
    margin: 0 -16px 24px; } }
#related_smartfactory .related__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(40 / 28);
  text-align: center; }
  @media screen and (max-width: 767px) {
    #related_smartfactory .related__heading {
      font-size: 16px;
      line-height: calc(24 / 16); } }
#related_smartfactory .related__tabs {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  box-sizing: border-box;
  border-top: 2px solid #1f9ac2;
  border-left: 2px solid #1f9ac2;
  margin-top: 26px; }
  @media screen and (max-width: 767px) {
    #related_smartfactory .related__tabs {
      grid-template-columns: repeat(4, 1fr);
      margin-top: 15px; } }
#related_smartfactory .related__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  color: #1f9ac2;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(22 / 18);
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  border-right: 2px solid #1f9ac2;
  border-bottom: 2px solid #1f9ac2;
  cursor: pointer; }
  #related_smartfactory .related__tab.active {
    background-color: #1f9ac2;
    color: #fff;
    position: relative; }
    #related_smartfactory .related__tab.active:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 10px 0 10px;
      border-color: #1f9ac2 transparent transparent transparent;
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    #related_smartfactory .related__tab {
      min-height: 65px;
      font-size: 15px;
      line-height: calc(20 / 15); }
      #related_smartfactory .related__tab.active:after {
        display: none; } }
#related_smartfactory .related__wrapper {
  background-color: #fafafa;
  padding: 10px;
  margin-top: 35px; }
  @media screen and (max-width: 767px) {
    #related_smartfactory .related__wrapper {
      margin-top: 20px; } }
#related_smartfactory .related__list {
  background-color: #fff;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    #related_smartfactory .related__list {
      padding: 0 10px; } }
#related_smartfactory .related__item {
  padding: 20px 10px; }
  #related_smartfactory .related__item a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: calc(20 / 14);
    padding-left: 12px;
    position: relative; }
    #related_smartfactory .related__item a:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 6px;
      border-color: transparent transparent transparent #e2122f;
      position: absolute;
      top: 6px;
      left: 0; }
  #related_smartfactory .related__item:not(:last-of-type) {
    border-bottom: 1px solid #ccc; }

.related_smartfactory__common_btn {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .related_smartfactory__common_btn {
      margin-top: 20px; } }

/*------------------------------------------*/
#global .hw_line1:after {
  background: #7d598e; }
#global .subframe {
  border-color: #7d598e; }
  #global .subframe h4 {
    background: #7d598e; }

#global .frame .wh .text_and_image .circle_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 284px;
  height: 260px;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 16px; }
  #global .frame .wh .text_and_image .circle_block .circle_frame {
    position: relative;
    width: 100%;
    height: 100%; }
    #global .frame .wh .text_and_image .circle_block .circle_frame .circle {
      position: absolute;
      width: 97px;
      height: 97px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: bold;
      line-height: 1.2;
      box-sizing: border-box; }
      #global .frame .wh .text_and_image .circle_block .circle_frame .circle.purple1 {
        color: #7f5690;
        background: #e5dde9;
        border: 3px double #7f5690;
        font-size: 1.25rem;
        top: 0;
        left: 77px; }
        @media screen and (max-width: 767px) {
          #global .frame .wh .text_and_image .circle_block .circle_frame .circle.purple1 {
            font-size: 0.625rem;
            left: 50px; } }
      #global .frame .wh .text_and_image .circle_block .circle_frame .circle.purple2 {
        color: #7f5690;
        background: #e5dde9;
        border: 3px double #7f5690;
        font-size: 1.25rem;
        top: 85px;
        left: 28px; }
        @media screen and (max-width: 767px) {
          #global .frame .wh .text_and_image .circle_block .circle_frame .circle.purple2 {
            font-size: 0.625rem;
            top: inherit;
            bottom: 0;
            left: 15px; } }
      #global .frame .wh .text_and_image .circle_block .circle_frame .circle.purple3 {
        color: #7f5690;
        background: #e5dde9;
        border: 3px double #7f5690;
        font-size: 1.1875rem;
        top: 85px;
        right: 28px; }
        @media screen and (max-width: 767px) {
          #global .frame .wh .text_and_image .circle_block .circle_frame .circle.purple3 {
            font-size: 0.625rem;
            top: inherit;
            bottom: 0;
            left: 85px;
            right: inherit; } }
  #global .frame .wh .text_and_image .circle_block .txt {
    margin-top: 8px;
    font-size: 0.625rem;
    text-align: center; }

@media screen and (max-width: 767px) {
  #global .frame .wh .text_and_image .circle_block {
    width: 100%;
    height: auto; } }
@media screen and (max-width: 767px) {
  #global .frame .wh .text_and_image .circle_block .circle_frame {
    width: 170px;
    height: 130px;
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  #global .frame .wh .text_and_image .circle_block .circle_frame .circle {
    width: 70px;
    height: 70px; } }
@media screen and (max-width: 767px) {
  #global .frame .wh .text_and_image .circle_block .circle_frame .circle.blue {
    font-size: 0.875rem;
    left: 50px; } }
@media screen and (max-width: 767px) {
  #global .frame .wh .text_and_image .circle_block .circle_frame .circle.green {
    font-size: 0.875rem;
    top: 60px;
    left: 15px; } }
@media screen and (max-width: 767px) {
  #global .frame .wh .text_and_image .circle_block .circle_frame .circle.orange {
    font-size: 0.8125rem;
    top: 60px;
    right: 15px; } }
@media screen and (max-width: 767px) {
  #global .frame .wh .text_and_image .circle_block .txt {
    font-size: 0.75rem; } }
/*------------------------------------------*/
@media screen and (max-width: 767px) {
  #related_global {
    margin: 0 -16px 24px; } }
#related_global .related__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(40 / 28);
  text-align: center; }
  @media screen and (max-width: 767px) {
    #related_global .related__heading {
      font-size: 16px;
      line-height: calc(24 / 16); } }
#related_global .related__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-sizing: border-box;
  border-top: 2px solid #7d598e;
  border-left: 2px solid #7d598e;
  margin-top: 26px; }
  @media screen and (max-width: 767px) {
    #related_global .related__tabs {
      margin-top: 15px; } }
#related_global .related__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  color: #7d598e;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(22 / 18);
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  border-right: 2px solid #7d598e;
  border-bottom: 2px solid #7d598e;
  cursor: pointer; }
  #related_global .related__tab.active {
    background-color: #7d598e;
    color: #fff;
    position: relative; }
    #related_global .related__tab.active:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 10px 0 10px;
      border-color: #7d598e transparent transparent transparent;
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    #related_global .related__tab {
      min-height: 65px;
      font-size: 15px;
      line-height: calc(20 / 15); }
      #related_global .related__tab.active:after {
        display: none; } }
#related_global .related__wrapper {
  background-color: #fafafa;
  padding: 10px;
  margin-top: 35px; }
  @media screen and (max-width: 767px) {
    #related_global .related__wrapper {
      margin-top: 20px; } }
#related_global .related__list {
  background-color: #fff;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    #related_global .related__list {
      padding: 0 10px; } }
#related_global .related__item {
  padding: 20px 10px; }
  #related_global .related__item a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: calc(20 / 14);
    padding-left: 12px;
    position: relative; }
    #related_global .related__item a:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 6px;
      border-color: transparent transparent transparent #E2122F;
      position: absolute;
      top: 6px;
      left: 0; }
  #related_global .related__item:not(:last-of-type) {
    border-bottom: 1px solid #ccc; }

.related_global__common_btn {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .related_global__common_btn {
      margin-top: 20px; } }

/*------------------------------------------*/
#servitization .hw_line1:after {
  background: #e57f30; }
#servitization .subframe {
  border-color: #e57f30; }
  #servitization .subframe h4 {
    background: #e57f30; }

#servitization .frame .wh .text_and_image .circle_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 284px;
  height: 260px;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 16px; }
  #servitization .frame .wh .text_and_image .circle_block .circle_frame {
    position: relative;
    width: 100%;
    height: 100%; }
    #servitization .frame .wh .text_and_image .circle_block .circle_frame .circle {
      position: absolute;
      width: 97px;
      height: 97px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: bold;
      line-height: 1.2;
      box-sizing: border-box; }
      #servitization .frame .wh .text_and_image .circle_block .circle_frame .circle.orange1 {
        color: #e87f20;
        background: #f6e4d9;
        border: 3px double #e87f20;
        font-size: 1.25rem;
        top: 0;
        left: 28px; }
        @media screen and (max-width: 767px) {
          #servitization .frame .wh .text_and_image .circle_block .circle_frame .circle.orange1 {
            font-size: 0.625rem;
            left: 15px; } }
      #servitization .frame .wh .text_and_image .circle_block .circle_frame .circle.orange2 {
        color: #e87f20;
        background: #f6e4d9;
        border: 3px double #e87f20;
        font-size: 1.25rem;
        top: 0;
        left: 123px; }
        @media screen and (max-width: 767px) {
          #servitization .frame .wh .text_and_image .circle_block .circle_frame .circle.orange2 {
            font-size: 0.625rem;
            left: 85px; } }
      #servitization .frame .wh .text_and_image .circle_block .circle_frame .circle.orange3 {
        color: #e87f20;
        background: #f6e4d9;
        border: 3px double #e87f20;
        font-size: 1.125rem;
        top: 85px;
        left: 77px; }
        @media screen and (max-width: 767px) {
          #servitization .frame .wh .text_and_image .circle_block .circle_frame .circle.orange3 {
            font-size: 0.625rem;
            top: inherit;
            bottom: 0;
            left: 50px; } }
  #servitization .frame .wh .text_and_image .circle_block .txt {
    margin-top: 8px;
    font-size: 0.8125rem;
    text-align: center; }

@media screen and (max-width: 767px) {
  #servitization .frame .wh .text_and_image .circle_block {
    width: 100%;
    height: auto; } }
@media screen and (max-width: 767px) {
  #servitization .frame .wh .text_and_image .circle_block .circle_frame {
    width: 170px;
    height: 130px;
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  #servitization .frame .wh .text_and_image .circle_block .circle_frame .circle {
    width: 70px;
    height: 70px; } }
@media screen and (max-width: 767px) {
  #servitization .frame .wh .text_and_image .circle_block .circle_frame .circle.blue {
    font-size: 0.75rem; } }
@media screen and (max-width: 767px) {
  #servitization .frame .wh .text_and_image .circle_block .circle_frame .circle.green {
    font-size: 0.875rem;
    left: 70px; } }
@media screen and (max-width: 767px) {
  #servitization .frame .wh .text_and_image .circle_block .circle_frame .circle.orange {
    font-size: 0.8125rem;
    top: 60px;
    left: 35px; } }
@media screen and (max-width: 767px) {
  #servitization .frame .wh .text_and_image .circle_block .txt {
    font-size: 0.75rem; } }
/*------------------------------------------*/
@media screen and (max-width: 767px) {
  #related_servitization {
    margin: 0 -16px 24px; } }
#related_servitization .related__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(40 / 28);
  text-align: center; }
  @media screen and (max-width: 767px) {
    #related_servitization .related__heading {
      font-size: 16px;
      line-height: calc(24 / 16); } }
#related_servitization .related__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  box-sizing: border-box;
  border-top: 2px solid #e57f30;
  border-left: 2px solid #e57f30;
  margin-top: 26px; }
  @media screen and (max-width: 767px) {
    #related_servitization .related__tabs {
      margin-top: 15px; } }
#related_servitization .related__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  color: #e57f30;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(22 / 18);
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  border-right: 2px solid #e57f30;
  border-bottom: 2px solid #e57f30;
  cursor: pointer; }
  #related_servitization .related__tab.active {
    background-color: #e57f30;
    color: #fff;
    position: relative; }
    #related_servitization .related__tab.active:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 10px 0 10px;
      border-color: #e57f30 transparent transparent transparent;
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    #related_servitization .related__tab {
      min-height: 65px;
      font-size: 15px;
      line-height: calc(20 / 15); }
      #related_servitization .related__tab.active:after {
        display: none; } }
#related_servitization .related__wrapper {
  background-color: #fafafa;
  padding: 10px;
  margin-top: 35px; }
  @media screen and (max-width: 767px) {
    #related_servitization .related__wrapper {
      margin-top: 20px; } }
#related_servitization .related__list {
  background-color: #fff;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    #related_servitization .related__list {
      padding: 0 10px; } }
#related_servitization .related__item {
  padding: 20px 10px; }
  #related_servitization .related__item a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: calc(20 / 14);
    padding-left: 12px;
    position: relative; }
    #related_servitization .related__item a:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 6px;
      border-color: transparent transparent transparent #E2122F;
      position: absolute;
      top: 6px;
      left: 0; }
  #related_servitization .related__item:not(:last-of-type) {
    border-bottom: 1px solid #ccc; }

.related_servitization__common_btn {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .related_servitization__common_btn {
      margin-top: 20px; } }

/*------------------------------------------*/
#administration .hw_line1:after {
  background: #489e70; }
#administration .subframe {
  border-color: #489e70; }
  #administration .subframe h4 {
    background: #489e70; }

#administration .frame .wh .text_and_image .circle_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 284px;
  height: 260px;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 16px; }
  #administration .frame .wh .text_and_image .circle_block .circle_frame {
    position: relative;
    width: 100%;
    height: 100%; }
    #administration .frame .wh .text_and_image .circle_block .circle_frame .circle {
      position: absolute;
      width: 97px;
      height: 97px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: bold;
      line-height: 1.2;
      box-sizing: border-box; }
      #administration .frame .wh .text_and_image .circle_block .circle_frame .circle.green1 {
        color: #3e9f6e;
        background: #d8ece2;
        border: 3px double #3e9f6e;
        font-size: 1.125rem;
        top: 0;
        left: 28px; }
        @media screen and (max-width: 767px) {
          #administration .frame .wh .text_and_image .circle_block .circle_frame .circle.green1 {
            font-size: 0.625rem;
            left: 15px; } }
      #administration .frame .wh .text_and_image .circle_block .circle_frame .circle.green2 {
        color: #3e9f6e;
        background: #d8ece2;
        border: 3px double #3e9f6e;
        font-size: 1.25rem;
        top: 0;
        right: 28px; }
        @media screen and (max-width: 767px) {
          #administration .frame .wh .text_and_image .circle_block .circle_frame .circle.green2 {
            font-size: 0.625rem;
            left: 85px;
            right: inherit; } }
      #administration .frame .wh .text_and_image .circle_block .circle_frame .circle.green3 {
        color: #3e9f6e;
        background: #d8ece2;
        border: 3px double #3e9f6e;
        font-size: 1.25rem;
        top: 85px;
        left: 77px; }
        @media screen and (max-width: 767px) {
          #administration .frame .wh .text_and_image .circle_block .circle_frame .circle.green3 {
            font-size: 0.625rem;
            top: inherit;
            bottom: 0;
            left: 50px; } }
  #administration .frame .wh .text_and_image .circle_block .txt {
    margin-top: 8px;
    font-size: 0.8125rem;
    text-align: center; }

@media screen and (max-width: 767px) {
  #administration .frame .wh .text_and_image .circle_block {
    width: 100%;
    height: auto; } }
@media screen and (max-width: 767px) {
  #administration .frame .wh .text_and_image .circle_block .circle_frame {
    width: 170px;
    height: 130px;
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  #administration .frame .wh .text_and_image .circle_block .circle_frame .circle {
    width: 70px;
    height: 70px; } }
@media screen and (max-width: 767px) {
  #administration .frame .wh .text_and_image .circle_block .circle_frame .circle.blue {
    font-size: 0.75rem;
    left: 15px; } }
@media screen and (max-width: 767px) {
  #administration .frame .wh .text_and_image .circle_block .circle_frame .circle.green {
    font-size: 0.875rem;
    right: 15px; } }
@media screen and (max-width: 767px) {
  #administration .frame .wh .text_and_image .circle_block .circle_frame .circle.orange {
    font-size: 0.875rem;
    top: 60px;
    left: 50px; } }
@media screen and (max-width: 767px) {
  #administration .frame .wh .text_and_image .circle_block .txt {
    font-size: 0.75rem; } }
/*------------------------------------------*/
@media screen and (max-width: 767px) {
  #related_administration {
    margin: 0 -16px 24px; } }
#related_administration .related__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(40 / 28);
  text-align: center; }
  @media screen and (max-width: 767px) {
    #related_administration .related__heading {
      font-size: 16px;
      line-height: calc(24 / 16); } }
#related_administration .related__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-sizing: border-box;
  border-top: 2px solid #489e70;
  border-left: 2px solid #489e70;
  margin-top: 26px; }
  @media screen and (max-width: 767px) {
    #related_administration .related__tabs {
      margin-top: 15px; } }
#related_administration .related__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  color: #489e70;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(22 / 18);
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  border-right: 2px solid #489e70;
  border-bottom: 2px solid #489e70;
  cursor: pointer; }
  #related_administration .related__tab.active {
    background-color: #489e70;
    color: #fff;
    position: relative; }
    #related_administration .related__tab.active:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 10px 0 10px;
      border-color: #489e70 transparent transparent transparent;
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    #related_administration .related__tab {
      min-height: 65px;
      font-size: 15px;
      line-height: calc(20 / 15); }
      #related_administration .related__tab.active:after {
        display: none; } }
#related_administration .related__wrapper {
  background-color: #fafafa;
  padding: 10px;
  margin-top: 35px; }
  @media screen and (max-width: 767px) {
    #related_administration .related__wrapper {
      margin-top: 20px; } }
#related_administration .related__list {
  background-color: #fff;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    #related_administration .related__list {
      padding: 0 10px; } }
#related_administration .related__item {
  padding: 20px 10px; }
  #related_administration .related__item a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: calc(20 / 14);
    padding-left: 12px;
    position: relative; }
    #related_administration .related__item a:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 6px;
      border-color: transparent transparent transparent #E2122F;
      position: absolute;
      top: 6px;
      left: 0; }
  #related_administration .related__item:not(:last-of-type) {
    border-bottom: 1px solid #ccc; }

.related_administration__common_btn {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .related_administration__common_btn {
      margin-top: 20px; } }

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
