@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@500;600;700;800&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
main {
  width: 100%;
  padding: 85px 0 130px 0;
  margin: 0px;
  position: relative;
}
main #interview {
  width: 100%;
  padding: 0px;
  position: relative;
}
main #interview:not(:last-child) {
  margin-bottom: 100px;
}
main #interview .visual {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
main #interview .visual::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #FFF, #27abdc);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease-in 0s;
}
main #interview .visual.on::before {
  opacity: 0.25;
}
main #interview .visual.on .text h3 span {
  clip-path: inset(0 0 0 0);
}
main #interview .visual.on .text dl {
  opacity: 1;
}
main #interview .visual.on .text > div {
  clip-path: inset(0 0 0 0);
}
main #interview .visual.on img {
  opacity: 1;
}
main #interview .visual .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
main #interview .visual .text h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  top: calc(-50% + 100px);
}
main #interview .visual .text h3 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #27abdc;
  padding: 5px 10px;
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.25s ease-out 1s;
}
main #interview .visual .text h3 span:not(:last-child) {
  margin-bottom: 10px;
}
main #interview .visual .text > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.25s ease-out 2s;
  position: relative;
  transform: translateY(-40px);
}
main #interview .visual .text > div span {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/tabletalk/cross.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main #interview .visual .text > div span:not(:first-child) {
  margin-left: 20px;
}
main #interview .visual .text > div p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
main #interview .visual .text > div p:not(:first-child) {
  margin-left: 20px;
}
main #interview .visual .invisual {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main #interview .visual .invisual > div {
  width: 50%;
}
main #interview .visual img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main #interview .lead {
  width: 100%;
  margin: 0 0 100px 0;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main #interview .lead.on {
  opacity: 1;
}
main #interview .lead p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.2em;
}
main #interview .sec {
  width: 100%;
  position: relative;
}
main #interview .sec:not(:last-child) {
  margin-bottom: 165px;
}
main #interview .sec.on .inner::before {
  opacity: 1;
}
main #interview .sec.on .inner h3 {
  opacity: 1;
}
main #interview .sec.on .inner .prof {
  opacity: 1;
}
main #interview .sec .inner {
  width: 1080px;
  padding: 90px 0 0 0;
  margin: 0 auto;
  position: relative;
}
main #interview .sec .inner h3 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 65px;
  transition: opacity 0.5s ease-in 0.5s;
  opacity: 0;
}
main #interview .sec .inner .prof {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
  transition: opacity 0.5s ease-in 1s;
  opacity: 0;
}
main #interview .sec .inner .prof .myprof {
  width: calc((100% - 15px) / 4);
  position: relative;
}
main #interview .sec .inner .prof .myprof:nth-child(1) {
  background-color: #00479d;
}
main #interview .sec .inner .prof .myprof:nth-child(2) {
  background-color: #0071BC;
}
main #interview .sec .inner .prof .myprof:nth-child(3) {
  background-color: #666699;
}
main #interview .sec .inner .prof .myprof:nth-child(4) {
  background-color: #669999;
}
main #interview .sec .inner .prof .myprof .photo {
  width: 100%;
}
main #interview .sec .inner .prof .myprof .proftext {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main #interview .sec .inner .prof .myprof .proftext > div {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main #interview .sec .inner .prof .myprof .proftext > div dl {
  margin-bottom: 20px;
}
main #interview .sec .inner .prof .myprof .proftext > div dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
}
main #interview .sec .inner .prof .myprof .proftext > div dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
main #interview .sec .inner .prof .myprof .proftext > div p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main #interview .sec .inner .prof .myprof .proftext > div p:not(:last-child) {
  margin-bottom: 10px;
}
main #interview .sec .inner .prof .myprof .proftext > div p.notice {
  font-size: 1.2rem;
  line-height: 2.4rem;
}
main #interview .sec .inner .text {
  text-align: left;
  width: 100%;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main #interview .sec .inner .text.on {
  opacity: 1;
}
main #interview .sec .inner .text:not(:last-child) {
  margin-bottom: 80px;
}
main #interview .sec .inner .text h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
}
main #interview .sec .inner .text h4:not(:last-child) {
  margin-bottom: 10px;
}
main #interview .sec .inner .text h5 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main #interview .sec .inner .text h5:not(:last-child) {
  margin-bottom: 40px;
}
main #interview .sec .inner .text h5::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #666;
  position: relative;
  transform: translateY(1.5rem);
  display: block;
  flex-shrink: 0;
}
main #interview .sec .inner .text h5 span {
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-left: 20px;
}
main #interview .sec .inner .text dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main #interview .sec .inner .text dl:not(:last-child) {
  margin-bottom: 20px;
}
main #interview .sec .inner .text dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main #interview .sec .inner .text dl dt.pp1 {
  background-color: #00479d;
}
main #interview .sec .inner .text dl dt.pp2 {
  background-color: #0071BC;
}
main #interview .sec .inner .text dl dt.pp3 {
  background-color: #666699;
}
main #interview .sec .inner .text dl dt.pp4 {
  background-color: #669999;
}
main #interview .sec .inner .text dl dd {
  width: calc(100% - 60px - 20px);
}
main #interview .sec .inner .text dl dd p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main #interview .sec .inner .text dl dd p strong {
  color: #00479d;
  font-weight: 700;
}
main #interview .sec .inner .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main #interview .sec .inner .combo.on {
  opacity: 1;
}
main #interview .sec .inner .combo:not(:last-child) {
  margin-bottom: 80px;
}
main #interview .sec .inner .combo.type2 .text {
  order: 2;
}
main #interview .sec .inner .combo.type2 .photo {
  order: 1;
}
main #interview .sec .inner .combo .text {
  width: calc(100% - 500px - 40px);
  margin: 0px;
}
main #interview .sec .inner .combo .photo {
  width: 500px;
}
main #interview .sec .inner .combo .photo > div {
  width: 100%;
}
main #interview .sec .inner .combo .photo > div:not(:last-child) {
  margin-bottom: 20px;
}
main #interview .sec .inner .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main #interview .sec .inner .set.on {
  opacity: 1;
}
main #interview .sec .inner .set:not(:last-child) {
  margin-bottom: 80px;
}
main #interview .sec .inner .lphoto {
  width: 100vw;
  position: relative;
  margin-left: calc(50% - 50vw);
}
main #interview .sec .inner .lphoto:not(:last-child) {
  margin-bottom: 80px;
}
main #interview .sec.sec1 {
  background: linear-gradient(#e5ecf5 0%, #FFF 400px);
}
main #interview .sec.sec1 .inner h3 {
  color: #666;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  main {
    padding: 55px 0 60px 0;
  }
  main #interview:not(:last-child) {
    margin-bottom: 40px;
  }
  main #interview .visual {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    background-color: #e5ecf5;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #interview .visual::before {
    content: none;
  }
  main #interview .visual .text {
    width: 100%;
    height: auto;
    margin-top: -20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: auto;
    left: auto;
  }
  main #interview .visual .text h3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #interview .visual .text h3:not(:last-child) {
    margin-bottom: 20px;
  }
  main #interview .visual .text h3 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  main #interview .visual .text h3 span:not(:last-child) {
    margin-bottom: 5px;
  }
  main #interview .visual .text > div {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translateY(0px);
  }
  main #interview .visual .text > div span {
    display: none;
  }
  main #interview .visual .text > div span:not(:first-child) {
    margin-left: 0px;
  }
  main #interview .visual .text > div span:nth-child(4) {
    width: 100%;
    height: 30px;
    margin-left: 0px;
    display: block;
    filter: brightness(0);
  }
  main #interview .visual .text > div p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    width: calc((100% - 40px) / 2);
    position: relative;
  }
  main #interview .visual .text > div p:not(:first-child) {
    margin-left: 10px;
  }
  main #interview .visual .text > div p:nth-child(3) {
    margin-left: 40px;
  }
  main #interview .visual .text > div p:nth-child(5) {
    margin-left: 0px;
  }
  main #interview .visual .text > div p:nth-child(7) {
    margin-left: 40px;
  }
  main #interview .visual .invisual {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  main #interview .visual .invisual > div {
    width: 50%;
  }
  main #interview .visual img {
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.5s ease-in 0s;
  }
  main #interview .lead {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
  main #interview .lead p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: left;
  }
  main #interview .lead p br {
    display: none;
  }
  main #interview .sec {
    width: 100%;
    position: relative;
  }
  main #interview .sec:not(:last-child) {
    margin-bottom: 165px;
  }
  main #interview .sec.on .inner::before {
    opacity: 1;
  }
  main #interview .sec.on .inner h3 {
    opacity: 1;
  }
  main #interview .sec.on .inner .prof {
    opacity: 1;
  }
  main #interview .sec .inner {
    width: 100%;
    padding: 40px 0 0 0;
    margin: 0 auto;
    overflow: hidden;
  }
  main #interview .sec .inner h3 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  main #interview .sec .inner .prof {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  main #interview .sec .inner .prof .myprof {
    width: 100%;
    position: relative;
  }
  main #interview .sec .inner .prof .myprof:nth-child(1) {
    background-color: #00479d;
  }
  main #interview .sec .inner .prof .myprof:nth-child(1) .proftext h4 {
    left: 10px;
  }
  main #interview .sec .inner .prof .myprof:nth-child(1) .proftext h4 span {
    color: #00479d;
  }
  main #interview .sec .inner .prof .myprof:nth-child(2) {
    background-color: #0085e6;
  }
  main #interview .sec .inner .prof .myprof:nth-child(2) .proftext h4 {
    right: auto;
    left: 10px;
  }
  main #interview .sec .inner .prof .myprof:nth-child(2) .proftext h4 span {
    color: #0085e6;
  }
  main #interview .sec .inner .prof .myprof .photo {
    width: 100%;
  }
  main #interview .sec .inner .prof .myprof .proftext {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #interview .sec .inner .prof .myprof .proftext h4 {
    width: 60px;
    height: 60px;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    z-index: 1;
  }
  main #interview .sec .inner .prof .myprof .proftext h4 span {
    color: #00479d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #interview .sec .inner .prof .myprof .proftext > div {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #interview .sec .inner .prof .myprof .proftext > div dl {
    margin-bottom: 20px;
  }
  main #interview .sec .inner .prof .myprof .proftext > div dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.075em;
    margin-bottom: 10px;
  }
  main #interview .sec .inner .prof .myprof .proftext > div dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main #interview .sec .inner .prof .myprof .proftext > div p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main #interview .sec .inner .prof .myprof .proftext > div p:not(:last-child) {
    margin-bottom: 10px;
  }
  main #interview .sec .inner .prof .myprof .proftext > div p.notice {
    font-size: 1rem;
    line-height: 1.5;
  }
  main #interview .sec .inner .text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main #interview .sec .inner .text:not(:last-child) {
    margin-bottom: 40px;
  }
  main #interview .sec .inner .text h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main #interview .sec .inner .text h4:not(:last-child) {
    margin-bottom: 20px;
  }
  main #interview .sec .inner .text h5 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #interview .sec .inner .text h5:not(:last-child) {
    margin-bottom: 40px;
  }
  main #interview .sec .inner .text h5::before {
    width: 40px;
    height: 2px;
  }
  main #interview .sec .inner .text h5 span {
    color: #666;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-left: 20px;
  }
  main #interview .sec .inner .text dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main #interview .sec .inner .text dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main #interview .sec .inner .text dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: 40px;
    height: 40px;
    position: relative;
    transform: translateY(10px);
  }
  main #interview .sec .inner .text dl dd {
    width: calc(100% - 40px - 20px);
  }
  main #interview .sec .inner .text dl dd p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main #interview .sec .inner .text dl dd p strong {
    color: #00479d;
    font-weight: 700;
  }
  main #interview .sec .inner .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #interview .sec .inner .combo:not(:last-child) {
    margin-bottom: 40px;
  }
  main #interview .sec .inner .combo.type2 .text {
    order: 2;
  }
  main #interview .sec .inner .combo.type2 .text:not(:last-child) {
    margin-bottom: 0px;
  }
  main #interview .sec .inner .combo.type2 .photo {
    order: 1;
    margin: 0 0 40px 0;
  }
  main #interview .sec .inner .combo .text {
    width: calc(100% - 40px);
    order: 1;
  }
  main #interview .sec .inner .combo .text:not(:last-child) {
    margin-bottom: 40px;
  }
  main #interview .sec .inner .combo .photo {
    width: 100%;
    order: 2;
  }
  main #interview .sec .inner .combo .photo > div {
    width: 100%;
  }
  main #interview .sec .inner .combo .photo > div:not(:last-child) {
    margin-bottom: 0px;
  }
  main #interview .sec .inner .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    transition: opacity 0.5s ease-in 0s;
    opacity: 0;
  }
  main #interview .sec .inner .set.on {
    opacity: 1;
  }
  main #interview .sec .inner .set:not(:last-child) {
    margin-bottom: 80px;
  }
  main #interview .sec .inner .lphoto {
    width: 150vw;
    position: relative;
    margin-left: calc(50% - 75vw);
  }
  main #interview .sec .inner .lphoto:not(:last-child) {
    margin-bottom: 40px;
  }
  main #interview .sec.sec1 {
    background: linear-gradient(#e5ecf5 0%, #FFF 400px);
  }
  main #interview .sec.sec1 .inner h3 {
    color: #666;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style_tabletalk.css.map */
