@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap");
body, input, textarea, select {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ","Meiryo", 'Noto Sans JP', "HGPｺﾞｼｯｸM",  "Osaka", "ＭＳ Ｐゴシック", sans-serif,"Century Gothic",Arial; }

html {
  overflow-y: scroll;
  font-size: 16px;
  scroll-padding-top: 150px; }
  @media screen and (max-width: 960px) {
    html {
      font-size: 15px; } }
  @media screen and (max-width: 560px) {
    html {
      font-size: 14px; } }

html:focus-within {
  scroll-behavior: smooth; }

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0px;
  padding: 0px; }

body {
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  min-width: 100%;
  -webkit-text-size-adjust: 100%; }
  body * {
    box-sizing: border-box; }

li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

i {
  font-style: normal;
  font-family: "Icons"; }

b {
  font-weight: normal; }

address {
  font-style: normal; }

img {
  border: 0px;
  vertical-align: bottom;
  box-sizing: content-box; }

.TC {
  text-align: center; }

.TR {
  text-align: right; }

.TL {
  text-align: left; }

input, select, option, textarea {
  font-size: 16px; }

label {
  cursor: pointer; }

input[type=checkbox] {
  display: none; }
  input[type=checkbox] + label span::before {
    content: '□';
    color: #fff;
    font-family: 'Form';
    margin-right: 10px;
    font-size: 20px;
    vertical-align: -3px;
    -webkit-text-stroke: 0.5px #999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: normal; }
  input[type=checkbox]:checked + label span::before {
    content: '■';
    color: #000;
    -webkit-text-stroke: 0px #fff; }

_:-ms-lang(x)::-ms-backdrop, input[type=checkbox] + label span::before {
  text-shadow: 0px 0px 1.5px #000; }

_:-ms-lang(x)::-ms-backdrop, input[type=checkbox]:checked + label span::before {
  text-shadow: 0px 0px 0px #fff; }

input[type=radio] {
  display: none; }
  input[type=radio] + label span::before {
    content: '○';
    color: #fff;
    font-family: 'Form';
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    -webkit-text-stroke: 0.5px #999; }
  input[type=radio]:checked + label span::before {
    content: '●';
    color: #000;
    -webkit-text-stroke: 0px #fff; }

_:-ms-lang(x)::-ms-backdrop, input[type=radio] + label span::before {
  text-shadow: 0px 0px 1.5px #000; }

_:-ms-lang(x)::-ms-backdrop, input[type=radio]:checked + label span::before {
  text-shadow: 0px 0px 0px #fff; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 0.2; }

:-moz-placeholder {
  color: #000;
  opacity: 0.2; }

:-ms-input-placeholder {
  color: #ccc; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  cursor: pointer; }

option {
  cursor: pointer; }

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

select::-ms-expand {
  display: none; }

span.select {
  display: inline-block;
  position: relative; }
  span.select::after {
    content: '↓';
    font-family: 'Icons';
    margin-left: -15px;
    font-size: 9px;
    z-index: -1;
    position: absolute;
    right: 8px;
    top: 11px; }

select {
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 5px 25px 5px 10px;
  font-size: 13px;
  background: none; }

label.Chk {
  color: #D52E31; }

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input::-webkit-search-decoration, textarea::-webkit-search-decoration {
    display: none; }
  input::focus, textarea::focus {
    outline-offset: -2px; }

article {
  text-align: left; }

body {
  font-family: "Noto Sans JP", sans-serif; }

h2 {
  font-size: 2.75rem;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 300;
  margin: 0 0 2.5rem 0; }
  @media screen and (max-width: 960px) {
    h2 {
      font-size: 2.5rem; } }
  @media screen and (max-width: 560px) {
    h2 {
      font-size: 2rem; } }

img {
  max-width: 100%; }

a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.c-line {
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 2; }
  .c-line img {
    height: 50px; }

.c-button {
  background: #D52E31;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  line-height: 1.2; }
  .c-button::after {
    font-family: "Murecho", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    background: #fff;
    width: 20px;
    height: 20px;
    display: block;
    vertical-align: middle;
    color: #D52E31;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    position: absolute; }

.c-title {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.l-header p {
  font-size: 1.06rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 2rem 0 0 0; }
.l-header h1 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  margin: 0 0 2rem 0; }
@media screen and (max-width: 560px) {
  .l-header p {
    font-size: 0.96rem; } }

.l-hero {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative; }

.l-hero__visual {
  width: 100%; }
  .l-hero__visual img {
    width: 100%; }

.l-hero__copy {
  width: 56.666%;
  min-width: 300px;
  margin: 0 auto;
  margin-top: -4%; }
  .l-hero__copy img {
    width: 100%; }

.l-hero__parts {
  position: absolute;
  left: 8%;
  bottom: 15%; }
  .l-hero__parts img {
    width: 12vw;
    max-width: 160px; }
  @media screen and (max-width: 560px) {
    .l-hero__parts {
      left: 4%;
      bottom: 35%; } }

.l-scholar {
  text-align: center;
  margin: 15rem auto 0;
  padding: 0.01rem 0 3rem 0;
  position: relative; }
  @media screen and (max-width: 960px) {
    .l-scholar {
      margin-top: 7.5rem; } }
  @media screen and (max-width: 560px) {
    .l-scholar {
      margin-top: 5rem; } }

.l-scholar__bgr {
  position: absolute;
  right: 0rem;
  top: 0px;
  z-index: -1;
  max-width: 43%; }
  .l-scholar__bgr img {
    max-width: 100%; }

.l-scholar__bgl {
  position: absolute;
  left: 0%;
  bottom: 0px;
  z-index: -1;
  max-width: 43%; }
  .l-scholar__bgl img {
    max-width: 100%; }

.l-scholar__parts {
  position: absolute;
  bottom: 2rem;
  left: calc(50% - 37.5%); }
  .l-scholar__parts img {
    width: 10vw;
    max-width: 100px; }
  @media screen and (max-width: 960px) {
    .l-scholar__parts {
      bottom: 3rem; } }

.scholar-box {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 60px auto;
  flex-flow: row; }
  @media screen and (max-width: 960px) {
    .scholar-box {
      display: block; } }

.scholar-card {
  width: 47%;
  box-shadow: 0 0 30px rgba(135, 144, 149, 0.25);
  border-radius: 30px;
  padding: 6% 3%;
  text-align: left;
  background: #fff;
  position: relative; }
  .scholar-card h3 {
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center; }
  .scholar-card p {
    font-size: 1.15rem;
    line-height: 2.5;
    margin: 1.5rem 0;
    letter-spacing: 3px;
    position: relative;
    z-index: 2; }
  .scholar-card li {
    font-size: 1.15rem;
    line-height: 1;
    margin: 0.5rem 0;
    letter-spacing: 3px;
    font-weight: 500; }
  @media screen and (max-width: 960px) {
    .scholar-card {
      width: 100%;
      margin-bottom: 2rem;
      padding: 3rem 6%; }
      .scholar-card h3 {
        font-size: 1.6rem; } }
  @media screen and (max-width: 560px) {
    .scholar-card h3 {
      font-size: 1.5rem; }
    .scholar-card p {
      font-size: 1rem;
      line-height: 2; }
    .scholar-card li {
      font-size: 1rem; } }

.scholar-card__visual {
  width: 62%;
  margin: 1.5rem auto; }

.l-scholar-card__parts-1 {
  position: absolute;
  left: -3rem;
  top: 4rem;
  width: 24%;
  max-width: 130px; }
  .l-scholar-card__parts-1 img {
    width: 100%; }
  @media screen and (max-width: 560px) {
    .l-scholar-card__parts-1 {
      left: -1.5rem;
      width: 15%; } }

.l-scholar-card__parts-2 {
  position: absolute;
  right: -1rem;
  bottom: 9rem;
  width: 20%;
  max-width: 100px; }
  .l-scholar-card__parts-2 img {
    width: 100%; }
  @media screen and (max-width: 960px) {
    .l-scholar-card__parts-2 {
      bottom: 6rem;
      width: 12%; } }

.l-scholar-card__parts-3 {
  position: absolute;
  width: 20%;
  max-width: 120px;
  right: 20%;
  bottom: -3rem; }
  .l-scholar-card__parts-3 img {
    width: 100%; }
  @media screen and (max-width: 960px) {
    .l-scholar-card__parts-3 {
      right: 15%; } }
  @media screen and (max-width: 560px) {
    .l-scholar-card__parts-3 {
      right: 10%; } }

.scholar-button .c-button {
  padding: 2rem;
  width: 90%;
  max-width: 710px;
  font-size: 1.4rem;
  letter-spacing: 4px; }
@media screen and (max-width: 960px) {
  .scholar-button .c-button {
    font-size: 1.3rem;
    padding: 1.5rem; } }

.l-entrance {
  background: #F5F8F8;
  padding: 0.01rem 0;
  margin: 6rem 0;
  padding-top: 7.5rem; }
  @media screen and (max-width: 960px) {
    .l-entrance {
      padding-top: 5rem; } }
  @media screen and (max-width: 560px) {
    .l-entrance {
      padding-top: 3rem; } }

.l-entrance__parts {
  position: absolute;
  top: -10rem;
  left: calc(50% - 25%); }
  .l-entrance__parts img {
    width: 10vw;
    max-width: 100px; }
  @media screen and (max-width: 960px) {
    .l-entrance__parts {
      top: -7rem; } }
  @media screen and (max-width: 560px) {
    .l-entrance__parts {
      top: -4rem;
      left: calc(50% - 35%); } }

.entrance-box {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 60px auto; }
  @media screen and (max-width: 960px) {
    .entrance-box {
      display: block;
      margin-top: 3rem; } }

.entrance-card {
  width: 31.333%;
  box-shadow: 0 0 15px rgba(135, 144, 149, 0.05);
  border-radius: 30px;
  padding: 4.5% 3%;
  background: #fff;
  text-align: center; }
  .entrance-card h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 2rem; }
  .entrance-card p {
    font-size: 1.125rem;
    line-height: 2.2;
    margin: 18px 0;
    letter-spacing: 3px; }
  .entrance-card li {
    font-size: 1.125rem;
    line-height: 2.2;
    margin: 18px 0;
    letter-spacing: 3px; }
  .entrance-card .c-line img {
    height: 40px; }
  .entrance-card .c-button {
    padding: 0 2rem;
    width: 100%;
    font-size: 1rem;
    letter-spacing: 3px;
    position: relative;
    line-height: 60px;
    text-align: left; }
    .entrance-card .c-button::after {
      content: '→';
      top: 20px;
      right: 2rem; }
  @media screen and (max-width: 960px) {
    .entrance-card {
      width: 100%;
      margin-bottom: 2rem;
      padding: 3rem 6%; }
      .entrance-card .c-button {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }

.entrance-card__visual {
  text-align: center;
  margin: -15px auto 1rem;
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 270px; }

.application-box {
  width: 90%;
  max-width: 1200px;
  margin: 3.75rem auto;
  background-image: url("/kumagaku2024/img/lp/nyushi2026/bnr1800x360_tokusetsu2025.webp");
  background-size: cover;
  aspect-ratio: 120 / 24;
  display: flex;
  align-items: center; }

.application-box__set {
  padding-left: 6%; }

.application-box__text {
  font-weight: bold;
  font-size: 3.5rem;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 960px) {
    .application-box__text {
      font-size: 2rem; } }
  @media screen and (max-width: 560px) {
    .application-box__text {
      font-size: 1.5rem; } }

.application-box__button {
  margin-top: 1rem; }
  .application-box__button .c-button {
    width: 100%;
    font-size: 1.25rem;
    letter-spacing: 3px;
    position: relative;
    line-height: 50px;
    text-align: center; }
    .application-box__button .c-button::after {
      content: '→';
      top: 15px;
      right: 2rem; }
  @media screen and (max-width: 960px) {
    .application-box__button {
      margin-top: 0.5rem; }
      .application-box__button .c-button {
        padding: 0 1.5rem;
        font-size: 1rem;
        text-align: left;
        line-height: 45px; }
        .application-box__button .c-button::after {
          top: 12px;
          right: 1rem; } }
  @media screen and (max-width: 560px) {
    .application-box__button {
      margin-top: 0.25rem; }
      .application-box__button .c-button {
        padding: 0 1rem;
        font-size: 0.75rem;
        line-height: 30px;
        text-align: left; }
        .application-box__button .c-button::after {
          top: 5px;
          right: 1rem; } }

ul.ListStyle_01 li {
  position: relative;
  line-height: 1.8;
  margin-bottom: 5px;
  padding-left: 25px; }
ul.ListStyle_01 li:after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -0.1em;
  width: 14px;
  height: 10px;
  border-left: 3px solid #D52E31;
  border-bottom: 3px solid #D52E31;
  transform: rotate(-45deg); }

#FooterLink ul {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  flex-flow: row wrap; }
  #FooterLink ul li {
    font-size: 0.85rem;
    width: 50%;
    padding: 10px;
    padding-left: 5px;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box; }
    #FooterLink ul li:nth-child(even) {
      border-left: 1px solid #DDDDDD; }
    #FooterLink ul li:last-child {
      width: 100%;
      border-bottom: initial; }
    #FooterLink ul li a.ico_aw {
      position: relative; }
      #FooterLink ul li a.ico_aw:after {
        content: "";
        background: url("/kumagaku2024/img/lp/nyushi2026/ico_window.png") no-repeat center top;
        background-size: contain;
        width: 10px;
        height: 10px;
        position: absolute;
        margin-left: 5px;
        margin-top: 2px; }
    #FooterLink ul li a {
      transition: 0.5s; }
      #FooterLink ul li a:link {
        color: #000;
        text-decoration: none; }
      #FooterLink ul li a:visited {
        color: #000;
        text-decoration: none; }
      #FooterLink ul li a:hover {
        color: #D52E31;
        text-decoration: none; }
      #FooterLink ul li a:active {
        color: #D52E31;
        text-decoration: none; }

.FooterArea {
  text-align: left; }
  .FooterArea .InfoUniversity {
    width: 100%; }

@media screen and (min-width: 480px) and (max-width: 599px) {
  ul.ListStyle_01 li:after {
    top: .3em;
    left: -0.08em;
    width: 12px;
    height: 8px; }

  .FooterArea {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0; }
    .FooterArea .InfoUniversity .logo {
      width: 220px;
      margin: 0 auto 20px; }
      .FooterArea .InfoUniversity .logo img {
        width: 100%;
        height: auto; }
    .FooterArea .InfoUniversity .InfoText p {
      color: #888;
      font-size: 0.85rem;
      line-height: 1.5;
      text-align: center; }
    .FooterArea .InfoUniversity .InfoText .FooterImage {
      width: 250px;
      margin: 20px auto 30px; }
      .FooterArea .InfoUniversity .InfoText .FooterImage img {
        width: 100%;
        height: auto; } }
@media screen and (max-width: 479px) {
  ul.ListStyle_01 li:after {
    top: .3em;
    left: -0.08em;
    width: 12px;
    height: 8px; }

  .FooterArea {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0; }
    .FooterArea .InfoUniversity .logo {
      width: 200px;
      margin: 0 auto 20px; }
      .FooterArea .InfoUniversity .logo img {
        width: 100%;
        height: auto; }
    .FooterArea .InfoUniversity .InfoText p {
      color: #888;
      font-size: 0.75rem;
      line-height: 1.5;
      text-align: center; }
    .FooterArea .InfoUniversity .InfoText .FooterImage {
      width: 220px;
      margin: 20px auto 30px; }
      .FooterArea .InfoUniversity .InfoText .FooterImage img {
        width: 100%;
        height: auto; } }
@media print {
  .FooterArea {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0; }
    .FooterArea .InfoUniversity {
      display: flex; }
      .FooterArea .InfoUniversity .logo {
        width: 260px;
        margin-right: 50px; }
        .FooterArea .InfoUniversity .logo img {
          width: 100%;
          height: auto; }
      .FooterArea .InfoUniversity .InfoText p {
        color: #888;
        font-size: 0.95rem;
        line-height: 1.5; }
      .FooterArea .InfoUniversity .InfoText .FooterImage {
        width: 348px;
        margin-top: 10px; }
        .FooterArea .InfoUniversity .InfoText .FooterImage img {
          width: 100%;
          height: auto; } }
@media screen and (min-width: 1130px), print {
  #FooterLink ul {
    display: flex;
    border-top: 1px solid #DDDDDD;
    border-bottom: 0px; }
    #FooterLink ul li {
      width: calc(100% / 5);
      padding: 10px;
      text-align: center;
      border-right: 1px solid #DDDDDD; }
      #FooterLink ul li:nth-child(even) {
        border-left: 0px; }
      #FooterLink ul li:last-child {
        width: calc(100% / 5);
        border-bottom: 1px solid #DDDDDD;
        border-right: 0px; }
      #FooterLink ul li a.ico_aw {
        position: relative; }
        #FooterLink ul li a.ico_aw:after {
          width: 13px;
          height: 13px;
          margin-left: 10px;
          margin-top: 5px; }

  .FooterArea {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0; }
    .FooterArea .InfoUniversity {
      display: flex;
      justify-content: space-between; }
      .FooterArea .InfoUniversity .logo {
        width: 260px;
        margin-right: 50px; }
        .FooterArea .InfoUniversity .logo img {
          width: 100%;
          height: auto; }
      .FooterArea .InfoUniversity .InfoText p {
        color: #888;
        font-size: 0.95rem;
        line-height: 1.5; }
      .FooterArea .InfoUniversity .InfoText .FooterImage {
        width: 348px;
        margin-top: 10px; }
        .FooterArea .InfoUniversity .InfoText .FooterImage img {
          width: 100%;
          height: auto; } }
@media screen and (min-width: 600px) and (max-width: 1129px) {
  .FooterArea {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0; }
    .FooterArea .InfoUniversity {
      display: flex;
      justify-content: space-between; }
      .FooterArea .InfoUniversity .logo {
        width: 150px;
        margin-right: 50px; }
        .FooterArea .InfoUniversity .logo img {
          width: 100%;
          height: auto; }
      .FooterArea .InfoUniversity .InfoText p {
        color: #888;
        font-size: 0.85rem;
        line-height: 1.5; }
      .FooterArea .InfoUniversity .InfoText .FooterImage {
        width: 200px;
        margin-top: 10px; }
        .FooterArea .InfoUniversity .InfoText .FooterImage img {
          width: 100%;
          height: auto; } }
@media screen {
  .iv {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    opacity: 0;
    transform: translateY(60px) scale(1); } }
  @media screen and (max-width: 960px) {
    .iv {
      -webkit-transition: all 1.3s ease;
      -moz-transition: all 1.3s ease;
      -o-transition: all 1.3s ease;
      -ms-transition: all 1.3s ease;
      transition: all 1.3s ease;
      transform: translateY(45px) scale(1); } }
  @media screen and (max-width: 560px) {
    .iv {
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      -ms-transition: all 0.75s ease;
      transition: all 0.75s ease;
      transform: translateY(30px) scale(1); } }
@media screen {
    .iv.is-in {
      opacity: 1;
      transform: translateY(0px) scale(1); }

  .iv2 {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    transform: scale(0.5);
    display: inline-block; }
    .iv2.is-in {
      opacity: 1;
      transform: scale(1); }

  .iv3 {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    transform: translateY(60px) scale(1); } }
  @media screen and (max-width: 960px) {
    .iv3 {
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      -ms-transition: all 0.75s ease;
      transition: all 0.75s ease;
      transform: translateY(0px) scale(1); } }
  @media screen and (max-width: 560px) {
    .iv3 {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      transform: translateY(0px) scale(1); } }
@media screen {
    .iv3.is-in {
      opacity: 1;
      transform: translateY(0px) scale(1); } }
