@charset "UTF-8";
/* --------------------------------------------
   韓国語でのサポートお任せください！
-------------------------------------------- */
.korean-intro-box {
  gap: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.korean-intro-box__img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.korean-intro-box .description-list__list-item {
  font-size: 1em;
}

.korean-link {
  margin-top: 6.25em;
}

.problems-box {
  gap: 6.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.problems-box + .problems-box {
  margin-top: 3.75em;
}
.problems-box__before {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
  background: #E8F6CB;
}
.problems-box__before::before {
  -webkit-transform: translate(100%, 50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  z-index: 1;
  position: absolute;
  right: calc(-3.125em + 0.9375em);
  bottom: 50%;
  width: 1.875em;
  height: 3.125em;
  transform: translate(100%, 50%);
  background: #217FBE;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}
.problems-box__before-text {
  font-weight: 700;
  text-align: center;
}
.problems-box__before-img-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.625em;
  max-width: 100%;
  height: 12.3125em;
  margin-top: 0.875em;
  background: #fff;
}
.problems-box__before-img {
  width: 10.625em;
  height: 10em;
}
.problems-box__after {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  z-index: 1;
  position: relative;
  flex: 1;
  padding: 1.25em;
  padding-right: 6.25em;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.problems-box__after-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2222222222em 0.8333333333em 0.1666666667em;
  background: #ECAD05;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
}
.problems-box__after-text {
  margin-top: 0.9375em;
}
.problems-box__after-img {
  position: absolute;
  right: 1.0625em;
  bottom: 0;
  width: 3.75em;
  height: 6.5em;
}

.support-list {
  -ms-flex-wrap: wrap;
  gap: 1.875em;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
}
.support-list__item {
  aspect-ratio: 1/1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 0.3125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% / 4 - 1.875em * 3 / 4);
  padding-bottom: 0.625em;
  border-radius: 100em;
  background: #E8F6CB;
}
.support-list__img {
  width: 4.375em;
  height: 4.375em;
}
.support-list__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 3.4375em;
  color: #025085;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
}

.end-text {
  margin-top: 3.125em;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  /* 韓国語でのサポートお任せください！ */
}

@media screen and (max-width: 768px) {
  /* 韓国語でのサポートお任せください！ */
  .problems-box__before {
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  /* 韓国語でのサポートお任せください！ */
  .korean-intro-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .problems-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 5em;
    flex-direction: column;
  }
  .problems-box__before {
    width: 100%;
  }
  .problems-box__before::before {
    -webkit-transform: translate(50%, 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    right: 50%;
    bottom: calc(-2.5em + 0.9375em);
    width: 3.125em;
    height: 1.875em;
    transform: translate(50%, 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .support-list {
    gap: 1em;
  }
  .support-list__item {
    width: calc(100% / 2 - 1.25em * 1 / 2);
  }
}