@charset "UTF-8";
/* Scss Document */
/*------------------------------------------*/
#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 auto 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: 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_servitization #contents {
  overflow: visible; }

.about_servitization .pagetitle_about {
  background: url(/smart-manufacturing/sp/shared/images/about_servitization/pagetitle_bg_about_servitization.jpg) no-repeat center center/cover; }

@media screen and (max-width: 767px) {
  .about_servitization .pagetitle_about {
    background-image: url(/smart-manufacturing/sp/shared/images/about_servitization/pagetitle_bg_about_servitization_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: #e87f20;
    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: calc(50% - 30px); }

@media screen and (max-width: 767px) {
  #category ul li {
    padding: 12px 12px 12px;
    margin: 0 0 15px;
    width: auto; } }
@media screen and (max-width: 767px) {
  #category ul li h3 {
    height: 90px;
    font-size: 1rem; } }
#mainarea #category ul li a:after {
  display: none !important; }

@media screen and (max-width: 767px) {
  #category ul li a {
    position: inherit;
    bottom: 0;
    width: calc((100% - 12px) / 2);
    font-size: 0.9rem;
    float: left; }
    #category ul li a:after {
      display: none; } }
#category ul li a + a {
  right: 20px; }

@media screen and (max-width: 767px) {
  #category ul li a + a {
    right: 0;
    margin-left: 12px; } }
/*------------------------------------------*/
#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: center;
  gap: 10px; }
  #task .thead .blank {
    width: 93px; }
  #task .thead .task {
    background: #666;
    padding: 10px 0;
    width: 255px; }
  #task .thead .solution {
    background: #e87f20;
    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: center;
  gap: 10px;
  margin: 10px 0 0 0; }
  #task .sec.support {
    position: relative; }
    #task .sec.support a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #task .sec.support a:hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.3); }
  #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: #f6e4d9;
    border-color: #e87f20;
    color: #e87f20; }
  #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 li.detail {
        text-indent: 0;
        padding: 0; }
        #task .sec ul li.detail::before {
          content: none;
          margin-right: 0; }
        #task .sec ul li.detail .link {
          font-weight: bold;
          text-decoration: underline;
          color: #c02;
          font-size: 1rem;
          display: inline-block;
          position: relative;
          padding-left: 14px; }
          #task .sec ul li.detail .link::before {
            content: "";
            display: block;
            position: absolute;
            top: 7px;
            left: 0px;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 7px solid #e60027; }
    #task .sec ul.task {
      border: 1px solid #ccc;
      background: #f5f5f5;
      width: 255px; }
    #task .sec ul.solution {
      border: 1px solid #ccc;
      background: #F8E6E0;
      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; } }
.subframe {
  border: 1px solid #e87f20;
  padding: 25px 20px 20px;
  margin-top: 10px;
  position: relative; }
  .subframe h4 {
    background: #e87f20;
    color: #fff;
    position: absolute;
    top: 0;
    left: -1px;
    transform: translateY(-50%);
    padding: 5px 13px; }

@media screen and (max-width: 767px) {
  .subframe {
    padding: 20px 10px 10px; } }
/*------------------------------------------*/
#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 .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; }
  #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.orange1 {
        color: #e87f20;
        background: #f6e4d9;
        border: 3px double #e87f20;
        font-size: 1.25rem;
        top: 0;
        left: 28px; }
        @media screen and (max-width: 767px) {
          #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.orange1 {
            font-size: 0.625rem;
            left: 15px; } }
      #smartfactory .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) {
          #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.orange2 {
            font-size: 0.625rem;
            left: 85px; } }
      #smartfactory .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) {
          #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.orange3 {
            font-size: 0.625rem;
            top: inherit;
            bottom: 0;
            left: 50px; } }
  #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 .txt {
    font-size: 0.75rem; } }
/*------------------------------------------*/
#creation .block_border {
  padding: 24px;
  box-sizing: border-box;
  background: #F8E6E0; }
  #creation .block_border h3 {
    font-size: 1rem;
    font-weight: bold;
    background: #e87f20;
    color: #fff;
    padding: 8px;
    text-align: center; }
  #creation .block_border .txt {
    margin-top: 16px;
    font-size: 0.75rem;
    text-align: center; }
  #creation .block_border .img {
    margin-top: 16px; }

@media screen and (max-width: 767px) {
  #creation .block_border {
    padding: 16px; } }
@media screen and (max-width: 767px) {
  #creation .block_border h3 {
    font-size: 0.875rem;
    padding: 4px; } }
@media screen and (max-width: 767px) {
  #creation .block_border .txt {
    margin-top: 8px;
    text-align: left; } }
@media screen and (max-width: 767px) {
  #creation .block_border .img {
    margin-top: 8px; } }
/*------------------------------------------*/
#fieldservice_about .blocks {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px; }
  @media screen and (max-width: 767px) {
    #fieldservice_about .blocks {
      margin-top: -8px; } }
  #fieldservice_about .blocks .block {
    margin-top: 16px;
    margin-right: 16px;
    border: 1px solid #e87f20;
    box-sizing: border-box;
    width: 343px; }
    @media screen and (max-width: 767px) {
      #fieldservice_about .blocks .block {
        width: 100%;
        margin-top: 8px;
        margin-right: 0; } }
    #fieldservice_about .blocks .block:nth-child(2n) {
      margin-right: 0; }
    #fieldservice_about .blocks .block .block_sub {
      text-align: center;
      color: #fff;
      padding: 8px;
      box-sizing: border-box;
      font-weight: bold;
      font-size: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #e87f20; }
      @media screen and (max-width: 767px) {
        #fieldservice_about .blocks .block .block_sub {
          font-size: 0.875rem;
          padding: 4px; } }
    #fieldservice_about .blocks .block ul {
      padding: 12px 16px 16px 16px;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #fieldservice_about .blocks .block ul {
          padding: 6px 8px 8px 8px; } }
      #fieldservice_about .blocks .block ul li {
        margin-top: 4px;
        padding-left: 1em;
        text-indent: -1em; }

#fieldservice_purpose .cta_area p {
  margin-bottom: 0;
  text-align: center; }
#fieldservice_purpose .btn_area {
  margin-top: 24px; }
  #fieldservice_purpose .btn_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #fieldservice_purpose .btn_area ul {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      #fieldservice_purpose .btn_area ul li {
        margin-bottom: 8px; } }
    #fieldservice_purpose .btn_area 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: 166px;
      height: 56px;
      margin: 0 auto 16px;
      padding: 0 8px;
      position: relative;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: space-between; }
      #fieldservice_purpose .btn_area 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%); }
      #fieldservice_purpose .btn_area 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%); }
      #fieldservice_purpose .btn_area 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%); }
      #fieldservice_purpose .btn_area 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) {
        #fieldservice_purpose .btn_area ul li a.common_btn {
          margin: 8px auto 0;
          width: 100%;
          height: 56px; }
          #fieldservice_purpose .btn_area ul li a.common_btn:first-child {
            margin-top: 0; } }
      #fieldservice_purpose .btn_area 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; }
      #fieldservice_purpose .btn_area ul li a.common_btn .btn_inner {
        width: 80%; }

#fieldservice_grow .frame, #fieldservice_work .frame, #fieldservice_keep .frame, #fieldservice_make .frame {
  padding: 0;
  background: none;
  display: flex;
  margin-right: -16px; }
  @media screen and (max-width: 767px) {
    #fieldservice_grow .frame, #fieldservice_work .frame, #fieldservice_keep .frame, #fieldservice_make .frame {
      margin-top: -8px;
      margin-right: 0;
      flex-direction: column; } }
  #fieldservice_grow .frame .blocks, #fieldservice_work .frame .blocks, #fieldservice_keep .frame .blocks, #fieldservice_make .frame .blocks {
    width: 343px;
    margin-right: 16px;
    border: 1px solid #e87f20;
    box-sizing: border-box;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: stretch; }
    @media screen and (max-width: 767px) {
      #fieldservice_grow .frame .blocks, #fieldservice_work .frame .blocks, #fieldservice_keep .frame .blocks, #fieldservice_make .frame .blocks {
        height: 100%;
        width: 100%;
        margin-top: 8px;
        padding: 8px; } }
    #fieldservice_grow .frame .blocks .block, #fieldservice_work .frame .blocks .block, #fieldservice_keep .frame .blocks .block, #fieldservice_make .frame .blocks .block {
      line-height: inherit; }
      #fieldservice_grow .frame .blocks .block:nth-child(1), #fieldservice_work .frame .blocks .block:nth-child(1), #fieldservice_keep .frame .blocks .block:nth-child(1), #fieldservice_make .frame .blocks .block:nth-child(1) {
        min-height: 0%; }
        #fieldservice_grow .frame .blocks .block:nth-child(1) .sub, #fieldservice_work .frame .blocks .block:nth-child(1) .sub, #fieldservice_keep .frame .blocks .block:nth-child(1) .sub, #fieldservice_make .frame .blocks .block:nth-child(1) .sub {
          font-weight: bold;
          font-size: 1rem;
          background: #e87f20;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 8px;
          margin: -16px -16px 0 -16px; }
          @media screen and (max-width: 767px) {
            #fieldservice_grow .frame .blocks .block:nth-child(1) .sub, #fieldservice_work .frame .blocks .block:nth-child(1) .sub, #fieldservice_keep .frame .blocks .block:nth-child(1) .sub, #fieldservice_make .frame .blocks .block:nth-child(1) .sub {
              font-size: 0.875rem;
              padding: 4px;
              margin: -8px -8px 0 -8px; } }
        #fieldservice_grow .frame .blocks .block:nth-child(1) ul, #fieldservice_work .frame .blocks .block:nth-child(1) ul, #fieldservice_keep .frame .blocks .block:nth-child(1) ul, #fieldservice_make .frame .blocks .block:nth-child(1) ul {
          margin-top: 16px; }
          @media screen and (max-width: 767px) {
            #fieldservice_grow .frame .blocks .block:nth-child(1) ul, #fieldservice_work .frame .blocks .block:nth-child(1) ul, #fieldservice_keep .frame .blocks .block:nth-child(1) ul, #fieldservice_make .frame .blocks .block:nth-child(1) ul {
              margin-top: 8px; } }
          #fieldservice_grow .frame .blocks .block:nth-child(1) ul li, #fieldservice_work .frame .blocks .block:nth-child(1) ul li, #fieldservice_keep .frame .blocks .block:nth-child(1) ul li, #fieldservice_make .frame .blocks .block:nth-child(1) ul li {
            font-size: 0.8125rem;
            margin-top: 4px;
            padding-left: 1em;
            text-indent: -1em; }
            @media screen and (max-width: 767px) {
              #fieldservice_grow .frame .blocks .block:nth-child(1) ul li, #fieldservice_work .frame .blocks .block:nth-child(1) ul li, #fieldservice_keep .frame .blocks .block:nth-child(1) ul li, #fieldservice_make .frame .blocks .block:nth-child(1) ul li {
                font-size: 0.75rem; } }
            #fieldservice_grow .frame .blocks .block:nth-child(1) ul li:first-child, #fieldservice_work .frame .blocks .block:nth-child(1) ul li:first-child, #fieldservice_keep .frame .blocks .block:nth-child(1) ul li:first-child, #fieldservice_make .frame .blocks .block:nth-child(1) ul li:first-child {
              margin-top: 0; }
      #fieldservice_grow .frame .blocks .block:nth-child(2), #fieldservice_work .frame .blocks .block:nth-child(2), #fieldservice_keep .frame .blocks .block:nth-child(2), #fieldservice_make .frame .blocks .block:nth-child(2) {
        min-height: 0%; }
        #fieldservice_grow .frame .blocks .block:nth-child(2) .arrow, #fieldservice_work .frame .blocks .block:nth-child(2) .arrow, #fieldservice_keep .frame .blocks .block:nth-child(2) .arrow, #fieldservice_make .frame .blocks .block:nth-child(2) .arrow {
          padding: 16px 0; }
          @media screen and (max-width: 767px) {
            #fieldservice_grow .frame .blocks .block:nth-child(2) .arrow, #fieldservice_work .frame .blocks .block:nth-child(2) .arrow, #fieldservice_keep .frame .blocks .block:nth-child(2) .arrow, #fieldservice_make .frame .blocks .block:nth-child(2) .arrow {
              padding: 8px 0; } }
          #fieldservice_grow .frame .blocks .block:nth-child(2) .arrow::before, #fieldservice_work .frame .blocks .block:nth-child(2) .arrow::before, #fieldservice_keep .frame .blocks .block:nth-child(2) .arrow::before, #fieldservice_make .frame .blocks .block:nth-child(2) .arrow::before {
            margin: 0 auto 0; }
      #fieldservice_grow .frame .blocks .block:nth-child(3), #fieldservice_work .frame .blocks .block:nth-child(3), #fieldservice_keep .frame .blocks .block:nth-child(3), #fieldservice_make .frame .blocks .block:nth-child(3) {
        min-height: 0%; }
        #fieldservice_grow .frame .blocks .block:nth-child(3) .sub, #fieldservice_work .frame .blocks .block:nth-child(3) .sub, #fieldservice_keep .frame .blocks .block:nth-child(3) .sub, #fieldservice_make .frame .blocks .block:nth-child(3) .sub {
          font-size: 0.875rem;
          position: relative;
          display: inline-block;
          background-color: #fff;
          border-bottom: solid 1px #333;
          padding: 0 0 16px 0;
          width: 100%;
          text-align: center; }
          @media screen and (max-width: 767px) {
            #fieldservice_grow .frame .blocks .block:nth-child(3) .sub, #fieldservice_work .frame .blocks .block:nth-child(3) .sub, #fieldservice_keep .frame .blocks .block:nth-child(3) .sub, #fieldservice_make .frame .blocks .block:nth-child(3) .sub {
              font-size: 0.8125rem;
              padding: 0 0 8px 0; } }
          #fieldservice_grow .frame .blocks .block:nth-child(3) .sub::before, #fieldservice_grow .frame .blocks .block:nth-child(3) .sub::after, #fieldservice_work .frame .blocks .block:nth-child(3) .sub::before, #fieldservice_work .frame .blocks .block:nth-child(3) .sub::after, #fieldservice_keep .frame .blocks .block:nth-child(3) .sub::before, #fieldservice_keep .frame .blocks .block:nth-child(3) .sub::after, #fieldservice_make .frame .blocks .block:nth-child(3) .sub::before, #fieldservice_make .frame .blocks .block:nth-child(3) .sub::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
          #fieldservice_grow .frame .blocks .block:nth-child(3) .sub::before, #fieldservice_work .frame .blocks .block:nth-child(3) .sub::before, #fieldservice_keep .frame .blocks .block:nth-child(3) .sub::before, #fieldservice_make .frame .blocks .block:nth-child(3) .sub::before {
            border: solid 12px transparent;
            border-top: solid 12px #333; }
          #fieldservice_grow .frame .blocks .block:nth-child(3) .sub::after, #fieldservice_work .frame .blocks .block:nth-child(3) .sub::after, #fieldservice_keep .frame .blocks .block:nth-child(3) .sub::after, #fieldservice_make .frame .blocks .block:nth-child(3) .sub::after {
            border: solid 14px transparent;
            border-top: solid 14px #fff;
            margin-top: -3px; }
          #fieldservice_grow .frame .blocks .block:nth-child(3) .sub span, #fieldservice_work .frame .blocks .block:nth-child(3) .sub span, #fieldservice_keep .frame .blocks .block:nth-child(3) .sub span, #fieldservice_make .frame .blocks .block:nth-child(3) .sub span {
            color: #C40200;
            font-weight: bold;
            text-align: center; }
      #fieldservice_grow .frame .blocks .block:nth-child(4), #fieldservice_work .frame .blocks .block:nth-child(4), #fieldservice_keep .frame .blocks .block:nth-child(4), #fieldservice_make .frame .blocks .block:nth-child(4) {
        min-height: 0%; }
      #fieldservice_grow .frame .blocks .block:nth-child(5), #fieldservice_work .frame .blocks .block:nth-child(5), #fieldservice_keep .frame .blocks .block:nth-child(5), #fieldservice_make .frame .blocks .block:nth-child(5) {
        min-height: 0%;
        background: #F8E6E0;
        padding: 16px;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          #fieldservice_grow .frame .blocks .block:nth-child(5), #fieldservice_work .frame .blocks .block:nth-child(5), #fieldservice_keep .frame .blocks .block:nth-child(5), #fieldservice_make .frame .blocks .block:nth-child(5) {
            padding: 8px;
            margin-top: -12px; } }
        #fieldservice_grow .frame .blocks .block:nth-child(5) ul li, #fieldservice_work .frame .blocks .block:nth-child(5) ul li, #fieldservice_keep .frame .blocks .block:nth-child(5) ul li, #fieldservice_make .frame .blocks .block:nth-child(5) ul li {
          font-size: 0.8125rem;
          position: relative;
          padding: 0 0 0 25px;
          margin-top: 4px; }
          @media screen and (max-width: 767px) {
            #fieldservice_grow .frame .blocks .block:nth-child(5) ul li, #fieldservice_work .frame .blocks .block:nth-child(5) ul li, #fieldservice_keep .frame .blocks .block:nth-child(5) ul li, #fieldservice_make .frame .blocks .block:nth-child(5) ul li {
              font-size: 0.75rem; } }
          #fieldservice_grow .frame .blocks .block:nth-child(5) ul li:first-child, #fieldservice_work .frame .blocks .block:nth-child(5) ul li:first-child, #fieldservice_keep .frame .blocks .block:nth-child(5) ul li:first-child, #fieldservice_make .frame .blocks .block:nth-child(5) ul li:first-child {
            margin-top: 0; }
          #fieldservice_grow .frame .blocks .block:nth-child(5) ul li::before, #fieldservice_work .frame .blocks .block:nth-child(5) ul li::before, #fieldservice_keep .frame .blocks .block:nth-child(5) ul li::before, #fieldservice_make .frame .blocks .block:nth-child(5) ul li::before {
            content: "";
            background: url(../images/check.svg) no-repeat center center/cover;
            width: 18px;
            height: 18px;
            position: absolute;
            top: 2px;
            left: 0; }

#fieldservice_solution .tag_area .tag_sub {
  background: #F8E6E0;
  font-size: 1rem;
  font-weight: bold;
  color: #e87f20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    #fieldservice_solution .tag_area .tag_sub {
      font-size: 0.9375rem; } }
#fieldservice_solution .tag_area .tag_inner {
  border: 1px solid #F8E6E0;
  padding: 24px;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    #fieldservice_solution .tag_area .tag_inner {
      padding: 8px; } }
  #fieldservice_solution .tag_area .tag_inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -8px; }
    @media screen and (max-width: 767px) {
      #fieldservice_solution .tag_area .tag_inner ul {
        justify-content: flex-start;
        margin-right: -8px; } }
    #fieldservice_solution .tag_area .tag_inner ul li {
      color: #fff;
      background: #e87f20;
      width: 124px;
      padding: 8px 0;
      margin: 8px 8px 0 0;
      text-align: center;
      font-size: 0.625rem; }
      @media screen and (max-width: 767px) {
        #fieldservice_solution .tag_area .tag_inner ul li {
          width: calc(50% - 16px / 2);
          padding: 4px 0; } }
      #fieldservice_solution .tag_area .tag_inner ul li:nth-child(5n) {
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          #fieldservice_solution .tag_area .tag_inner ul li:nth-child(5n) {
            margin-right: 8px; } }
#fieldservice_solution .table_warp table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #fff; }
  #fieldservice_solution .table_warp table tr th {
    background: #e87f20;
    color: #fff;
    border-collapse: collapse;
    border: 1px solid #fff;
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
    width: 50%; }
    @media screen and (max-width: 767px) {
      #fieldservice_solution .table_warp table tr th {
        padding: 8px; } }
  #fieldservice_solution .table_warp table tr td {
    background: #f8d7cd;
    border-collapse: collapse;
    border: 1px solid #fff;
    padding: 16px;
    box-sizing: border-box;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      #fieldservice_solution .table_warp table tr td {
        padding: 8px; } }
    #fieldservice_solution .table_warp table tr td ul {
      display: flex;
      flex-wrap: wrap;
      margin: -2px; }
      #fieldservice_solution .table_warp table tr td ul li {
        background: #E87F20;
        color: #fff;
        font-size: 0.625rem;
        box-sizing: border-box;
        margin: 2px;
        width: calc((100% - 12px) / 3);
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #fieldservice_solution .table_warp table tr td ul li {
            width: calc((100% - 8px) / 2); } }
  #fieldservice_solution .table_warp table tr:nth-child(odd) td {
    background: #fcece8; }

/*------------------------------------------*/
#fieldservice_case .case_area {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    #fieldservice_case .case_area {
      flex-direction: column;
      margin-top: -8px; } }
  #fieldservice_case .case_area .block {
    width: calc((100% - 24px) / 2);
    box-sizing: border-box;
    border: 4px solid #eee;
    padding: 20px 20px 88px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #fieldservice_case .case_area .block {
        width: 100%;
        padding: 10px;
        margin-top: 8px; } }
    #fieldservice_case .case_area .block .tit {
      font-size: 1.2rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        #fieldservice_case .case_area .block .tit {
          font-size: 1.125rem; } }
    #fieldservice_case .case_area .block figure {
      margin: 8px 0; }
    #fieldservice_case .case_area .block .sub {
      margin-top: 8px;
      font-size: 1rem;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #fieldservice_case .case_area .block .sub {
          font-size: 0.9375rem; } }
    #fieldservice_case .case_area .block .txt {
      margin-top: 8px; }
    #fieldservice_case .case_area .block a {
      position: absolute;
      bottom: 20px;
      width: 291px; }
      @media screen and (max-width: 767px) {
        #fieldservice_case .case_area .block a {
          margin-top: 8px;
          position: inherit;
          bottom: inherit;
          width: 100%; } }
#fieldservice_case .cta_area p {
  text-align: center;
  margin-bottom: 0; }

/*------------------------------------------*/
#servitization_Download {
  width: 100%;
  max-width: 696px;
  background: center/cover url(/smart-manufacturing/sp/shared/images/about_servitization/servitization_download_bg_pc.jpg);
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box;
  position: relative; }
  #servitization_Download a {
    display: block;
    padding: 10px 92px 16px 190px;
    border: 5px solid #333;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    overflow: hidden; }
  @media screen and (max-width: 767px) {
    #servitization_Download {
      margin: 48px auto 0;
      background: center/cover url(/smart-manufacturing/sp/shared/images/about_servitization/servitization_download_bg_sp.jpg); }
      #servitization_Download a {
        padding: 18px 24px 54px 140px; } }

.servitization_Download__heading {
  color: #E60027;
  font-size: 27px;
  font-weight: 900;
  line-height: calc(40 / 28);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .servitization_Download__heading {
      font-size: 18px;
      letter-spacing: -0.05em;
      line-height: calc(24 / 18); } }

.servitization_Download__text {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
  text-align: center;
  margin: 2px 0 0; }
  @media screen and (max-width: 767px) {
    .servitization_Download__text {
      font-size: 12px;
      font-weight: 500;
      line-height: calc(19 / 12);
      margin: 10px 0 0; } }

.servitization_Download__image {
  width: 134px;
  position: absolute;
  top: 8px;
  left: 48px; }
  @media screen and (max-width: 767px) {
    .servitization_Download__image {
      width: 130px;
      top: 35px;
      left: 9px; } }

.servitization_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; }
  .servitization_Download__link span {
    position: relative; }
    .servitization_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) {
    .servitization_Download__link {
      width: calc(100% + 10px);
      text-align: center;
      padding: 5px; } }

.servitization_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) {
    .servitization_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: calc(50% - 8px);
    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--2 .theme__text {
  min-height: 161px; }
  @media screen and (max-width: 767px) {
    .theme__item--2 .theme__text {
      min-height: auto; } }

.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: #FAE5D5;
  box-sizing: border-box;
  padding: 22px 24px 36px; }
  @media screen and (max-width: 767px) {
    .theme_point {
      padding: 20px 12px; } }

.theme_point__heading {
  color: #E57F30;
  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: #E57F30;
    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) {
  #mainarea #related {
    margin: 0 -16px 24px; } }

.related__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(40 / 28);
  text-align: center; }
  @media screen and (max-width: 767px) {
    .related__heading {
      font-size: 16px;
      line-height: calc(24 / 16); } }

.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__tabs {
      margin-top: 15px; } }

.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__tab.active {
    background-color: #E57F30;
    color: #fff;
    position: relative; }
    .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__tab {
      min-height: 65px;
      font-size: 15px;
      line-height: calc(20 / 15); }
      .related__tab.active:after {
        display: none; } }

.related__wrapper {
  background-color: #fafafa;
  padding: 10px;
  margin-top: 35px; }
  @media screen and (max-width: 767px) {
    .related__wrapper {
      margin-top: 20px; } }

.related__list {
  background-color: #fff;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    .related__list {
      padding: 0 10px; } }

.related__item {
  padding: 20px 10px; }
  .related__item a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: calc(20 / 14);
    padding-left: 12px;
    position: relative; }
    .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__item:not(:last-of-type) {
    border-bottom: 1px solid #ccc; }

#smartfactory .hs-l-spacing-sm {
  margin-top: 0 !important; }

#fieldservice_about .hs-l-spacing-sm {
  margin-top: 0 !important; }

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
