/*------------------------------------------------------------
  value
------------------------------------------------------------*/
/* common */
.bg_gray02 {
  background-color: #eff2f6 !important;
}
.bg_red {
  background-color: #f5dee4 !important;
}
.color-red {
  color: #be375a;
}
.color-blue,
.headLine,
.section-head,
.section .title,
.link-border {
  color: #0f1ed2;
}
.has-border-thin {
  border: 1px solid #ccc;
}
.notes {
  font-size: .78em;
  color: #000;
}
.section {
  padding: 0 0 72px;
}
.section .textBox p:not(:last-child),
  .section .text p:not(:last-child) {
    margin-bottom: 1em;
  }
.section .icon {
    display: inline-block;
  }
@media (max-width: 767px) {
  .section {
    padding: 0 0 56px;
  }
  .section .mainBox {
    width: 100%;
  }
  .section .mainBox.boxWm {
    width: 92%;
  }
}
.btnBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btnBox .comLink.download {
    margin-right: 20px;
  }
.btnBox .comLink.download a,
  .btnBox .comLink.inquiry a {
    min-width: 200px;
    padding-right: 48px;
    padding-left: 40px;
  }
.btnBox .comLink.download a {
    min-width: 320px;
  }
.btnBox .comLink.inquiry a {
    background-color: #be375a;
  }
.btnBox .comLink.download a::before,
  .btnBox .comLink.inquiry a::before {
    display: none;
  }
@media (max-width: 767px) {
  .btnBox .comLink {
    width: 100% !important;
  }
  .btnBox .comLink.download {
    margin-right: 0;
  }
  .btnBox .comLink.download a {
    min-width: 0;
  }
}
.ctg-top {
  font-size: 1.4rem;
  text-align: right;
}
.ctg-top a {
    display: inline-block;
    position: relative;
    padding-right: 28px;
    font-weight: bold;
    -webkit-transition: .3s;
    transition: .3s;
  }
.ctg-top a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
  }
.ctg-top a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 4px;
    width: 12px;
    height: 12px;
    margin: -2px 0 0;
    -webkit-transform: rotate(48deg) skew(6deg);
            transform: rotate(48deg) skew(6deg);
    border: 1px solid #000;
    border-width: 2px 0 0 2px;
  }
.ctg-top a:hover {
    text-decoration: none;
    border-bottom: none;
  }
.ctg-top a:hover::before {
    display: none;
  }
.ctg-top a:hover::after {
    margin-top: -3px;
  }
@media (max-width: 767px) {
  .ctg-top {
    max-width: 94%;
    margin: 0 auto;
  }
}
.text .mod-list>.list>li::before,
.textBox .mod-list>.list>li::before {
  top: .5em;
  width: 10px;
  height: 10px;
  background: #77869a;
}
/* Key Visual */
@media (max-width: 767px) {
  .mv-inner .text {
    padding: 24px 16px 32px;
  }
  .mv-inner .text p:not([class]) {
    font-size: 1.4rem;
  }
}
/* title */
.headLine-bar {
  margin-bottom: 20px;
  padding: 10px;
  background: #535a6e;
}
.headLine-bar h2 {
    margin-bottom: 0;
    color: #fff;
  }
.section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 126px;
  margin-bottom: 20px;
  background: url(../img/bg_title.png) no-repeat 0 0;
  background-size: 100% auto;
  line-height: 1.3;
}
.section-head .icon {
    width: 66px;
    margin-right: 20px;
  }
.section-head .headLine03 {
    margin-bottom: 0;
    font-size: 2.6rem;
  }
.section-head .subTitle {
    font-size: 1.6rem;
    color: #000;
    text-align: left;
  }
.line_l {
  position: relative;
  padding-left: 18px;
  line-height: 1.5
}
.line_l::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background: #bfbfbf;
}
@media (max-width: 767px) {
  .headLine.headLine-bar {
    width: 100%;
    margin-bottom: 16px;
    padding: 12px;
  }
  .headLine01 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .headLine.section-head {
    width: 100%;
    min-height: 120px;
    margin-bottom: 16px;
    padding: 0 4%;
    background-image: url(../img/bg_title_sp.png);
    border-radius: 30px;
  }
    .headLine.section-head .icon {
      width: 56px;
      margin-right: 16px;
    }
    .headLine.section-head .section-head-title {
      width: calc(100% - 56px);
    }
    .headLine.section-head .headLine03 {
      font-size: 1.8rem;
    }
    .headLine.section-head .subTitle {
      margin-bottom: 4px;
      font-size: 1.4rem;
    }
  .line_l {
    margin-bottom: 16px;
    padding-left: 16px
  }
  .line_l::before {
    width: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .headLine.section-head {
    min-height: 106px;
    background-size: cover;
    border-radius: 30px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .headLine.section-head {
    min-height: 80px;
    border-radius: 24px;
  }
}
@media (max-width: 375px) {
.headLine.section-head {
    background-size: cover;
  }
}
/* contents */
#intro {
  padding: 72px 0 56px;
}
@media (max-width: 767px) {
  #intro {
    padding: 56px 0 48px;
  }
}
.contents-list .col {
    margin-bottom: 0;
  }
.contents-list dt {
    margin-bottom: 20px;
    padding: 12px;
    background: #535a6e;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.1;
  }
.contents-list dd {
    margin-bottom: 20px;
  }
.contents-list dd a {
      padding: 10px;
      font-weight: bold;
    }
.contents-list .icon-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
.contents-list .icon-title .icon {
      max-width: 66px;
      margin-right: 16px;
    }
.contents-list .link-border {
    padding-left: 0;
    font-size: 1.4rem;
    text-align: center
  }
.contents-list .link-border::before {
  display: none;
}
.contents-list .link-border::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 2px 8px;
  border: 2px solid transparent;
  border-color: #0f1ed2 #0f1ed2 transparent transparent;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.contents-list dd a:link .link-border {
      text-decoration: underline;
    }
.contents-list dd a:hover .link-border {
      text-decoration: none;
    }
@media (max-width: 767px) {
  .contents-list {
    padding: 0 10px;
  }
  .contents-list .col:not(:last-child) {
    margin-bottom: 16px;
  }
  .contents-list dt {
    margin-bottom: 10px;
    padding: 8px;
    font-size: 1.6rem;
  }
  .contents-list dd {
    margin-bottom: 10px;
  }
    .contents-list dd a {
      padding: 10px 24px;
    }
  .contents-list .icon-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
    .contents-list .icon-title .icon {
      max-width: 56px;
      margin-right: 16px;
    }
  .contents-list .link-border {
    font-size: 1.3rem;
  }
}
.exp-box {
  background: #eff2f6;
  border-radius: 8px;
}
/* sec01 */
.service-list p, .service-list .list >li, .service-other p, .service-other .list >li {
    font-size: 1.6rem;
  }
.service-list {
  margin-bottom: 16px
}
.service-list > li {
  position: relative;
  margin-bottom: 20px !important;
  padding: 30px;
  border: 1px solid #d9dfe9;
}
.service-list .title {
    margin-bottom: 16px;
    text-align: left;
    line-height: 1.2;
}
.service-list .title::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 22px;
  margin-right: 8px;
  background: #0f1ed2;
  vertical-align: top;
}
.service-list .pict {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: -1;
}
.service-list .exp-box {
    padding: 10px 16px;
}
.service-list .col-large .exp-box {
    margin-top: -24px;
}
.service-other {
  width: 78.125%;
  margin: 0 auto;
}
.service-other .exp-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 32px;
    padding: 20px;
  }
.service-other .exp-box .pict {
      position: absolute;
      bottom: 0;
      left: 32px;
    }
@media (max-width: 767px) {
    .service-list p, .service-list .list >li, .service-other p, .service-other .list >li {
      font-size: 1.4rem;
    }
  .service-list {
    margin-bottom: 0
  }
  .service-list > li {
    margin-bottom: 16px !important;
    padding: 24px 20px;
  }
  .service-list .title::before {
    width: 6px;
    height: 18px;
  }
  .service-list .pict {
      max-width: 80px;
  }
  .service-list .exp-box {
      padding: 10px 12px;
  }
  .service-list .col-large .exp-box {
      margin-top: 0;
  }
  .service-list .col-large .pict {
      width: 106px;
      max-width: none;
  }
  .service-list > li:nth-child(3) .pict {
    width: 70px;
  }
  .service-other {
    width: 100%;
  }
    .service-other .exp-box {
      margin-bottom: 20px;
      padding: 16px 16px 16px 80px;
    }
      .service-other .exp-box .pict {
        top: 50%;
        bottom: auto;
        left: 11px;
        width: 59px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
      }
}
/* sec02 */
.support-title {
  font-weight: bold;
}
.support-title .label {
    display: inline-block;
    margin-right: 18px;
    padding: 4px 16px;
    border: 1px solid #0f1ed2;
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 1.1;
  }
@media (max-width: 767px) {
  .support-title .label {
    margin: 0 0 4px;
    font-size: 2rem;
  }
}
.check-list li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 36px;
    font-size: 1.8rem
  }
.check-list li:before {
  display: block;
  position: absolute;
  top: .3em;
  left: 4px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/icon_check.png) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 767px) {
  .check-list li {
    margin-bottom: 2px;
    padding-left: 30px;
    font-size: 1.5rem;
  }
  .check-list li:before {
    width: 15px;
    height: 15px;
  }
}
.support-box .col {
    width: 46.97266%;
  }
.support-box .icon-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
    padding: 20px;
    font-weight: bold;
  }
.support-box .icon-title .icon {
      width: 96px;
    }
.support-box .icon-title p {
      width: calc(100% - 96px);
    }
.support-box .icon-title .icon img {
      max-height: 47px;
    }
.support-box .col:nth-child(2) .icon-title .icon {
    padding-left: 9px;
  }
@media (max-width: 767px) {
  .support-box .col {
    width: 100%;
  }
  .support-box .col:not(:last-child) {
    margin-bottom: 24px;
  }
  .support-box .icon-title {
    padding: 16px;
    margin-bottom: 20px;
  }
    .support-box .icon-title .icon {
      width: 88px;
    }
    .support-box .icon-title p {
      width: calc(100% - 88px);
    }
    .support-box .icon-title .icon img {
      max-height: 40px;
    }
}
/* sec03 */
.achievements-list  {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .achievements-list  {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px 8px;
    gap: 12px 8px;
    margin-bottom: 16px;
  }
}
.related-box {
  padding: 30px;
}
@media (max-width: 767px) {
  .related-box {
    padding: 24px 10px;
  }
}
/* sec04 */
@media (max-width: 767px) {
  #sec04 .mainBox > .text:not(:last-child) {
    margin-bottom: 40px;
  }
}
#sec04 .solution-box {
  margin-bottom: 20px;
}
#sec04 .solution-box .photoBox {
    width: 33.59375%;
  }
#sec04 .solution-box .textBox {
    width: calc((100% - 33.59375%) - 44px);
  }
#sec04 .solution-box.exp-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}
#sec04 .solution-box.exp-box .photoBox {
      padding-left: 24px;
}
#sec04 .solution-box.exp-box .textBox {
      padding: 24px 27px 24px 0;
}
#sec04 .solution-box.exp-box .text {
      margin: 0;
      padding: 30px;
}
@media (max-width: 767px) {
  #sec04 .solution-box .photoBox,
  #sec04 .solution-box .textBox {
    width: 100%;
  }
  #sec04 .solution-box .photoBox {
    margin-bottom: 10px;
  }
  #sec04 .solution-box.exp-box .photoBox {
      padding: 24px 10px;
  }
  #sec04 .solution-box.exp-box .textBox {
      padding: 0 10px 20px;
  }
  #sec04 .solution-box.exp-box .text {
      margin: 0;
      padding: 30px;
  }
}
.solution-box-list01 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.solution-box-list01 .list:not(:last-child) {
    margin-right: 72px;
  }
@media (max-width: 767px) {
  .solution-box-list01 .list:not(:last-child) {
    margin-right: 24px;
  }
}
/* sec05 */
.npi-img {
  max-width: 86.13282%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .npi-img {
    max-width: 100%;
  }
}
/* sec07 */
.implement {
  max-width: 1100px;
  margin: 0 auto 72px;
  padding: 144px 0 20px;
  background: #eff2f6 url(../img/bg_content07.jpg) no-repeat 0 0;
  background-size: 100% auto;
}
.implement .imgBox {
    width: 68%;
    margin: 56px auto;
  }
.implement .contents-list {
    margin: 0 auto;
  }
@media (max-width: 767px) {
  .implement {
    margin: 0 auto 56px;
    padding: 104px 4% 20px;
    background-image: url(../img/bg_content07_sp.jpg);
  }
  .implement .headLine01 {
    max-width: 17em;
    margin-left: auto;
    margin-right: auto;
  }
  .implement .imgBox {
    width: 100%;
    margin: 24px auto 56px;
  }
  .implement .contents-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .related-box02 {
    padding: 0 10px;
  }
}
