@import url("https://fonts.googleapis.com/css2?family=Vidaloka&display=swap");

:root {
  --font-EN: "Vidaloka", serif;
}

/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

/* ロゴ */
.m-header-001__logo {
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 15px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 19px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 14px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

/* 大見出し */
.c-headline-001 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    margin-bottom: 20px;
  }
}

.c-headline-001 + * {
  padding-top: 0;
  margin-top: 0;
}

.c-headline-001__en {
  font-weight: 400;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

/* 募集要項 */
div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
}

div[class^="m-require-"][class$="__detail-ttl"] {
  font-weight: 700;
  /* color: var(--sub-txt); */
}

div[class^="m-require-"][class$="__detail-desc"] {
  font-weight: 500;
}

.m-require-001__entry-btn-icon {
  position: relative;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -68px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -48px; /* SPヘッダーの高さ */
  }
}

/* -------------------------------------------
薬剤師モジュール：仕事内容（単体）
------------------------------------------- */
.m-modulegroup009-011 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 90px 0 120px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011 {
    padding: 90px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011 {
    padding: 45px 0 50px;
  }
}

.m-modulegroup009-011__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__inner {
    padding: 0 16px;
  }
}

.m-modulegroup009-011__headline {
  position: relative;
}

.m-modulegroup009-011__headline-ja {
  position: relative;
  z-index: 2;
  display: block;
  padding: 68px 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__headline-ja {
    padding: 45px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__headline-ja {
    padding: 20px 0;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup009-011__headline-en {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  font-family: var(--font-EN, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 200px;
  font-size: 20rem;
  line-height: 1;
  color: #ecf3c4;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0.05em;
  opacity: 0.78;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__headline-en {
    font-size: 155px;
    font-size: 15.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__headline-en {
    font-size: 70px;
    font-size: 7rem;
  }
}

.m-modulegroup009-011__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}

.m-modulegroup009-011__repeat {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat:first-child {
    margin-top: 25px;
  }
}

.m-modulegroup009-011__repeat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-item {
    margin-top: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-item {
    margin-top: 30px;
  }
}

.m-modulegroup009-011__repeat-item:first-child {
  margin-top: 0;
}

.m-modulegroup009-011__repeat-item:nth-child(2n) .m-modulegroup009-011__repeat-figure {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-item:nth-child(2n) .m-modulegroup009-011__repeat-figure {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.m-modulegroup009-011__repeat-item:nth-child(2n) .m-modulegroup009-011__repeat-cnt {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-item:nth-child(2n) .m-modulegroup009-011__repeat-cnt {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-item:not(:has(.m-modulegroup009-011__repeat-figure)) {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
  }
}

.m-modulegroup009-011__repeat-label {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  padding: 0 20px;
  font-weight: 400;
  font-family: var(--font-EN, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 90px;
  font-size: 9rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-label {
    margin-top: 70px;
    font-size: 70px;
    font-size: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-label {
    margin-top: 40px;
    padding: 0 10px;
    font-size: max(3.5rem, 9vw);
  }
}

.m-modulegroup009-011__repeat-label::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--primary);
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-label::after {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-label::after {
    width: max(118px, 27vw);
    height: max(118px, 27vw);
  }
}

.m-modulegroup009-011__repeat-figure {
  position: relative;
  z-index: 2;
  -ms-flex-order: -1;
  width: 44.6%;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-figure {
    width: 73.6%;
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-figure {
    max-width: 230px;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-figure:first-child {
    margin-right: auto;
    margin-left: auto;
  }
}

.m-modulegroup009-011__repeat-figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.m-modulegroup009-011__repeat-figure-img-pc,
.m-modulegroup009-011__repeat-figure-img-sp {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--primary);
  border-radius: 50%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-figure-img-pc {
    display: none;
  }
}

.m-modulegroup009-011__repeat-figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup009-011__repeat-cnt {
  position: relative;
  z-index: 2;
  padding: 100px 20px 50px;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-cnt {
    width: 100%;
    max-width: 600px;
    padding: 30px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-cnt {
    padding: 25px 0 0;
  }
}

.m-modulegroup009-011__repeat-label + .m-modulegroup009-011__repeat-cnt {
  max-width: 600px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-label + .m-modulegroup009-011__repeat-cnt {
    width: 100%;
  }
}

.m-modulegroup009-011__repeat-ttl {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup009-011__repeat-txtarea {
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.72;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-txtarea {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-txtarea {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup009-011__repeat-txtarea:first-child {
  margin-top: 0;
}

/* -------------------------------------------
薬剤師モジュール：福利厚生
------------------------------------------- */
.m-modulegroup009-003 {
  margin: 20px auto;
  padding: 40px 20px 0;
  color: var(--primary-txt, #ffffff);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003 {
    margin: 20px auto;
    padding: 0 16px;
  }
}

.m-modulegroup009-003__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__inner {
    display: block;
  }
}

.m-modulegroup009-003__headline {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 51px 53px;
  transform-origin: 51px 53px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__headline {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}

.m-modulegroup009-003__headline-ja {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__headline-ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup009-003__headline-en {
  display: block;
  font-family: var(--font-EN, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 100px;
  font-size: 10rem;
  color: #2f2f2f;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__headline-en {
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-modulegroup009-003__welfare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 160px);
  margin: -60px 0 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare {
    width: 100%;
    margin: 5px 0 0;
  }
}

.m-modulegroup009-003__welfare-item {
  position: relative;
  width: 33.33%;
  margin: 60px 0 0;
  padding: 80px 3.5% 40px;
  background-color: var(--primary-bg, #04a1af);
}

.m-modulegroup009-003__welfare-item:nth-child(3n + 1) {
  border-radius: 10px 0 0 10px;
}

.m-modulegroup009-003__welfare-item:last-child {
  border-radius: 0 10px 10px 0;
}

.m-modulegroup009-003__welfare-item:nth-child(3n) {
  border-radius: 0 10px 10px 0;
}

.m-modulegroup009-003__welfare-item:last-child:nth-child(3n + 1) {
  border-radius: 10px;
}

.m-modulegroup009-003__welfare-item:nth-child(3n + 2) {
  background-color: #c2e580;
}

.m-modulegroup009-003__welfare-item:nth-child(3n) {
  background-color: var(--primary, #04a1af);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-003__welfare-item {
    width: 50%;
  }
  .m-modulegroup009-003__welfare-item:nth-child(odd) {
    border-radius: 10px 0 0 10px;
  }
  .m-modulegroup009-003__welfare-item:nth-child(even) {
    border-radius: 0 10px 10px 0;
  }
  .m-modulegroup009-003__welfare-item:last-child:nth-child(odd) {
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-item {
    width: 100%;
    margin: 30px 0 0;
    padding: 40px 15px 20px;
  }
  .m-modulegroup009-003__welfare-item:nth-child(odd) {
    border-radius: 10px;
  }
  .m-modulegroup009-003__welfare-item:nth-child(even) {
    border-radius: 10px;
  }
}

.m-modulegroup009-003__welfare-num {
  position: absolute;
  top: -48px;
  color: #2f2f2f;
  font-weight: 400;
  font-family: var(--font-EN, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-num {
    top: -24px;
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-modulegroup009-003__welfare-ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  line-height: 1.9;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup009-003__welfare-ttl + .m-modulegroup009-003__welfare-figure {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-ttl + .m-modulegroup009-003__welfare-figure {
    margin-top: 15px;
  }
}

.m-modulegroup009-003__welfare-figure {
  max-width: 120px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-figure {
    max-width: 100px;
  }
}

.m-modulegroup009-003__welfare-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-figure-img-pc {
    display: none;
  }
}

.m-modulegroup009-003__welfare-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup009-003__welfare-figure + .m-modulegroup009-003__welfare-txt,
.m-modulegroup009-003__welfare-ttl + .m-modulegroup009-003__welfare-txt {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-figure + .m-modulegroup009-003__welfare-txt,
  .m-modulegroup009-003__welfare-ttl + .m-modulegroup009-003__welfare-txt {
    margin-top: 15px;
  }
}

.m-modulegroup009-003__welfare-txt {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
薬剤師モジュール：当店について（スライダー）
------------------------------------------- */
.m-modulegroup009-012 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 0 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012 {
    padding: 60px 0 20px;
  }
}

.m-modulegroup009-012__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012__inner {
    padding: 0 16px;
  }
}

.m-modulegroup009-012__headline {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012__headline {
    margin-bottom: 20px;
  }
}

.m-modulegroup009-012__headline-ja {
  display: block;
  max-width: 490px;
  padding-top: 5px;
  color: #1e1e1e;
  border-top: 1px solid #1e1e1e;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012__headline-ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup009-012__headline-en {
  position: absolute;
  top: calc(100% + 25px);
  left: 50%;
  font-weight: 400;
  font-family: var(--font-EN, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 200px;
  font-size: 20rem;
  line-height: 1;
  color: #ecf3c4;
  white-space: nowrap;
  letter-spacing: 0.05em;
  opacity: 0.78;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-012__headline-en {
    top: 5px;
    font-size: 155px;
    font-size: 15.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012__headline-en {
    top: 25px;
    font-size: 70px;
    font-size: 7rem;
  }
}

.m-modulegroup009-012__ttl {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
  margin: 0 auto 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  line-height: 2.08;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012__ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup009-012__lead {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
  color: #000;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.11;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012__lead {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup009-012__loop {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-012__loop {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012__loop {
    margin-top: 30px;
  }
}

.m-modulegroup009-012__repeat {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.m-modulegroup009-012__repeat-item:only-child {
  max-width: 340px;
  margin: 0 auto;
  padding: 0 16px;
}

.m-modulegroup009-012__repeat-figure {
  position: relative;
}

.m-modulegroup009-012__repeat-figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.m-modulegroup009-012__repeat-figure-img-pc,
.m-modulegroup009-012__repeat-figure-img-sp {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012__repeat-figure-img-pc {
    display: none;
  }
}

.m-modulegroup009-012__repeat-figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012__repeat-figure-img-sp {
    display: inline;
  }
}
