.practice-bg {
  background: url(./bg-practice.jpg) no-repeat center / cover;
}
.practice {
}
.practice__img {
  outline: 2px solid var(--g-color--white);
  outline-offset: -1rem;
  width: 100%;
  @media (min-width: 1024px) {
    outline-offset: -2.5rem;
  }
}
.practice__info-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 3rem;
  @media (min-width: 1024px) {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5rem;
  }
}
.practice__info-main-title {
  align-items: center;
  display: flex;
  width: 100%;
  /* background: linear-gradient(
    180deg, 
    #FFFFFF 6%, 
    #5FAFF9 56%, 
    #0044A8 83%, 
    #5FAFF9 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1; */
  padding-right: 0;
  @media (min-width: 1024px) {
    display: block;
    padding-right: 5.5rem;
    width: auto;
  }
  &:after {
    background-color: var(--g-color--white);
    content: "";
    display: inline-flex;
    height: 1px;
    margin-left: 2rem;
    width: 100%;
  }
  @media (min-width: 1024px) {
    &:after {
      display: none;
    }
  }
}
.practice__info-main-title img {
  width: 8.8rem;
  @media (min-width: 1024px) {
    width: 28rem;
  }
}
.practice__info-details {
  border-left: 0;
  color: var(--g-color--white);
  padding: 1rem 0 1.6rem 0;
  @media (min-width: 1024px) {
    border-left: 1px solid var(--g-color--white);
    padding: 1rem 0 1.6rem 5.5rem;
  }
}
.practice__list-wrap {
  margin-top: 3rem;
  padding: 1rem 0rem;
  @media (min-width: 1024px) {
    margin-top: 50px;
    padding: 2rem 3rem;
  }
}
.practice__list-main-title {
  color: var(--g-color--white);
  text-align: center;
}
.practice__list {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  margin: 2rem auto 0;
  padding: 0;
  @media (min-width: 1024px) {
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
    margin: 4rem auto 0;
  }
}
.practice__list-item {
  align-items: center;
  border: 4px solid var(--g-color--white);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem;
  width: 100%;
  @media (min-width: 1024px) {
    margin-bottom: 0;
    padding: 4rem 1rem 1.4rem;
    width: 32rem;
  }
}
.practice__list-title {
  color: var(--g-color--blue--strong);
  text-align: center;
  padding: 1.5rem 0;
  @media (min-width: 1024px) {
    padding: 1.5rem 6rem;
  }
  &:after {
    background-color: var(--g-color--white);
    content: "";
    display: block;
    height: 1px;
    margin: 1.5rem auto 0;
    width: 6rem;
  }
}
.practice__list-desc {
  color: var(--g-color--white);
  font-weight: 500;
  padding: 0 0rem;
  @media (min-width: 1024px) {
    padding: 0 7rem;
  }
}

.note {
  font-size: var(--g-fz--p4);
  margin: 0.9rem auto 0;
  text-align: center;
  @media (min-width: 1024px) {
    margin: 3rem auto 0;
  }
}

.my-section-5__text {
  width:auto;
  margin:0 auto;
  text-align: left;
}

.curriculum {
  display: block;
  position: relative;
  /* margin: 20rem auto 15.7rem; */
  /* height: 36.8rem; */
  width: 100%;
}
.curriculum__bg {
  align-items: center;
  background-color: var(--g-color--gray);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: "";
  display: flex;
  font-size: 0;
  height: 36.8rem;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 36.8rem;
}
.curriculum__item {
  align-items: center;
  background-color: var(--g-color--curriculum-1);
  outline: 7px solid rgba(255, 255, 255, 0.5);
  outline-offset: -0.7rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 4rem 1rem 1.4rem;
  position: absolute;
  top: 0;
  left: 35%;
  transform: translate(0, -50%);
  width: 100%;
  @media (min-width: 1024px) {
    height: 30.9rem;
    width: 30.9rem;
  }
}
.curriculum__item-2 {
  background-color: var(--g-color--curriculum-2);
  top: 100%;
  left: 15%;
}
.curriculum__item-3 {
  background-color: var(--g-color--curriculum-3);
  top: 100%;
  left: auto;
  right: 15%;
}
.curriculum__item-title {
  color: var(--g-color--white);
  text-align: center;
  padding: 1.2rem 0 2rem;
  &:after {
    background-color: var(--g-color--white);
    content: "";
    display: block;
    height: 1px;
    margin: 2.6rem auto 0;
    width: 10.2rem;
  }
}
.curriculum__item-desc {
  color: var(--g-color--white);
}
.curriculum__graph {
  width: 100%;
  max-width: 79rem;
  margin: auto;
}

.article {
  display: grid;
  gap: 2rem;
  @media (min-width: 1024px) {
    grid-template-columns: 1fr 44rem;
  }
}
.article__thumb {
}
.article__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.article__title {
}
.article__desc {
}

.curriculum-list {
  align-items: center;
  counter-reset: css-counter 0;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  gap: 1rem;
  @media (min-width: 1024px) {
    width: 59.8rem;
  }
}
.curriculum-list__item {
  flex: auto;
  align-items: center;
  background-color: var(--g-color--curriculum-1);
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: -0.3rem;
  border-radius: 3rem;
  color: var(--g-color--white);
  display: flex;
  font-size: var(--g-fz--p3);
  font-weight: 500;
  height: 4rem;
  justify-content: center;
  text-align: center;
  width: auto;
  @media (min-width: 1024px) {
    padding: 1.1rem;
    width: 18.6rem;
  }
  &:nth-child(2) {
    background-color: var(--g-color--curriculum-2);
    @media (min-width: 1024px) {
      width: 10rem;
    }
  }
  &:nth-child(3) {
    background-color: var(--g-color--curriculum-2);
    @media (min-width: 1024px) {
      width: 10rem;
    }
  }
}

.skill {
}
.skill__info-wrap {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  @media (min-width: 1024px) {
    flex-direction: row;
  }
}
.skill__info {
  background-color: #e9e9e9;
  width: 100%;
  margin-bottom: 1.5rem;
  @media (min-width: 1024px) {
    width: 48.5%;
  }
  &:last-child {
    margin-bottom: 0;
  }
}
.skill__title {
  background-color: var(--g-color--blue--light);
  color: var(--g-color--white);
  font-weight: 500;
  font-size: var(--g-fz--h3);
  text-align: center;
  padding: 1rem 0;
  @media (min-width: 1024px) {
    flex-direction: column;
  }
}
.skill__title span {
}
.skill__details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  @media (min-width: 1024px) {
    padding: 2rem 2rem;
  }
}
.skill__detail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.skill__desc {
  font-weight: 500;
  margin-bottom: 1rem;
}
.skill__sub-title-blue {
  color: var(--g-color--heading--blue);
  font-size: var(--g-fz--h3);
  &:before {
    color: var(--g-color--blue--light);
    content: "■";
  }
}
.skill__sub-desc {
  color: var(--g-color--text);
  font-size: var(--g-fz--p2);
  margin-bottom: 0rem;
  @media (min-width: 1024px) {
    margin-bottom: 1rem;
  }
  &:last-child {
    margin-bottom: 0;
  }
}
.process-title{
  @media (max-width: 1024px){
    min-height: 5.6rem!important;
  }
}
.process-list {
  display: grid;
  justify-content: center;
  justify-items: center;
  margin: 0;
  padding: 0;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  @media (min-width: 1024px) {
    grid-template-columns: repeat(4, 1fr);
  }
}
.process-list__item {
  align-items: center;
  background-color: var(--g-color--blue);
  outline: 5px solid rgba(255, 255, 255, 0.3);
  outline-offset: -0.5rem;
  border-radius: 50%;
  color: var(--g-color--white);
  display: flex;
  font-size: var(--g-fz--p3);
  font-weight: normal;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  width: 100%;
  aspect-ratio: 1;
  @media (min-width: 1024px) {
    font-size: var(--g-fz--p1);
    font-weight: 500;
    height: 22.7rem;
    margin-bottom: 0;
    padding: 2.5rem;
    width: 22.7rem;
  }
  &:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

.practical-bg {
  background: url(./bg-practical.jpg) no-repeat center / cover;
}
.practical {
}
.practical__title {
  align-items: center;
  background-color: var(--g-color--white);
  display: flex;
  flex-direction: column;
  font-weight: 500;
  height: auto;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  font-size: var(--g-fz--h3);
  @media (min-width: 1024px) {
    height: 10rem;
    padding: 0;
    flex-direction: row;
    text-align: left;
  }
}
.practical__title span {
  align-items: center;
  background-color: var(--g-color--cv);
  border-radius: 1rem;
  color: var(--g-color--white);
  display: inline-flex;
  height: 3.7rem;
  justify-content: center;
  margin-bottom: 1.3rem;
  margin-right: 0rem;
  width: 8.7rem;
  @media (min-width: 1024px) {
    height: 5.1rem;
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.practical__info-wrap {
  background-color: var(--g-color--blue);
  padding: 2rem;
  @media (min-width: 1024px) {
    padding: 5rem;
  }
}
.practical__info {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  @media (min-width: 1024px) {
    flex-direction: row;
  }
}
.practical__info-details {
  margin-right: 0;
  margin-bottom: 2rem;
  width: 100%;
  @media (min-width: 1024px) {
    margin-right: 30px;
    margin-bottom: 0;
    width: 52.1rem;
  }
}
.practical__desc {
  color: var(--g-color--white);
  font-weight: 500;
  margin-bottom: 2.5rem;
  font-size: var(--g-fz--p1);
}
.practical__desc-2 {
  color: var(--g-color--white);
  font-size: var(--g-fz--p2);
  margin-bottom: 1.5rem;
  &:last-child {
    margin-bottom: 0;
  }
}
.practical__desc-2 span {
  color: var(--g-color--cv);
  font-size: var(--g-fz--p2);
  display: block;
}
.practical__list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 2rem auto 0;
  padding: 0;
  @media (min-width: 1024px) {
    margin: 5rem auto 0;
  }
}
.practical__list-item {
  align-items: center;
  border: 2px solid var(--g-color--blue--strong);
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 4rem 1rem;
  width: 100%;
  @media (min-width: 1024px) {
    width: 49%;
  }
  &:last-child {
    margin-bottom: 2rem;
  }
}
.practical__list-title {
  color: var(--g-color--white);
  text-align: center;
  font-size: var(--g-fz--h2);
  &:after {
    background-color: var(--g-color--white);
    content: "";
    display: block;
    height: 1px;
    margin: 3rem auto;
    width: 14.9rem;
  }
}
.practical__list-desc {
  color: var(--g-color--white);
  font-weight: 500;
  font-size: var(--g-fz--p2);
  text-align: center;
}

.training-bg {
  background-color: var(--g-color--gray--light);
}
.training {
}
.training__list {
  display: grid;
  gap: 2rem;
  @media (min-width: 1024px) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.training__list-item {
}
