/* ========= */
/*  overall  */
/* ========= */
:root {
  --color-primary: #155DFC;
  --color-primary-dark: #005AAB;
  --color-brand: #0063BC;
  --color-text: #101828;
  --color-text-secondary: #585D68;
  --color-text-keywords: #E49000;
}

html {
  font-size: 50%;
  /* font-size: 62.5%; */
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--color-text);
}
.main {
  width: 100%;
}
img {
  width: 100%;
}
.btn {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.br {
  content: "";
  display: block;
}
.hidden {
  display: none;
}

.heading {
  margin-bottom: 56px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.heading__en {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-primary);
}
.heading__en::after {
  content: "";
  display: block;
}

/* header */
.header {}
.hero.sp {}
.header-wrapper {
  display: none;
}

/* main */
.main {}

/*  contact  */
.contact {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  background: linear-gradient(
    to bottom,
    var(--color-primary-dark) 0%,
    var(--color-primary-dark) 29.77443609%,
    #ffffff 29.77443609%,
    #ffffff 100%
  );
}
.contact.success {
  background: linear-gradient(
    to bottom,
    var(--color-primary-dark) 0%,
    var(--color-primary-dark) 50%,
    #ffffff 50%,
    #ffffff 100%
  );
}
.contact__line {
  background: var(--color-primary-dark);
  height: auto;
}
.contact-heading {
  color: #FFF;
  width: 89.583333333%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.contact-heading__mark {
  width: 42px;
}
.contact-heading__mark__left {
  margin-right: .8rem;
}
.contact-heading__mark__right {
  margin-left: .8rem;
}
.contact-heading__text {
  font-size: 2rem;
}
.contact-heading__text__small {
  font-size: 1.6rem;
  font-style: bold;
}
.contact-heading__text__small::after {
  content: "";
  height: 8px;
  display: block;
}
.contact-form {
  width: 89.583333333%;
  margin: 32px auto;
  background-color: #fff;
  border-radius: 8px;
}
.contact-form__heading {
  width: 100%;
  margin: 0 auto;
  padding: 16px 24px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #FCC601;
  border: #FCC601 2px solid;
  border-radius: 8px 8px 0 0;
}
.contact-form__content {
  padding: 40px 24px;
  border: #E5E7EB 2px solid;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.success-wrapper {
  display: none;
}
.contact-form__content.success .success-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.success-heading {
  font-size: 2.4rem;
  margin-bottom: 24px;
}
.success-text {
  font-size: 1.4rem;
  font-weight: 400;
}
.contact-form__content-step {
}
.contact-form__content-step ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  margin-bottom: 32px;
}
.contact-form__content-step ul li {
  padding: 5px 20px 6.5px;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-brand);
  background-color: #CCE0F2;
  border-radius: 16px;
}
.contact-form__content-step ul li.active {
  color: #fff;
  background-color: var(--color-brand);
}
.contact-form-group {display: none;}
.contact-form-group.active {
  display: block;
}
/* contact - form */
.errors-wrapper {
  display: flex;
  flex-flow: column;
  gap: .8rem;
  width: 100%;
  margin-bottom: 16px;
  padding: 12px;
  background-color: #FFF4F5;
}
.errors-text {
  font-size: 1.2rem;
  color: #FB2C36;
}
.form {}
.form-row {
  margin-bottom: 16px;
}
.form-row.select {
  position: relative;
}
.form-row.select::before {
  content: "";
  position: absolute;
  bottom: 29px;
  right: 25px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid var(--color-brand);
  border-bottom: 0;
}
.form-label {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.form-select {
  position: relative;
  width: 100%;
  height: 64px;
  padding: 16px 8.35px;
  font-size: 1.8rem;
  font-weight: 400;
  vertical-align: middle;
  border: 2px #D9D9D9 solid;
  border-radius: 8px;
}
.form-select option[disabled] {
  color: #888B93;
}
.form-select:has(option[disabled][value=""]:checked) {
  color: #888B93;
}
.form-input {
  width: 100%;
  height: 64px;
  padding: 16px 8.35px;
  font-size: 1.8rem;
  font-weight: 400;
  vertical-align: middle;
  border: 2px #D9D9D9 solid;
  border-radius: 8px;50
}
.form-input::placeholder {
  color: #888B93;
}
.form-btn__wrapper {
  margin-top: 28px;
  position: relative;
  overflow: hidden;
}
.contact-form__btn {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  width: 120px;
  padding: 18px 0;
  font-size: 1.8rem;
  vertical-align: middle;
  text-align: center;
  border-radius: 32px;
}
.contact-form__btn:hover {
  filter: brightness(.98);
}
.contact-form__btn.prev {
  float: left;
  color: #000;
  background-color: #FFF;
  border: 2px #D9D9D9 solid;
}
.contact-form__btn.prev::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  transform: rotate(45deg);
  left: 20px;
  top: calc(50% - 4px);
}
.contact-form__btn.next {
  float: right;
  color: #FFF;
  background-color: var(--color-brand);
}
.contact-form__btn.next::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  right: 20px;
  top: calc(50% - 4px);
}
.contact-form__btn.send {
  float: right;
  color: #FFF;
  background-color: var(--color-brand);
}
.contact-form__btn.send::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  right: 20px;
  top: calc(50% - 4px);
}

/* support */
.support {}
.support-hero {}
.support-hero.tb {
  display: none;
}
.support-heading {
  margin: 0 24px;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
}
.support-heading .marker {
  padding: 0 1px;
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 50%,
    #FEF4CC 50%,
    #FEF4CC 100%
  );
}
.support-points {
  margin: 53px 24px;
  display: flex;
  flex-flow: column;
  gap: 3.2rem;
}
.support-points__card {
  padding: 32px 16px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-brand);
  border: #155DFC 2px solid;
}
.support-points__text {}
.support-points__keywords {
  color: var(--color-text-keywords);
}

/* reason */
.reason {
  padding: 104px 0 88px;
  display: inline-block;
  width: 100%;
  background-color: #F2F7FB;
  position: relative;
}
/* 三角形 */
.reason-triangle::before {
  content: "";
  position: absolute;
  left: calc(50% - 80px);
  top: 0px;
  border-width: 70px 80px 0px;
  border-style: solid;
  border-color: #fff transparent transparent;
}

.reason-heading {
  margin-bottom: 40px;
  font-size: 3.2rem;
  text-align: center;
}
.reason-heading__keywords {
  color: var(--color-primary);
}
.reason-list {
  padding: 0 24px;
}
.reason-list__content {}
.reason-list__content:nth-child(n + 2) {
  margin-top: 64px;
}
.reason-list__img {
  margin-bottom: 16px;
}
.reason-content {}
.reason-content__num {
  margin: 0 0 8px;
  font-size: 4rem;
  font-weight: 500;
  color: var(--color-primary);
}
.reason-content__heading {
  margin: 0 0 16px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.reason-content__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

/* line */
.line {
  padding: 120px 25px;
  background-image: url(../img/sp/line_bg_sp.png);
  background-size: cover;
  text-align: center;
}
.line-heading {
  margin-bottom: 16px;
  line-height: 1.35;
  font-size: 2.8rem;
  font-weight: bold;
}
.line-heading__keywords {
  color: var(--color-primary);
}
.line-heading__text {
  margin-bottom: 32px;
  font-size: 1.6rem;
}
.btn__line {
  width: 100%;
  padding: 24px 0;
  border-radius: 40px;
  background-color: #06C755;
  font-size: 2.8rem;
  line-height: 3.2rem;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
}
.btn__line__free {
  margin-right: 4px;
  padding: 2px 8px 3px;
  border-radius: 4px;
  background-color: #fff;
  color: #06C755;
}
/* line - contact ver. */
.contact-line {
  width: 100%;
  margin-top: 32px;
  padding: 0 25px;
}
.contact-line .btn__line {
}

/* advisor */
.advisor {
  padding: 80px 24px;
  background: linear-gradient(
    to left,
    var(--color-primary) 0%,
    #158CFC 100%
  );
}
.advisor-heading {
  margin-bottom: 56px;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
}
.advisor-heading__en {
  font-size: 1.8rem;
  font-weight: bold;
}
.advisor-heading__en::after {
  content: "";
  display: block;
}
.advisor-list {
  display: flex;
  flex-flow: column;
  gap: 4.8rem;
}
.advisor-card {
  padding: 32px 24px 40px;
  background-color: #fff;
  border-radius: 15px;
}
.advisor-card__img {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto 40px;
}
.advisor-card__name {
  margin-bottom: 16px;
  font-size: 2.8rem;
  font-weight: bold;
}
.advisor-card__name__en {
  margin-left: 1rem;
  font-size: 1.6rem;
  color: var(--color-primary);
  vertical-align: bottom;
}
.advisor-card__introduce {
  margin-bottom: 16px;
  display: flex;
  flex-flow: column;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--color-text-secondary);
}
.advisor-card__introduce__career {}
.advisor-card__introduce__specialty {}
.advisor-card__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

/* flow */
.flow {
  padding: 80px 24px;
}
.flow-heading {
}
.flow-heading__en {
}
.flow-steps {
  display: flex;
  flex-flow: column;
  gap: 4.8rem;
}
.flow-steps__item {}
.flow-steps__mark {
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(
    to bottom,
    var(--color-primary) 0%,
    #3372FF 100%
  );
}
.flow-steps__mark__icon {
  width: 64px;
  height: 64px;
}
.flow-steps__title {
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.flow-steps__title__num {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color-text-keywords);
}
.flow-steps__title__num::after {
  content: "";
  display: block;
  height: 4px;
}
.flow-steps__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text-secondary);
}

/* faq */
.faq {
  padding: 80px 24px;
  background-color: #F2F7FB;
}
.faq-heading {
}
.faq-heading__en {
}
.faq-list {
  display: flex;
  flex-flow: column;
  gap: 4.8rem;
}
.faq-card {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 3px 15px 0 rgba(0,0,0,0.08);
}
.faq-card__question {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.8rem;
  line-height: 1.75;
}
.faq-card__mark {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  width: 32px;
  height: 32px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(
    to right,
    var(--color-primary) 0%,
    var(--color-primary-dark) 100%
  );
}
.faq-card__answer {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

/* footer */
.footer {
  padding: 40px 24px;
}
.sitemap {
  margin-bottom: 24px;
  display: flex;
  flex-flow: row;
  gap: 2.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #383838;
}
.sitemap__link {}
.sitemap__link__href {}
.copyright {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  color: #787878;
}

/* =============== */
/*   media query   */
/* =============== */
/* 425以上 */
@media (min-width:425px) {
  html {
    font-size: 62.5%;
  }
  .contact-form__btn {
    width: 140px;
  }
  .contact-form__btn.prev::before {
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #000;
    border-left: solid 2px #000;
    transform: rotate(45deg);
    left: 20px;
    top: calc(50% - 5px);
  }
  .contact-form__btn.next::before {
    width: 10px;
    height: 10px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(45deg);
    right: 20px;
    top: calc(50% - 5px);
  }
  .form-row {
    margin-bottom: 18px;
  }
  .form-btn__wrapper {
    margin-top: 32px;
  }
  .faq-card__mark {
    align-items: baseline;
  }
}

/* 600px以上 */
@media (min-width: 600px) {
  .flow-steps__item {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .contact-form__btn {
    width: 180px;
  }
}

/* 768px以上 */
@media (min-width: 768px) {
  .display__tb {
    display: inline;
  }
  .hidden__tb {
    display: none;
  }

  /* header */
  .header {
    margin-bottom: -1px;
    background-image: url(../img/hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
  }
  .header-wrapper {
    width: 100%;
    min-height: 350px;
    display: inline-block;
    padding: 80px 24px;
  }
  .hero.sp {
    display: none;
  }
  .header-content {
  }
  .header-logo {
    width: 187px;
    margin-bottom: 58px;
  }
  .header-text {
    margin-bottom: 48px;
    font-size: 2.8rem;
    color: #001542;
  }
  .header-text__gradation, .header-text__orange {
    display: inline-block;
    padding: 12px;
    color: #FFF;
    border-radius: 4px;
  }
  .header-text__gradation {
    margin: 32px 0 24px;
    font-size: 4.6rem;
    background: linear-gradient(
      to right,
      #FDC700 0%,
      var(--color-text-keywords) 100%
    );
  }
  .header-text__orange {
    margin-bottom: 32px;
    font-size: 2.6rem;
    background-color: #E59201;
  }
  .header-text__middle {
    display: inline-block;
    font-size: 3.6rem;
    text-shadow:2px 0   0 #FFF,
                -2px 0   0 #FFF,
                0   2px 0 #FFF,
                0  -2px 0 #FFF,
                1.5px 1.5px 0 #FFF,
                -1.5px 1.5px 0 #FFF,
                1.5px -1.5px 0 #FFF,
                -1.5px -1.5px 0 #FFF;
  }
  .header-text__middle__blue {
    color: var(--color-primary-dark);
  }
  .header-badge {
    width: 500px;
  }
  .errors-wrapper {
    max-width: 640px;
    margin: 0 auto 16px;
  }
  .errors-text {
    font-size: 1.4rem;
  }
  /* contact */
  .contact {
    background: linear-gradient(
      to bottom,
      var(--color-primary-dark) 0%,
      var(--color-primary-dark) 247px,
      #ffffff 247px,
      #ffffff 100%
    )
  }
  .contact__line {
    padding: 56px 0;
    background: var(--color-primary-dark);
    height: auto;
    text-align: center;
  }
  .contact-heading__text {
    font-size: 4rem;
  }
  .contact-heading__text__small {
    font-size: 2.4rem;
  }
  .contact-heading__mark {
    width: 50px;
  }
  .contact-form {
    max-width: 800px;
  }
  .contact-form__content-step ul {
    gap: 2.4rem;
  }
  .contact-form-group {
    max-width: 640px;
    margin: 0 auto;
  }

  /* support */
  .support {
    padding: 40px 0;
    background: linear-gradient(
      to bottom,
      #F3F3F3 0%,
      #F3F3F3 298px,
      #FFF 298px,
      #FFF 100%
    );
  }
  .support-hero.sp {
    display: none;
  }
  .support-hero.tb {
    display: block;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  .support-points {
    margin: 53px auto;
  }
  .support-points__card {
    display: block;
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    font-size: 2.3rem;
    text-align: center;
    padding: 24px;
  }
  .support-points__text {
    margin: 0 auto;
  }
  .support-points__keywords {
  }

  /* reason */
  .reason-heading {}
  .reason-list {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
  }
  .reason-list__img {
    margin-bottom: 32px;
  }
  .reason-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
  }
  .reason-list__content:nth-child(n + 2) {
    margin-top: 72px;
  }
  .reason-content__num {
    margin-right: 18px;
  }
  .reason-content__heading {
    margin-bottom: 0;
  }
  .reason-content__text {
    flex: 0 0 100%;
    margin-top: 16px;
  }

  /* line */
  .line {
    background-image: url(../img/line_bg.png);
    background-size: cover;
    background-position: left top;
  }
  .btn__line {
    width: 420px;
    margin: 0 auto;
  }

  /* line - contact ver. */
  .contact-line {
    margin-top: 24px;
  }

  /* advisor */
  .advisor-card {
    display: block;
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
  }

  /* faq */
  .faq-card {
    display: block;
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
  }

  /* footer */
  .sitemap {
    justify-content: center;
  }
}

/* 1024px以上 */
@media (min-width: 1024px) {
  .display__pc {
    display: inline;
  }
  .hidden__pc {
    display: none;
  }
  .br.display__pc {
    display: block;
  }

  .heading {
    font-size: 3.2rem;
  }
  
  /* header */
  .header {
    height: 741px;
  }
  .header-wrapper {
    display: block;
    width: 89.583333333%;
    max-width: 1200px;
    height: 741px;
    margin: 0 auto;
    padding: 64px 0 80px;
  }

  /* contact */
  .contact {
    padding: 48px 0;
    background: linear-gradient(
      to bottom,
      var(--color-primary-dark) 0%,
      var(--color-primary-dark) 258px,
      #ffffff 258px,
      #ffffff 100%
    )
  }
  .contact__line {
    padding: 56px 0;
    background: var(--color-primary-dark);
    height: auto;
  }
  .contact-heading__text__small::after {
    height: 12px;
  }
  .contact-heading__mark__left, .contact-heading__mark__right {
    width: 62px;
  }
  .contact-heading__mark__left {
    margin-right: 24px;
  }
  .contact-heading__mark__right {
    margin-left: 24px;
  }

  /* support */
  .support {
    padding: 40px 0 80px;
    background: linear-gradient(
      to bottom, 
      #F3F3F3 0%, 
      #F3F3F3 384px, 
      #FFF 384px, 
      #FFF 100%
    );
  }
  .support-hero.pc {
    width: 100%;
    max-width: 1024px;
  }
  .support-points {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .support-points__card {
    width: 280px;
    height: 240px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* reason */
  .reason {
    padding: 126px 0 88px;
  }
  .reason-heading {
    margin-bottom: 64px;
  }
  .reason-list {
    width: 89.583333333%;
    max-width: 1200px;
    display: flex;
    padding: 0;
    flex-flow: wrap;
    justify-content: center;
    gap: 7.2rem 6rem;
  }
  .reason-list__content {
    width: calc(50% - 30px);
    max-width: 570px;
  }
  .reason-list__content:nth-child(n + 2) {
    margin-top: 0;
  }
  .reason-content__num {
    margin-right: 2.4rem;
  }

  /* line */
  .line {
    padding: 57px 0;
    background-position: left;
  }
  .line-heading {
    font-size: 4rem;
  }
  .line-heading__text {
    font-size: 2rem;
  }
  .btn__line__free {
    margin-right: 8px;
  }
  .btn__line__hide-text {
    font-size: 2.4rem;
  }

  /* advisor */
  .advisor {
    padding: 72px 0 88px;
  }
  .advisor-heading {
    margin-bottom: 48px;
  }
  .advisor-list {
    width: 89.583333333%;
    max-width: 1200px;
    margin: 0 auto;
    flex-flow: row;
    gap: 40px;
  }
  .advisor-card {
    max-width: 370px;
  }
  .advisor-card__name__en {
    margin-left: 0;
  }

  /* flow */
  .flow {
    padding: 80px 0 96px;
    position: relative;
    overflow: hidden;
  }
  .flow-heading {
    margin-bottom: 60px;
  }
  .flow-borderline {
    display: block;
    height: 4px;
    background-color: #E8EFFF;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 64px;
    z-index: -1;
  }
  .flow-steps {
    width: 89.583333333%;
    max-width: 1200px;
    margin: 0 auto;
    flex-flow: row;
    gap: 3.3rem;
  }
  .flow-steps__text {
    text-align: left;
  }

  /* faq */
  .faq {
    padding: 64px 0 80px;
  }
  .faq-heading {
    margin-bottom: 48px;
  }
  .faq-list {
    gap: 2.4rem;
  }
  .faq-card {
    width: 89.583333333%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 32px 40px;
  }
  .faq-card__question {
    font-size: 2.4rem;
    gap: 1.6rem;
  }
  .faq-card__mark {
    width: 60px;
    height: 60px;
    font-size: 3.2rem;
  }

  /* footer */
  .footer {
    width: 89.583333333%;
    max-width: 1200px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 32px 0 50px;
  }
  .sitemap {
    
  }
}

/* 1240px以上 */
@media (min-width: 1240px) {
  .display__lpc {
    display: inline;
  }
  .hidden__lpc {
    display: none;
  }
  .br.hidden__lpc {
    display: none;
  }

  /* support */
  .support {
    background: linear-gradient(
      to bottom, 
      #F3F3F3 0%, 
      #F3F3F3 445px, 
      #FFF 445px, 
      #FFF 100%
    );
  }
  .support-hero.lpc {
    max-width: 1200px;
  }

  /* advisor */
  .advisor-card__name__en {
    margin-left: 1rem;
  }
}