/* 部署紹介をカード全体でクリックできるリンクカードにする */
.p-nakamawoshiru .sec_business02 {
  padding-top: 28px;
}

.p-nakamawoshiru .sec_business02 .list {
  column-gap: 36px;
  row-gap: 36px;
}

.p-nakamawoshiru .sec_business02 .list .item {
  width: calc(50% - 18px);
  margin-left: 0;
  margin-top: 0;
}

.p-nakamawoshiru .sec_business02 .list .item > a {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  padding: 28px;
  border: 1px solid #e3e8ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(43, 66, 110, 0.12);
  color: #384355;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.p-nakamawoshiru .sec_business02 .list .item > a:hover {
  color: #384355;
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(43, 66, 110, 0.2);
}

.p-nakamawoshiru .sec_business02 .list .item > a .txt_box {
  flex: 1;
}

.p-nakamawoshiru .sec_business02 .list .item > a .img {
  display: block;
  width: 100%;
  margin-top: 25px;
  border-radius: 12px;
}

.p-nakamawoshiru .honne-feature {
  position: relative;
  width: min(100%, 980px);
  margin: 74px auto 0;
  padding: 56px clamp(24px, 7vw, 84px) 48px;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(43, 66, 110, .16);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(242, 255, 255, .98), rgba(242, 245, 250, .96));
  box-shadow: 0 12px 28px rgba(43, 66, 110, .1);
}

.p-nakamawoshiru .honne-feature::before {
  position: absolute;
  content: "";
  pointer-events: none;
}

.p-nakamawoshiru .honne-feature::before {
  top: 20px;
  left: 24px;
  width: 104px;
  height: 104px;
  opacity: .5;
  background-image: radial-gradient(circle, rgba(122, 199, 242, .42) 2px, transparent 2.5px);
  background-size: 18px 18px;
}

.p-nakamawoshiru .honne-feature__copy {
  position: relative;
  z-index: 1;
}

.p-nakamawoshiru .honne-feature__label {
  margin: 0;
  color: #7ac7f2;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.4;
}

.p-nakamawoshiru .honne-feature h2 {
  position: relative;
  display: inline-block;
  margin: 14px 0 22px;
  color: #2b426e;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.35;
}

.p-nakamawoshiru .honne-feature h2::after {
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  width: 76px;
  height: 3px;
  margin: auto;
  background: #ffc174;
  content: "";
}

.p-nakamawoshiru .honne-feature__lead {
  margin: 0;
  color: #2b426e;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.6;
}

.p-nakamawoshiru .honne-feature__text {
  margin: 17px auto 0;
  color: #657188;
  font-size: 16px;
  line-height: 2;
}

.p-nakamawoshiru .honne-feature__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin: 30px auto 0;
  padding: 8px 54px 8px 28px;
  color: #666;
  background: rgba(255, 255, 255, .18);
  border: 1px solid #777;
  border-radius: 999px;
  font-size: 22px;
  line-height: 1.8;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.p-nakamawoshiru .honne-feature__button::after {
  position: absolute;
  right: 27px;
  content: "▶";
  font-size: .8em;
}

.p-nakamawoshiru .honne-feature__button:hover {
  color: #2b426e;
  background: rgba(255, 255, 255, .72);
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .p-nakamawoshiru .sec_business02 {
    padding-top: 24px;
  }

  .p-nakamawoshiru .sec_business02 .list {
    row-gap: 20px;
  }

  .p-nakamawoshiru .sec_business02 .list .item {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .p-nakamawoshiru .sec_business02 .list .item > a {
    padding: 20px;
    border-radius: 14px;
  }

  .p-nakamawoshiru .sec_business02 .list .item > a .img {
    margin-top: 15px;
    border-radius: 10px;
  }

  .p-nakamawoshiru .honne-feature {
    margin-top: 48px;
    padding: 36px 18px 32px;
    border-radius: 16px;
  }

  .p-nakamawoshiru .honne-feature::before {
    top: 14px;
    left: 14px;
    width: 72px;
    height: 72px;
    background-size: 14px 14px;
  }

  .p-nakamawoshiru .honne-feature__label {
    font-size: 11px;
  }

  .p-nakamawoshiru .honne-feature h2 {
    margin-top: 12px;
    font-size: 28px;
  }

  .p-nakamawoshiru .honne-feature h2::after {
    bottom: -10px;
    width: 58px;
    height: 2px;
  }

  .p-nakamawoshiru .honne-feature__lead {
    font-size: 18px;
  }

  .p-nakamawoshiru .honne-feature__text {
    font-size: 14px;
    line-height: 1.9;
  }

  .p-nakamawoshiru .honne-feature__break {
    display: none;
  }

  .p-nakamawoshiru .honne-feature__button {
    min-height: 48px;
    margin-top: 24px;
    padding-right: 44px;
    padding-left: 20px;
    font-size: 20px;
  }

  .p-nakamawoshiru .honne-feature__button::after {
    right: 16px;
  }
}
