.page_career_guidance .lead {
  background: url("../img/page/grad_bg2.png") no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  padding-block: clamp(30px, 7.8125vw, 50px);
  padding-inline: clamp(30px, 9.375vw, 60px);
}
@media screen and (min-width: 768px) {
  .page_career_guidance .lead {
    grid-template-columns: 1fr 45.2101%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-block: 50px;
    padding-left: 6.8571%;
    padding-right: 8.5714%;
  }
}
.page_career_guidance .lead .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: start;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page_career_guidance .lead .txt {
    margin: 0;
    max-width: 480px;
    width: 80%;
  }
}
.page_career_guidance .lead .txt:before, .page_career_guidance .lead .txt:after {
  aspect-ratio: 2.4912;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: clamp(40px, 17.75vw, 284px);
}
.page_career_guidance .lead .txt:before {
  background-image: url("../img/page/career/guidance/lead_deco1.png");
  margin-bottom: clamp(10px, 1.875vw, 30px);
}
.page_career_guidance .lead .txt:after {
  background-image: url("../img/page/career/guidance/lead_deco2.png");
  margin-left: auto;
  margin-top: clamp(10px, 1.875vw, 30px);
}
.page_career_guidance .lead .h {
  font-family: "Fugaz One", sans-serif;
  font-size: clamp(28px, 5.6vw, 36px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.3478;
}
@media screen and (min-width: 768px) {
  .page_career_guidance .lead .h {
    font-size: clamp(36px, 3.9vw, 46px);
  }
}
.page_career_guidance .lead .d {
  font-size: clamp(16px, 2.5vw, 26px);
  letter-spacing: 0em;
  line-height: 1.8077;
  margin-top: 1.4615em;
}
.page_career_guidance .lead .img {
  padding-block: 10px;
  text-align: center;
}
.page_career_guidance .lead .img img {
  max-width: 538px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .page_career_guidance .lead .img img {
    width: 100%;
  }
}
.page_career_guidance .desc {
  background: #00B9EF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: clamp(30px, 5vw, 80px);
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  border-radius: 40px;
  flex-direction: column;
  margin-top: 80px;
  row-gap: clamp(40px, 3.75vw, 60px);
}
.page_career_guidance .desc:before {
  aspect-ratio: 1.6354;
  background-image: url("../img/page/career/guidance/desc_deco1.png");
  background-size: cover;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: clamp(70px, 14.6875vw, 235px);
  z-index: 0;
}
.page_career_guidance .desc:after {
  aspect-ratio: 1.6354;
  background-image: url("../img/page/career/guidance/desc_deco2.png");
  background-size: cover;
  bottom: 10px;
  content: "";
  position: absolute;
  right: 0;
  width: clamp(70px, 14.6875vw, 235px);
  z-index: 3;
}
.page_career_guidance .desc .item:nth-child(2):before {
  aspect-ratio: 1.6354;
  background-image: url("../img/page/career/guidance/desc_deco1.png");
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: clamp(70px, 14.6875vw, 235px);
  z-index: 3;
}
.page_career_guidance .desc .item:nth-child(2):after {
  aspect-ratio: 1.6354;
  background-image: url("../img/page/career/guidance/desc_deco2.png");
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(70px, 14.6875vw, 235px);
  z-index: 0;
}
.page_career_guidance .desc .item {
  padding-inline: clamp(30px, 5vw, 80px);
  position: relative;
}
.page_career_guidance .desc .item .no {
  color: #ffffff;
  font-family: "Fugaz One", sans-serif;
  font-size: clamp(36px, 6.66667vw, 80px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
}
.page_career_guidance .desc .item .h {
  font-size: 28px;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 1em;
}
.page_career_guidance .desc .item dl {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.75;
  list-style: none;
  margin-top: 1.5em;
  padding: 0;
}
.page_career_guidance .desc .item dl dt {
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 1.75;
  padding-left: 1.5em;
  position: relative;
}
.page_career_guidance .desc .item dl dt::before {
  aspect-ratio: 1;
  background: #ffffff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: calc((1.75em - 0.7em) / 2);
  width: 0.7em;
}
.page_career_guidance .desc .item dl dd {
  margin-bottom: 1.625em;
  margin-top: 1em;
  padding-left: 1.875em;
}
.page_career_guidance .desc .item .cards {
  margin-top: clamp(40px, 3.4375vw, 55px);
}