@charset "utf-8";
/* CSS Document */

.theme-pink .p-ttllogo01 {
  border-color: #e40149;
}
.theme-blue .p-ttllogo01 {
  border-color: #0085ce;
}
.theme-green .p-ttllogo01 {
  border-color: #1dac4b;
}

/*.secJigyo .col-item h4 {
  text-align: center;
  background: #003289;
  color: #FFF;
  font-weight: normal;
  margin-bottom: 15px;
}*/


/*----------------------------------------
  .secSustaina
----------------------------------------*/
.secSustaina .p-ttl01 {
  margin-bottom: 20px;
}
.secSustaina .p-ttl01 span {
  display: inline-block;
  background: #1dac4b;
  color: #FFF;
  padding: 0.5em 2em;
  border-radius: 30px;
}
.p-secIot__item {
  position: relative;
  margin-bottom: 80px;
}
.p-secIot__item:last-child {
  margin-bottom: 0;
}
.p-secIot__solution {
  background: url("../../../../images/common/stripe-white.png");
  background-size: 6px;
  background-color: #ffebd0;
  margin-top: 30px;
}
.p-secIot__solution .col-item figure {
  margin-bottom: 15px;
  /*border: solid 5px #FFF;*/
}
.p-secIot__solution .col-item ul li {
  font-size: 14px;
}
.p-secIot__solution .col-item ul li::before {
  color: #ec5d07;
  color: #f19100;
}
.p-secIot__solution h4 {
  text-align: center;
  /*! font-size: 1.2rem; */
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFF;
  color: #f19100;
  /*! color: #ec5d07; */
}
.p-secIot__solution__real {
  background: url("../../../../images/common/stripe-white.png");
  background-size: 6px;
  background-color: #FFB554;
  padding: 20px;
  background-color: #ffc063;
}
.p-secIot__solution__real h4 {
  color: #FFF;
}
.p-secIot__suishin {
  background: url("../../images/suishin_bgi.png") no-repeat center bottom -30px;
  background-size: contain;
  padding: 0 0 50px 0;
}
.p-secIot__suishin h5 {
  /*! background: #FFF; */
  font-size: 1em;
  border-bottom: solid 1px;
  text-align: center;
  padding: 0 1em 10px;
  margin-bottom: 20px;
  color: #2E71A8;
}
.p-secIot__suishin .col-item {
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.p-secIot__suishin__opText {
  text-align: center;
  position: relative;
}
.p-secIot__suishin__opText span {
  display: inline-block;
  background: #2E71A8;
  /*! background: rgb(175,197,230,0.4); */
  text-align: center;
  padding: 0.5em 10em;
  /*! border: solid 2px; */
  margin-top: -20px;
  border-radius: 30px;
  font-weight: bold;
  color: #FFF;
}
.p-secIot__solution::after,
.p-secIot__suishin::after {
  /*! content: '\25E2'; */
  /*! font-size: 3em; */
  /*! position: absolute; */
  /*! left: 50%; */
}
.p-secIot__solution::after {
  /*! color: #F19100; */
  /*! transform: translateX(-50%) rotate(45deg); */
}
.p-secIot__suishin .col-item {
  position: relative;
}
.p-secIot__suishin::after {
  color: #2e71a8;
  transform: translateX(-50%) rotate(-135deg);
}
.p-secIot__solution::after {
}

@media print, screen and (min-width: 769px){
  .p-secIot__solution {
    padding: 30px 50px;
    border-radius: 50%;
  }
  .p-secIot__solution__real {
    border-radius: 100%;
  }
  .p-secIot__solution__digi {
    position: relative;
    padding: 0 20px;
    top: 60px;
  }
  .p-secIot__suishin__textBox {
    min-height: 5em;
  }
  .p-secIot__suishin .col-item::after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #2E71A8;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-secIot__suishin .col-item:nth-child(2)::after {
    height: 42px;
    bottom: -42px;
  }
  .p-secIot__solution::after {
    /*! bottom: -70px; */
  }
  .p-secIot__suishin::after {
    top: -70px;
  }
  .p-secIot__suishin__opText::after {
    content: '';
    display: block;
    width: 614px;
    height: 2px;
    background: #2E71A8;
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width:768px){
  .secSustaina .p-ttl01 span {
    display: block;
    text-align: center;
    padding: 5px 1em;
  }
  .p-secIot__item {
    margin-bottom: 50px;
  }
  .p-secIot__item::after {
    font-size: 2em;
  }
  .p-secIot__solution::after {
    bottom: -45px;
  }
  .p-secIot__suishin::after {
    top: -45px;
  }
  .p-secIot__solution {
    padding: 15px 15px 30px;
    border-radius: 20px;
  }
  .p-secIot__solution__real {
    padding: 15px;
    border-radius: 15px;
  }
  .p-secIot__suishin {
    background-size: 150%;
    background-position: center bottom -15px;
    margin: 0 -15px;
    padding: 0 15px 40px;
  }
  .p-secIot__suishin__textBox {
    margin-bottom: 20px;
  }
  .p-secIot__suishin__opText span {
    padding: 0.5em 2em;
    margin-top: 30px;
    width: 100%;
  }
  .p-secIot__suishin .col-item {
    margin-bottom: 50px;
  }
  .p-secIot__suishin .col-item::after {
    content: '＋';
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2em;
    line-height: 1;
    color: #2E71A8;
    font-weight: bold;
  }
  .p-secIot__suishin .col-item:last-child::after {
    content: none;
  }
}

/*----------------------------------------
  .secBusiness
----------------------------------------*/
.p-bizFoundry .l-colWrap {
  background: url("../images/biz_foundry_bgi.png") no-repeat center bottom -50px;
  background-size: cover;
}

@media print, screen and (min-width: 769px){
  .p-bizFoundry .l-colWrap {
    padding: 70px 0;
  }
  .p-bizFoundry .col-item {
    margin-bottom: 0;
  }
  .p-bizFoundry .col-item figure img {
    border-radius: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
  }
}

@media screen and (max-width:768px){
  .p-bizFoundry .l-colWrap {
    margin: 0 -15px;
    padding: 0 15px 0px;
    background-size: 150%;
    background-position: center bottom -38px; 
  }
}
/*----------------------------------------
  .secSupport
----------------------------------------*/
.secSupport .c-ttlh3-2 {
  padding-left: 1em;
}
.secSupport .c-ttlh3-2::before {
  content: none;
}
.secSupport .c-ttlh3-2 span {
  background: #999;
  color: #FFF;
  display: inline-block;
  padding: 2px 1em;
  min-width: 6em;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  /*! vertical-align: middle; */
}
.secSupport .theme-blue .c-ttlh3-2 {
  background: #E3E8F2;
  font-weight: bold;
}
.secSupport .theme-blue .c-ttlh3-2 span {
  background: #003289;
}
@media print, screen and (min-width: 769px){
  .secSupport .c-ttlh3-2 span {
    margin-right: 1em;
  }
  .secSupport .l-flexBox__textArea {
    height: 8em;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:768px){
  .secSupport .l-secCont__box {
    border: solid 1px #003289;
    padding: 0 15px 30px;
  }
  .secSupport .l-flexBox__textArea {
    margin-bottom: 30px;
  }
  .secSupport .c-ttlh3-2 {
    padding-top: 0;
    font-size: 15px;
    text-align: center;
    margin: 0 -15px 30px;
  }
  .secSupport .c-ttlh3-2 span {
    display: block;
    font-size: 14px;
    margin: 0 -15px 10px;
    padding: 5px 1em;
  }
}

/*----------------------------------------
  その他
----------------------------------------*/
@media screen and (max-width:768px){
  .secMiryoku .l-flexBox__textArea {
    margin-bottom: 20px;
  }
  .p-ttllogo01 {
    font-size: 1em;
    background: #f5f5f5;
    padding: 1em 1em 1em 5em;
    margin-bottom: 30px;
    font-weight: bold;
    border-top: solid 4px;
    position: relative;
  }
  .p-ninteiImg {
    width: 60%;
    margin: 0 auto;
  }
}