@charset "utf-8";

.text-lead {
  margin: 40px auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
}

.column-anchor {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anchor-card {
  margin-bottom: 20px;
  display: flex;
}

.anchor-card__item {
  display: flex;
  flex-direction: column;
  width: 32%;
  margin-top: 2%;
  padding: 25px 0;
  border: #e4e8ec 1px solid;
  margin-right: 2%;
}

.anchor-card__item:nth-of-type(3n) {
  margin-right: 0;
}

.anchor-card__item-img {
  text-align: center;
}

.anchor-card__item-img {
  margin-bottom: 20px;
}

.anchor-card__item-img img {
  width: 80px;
}

.anchor-card__item-p {
  margin-bottom: 24px;
  text-align: center;
  line-height: 20px;
}

.anchor-card__item-icon {
  margin-top: auto;
  text-align: center;
}

.block-column-border {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-column-border .column-border {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #e1e6ea;
  box-sizing: border-box;
}

.block-column-border .column-border:last-child {
  margin-bottom: 0;
}

.column-border__img {
  width: 246px;
}

.column-border__cv {
  position: relative;
  width: 634px;
  text-align: center;
}

.column-border__detail {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.column-border__detail .text-detail {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.column-border__detail .sub-head {
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 1019px) {
  .text-lead {
    margin: 40px auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
    text-align: left;
  }

  .anchor-card__item {
    width: 49%;
    margin-top: 2%;
    padding: 20px 0 15px;
    border: #e4e8ec 1px solid;
    margin-right: 2%;
  }

  .anchor-card__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .anchor-card__item:nth-of-type(3n) {
    margin-right: 2%;
  }

  .anchor-card__item:nth-of-type(6n) {
    margin-right: 0;
  }

  .anchor-card__item-img {
    margin-bottom: 10px;
  }

  .anchor-card__item-p {
    margin-bottom: 10px;
  }

  .block-column-border .column-border {
    display: block;
  }

  .block-column-border .column-border:last-child {
    margin-bottom: 0;
  }

  .column-border__img {
    width: 100%;
    text-align: center;
  }

  .column-border__cv {
    position: static;
    width: 100%;
    text-align: center;
  }

  .column-border__detail {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
  }

  .column-border__detail .text-detail {
    margin-bottom: 20px;
    text-align: left;
  }

  .column-border__detail .sub-head {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 12px;
    text-align: center;
  }
}

/* 青い矢印 */
.icon-connector {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
}

.icon-connector::before {
  display: block;
  transform: rotate(90deg);
  content: "\e91b";
  color: #2071bd;
}


