@charset "UTF-8";
.company__container {
  background-color: #fff;
  padding: 5em 6.25em;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .company__container {
    padding: 2em 6.315789%;
  }
}
.company__title {
  font-size: 1.875em;
  font-weight: 900;
  color: #2970CC;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .company__title {
    font-size: 1.5em;
    margin-bottom: 2rem;
  }
}
.company__title::before {
  content: "";
  display: block;
  width: 10rem;
  height: 4px;
  background-color: #2970CC;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .company__title::before {
    width: 5rem;
  }
}
.company__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: rgba(17, 34, 153, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 2px;
}

.anchor__inner {
  padding-top: 3.75em;
  padding-bottom: 3.125em;
}
@media (max-width: 768px) {
  .anchor__inner {
    padding: 2.5em 0;
  }
}
.anchor__list {
  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;
  gap: 3%;
}
@media (max-width: 768px) {
  .anchor__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 316px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .anchor__item {
    margin-bottom: 0.875em;
  }
}
@media (max-width: 768px) {
  .anchor__item:last-child {
    margin-bottom: 0;
  }
}
.anchor__item a {
  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: 4px;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
  border-bottom: 2px solid #C3CED8;
  line-height: 1;
}
@media (max-width: 768px) {
  .anchor__item a {
    padding-bottom: 10.5px;
  }
}
.anchor__item a::after {
  content: "";
  display: block;
  width: 1.125em;
  height: 1.125em;
  background: url(../img/common/icons/arrow_blue2.svg) no-repeat center center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.anchor__item a:hover {
  opacity: 0.7;
}
.anchor__item a:hover::after {
  -webkit-transform: rotate(90deg) translateX(3px);
          transform: rotate(90deg) translateX(3px);
}

.benefits {
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .benefits {
    margin-bottom: 1em;
  }
}
.benefits__inner {
  padding: 0;
}
.benefits__list.--main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media (max-width: 768px) {
  .benefits__list.--main {
    gap: 0.5em;
  }
}
.benefits__list.--main .benefits__item {
  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: 1.875rem;
  padding: 1.5em 1.875em;
}
@media (max-width: 768px) {
  .benefits__list.--main .benefits__item {
    padding: 1.25em;
    gap: 1em;
  }
}
.benefits__list.--main .benefits__item-icon {
  width: 2.5em;
  height: 2.5em;
  padding-left: 6px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 768px) {
  .benefits__list.--main .benefits__item-icon {
    padding-left: 0;
  }
}
.benefits__list.--main .benefits__item-icon img {
  width: 100%;
  height: 100%;
}
.benefits__list.--main .benefits__item-content {
  padding-left: 1.875em;
  border-left: 2px solid #fff;
}
@media (max-width: 768px) {
  .benefits__list.--main .benefits__item-content {
    padding-left: 1.25em;
  }
}
.benefits__list.--main .benefits__item-title {
  font-size: 1.125em;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .benefits__list.--main .benefits__item-title {
    font-size: 0.9375em;
  }
}
.benefits__list.--main .benefits__item-text {
  font-size: 0.875em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .benefits__list.--main .benefits__item-text {
    font-size: 0.8125em;
    line-height: 1.6;
  }
}
.benefits__list.--sub {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625em;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .benefits__list.--sub {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
    margin-top: 0.5em;
  }
}
.benefits__list.--sub .benefits__item {
  min-height: 58px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.125em 0;
}
@media (max-width: 768px) {
  .benefits__list.--sub .benefits__item {
    padding: 1em 0;
    min-height: 49px;
  }
}
.benefits__list.--sub .benefits__item-title {
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .benefits__list.--sub .benefits__item-title {
    font-size: 0.875em;
  }
}
.benefits__list.--sub .benefits__item-text {
  font-size: 0.75em;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .benefits__list.--sub .benefits__item-text {
    font-size: 0.6875em;
  }
}
.benefits__item {
  background-color: #F0F7FD;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .benefits__item {
    border-radius: 8px;
  }
}
.benefits__item__content h3 {
  font-size: 1.25em;
  font-weight: 900;
}

.support {
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .support {
    margin-bottom: 1em;
  }
}
.support__inner {
  padding: 0;
}
.support__item {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #C3CED8;
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .support__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}
.support__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.support__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .support__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support__item-contents {
  width: 50%;
}
@media (max-width: 768px) {
  .support__item-contents {
    width: 100%;
  }
}
.support__item-title {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.7em;
}
@media (max-width: 768px) {
  .support__item-title {
    font-size: 1.125em;
    margin-bottom: 0.875rem;
  }
}
.support__item-text {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .support__item-text {
    font-size: 0.875em;
  }
}
.support__item-text span {
  font-weight: 900;
  color: #2970CC;
}
.support__item-image {
  width: 43.4783%;
}
@media (max-width: 768px) {
  .support__item-image {
    width: 100%;
  }
}
.support__item-image img {
  aspect-ratio: 40/29;
  border-radius: 16px;
}

.work {
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .work {
    margin-bottom: 1em;
  }
}
.work__inner {
  padding: 0;
}
.work__text {
  line-height: 1.8;
  margin-bottom: 3.125em;
}
@media (max-width: 768px) {
  .work__text {
    font-size: 0.875em;
    margin-bottom: 2.25rem;
  }
}
.work__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-bottom: 3.125em;
}
@media (max-width: 768px) {
  .work__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75em;
    margin-bottom: 2em;
  }
}
.work__item {
  padding: 2em 2.5em;
  background-color: #EBF4FD;
  border-radius: 16px;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .work__item {
    padding: 1.5em;
  }
}
.work__item::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.work__item:nth-child(1)::before {
  background: url(../img/company/work_01.svg) no-repeat center center/contain;
}
.work__item:nth-child(2)::before {
  background: url(../img/company/work_02.svg) no-repeat center center/contain;
}
.work__item-title {
  font-size: 1.625em;
  font-weight: 900;
  color: #2970CC;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .work__item-title {
    font-size: 1.375em;
  }
}
.work__item-area {
  font-size: 0.8125em;
  line-height: 1;
  font-weight: 900;
  color: #2970CC;
  display: inline-block;
  background-color: #fff;
  padding: 7px 13px;
  border-radius: 16px;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .work__item-area {
    font-size: 0.75em;
  }
}
.work__item-catch {
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 1.25em;
}
.work__item-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25em;
  padding: 1em 1.25em;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .work__item-results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
}
.work__item-results-title {
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.work__item-results-item {
  font-size: 0.875em;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .work__item-results-item {
    font-size: 0.8125em;
  }
}
.work__item-results-item::before {
  content: "・";
}
.work__item-text {
  font-size: 0.875em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .work__item-text {
    font-size: 0.8125em;
  }
}
.work__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .work__image img {
    aspect-ratio: 332/200;
  }
}

.guidelines {
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .guidelines {
    margin-bottom: 1em;
  }
}
.guidelines__inner {
  padding: 0;
}
.guidelines__item {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #C3CED8;
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .guidelines__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
  }
}
.guidelines__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.guidelines__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.guidelines__item-contents {
  width: 43.4783%;
}
@media (max-width: 768px) {
  .guidelines__item-contents {
    width: 100%;
  }
}
.guidelines__item-title {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.7em;
}
.guidelines__item-text {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .guidelines__item-text {
    font-size: 0.875em;
  }
}
.guidelines__item-text span {
  font-weight: 900;
  color: #2970CC;
}
.guidelines__item-image {
  width: 50%;
}
@media (max-width: 768px) {
  .guidelines__item-image {
    width: 100%;
  }
}
.guidelines__item-image img {
  aspect-ratio: 46/29;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .guidelines__item-image img {
    aspect-ratio: 332/240;
  }
}

.profile {
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .profile {
    margin-bottom: 1em;
  }
}
.profile__inner {
  padding: 0;
}
@media (max-width: 768px) {
  .profile__title {
    margin-bottom: 1.25rem;
  }
}
.profile__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0;
  border-bottom: 1px dashed #C3CED8;
}
@media (max-width: 768px) {
  .profile__item {
    padding: 1.25em 0 1.375em;
  }
}
.profile__item-title {
  width: 20%;
  font-weight: 900;
  line-height: 1.6;
  padding: 0 1em;
}
@media (max-width: 768px) {
  .profile__item-title {
    width: 25%;
    padding: 0;
    font-size: 0.875em;
  }
}
.profile__item-contents {
  width: 80%;
  padding: 0 1em;
}
@media (max-width: 768px) {
  .profile__item-contents {
    padding: 0;
    width: 75%;
    font-size: 0.875em;
  }
}
.profile__item-contents-item:nth-child(n+2) {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .profile__item-contents-item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}
.profile__item-contents-item-title {
  font-weight: 900;
  line-height: 1.6;
  color: #2970CC;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .profile__item-contents-item-title {
    margin-bottom: 6px;
  }
}
.profile__item-contents-item-text {
  font-family: "Work Sans", sans-serif;
  line-height: 1.4;
  margin-bottom: 6px;
}
.profile__item-contents-item-map a {
  font-family: "Work Sans", sans-serif;
  font-size: 0.875em;
  color: #2970CC;
  letter-spacing: 0.1em;
  text-decoration: underline;
  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: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.profile__item-contents-item-map a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icons/outer_blue.svg) no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.profile__item-contents-item-map a:hover {
  opacity: 0.8;
}
.profile__item-contents-item-map a:hover::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c_requirements__inner {
  padding-top: 0;
}
.c_requirements__tabs {
  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;
  background-color: rgba(36, 44, 54, 0.08);
  border-radius: 100px;
  padding: 10px;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .c_requirements__tabs {
    padding: 6px;
    margin-bottom: 1em;
  }
}
.c_requirements__tab {
  width: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 1.125em;
  font-weight: 900;
  padding: 1.25em;
}
@media (max-width: 768px) {
  .c_requirements__tab {
    font-size: 1em;
    padding: 1em;
  }
}
.c_requirements__tab.is-active {
  background-color: #2970CC;
  color: #fff;
  border-radius: 100px;
}
.c_requirements__list {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #C3CED8;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .c_requirements__list {
    border-radius: 8px;
    margin-bottom: 1.875em;
  }
}
.c_requirements__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C3CED8;
}
@media (max-width: 768px) {
  .c_requirements__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c_requirements__item:last-child {
  border-bottom: none;
}
.c_requirements__item-title {
  width: 17.4%;
  background-color: #F0F7FD;
  padding: 1.25em 1.5em;
  font-weight: 900;
  border-right: 1px solid #C3CED8;
}
@media (max-width: 768px) {
  .c_requirements__item-title {
    width: 100%;
    font-size: 0.875em;
    padding: 0.75rem 1rem;
    border-right: none;
  }
}
@media (max-width: 768px) {
  .c_requirements__item-text {
    font-size: 0.875em;
  }
}
.c_requirements__item-contents {
  width: 82.6%;
  padding: 1.25em 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .c_requirements__item-contents {
    width: 100%;
    padding: 0.75rem 1rem;
  }
}
.c_requirements__item-note {
  font-size: 0.75em;
  line-height: 1.6;
  color: rgba(36, 44, 54, 0.6);
}
@media (max-width: 768px) {
  .c_requirements__item-note {
    font-size: 0.6875em;
  }
}
.c_requirements__item-list.--mt10 {
  margin-top: 10px;
}
.c_requirements__item-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .c_requirements__item-list li {
    font-size: 0.875em;
  }
}
.c_requirements__item-list li::before {
  content: "・";
  display: block;
}
.c_requirements__item-list li b {
  font-weight: 900;
}
.c_requirements__item-list li + li {
  margin-top: 8px;
}
.c_requirements__item-table table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .c_requirements__item-table table {
    border-left: 1px solid #C3CED8;
    border-right: 1px solid #C3CED8;
  }
}
.c_requirements__item-table th, .c_requirements__item-table td {
  font-family: "Work Sans", sans-serif;
  padding: 1em 0;
  text-align: center;
}
@media (max-width: 768px) {
  .c_requirements__item-table thead {
    display: none;
  }
}
.c_requirements__item-table thead th {
  font-weight: 400;
  background-color: #2970CC;
  color: #fff;
}
.c_requirements__item-table thead th:first-child {
  width: 24.1%;
}
.c_requirements__item-table tbody tr {
  border-bottom: 1px solid #C3CED8;
}
@media (max-width: 768px) {
  .c_requirements__item-table tbody tr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.c_requirements__item-table tbody tr:nth-child(even) {
  background-color: #F0F7FD;
}
.c_requirements__item-table tbody tr th {
  font-weight: 400;
}
@media (max-width: 768px) {
  .c_requirements__item-table tbody tr th {
    font-size: 0.8125em;
    grid-column: 1/4;
    background-color: #2970CC;
    color: #fff;
    padding: 9px;
  }
}
@media (max-width: 768px) {
  .c_requirements__item-table tbody tr td {
    font-size: 0.8125em;
  }
}
@media (max-width: 768px) {
  .c_requirements__item-table tbody tr td:nth-child(2n-1) {
    background-color: #F0F7FD;
  }
}
@media (max-width: 768px) {
  .c_requirements__item-table tbody tr td::before {
    font-size: 0.625rem;
    content: attr(data-area);
    color: #2970CC;
    display: block;
    margin-bottom: 2px;
  }
}
.c_requirements__btn {
  width: 240px;
  height: 71px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c_requirements__btn {
    width: 100%;
  }
}
.c_requirements__btn 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;
  gap: 4px;
  width: 100%;
  height: 100%;
  background-color: #2970CC;
  color: #fff;
  border-radius: 100px;
  font-size: 1.125em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c_requirements__btn a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icons/arrow_white.svg) no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}