  @keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.15)
  }
  to {
    transform: scale(1)
  }
}
@media print,
screen and (min-width: 768px) {
  .c-jumbotron--recruit-service .c-jumbotron__logo {
    margin-top: 5px
  }
}
@media screen and (max-width: 767.98px) {
  .c-jumbotron--recruit-service .c-jumbotron__logo {
    margin-top: 2px
  }
}
.recruit-service__anchor-list {
  display: flex;
  flex-wrap: wrap
}
@media print,
screen and (min-width: 768px) {
  .recruit-service__anchor-list {
    gap: 24px;
    justify-content: center
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-service__anchor-list {
    gap: 10px
  }
}
.c-anchor-button--list {
  display: grid;
  align-items: center;
  justify-content: center
}
@media print,
screen and (min-width: 768px) {
  .c-anchor-button--list {
    width: calc((100% - 72px)/4)
  }
}
@media screen and (max-width: 767.98px) {
  .c-anchor-button--list {
    width: calc((100% - 10px)/2)
  }
}
.c-anchor-button--list .c-anchor-button__text {
  grid-template-rows: subgrid;
  grid-row: span 2;
  display: grid;
  vertical-align: middle;
  justify-content: center;
  align-items: flex-end;
  row-gap: 2px
}
@media print,
screen and (min-width: 768px) {
  .recruit-service__image-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 24px
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-service__image-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 13px;
    row-gap: 12px
  }
  .recruit-service__image-list>img:nth-child(3) {
    grid-column: span 2
  }
}
@media print,
screen and (min-width: 768px) {
  .recruit-service__strengths-article-box {
    margin-top: 56px
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-service__strengths-article-box {
    row-gap: 0px;
    margin-top: 48px
  }
}
.scholarship-flow-image {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}
.recruit-target-audience .recruit-target-audience-list li,
.text-indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.c-heading-type-zenkaku {
  color: #b52b5d;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New",
    sans-serif;
}
@media print,
screen and (min-width: 768px) {
  .c-heading-type-zenkaku {
    font-size: 1.25rem;
  }
}
.support-process-wrap {
  display: flex;
  flex-direction: column;
}
.support-process-wrap .support-process {
  width: 100%;
}
.support-process-wrap .support-process-target {
  background: #fdf0f4;
}
.support-process-wrap .support-process-headquarters {
  background: #e5f0fc;
}
.support-process-wrap .support-process-mechanism {
  background: #dcf0f2;
}
.support-process-wrap .support-process h4 {
  font-size: 1.125rem;
  font-weight: bold;
}
.support-process-wrap .support-process h4 span {
  color: #b52b5d;
  font-family: "Noto Serif JP",
    serif;
  margin-right: .5em;
}
.support-process-wrap .support-process .support-process-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: .5em;
  margin-bottom: 25px;
  border-radius: 10px;
}
.support-process-wrap .support-process .support-process-block:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 0;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-left: -20px;
  border-top-color: #ccc;
  top: calc(100% + 5px);
  left: 50%;
}
.support-process-wrap .support-process .support-process-block:last-of-type:after {
  border: none;
}
.support-process-wrap .support-process .support-process-block .support-process-txt {
  width: calc(100% - 8em);
  line-height: 1.4;
}
.support-process-wrap .support-process .support-process-block .charge {
  text-align: center;
  color: #fff;
  line-height: 1.2;
  width: 9em;
  border-radius: 100em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
}
.support-process-wrap .support-process .support-process-block .target {
  background: #b52b5d;
}
.support-process-wrap .support-process .support-process-block .headquarters {
  background: #0054ac;
}
.support-process-wrap .support-process .support-process-block .mechanism {
  background: #06C755;
}
@media print,
screen and (min-width: 768px) {
  .support-process-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
  .support-process-wrap .support-process {
    width: 48.5%;
  }
  .support-process-wrap .support-process .support-process-block .support-process-txt {
    width: calc(100% - 9em);
  }
}