/* Scss Document */
section#card-about {
  background-color: #fef2f6;
  margin-top: 90px;
}

.about-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .about-wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.about-wrap .about-img-wrap {
  width: 70%;
  position: relative;
  top: -80px;
  left: 100px;
}

@media screen and (max-width: 767px) {
  .about-wrap .about-img-wrap {
    top: auto;
    left: 15%;
  }
}

.about-wrap .about-text-wrap {
  text-align: left;
  position: relative;
  top: 60px;
  padding: 60px;
  background-color: #fff;
  z-index: 100;
  font-size: 1.25rem;
  width: 480px;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .about-wrap .about-text-wrap {
    font-size: 0.9375rem;
    padding: 20px;
    width: 20em;
    position: relative;
    left: 15%;
  }
}

.point {
  background-color: #d9f2f7;
  font-size: 1.6875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 20px 15px;
  margin: 70px 0;
}

#card-benefits .card-body {
  padding: 30px 10px;
}

#card-benefits .card-body .card-title {
  font-size: 1.375rem;
  color: #0071c5;
  padding: 0 0 20px;
  font-weight: bold;
}

#card-benefits .card-body .card-subtitle {
  font-size: 1rem;
  color: #333;
  font-weight: bold;
  line-height: 1.875;
}

#card-benefits .card-body .card-text {
  font-size: 1rem;
  line-height: 1.875;
}

.request-ex {
  position: relative;
  display: inline-block;
  padding: 60px 50px;
  background-color: #fff;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.5;
  color: #000000;
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .request-ex {
    padding: 40px 20px;
    font-size: 1.125rem;
  }
}

.request-ex::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 20px 30px 20px 0;
  border-color: transparent #ffffff transparent transparent;
  transform: translate(-100%, -50%);
}

#point-ex .point {
  position: relative;
  display: inline-block;
  padding: 20px 15px;
  background-color: #d9f2f7;
  text-align: left;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000000;
  margin: 70px 0;
}

#point-ex .point::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #d8f2f7 transparent transparent;
  translate: 0% 100%;
}

#point-ex .ex-lead {
  font-size: 1.25rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #point-ex .ex-lead {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}

#point-ex .ex-text {
  font-size: 1.125rem;
  line-height: 2.222;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #point-ex .ex-text {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}

#point-ex .container {
  background-image: url(https://new-teikei.club117.jp/themes/teikei.club117.jp/img/bg-img-card.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: right;
  position: relative;
  background-position-y: 5%;
}

@media screen and (max-width: 767px) {
  #point-ex .container {
    background-size: 70%;
    background-position-y: 9%;
  }
}
