@charset "UTF-8";

/*************************************
    hakaru.aiのコラムページスタイル
**************************************/
.link_arrow {
  color: #3d92ad;
}

.link_arrow:after {
  display: inline-block;
  content: "\0bb";
  font-size: 1rem;
  color: #4090ac;
  text-align: center;
}

.link_arrow:before {
  display: none;
}

hr {
  border: none;
  border-top: 1px solid #c7c5c5;
}

.note {
  font-size: 12px;
}

a.column-link {
  color: #333;
}

a.column-link:hover {
  text-decoration: none;
  background-color: #edf6f7;
}

.column-link {
  display: block;
  padding: 40px 0;
  position: relative;
}

.column-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c7c5c5;
  position: absolute;
  left: 0;
  bottom: 0;
}

.column-link:first-of-type:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c7c5c5;
  position: absolute;
  left: 0;
  top: 0;
}

.columnlink-ttlimg {
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 380px auto;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.column_column .columnlink-ttlimg {
  background-image: url(/img/column/column_thumbnail_black.png);
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
}

.column_report .columnlink-ttlimg {
  background-image: url(/img/column/column_thumbnail_white.png);
  color: #333;
}

.column_digitization .columnlink-ttlimg {
  background-image: url(/img/column/column_thumbnail_digitization.png);
  color: #fff;
}

.columnlink-text {
  display: flex;
  flex-direction: column;
}

.columnlink-text .column-date {
  order: 1;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.columnlink-text .column-ttl {
  order: 2;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.columnlink-text .column-lead {
  order: 3;
}

.category-label {
  border: 1px solid #a2a5a7;
  border-radius: 4px;
  color: #4e4644;
  background-color: #f5f5f5;
  text-align: center;
  padding: 2px 10px;
}

.column-date .category-label {
  margin-right: 16px;
}

.column-date .date {
  color: #666666;
}

@media screen and (min-width: 40em) {
  .column-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .columnlink-ttlimg {
    flex-basis: 380px;
  }

  .columnlink-text {
    flex-basis: calc(100% - 380px);
    padding-left: 50px;
  }
}

/*************************************
    hakaru.aiのコラム詳細ページスタイル
**************************************/
.fs32 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.fs32 small,
.fs24 {
  font-size: 1.3rem;
}

.column-ttl-wrapper {
  width: 100%;
  height: 231px;
  text-align: center;
  background-size: cover;
  background-position: center right 0;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px;
}

.column_column .column-ttl-wrapper {
  color: #fff;
  background-image: url(/img/column/bg_columnttl.png);
}

.column_report .column-ttl-wrapper {
  background-image: url(/img/column/bg_columnttl_white.png);
}

.column_digitization .column-ttl-wrapper {
  background-image: url(/img/column/bg_digitizationttl.png);
}

.column-main-ttl {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.column-main-ttl .small {
  font-size: 1rem;
}

.column-ttl-wrapper .category-label {
  position: absolute;
  top: 20px;
  right: 20px;
}

.column-main-sec {
  padding: 40px 0;
}

.interview-box {
  background: #fff;
  padding: 40px 1rem;
  margin-bottom: 10px;
}

.error-lists {
  counter-reset: error_num;
}

.error-lists li {
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #edf8f8;
  color: #0f8ca6;
  padding: 16px 10px;
  text-align: center;
}

.error-lists li:before {
  display: block;
  counter-increment: error_num;
  content: counter(error_num, decimal-leading-zero);
}

.error-description-lists {
  margin-bottom: 30px;
}

.error-description-list {
  border-bottom: 1px solid #c7c5c5;
}

.error-description-list:first-of-type {
  border-top: 1px solid #c7c5c5;
}

.error-description-ttl {
  font-size: 1.12rem;
  padding: 22px 16px 22px 28px;
}

.error-description-ttl.icon-check-ttl:before {
  position: absolute;
  top: 25px;
  left: 0;
}

.error-description {
  color: #6a6462;
  padding: 22px 0;
}

.list-graycircle {
  margin: 30px auto;
}

.column_pagenav {
  display: flex;
  justify-content: space-between;
  /*align-items: ;*/
  margin-top: 60px;
}

.column_pagenav .next {
  text-align: right;
}

.column_pagenav .disable {
  display: none;
}

.thisfield-points-wrapper {
  border-bottom: 1px solid #c7c5c5;
  border-top: 1px solid #c7c5c5;
  padding: 30px 20px 20px;
  margin-bottom: 30px;
}

.thisfield-points li {
  margin-bottom: 10px;
}

.column-img {
  text-align: center;
  margin-bottom: 40px;
}

.column-img figcaption {
  color: #999999;
  font-size: 0.85rem;
  margin-top: 10px;
}

.column-order-description {
  counter-reset: desc-num;
}

.column-order-description-ttl {
  font-weight: 400;
  margin-bottom: 10px;
}

.column-order-description-ttl:before {
  display: inline-block;
  counter-increment: desc-num;
  /*content:counter(desc-num)'.';*/
  content: counter(desc-num, decimal-leading-zero) ".";
  margin-right: 8px;
}

.column-green-callout {
  background-color: #edf8f8;
  padding: 1rem;
}

@media screen and (min-width: 40em) {
  .column-main-ttl .small {
    font-size: 1.2rem;
  }

  .fs32 small,
  .fs24 {
    font-size: 1.5rem;
  }

  .column-ttl-wrapper {
    background-position: center;
    margin-bottom: 40px;
  }

  .column-main-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .column-main-ttl .small {
    font-size: 1.363rem;
  }

  .column-main-sec {
    padding: 80px 10px;
  }

  .error-lists li {
    padding: 16px 8px 20px;
  }

  .interview-box {
    background: #fff;
    padding: 80px;
    margin-bottom: 10px;
  }

  .error-description-lists {
    margin-bottom: 60px;
  }

  .error-description-list {
    display: flex;
  }

  .error-description-ttl {
    flex-basis: 315px;
  }

  .error-description {
    flex-basis: calc(100% - 315px);
  }

  .case_table dd {
    padding: 20px 10px 20px 0;
  }

  .thisfield-points-wrapper {
    padding: 30px 40px 20px;
    margin-bottom: 60px;
  }

  .column-img {
    margin-bottom: 60px;
  }

  .column-green-callout {
    padding: 30px 80px;
  }
}

/* /digitization1.html */
.column-digitization-wrapper {
  color: #fff;
  background-image: url(/img/column/bg_digitizationttl.png);
  width: 100%;
  height: 231px;
  text-align: center;
  background-size: cover;
  background-position: center right 0;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px;
}

.column-digitization-wrapper .category-label {
  position: absolute;
  top: 20px;
  right: 20px;
}

.bg-blue-green {
  background-color: #edf8f8;
  padding: 30px;
}

.bg-red {
  background-color: #fff2f2;
}

.color-blue-green {
  color: #3d92ad;
}

.color-red {
  color: #c9091a;
}

.ttl-h4 {
  font-size: 1.5rem;
  font-weight: bold;
}

dt.color-blue-green {
  font-size: 1.5rem;
  margin-top: 25px;
}

.bg-blue-green dd {
  font-size: 1rem;
}

.digitization,
.dx {
  border-radius: 12px;
  padding: 25px 25px 35px;
}

.digitization {
  flex-direction: column;
}

.effect {
  gap: 10%;
}

.effect .contents {
  gap: 19px;
}

.triangle-bk {
  position: relative;
}

.effect dt.color-blue-green {
  margin-top: 0;
}

.triangle-bk::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid black;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.triangle-blue-green {
  position: relative;
}

.triangle-blue-green::after {
  content: "";
  position: absolute;
  bottom: 35%;
  right: -18%;
  height: 97px;
  width: 46px;
  background-image: url(/img/column/triangle_blue_green.png);
  background-size: cover;
}

.effectiveness {
  background-color: #fff;
  margin-top: auto;
  padding: 20px 26px 26px;
  justify-content: space-around;
}

.bold {
  font-weight: bold;
}

.effectiveness-text {
  background-color: #2d3840;
  border-radius: 20px;
  color: #fff;
  padding: 6px 23px;
  font-size: 21px;
}

@media screen and (min-width: 40em) {
  .column-digitization-wrapper {
    background-position: center;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 950px) {
  .effect {
    flex-direction: column;
  }

  .effect> :first-child {
    margin-bottom: 60px;
  }

  .triangle-blue-green::after {
    bottom: -14%;
    right: 47%;
    height: 97px;
    width: 46px;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 47.938em) {
  .triangle-blue-green::after {
    bottom: -12%;
    right: 47%;
    height: 60px;
    width: 30px;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 39.9375em) {

  .digitization .flex,
  .dx .flex {
    display: flex;
  }

  .effectiveness {
    padding: 10px;
  }

  .triangle-blue-green::after {
    bottom: -14%;
    right: 47%;
    transform: rotate(90deg);
  }
}

/* /digitization2.html */
.gray-text {
  color: #999999;
}

.small-text {
  font-size: 0.8em;
}

.mb-3 {
  margin-bottom: 30px;
}

/* /digitization3.html */
.mb-8 {
  margin-bottom: 80px;
}

figure img{
  height: auto;
}

.prevention {
  align-items: center;
  gap: 25px;
  margin-bottom: 10px;
}

.prevention .triangle {
  width: 34px;
  height: 57px;
}

.prevention section {
  width: 100%;
  max-width: 378px;
  align-items: center;
  flex-direction: column;
}

.prevention section ul {
  display: block;
  width: fit-content;
}

.prevention section ul li {
  list-style: inside;
  font-weight: bold;
}

.link_arrow.arrow-reset:after {
  content: "";
}

.reference ul li {
  font-size: 12px;
}

.cv-link-lists .link_arrow:after {
  content: "";
}

@media screen and (max-width:820px) {
  .prevention {
    flex-direction: column;
  }

  .prevention .triangle {
    transform: rotate(90deg);
  }

}