@charset "shift_jis";
/* Updated 2022/07/04,T */

/******************************
card-wrap01
******************************/
.card-wrap01 {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 0;
}
.card-wrap01 .inner01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 496px;
  height: 150px;
  padding: 14px;
  background: #F3F8F6;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 143%;
  color: #004831;
}
.card-wrap01 .inner01::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  width: 16px;
  height: 32px;
  background: url(/hojin/eb/web21/imgs/web21_bg_01.png) no-repeat 0 0 / 100%;
}
.card-wrap01 .text01 {
  text-align: center;
}
.card-wrap01 .text01 .fsSm {
  font-size: 80%;
}
.card-wrap01 .text01 .fsLg {
  font-size: 140%;
}
.card-wrap01 .text02 {
  position: relative;
  width: 145px;
  margin-left: 60px;
  text-align: right;
}
.card-wrap01 .text02 strong {
  font-family: roboto;
  font-size: 450%;
  line-height: 1;
  color: #017A4F;
}
.card-wrap01 .text02::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 14px;
  height: 16px;
  background: url(/hojin/eb/web21/lite/imgs/index_ico_10.svg) no-repeat 0 0 / 100%;
}
/******************************
card-link-wrap01
******************************/
.card-link-wrap01 {
  margin: 24px 0 0;
  padding-bottom: 56px;
}
.card-link-wrap01 .title02 {
  margin: 40px 0;
  color: #004831;
  font-size: 143%;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
/******************************
card-wrap02
******************************/
.card-wrap02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 14px 0 0;
}
.card-wrap02 li {
  position: relative;
  width: 496px;
  border-radius: 8px;
  margin: 16px 0 0;
  padding: 45px 25px 45px 146px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(20,29,29,0.05),0 12px 14px 0 rgba(20,29,29,0.08);
  box-sizing: border-box;
}
.card-wrap02 .point {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background: url(/hojin/eb/web21/imgs/index_bg_01.png) no-repeat 0 0 / 100%;
  color: #fff;
  font-size: 100%;
  font-family: roboto;
}
.card-wrap02 .point span {
  display: block;
  position: absolute;
  left: 4px;
  top: 14px;
  transform: rotate(-45deg);
}
.card-wrap02 .image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 146px;
}
.card-wrap02 .title01 {
  font-size: 129%;
  line-height: 1.5;
  font-weight: bold;
  color: #004831;
}
.card-wrap02 .text01 {
  margin: 10px 0 0;
  font-size: 114%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  /******************************
  card-wrap01
  ******************************/
  .card-wrap01 .inner01 {
    display: block;
    width: 47.8%;
    height: auto;
    padding: 20px 10px 10px;
    background: #F3F8F6;
    font-size: 18px;
    text-align: center;
  }
  .card-wrap01 .inner01::after {
    right: 10px;
    width: 10px;
    height: 20px;
  }
  .card-wrap01 .text01 {
    min-height: 92px;
  }
  .card-wrap01 .text01._spCenter {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card-wrap01 .text02 {
    width: auto;
    margin: 30px 0 0;
    text-align: center;
    font-size: 20px;
  }
  .card-wrap01 .text02::before {
    left: calc(50% - 7px);
    top: -20px;
    transform: rotate(90deg);
  }
  /******************************
  card-wrap02
  ******************************/
  .card-wrap02 {
    display: block;
    margin: 24px 0 0;
  }
  .card-wrap02 li {
    width: 100%;
    padding: 20px 16px 20px 113px;
  }
  .card-wrap02 .image {
    width: 113px;
  }
  .card-wrap02 .image01 {
    width: 60px;
  }
  .card-wrap02 .image02 {
    width: 60px;
  }
}