@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_carbonneutral/pagetitle_bg_carbonneutral.jpg) no-repeat center center/cover;
  min-height: 180px;
  height: 180px;
  color: white;
  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_carbonneutral/pagetitle_bg_carbonneutral_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_administration .pagetitle_about {
  background: url(/smart-manufacturing/sp/shared/images/about_carbonneutral/pagetitle_bg_carbonneutral.jpg) no-repeat center center/cover; }

@media screen and (max-width: 767px) {
  .about_administration .pagetitle_about {
    background-image: url(/smart-manufacturing/sp/shared/images/about_carbonneutral/pagetitle_bg_carbonneutral_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:nth-child(1).current {
      border-color: #0799c4; }
    #category ul li:nth-child(2).current {
      border-color: #7f5690; }
    #category ul li:nth-child(3).current {
      border-color: #d2783f; }
    #category ul li:nth-child(4).current {
      border-color: #3e9f6e; }
    #category ul li.current {
      border-color: #dc0031; }
    #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: #5d6e89;
    padding: 10px 0;
    width: 255px; }
  #task .thead .solution {
    background: #3e9f6e;
    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 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: #d8ece2;
    border-color: #3e9f6e;
    color: #3e9f6e; }
  #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: #E0F8EC;
      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 #3e9f6e;
  padding: 25px 20px 20px;
  margin-top: 10px;
  position: relative; }
  .subframe h4 {
    background: #3e9f6e;
    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.green1 {
        color: #3e9f6e;
        background: #d8ece2;
        border: 3px double #3e9f6e;
        font-size: 1.125rem;
        top: 0;
        left: 28px; }
        @media screen and (max-width: 767px) {
          #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.green1 {
            font-size: 0.625rem;
            left: 15px; } }
      #smartfactory .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) {
          #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.green2 {
            font-size: 0.625rem;
            left: 85px;
            right: inherit; } }
      #smartfactory .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) {
          #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.green3 {
            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;
    left: 15px; } }
@media screen and (max-width: 767px) {
  #smartfactory .frame .wh .text_and_image .circle_block .circle_frame .circle.green {
    font-size: 0.875rem;
    right: 15px; } }
@media screen and (max-width: 767px) {
  #smartfactory .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) {
  #smartfactory .frame .wh .text_and_image .circle_block .txt {
    font-size: 0.75rem; } }
/*------------------------------------------*/
#kanren .case_solution {
  overflow: hidden;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  #kanren .case_solution a {
    text-decoration: none; }
  #kanren .case_solution > div {
    width: calc((100% - 23px) / 2);
    overflow: hidden;
    background-image: linear-gradient(90deg, #516986 0%, #627d9d 52%, #7390b3 100%);
    padding: 20px 24px 24px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }
    #kanren .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; }
  #kanren .case_solution h3 {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0  0 10px; }
  #kanren .case_solution ul {
    background: #eef1f4;
    padding: 15px;
    /*flex:1;*/
    height: 100%; }
  #kanren .case_solution .case {
    position: relative;
    transition: all 0.3s ease 0s; }
    #kanren .case_solution .case:hover {
      opacity: 0.7; }
    #kanren .case_solution .case a.link_block {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    #kanren .case_solution .case ul li {
      display: block; }
  #kanren .case_solution .solution {
    transition: all 0.3s ease 0s;
    position: relative; }
    #kanren .case_solution .solution:hover {
      opacity: 0.7; }
    #kanren .case_solution .solution a.link_block {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    #kanren .case_solution .solution ul li {
      display: inline-block; }

@media screen and (max-width: 767px) {
  #kanren .case_solution {
    display: block; } }
@media screen and (max-width: 767px) {
  #kanren .case_solution > div {
    width: auto;
    padding: 14px; } }
@media screen and (max-width: 767px) {
  #kanren .case_solution h3 {
    font-size: 1rem;
    margin: 0 0 5px; } }
@media screen and (max-width: 767px) {
  #kanren .case_solution ul {
    padding: 10px; } }
@media screen and (max-width: 767px) {
  #kanren .case_solution .case {
    margin: 0 0 10px; } }
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
