/* apply
======================================= */
.apply__inner {
  padding-top: 5em;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .apply__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.apply__container {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 5em 5%;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .apply__container {
    padding: 2.5rem 1.25rem;
    margin-bottom: 2.5em;
  }
}
.apply__list {
  max-width: 880px;
  margin: auto;
}
.apply__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background-color: #EAEEF2;
}
@media (max-width: 768px) {
  .apply__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.apply__item:nth-child(n+2) {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .apply__item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}
.apply__item-step {
  font-size: 1.25em;
  color: #fff;
  line-height: 1.35;
  text-align: center;
  padding: 2.5rem 1.5rem;
  background-color: #007CCF;
}
@media (max-width: 768px) {
  .apply__item-step {
    font-size: 1em;
    padding: 1rem 1.25rem;
  }
}
.apply__item-contents {
  padding: 2.5rem;
}
@media (max-width: 768px) {
  .apply__item-contents {
    padding: 1.5rem 1.25rem;
  }
}
.apply__item-title {
  font-size: 1.25em;
  color: #007CCF;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .apply__item-title {
    text-align: center;
  }
}
.apply__item-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5em;
}
@media (max-width: 1024px) {
  .apply__item-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .apply__item-btns {
    margin: 1.5em auto 0;
  }
}
.apply__item-btns .btn {
  width: 48%;
  max-width: 300px;
  height: 70px;
}
@media (max-width: 1024px) {
  .apply__item-btns .btn {
    width: 100%;
    max-width: 100%;
  }
}
.apply__item-btns .btn a {
  font-size: 1.125em;
  border-radius: 10px;
  border: none;
}
@media (max-width: 768px) {
  .apply__item-btns .btn a {
    font-size: 1em;
  }
}
.apply__item-btn.btn__blue {
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .apply__item-btn.btn__blue {
    margin: 1.5rem auto 0;
  }
}
.apply__item-tel {
  width: 48%;
  max-width: 300px;
  height: 70px;
}
@media (max-width: 1024px) {
  .apply__item-tel {
    width: 100%;
    max-width: 100%;
  }
}
.apply__item-tel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-weight: 600;
  gap: 0.9rem;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #007CCF;
}
.apply__item-tel a:hover {
  color: #007CCF;
}
.apply__item-tel a img {
  width: auto;
  height: auto;
}
.apply__item-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.75rem;
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .apply__item-box {
    padding: 1.5rem 1.25rem;
    margin-top: 1.5rem;
  }
}
.apply__item-box-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.75em;
}
@media (max-width: 768px) {
  .apply__item-box-title {
    margin-bottom: 1rem;
  }
}
.apply__item-box-title::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: #49A3BA;
  border-radius: 50%;
}
.apply__btn {
  margin: auto;
}