@charset "UTF-8";
/* /tech/ CSS Document */


.p-business-contentsBlock {
  margin-top: 40px;
}
.p-business-contentsBlock__summaryText {
  line-height: 2;
}
.p-business-contentsBlock__detail {
  margin-top: 64px;
}
.p-business-contentsBlock__detail_item:nth-of-type(n+2) {
  margin-top: 64px;
}
.p-business-contentsBlock__detail_item {
  font-size: 1.4rem;
  line-height: 2;
}
.p-business-contentsBlock__detail_item .text-description {
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 2;
}
.p-business-contentsBlock__detail_item .text-description + * {
  margin-top: 12px;
}
.p-business-contentsBlock__detail_item .block-image {
  margin-top: 40px;
}
.p-business-contentsBlock__detail_item .list-works > ul li {
  padding-left: 1em;
  position: relative;
}
.p-business-contentsBlock__detail_item .list-works > ul li:before {
  background: var(--color-primary);
  border-radius: 50%;
  content: "";
  height: 0.8em;
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 0.8em;
}
.p-business-contentsBlock__detail_item .list-point__item {
  margin-bottom: 40px;
}
.p-business-contentsBlock__detail_item .list-point__item .text-heading {
  color: var(--color-standard-blue);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
  padding-left: 1em;
  position: relative;
}
.p-business-contentsBlock__detail_item .list-point__item .text-heading:before {
  background: var(--color-standard-blue);
  border-radius: 50%;
  content: "";
  height: 0.8em;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 0.8em;
}
.p-business-contentsBlock__detail_item .list-point__item > .block-image {
  margin-top: 20px;
  margin-inline: auto;
  max-width: 300px;
}
.p-business-contentsBlock__detail_item .list-note {
  color: var(--color-gray);
  font-size: 1.2rem;
  margin-top: 20px;
}
.p-business-contentsBlock__detail_item .button-link {
  background: var(--color-white);
  width: 160px;
}
.p-business-contentsBlock__detail_item .button-link a {
  background: var(--color-white);
  border: 1px solid var(--color-standard-blue);
  color: var(--color-standard-blue);
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  position: relative;
}
.p-business-contentsBlock__detail_item .button-link a span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.p-business-contentsBlock__detail_item .button-link a span:before {
  background-image: url(/common/images/icon_arrow_blue_right.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
}
/* PC */
@media only screen and (min-width: 769px) {
  .p-business-contentsBlock__detail_item[data-pc-layout="fixed"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-business-contentsBlock__detail_item[data-pc-layout="fixed"] > .item-text,
  .p-business-contentsBlock__detail_item[data-pc-layout="fixed"] > .item-image {
    width: 420px;
  }
  .p-business-contentsBlock__detail_item .text-description {
    font-size: 1.6rem;
  }
  .p-business-contentsBlock__detail_item .block-image[data-pc-layout="2col"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-business-contentsBlock__detail_item .block-image[data-pc-layout="2col"] .block-image__item {
    width: 420px;
  }
  .p-business-contentsBlock__detail_item .list-point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: -40px;
  }
  .p-business-contentsBlock__detail_item .list-point__item {
    width: 420px;
  }
  .p-business-contentsBlock__detail_item .list-point__item[data-pc-layout="width-full"] {
    width: 100%;
  }
  .p-business-contentsBlock__detail_item .button-link {
    margin-top: -42px;
    margin-left: auto;
  }
  .p-business-contentsBlock__detail_item .button-link a:hover {
    background: var(--color-whiteblue);
    opacity: 1;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .p-business-contentsBlock {
    margin-top: 32px;
  }
  .p-business-contentsBlock__detail {
    margin-top: 32px;
  }
  .p-business-contentsBlock__detail_item:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .p-business-contentsBlock__detail_item .item-image {
    margin-top: 20px;
  }
  .p-business-contentsBlock__detail_item .item-image {
    width: 100%;
  }
  .p-business-contentsBlock__detail_item .block-image {
    margin-top: 32px;
  }
  .p-business-contentsBlock__detail_item .block-image__item:nth-of-type(n+2) {
    margin-top: 24px;
  }
  .p-business-contentsBlock__detail_item .block-image__item img {
    width: 100%;
  }
  .p-business-contentsBlock__detail_item .list-point__item {
    margin-bottom: 24px;
  }
  .p-business-contentsBlock__detail_item .list-point__item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .p-business-contentsBlock__detail_item .list-point__item .text-heading {
    font-size: 1.6rem;
  }
  .p-business-contentsBlock__detail_item .list-point__item .text-heading:before {
    height: 0.9em;
    top: 0.33em;
    width: 0.9em;
  }
  .p-business-contentsBlock__detail_item .button-link {
    margin-top: 20px;
    margin-inline: auto;
    width: 200px;
  }
  .p-business-contentsBlock__detail_item .button-link a {
    line-height: 54px;
  }
  .p-business-contentsBlock__detail_item .button-link[data-sp-layout="width-full"] {
    width: 100%;
  }
}


/* 
========================================== */
/* PC */
@media only screen and (min-width: 769px) {
}
/* SP */
@media only screen and (max-width: 768px) {
}


/* 
========================================== */
/* PC */
@media only screen and (min-width: 769px) {
}
/* SP */
@media only screen and (max-width: 768px) {
}


/* 
========================================== */
/* PC */
@media only screen and (min-width: 769px) {
}
/* SP */
@media only screen and (max-width: 768px) {
}