@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-intro__item {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.korean-intro__item.-img-right .korean-intro__cnt {
  padding-right: 3.125em;
}
.korean-intro__item.-img-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.korean-intro__item.-img-left .korean-intro__cnt {
  padding-left: 3.125em;
}
.korean-intro__cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.korean-intro__img {
  width: 25em;
  padding-top: 3.125em;
}
.korean-intro .description-list__list-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.korean-intro .qualification-list {
  gap: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.korean-intro .qualification-list__year, .korean-intro .qualification-list__text {
  text-indent: 0;
}
.korean-intro .qualification-list__year {
  width: 4.25em;
}

.section table.description-table th {
  width: 30%;
  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;
}

a.link-in-page__item.-icon {
  width: 23.5%;
}

.fan-merit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 3.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.fan-merit + .fan-merit {
  margin-top: 3.75em;
}
.fan-merit__cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fan-merit__cnt-text {
  font-size: 1.125em;
}
.fan-merit__img {
  width: 32.5em;
}
@media screen and (max-width: 1024px) {
  /* 韓国語でのサポートお任せください！ */
}
@media screen and (max-width: 768px) {
  /* 韓国語でのサポートお任せください！ */
  .korean-intro__img {
    width: 40%;
  }
  .problems-box__before {
    width: 30%;
  }
  .fan-merit__img {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  /* 韓国語でのサポートお任せください！ */
  .korean-intro-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .korean-intro__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .korean-intro__item.-img-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .korean-intro__item.-img-right .korean-intro__cnt {
    padding-right: 0;
  }
  .korean-intro__item.-img-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .korean-intro__item.-img-left .korean-intro__cnt {
    padding-left: 0;
  }
  .korean-intro__item.-img-left .korean-intro__img {
    margin-top: 1.5em;
  }
  .korean-intro__cnt {
    margin-top: 1.5em;
  }
  .korean-intro__img {
    width: 100%;
    padding-top: 0;
  }
  .section table.description-table th {
    width: 45%;
  }
  .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);
  }
  a.link-in-page__item.-icon {
    width: 47.5%;
  }
  .fan-merit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    gap: 1em;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    flex-direction: column-reverse;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2.9375em 2.9375em 3.9375em 2.9375em;
    border-radius: 3px;
    background: transparent url(../../images/bg_stripe_blue.png) bottom center/101% 6px no-repeat;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .fan-merit:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fan-merit__cnt {
    margin-top: 0.5em;
    padding-right: 0;
  }
  .fan-merit__cnt-text {
    font-size: 1em;
  }
  .fan-merit__img {
    margin-inline: auto;
    width: 15.625em;
  }
}