@charset "UTF-8";

body {
  font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #fff9ee;
}
.dnp {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.en {
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
::selection {
  background: #d3d3d3;
}
::-moz-selection {
  background: #d3d3d3;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
hr {
  margin: 0;
  border: none;
}
.slideUp {
  opacity: 0;
  transform: translateY(30px);
}
.slideIn {
  opacity: 0;
  transform: translateX(-50px);
}
.mask {
  transition: clip-path cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  clip-path: inset(0 100% 0 0);
}
.maskRl {
  transition: clip-path cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  clip-path: inset(0 0 100% 0);
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* header */
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.header-logo {
  box-sizing: border-box;
  width: 220px;
  margin: 20px 0 0 25px;
  opacity: 0;
  transform: translateX(-100px);
}

/* top */
.top {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
  overflow: hidden;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-container{
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.swiper-wrapper,
.swiper-slide>div {
  width: 100%;
  height: 100%;
}
.slide-1>div {
  background-image: url(../img/top/top-1.jpg?var=241228);
  background-size: cover;
  background-position: center;
}
.slide-2>div {
  background-image: url(../img/top/top-2.jpg?var=241228);
  background-size: cover;
  background-position: center;
}
.slide-3>div {
  background-image: url(../img/top/top-3.jpg?var=241228);
  background-size: cover;
  background-position: center;
}
.slide-4>div {
  background-image: url(../img/top/top-4.jpg?var=241228);
  background-size: cover;
  background-position: center;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active>div, .swiper-slide-duplicate-active>div, .swiper-slide-prev>div {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.top-txt-wrap {
  position: absolute;
  top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  left: 6%;
  z-index: 10;
}
.top-txt-1 {
  font-size: 2.2em;
  line-height: 22px;
  letter-spacing: 2px;
  color: #fff;
  padding: 0 0 0 6px;
  transition: clip-path cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  clip-path: inset(0 100% 0 0);
}
.top-txt-2 {
  font-size: 10em;
  line-height: 90px;
  color: #fff;
  padding: 20px 0 0 0;
  transition: clip-path cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  clip-path: inset(0 100% 0 0);
}
.top-txt-3 {
  font-size: 1.6em;
  line-height: 30px;
  color: #fff;
  padding: 15px 0 0 7px;
  transition: clip-path cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  clip-path: inset(0 100% 0 0);
}
.top-txt-img {
  width: 280px;
  height: auto;
  padding: 35px 0 0 10px;
  transition: clip-path cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  clip-path: inset(0 100% 0 0);
}

/* philo */
.philo {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}
.philo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/top/philo-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.philo-inner {
  width: 48%;
  margin-top: -50px;
  position: absolute;
  top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  right: 0;
  z-index: 10;
}
.philo-txt-1 {
  font-size: 2em;
  line-height: 40px;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
}
.philo-txt-2 {
  font-size: 1.5em;
  line-height: 40px;
  color: #fff;
  padding: 20px 50px 0 0;
  opacity: 0;
  transform: translateY(30px);
}

/* message */
.message {
  padding: 130px 0 200px 0;
}
.message-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
.message-inner-l {
  width: 70%;
  z-index: 10;
}
.message-inner-r {
  width: 30%;
  z-index: 10;
}
.message-title {
  width: 500px;
  margin: 0 0 0 5%;
}
.message-txt {
  font-size: 1.8em;
  line-height: 42px;
  margin: 80px 0 0 100px;
}
.message-txt-rl {
  font-size: 4em;
  line-height: 64px;
  writing-mode: vertical-rl;
}
.message-bg {
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/* about */
.about {
  width: 100%;
  padding: 200px 0 100px 0;
}
.about-inner {
  width: 100%;
  position: relative;
}
.about-title {
  width: 660px;
  position: absolute;
  top: -120px;
  left: 5%;
  z-index: 10;
}
.about-img-wrap {
  display: flex;
  justify-content: flex-end;
}
.about-img {
  width: 80%;
}
.about-txt-rl {
  font-size: 4em;
  line-height: 64px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 25%;
  left: 10%;
  z-index: 10;
}
.about-txt-rl span {
  color: #000;
  background-color: rgba(20,30,49,0);
  padding: 0;
}
.link-btn {
  font-size: 2.4em;
  line-height: 50px;
  position: absolute;
  display: flex;
  align-items: flex-end;
}
.link-btn a {
  color: #fff;
  background: #7793ad;
  padding: 0 30px;
  display: inline-block;
}
.about-btn {
  right: 5%;
  bottom: -25px;
}
.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  position: relative;
  width: 50px;
  height: 3px;
  background: currentColor;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dli-arrow-right::before {
  content: '';
  width: 15px;
  height: 15px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -1px;
  box-sizing: border-box;
}
.link-btn:hover .dli-arrow-right {
  width: 80px;
}

/* interview */
.interview {
  width: 100%;
  padding: 200px 0 100px 0;
}
.interview-inner {
  width: 100%;
  position: relative;
}
.interview-title {
  width: 80%;
  max-width: 1100px;
  position: absolute;
  top: -110px;
  right: 5%;
  z-index: 10;
}
.interview-img-wrap {
  display: block;
}
.interview-img {
  width: 80%;
}
.interview-txt-rl {
  font-size: 4em;
  line-height: 64px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 24%;
  right: 10%;
  z-index: 10;
}
.interview-txt-rl span {
  color: #000;
  background-color: rgba(20,30,49,0);
  padding: 0;
}
.interview-btn {
  left: 5%;
  bottom: -25px;
}
.interview-inner-sub {
  width: 90%;
  margin: 100px auto 0 auto;
}
.interview-title-sub {
  font-size: 4em;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
}

/* job */
.job {
  width: 100%;
  padding: 200px 0 100px 0;
}
.job-inner {
  width: 100%;
  position: relative;
}
.job-title {
  width: 560px;
  position: absolute;
  top: -110px;
  left: 5%;
  z-index: 10;
}
.job-img-wrap {
  display: flex;
  justify-content: flex-end;
}
.job-img {
  width: 80%;
}
.job-txt-rl {
  font-size: 4em;
  line-height: 64px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 24%;
  left: 6%;
  z-index: 10;
}
.job-txt-rl span {
  color: #000;
  background-color: rgba(20,30,49,0);
  padding: 0;
}
.job-btn {
  right: 5%;
  bottom: -25px;
}
.job-inner-sub {
  width: 90%;
  margin: 100px auto 0 auto;
}
.job-title-sub {
  font-size: 4em;
  text-align: center;
}
.job-youtube {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
}
.job-youtube-l {
  width: 48%;
  margin: 50px 4% 0 0;
  position: relative;
}
.job-youtube-r {
  width: 48%;
  margin: 50px 0 0 0;
  position: relative;
}
.job-youtube-txt {
  font-size: 2em;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #7793ad;
}
.youtube-play {
  width: 70px;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  left: 50%;
  margin-top: -20px;
  margin-left: -35px;
  z-index: 10;
}

/* career */
.career {
  width: 100%;
  padding: 200px 0 100px 0;
}
.career-inner {
  width: 100%;
  position: relative;
}
.career-title {
  width: 600px;
  position: absolute;
  top: -110px;
  right: 5%;
  z-index: 10;
}
.career-img-wrap {
  display: block;
}
.career-img {
  width: 80%;
}
.career-txt-rl {
  font-size: 4em;
  line-height: 64px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 24%;
  right: 10%;
  z-index: 10;
}
.career-txt-rl span {
  color: #000;
  background-color: rgba(20,30,49,0);
  padding: 0;
}
.career-btn {
  left: 5%;
  bottom: -25px;
}

/* environment */
.environment {
  width: 100%;
  padding: 200px 0;
}
.environment-inner {
  width: 100%;
  position: relative;
}
.environment-title {
  width: 740px;
  position: absolute;
  top: -100px;
  left: 5%;
  z-index: 10;
}
.environment-img-wrap {
  display: flex;
}
.environment-img {
  width: 80%;
  margin: 0 auto;
}
.environment-txt-rl {
  font-size: 4em;
  line-height: 64px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 25%;
  right: 5%;
  z-index: 10;
}
.environment-txt-rl span {
  color: #000;
  background-color: rgba(20,30,49,0);
  padding: 0;
}
.environment-btn {
  left: 10%;
  bottom: -25px;
}
.environment-inner-sub {
  width: 90%;
  margin: 100px auto 0 auto;
}
.environment-title-sub {
  font-size: 4em;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
}

/* entry-f */
.entry-f {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}
.entry-f-l {
  width: 50%;
}
.entry-f-r {
  width: 50%;
  background: rgb(118,148,165);
  background: linear-gradient(300deg, rgba(118,148,165,1) 0%, rgba(119,147,173,1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.entry-f-ul-txt {
  font-size: 3em;
}
.entry-f-ul-txt-sub {
  font-size: 1.6em;
  padding: 10px 0 0 0;
}
.entry-f-ul li {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.entry-f-ul li:last-child {
  border-bottom: none;
}
.entry-f-ul li a {
  background-color: #fff;
  padding: 50px 10%;
  display: block;
}
.entry-f-ul li img {
  width: 30px;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.entry-f-r a {
  border: 1px solid #fff;
  padding: 20px 30px;
}
.entry-f-btn {
  font-size: 3.8em;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
}
.entry-f-btn-ja {
  font-size: 1.8em;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  padding: 10px 0 0 0;
}

/* footer */
.footer {
  width: 100%;
  padding: 80px 0 50px 0;
  background-color: #1a4472;
}
.footer-inner {
  width: 90%;
  margin: 0 auto;
}
.footer-logo {
  width: 220px;
}
.footer-navi {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.footer-navi li {
  font-size: 26px;
  line-height: 26px;
  padding: 50px 60px 0 0;
}
.footer-navi li a {
  color: #fff;
  letter-spacing: 0.01em;
  display: flex;
}
.footer-navi li a img {
  width: 20px;
  margin: 0 0 0 15px;
}
.footer-navi li ul li {
  font-size: 22px;
  line-height: 22px;
  padding: 15px 0 0 0;
}
.footer-navi li ul li a {
  font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 62.5%;
  letter-spacing: normal;
  color: #fff;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #215385;
  margin: 80px 0 0 0;
}
.p-link {
  font-size: 1.4em;
  text-align: left;
  padding: 50px 0 0 0;
}
.p-link a {
  color: #fff;
}
.copyright {
  font-size: 1.4em;
  text-align: right;
  color: #fff;
  padding: 50px 0 0 0;
}

@media screen and (max-width:1100px) {
  .message-inner-l {
    width: 75%;
  }
  .message-inner-r {
    width: 25%;
  }
  .message-title {
    margin: 0 0 0 2%;
  }
  .message-txt {
    font-size: 1.6em;
    line-height: 42px;
    margin: 60px 0 0 80px;
  }
}

@media screen and (max-width:1023px) {
  /* philo */
  .philo-bg {
    background-image: url(../img/top/philo-bg-sp.jpg);
  }
  .philo-inner {
    width: 90%;
    margin-top: -50px;
    top: 50%;
    right: 0;
  }
  /* message */
  .message-inner-l {
    width: 75%;
  }
  .message-inner-r {
    width: 25%;
  }
  .message-title {
    width: 380px;
    margin: 0;
  }
  .message-txt {
    font-size: 1.5em;
    line-height: 30px;
    margin: 30px 0 0 40px;
  }
  .message-txt-rl {
    font-size: 3em;
    line-height: 50px;
  }
  /* about */
  .about-title {
    width: 500px;
    top: -90px;
  }
  .about-txt-rl {
    font-size: 3em;
    line-height: 50px;
    top: 18%;
  }
  .link-btn {
    font-size: 1.8em;
    line-height: 40px;
  }
  .dli-arrow-right {
    width: 40px;
    height: 2px;
  }
  .dli-arrow-right::before {
    width: 12px;
    height: 12px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
  }
  /* interview */
  .interview-title {
    top: -70px;
  }
  .interview-txt-rl {
    font-size: 3em;
    line-height: 50px;
    top: 18%;
  }
  .interview-title-sub {
    font-size: 3em;
  }
  /* job */
  .job-title {
    width: 400px;
    top: -80px;
  }
  .job-txt-rl {
    font-size: 3em;
    line-height: 50px;
    top: 18%;
  }
  .job-title-sub {
    font-size: 3em;
  }
  /* career */
  .career-title {
    width: 440px;
    top: -80px;
  }
  .career-txt-rl {
    font-size: 3em;
    line-height: 50px;
    top: 18%;
  }
  .career-title-sub {
    font-size: 3em;
  }
  /* environment */
  .environment-title {
    width: 500px;
    top: -80px;
  }
  .environment-txt-rl {
    font-size: 3em;
    line-height: 50px;
    top: 18%;
  }
}

@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header */
  .header-logo {
    width: 180px;
    margin: 17px 0 0 5%;
  }
  /* top */
  .slide-1>div {
    background-image: url(../img/top/top-1-sp.jpg?var=241228);
  }
  .slide-2>div {
    background-image: url(../img/top/top-2-sp.jpg?var=241228);
  }
  .slide-3>div {
    background-image: url(../img/top/top-3-sp.jpg?var=241228);
  }
  .slide-4>div {
    background-image: url(../img/top/top-4-sp.jpg?var=241228);
  }
  .top-txt-1 {
    font-size: 1.8em;
    padding: 0 0 0 3px;
  }
  .top-txt-2 {
    font-size: 6em;
    line-height: 58px;
    padding: 15px 0 0 0;
  }
  .top-txt-3 {
    font-size: 1.3em;
    line-height: 25px;
    padding: 12px 0 0 4px;
  }
  .top-txt-img {
    width: 160px;
    padding: 20px 0 0 3px;
  }
  /* philo */
  .philo-inner {
    width: 90%;
    margin-top: -50px;
    top: 50%;
    right: 0;
  }
  .philo-txt-1 {
    font-size: 1.8em;
    line-height: 40px;
  }
  .philo-txt-2 {
    font-size: 1.3em;
    line-height: 30px;
  }
  /* message */
  .message {
    padding: 0 0 80px 0;
  }
  .message-inner {
    display: block;
  }
  .message-inner-l {
    width: 100%;
  }
  .message-inner-r {
    width: 100%;
    margin: 20px 0 0 5px;
  }
  .message-title {
    width: 55%;
    margin: 0 0 20px 0;
  }
  .message-txt {
    font-size: 1.3em;
    line-height: 26px;
    margin: 25px 0 0 5px;
  }
  .message-txt-rl {
    font-size: 1.8em;
    line-height: 36px;
    writing-mode: horizontal-tb;
    clip-path: inset(0 100% 0 0);
  }
  .message-bg {
    top: 30px;
  }
  /* about */
  .about {
    padding: 80px 0 40px 0;
  }
  .about-title {
    width: 70%;
    top: -45px;
  }
  .about-txt-rl {
    font-size: 2em;
    line-height: 30px;
    top: 20%;
    left: 5%;
  }
  .about-txt-rl span {
    color: #fff;
    background-color: #1a4472;
    padding: 10px;
  }
  .link-btn {
    font-size: 1.4em;
    line-height: 30px;
    transform: translateX(-20px);
  }
  .link-btn a {
    padding: 0 15px;
  }
  .link-btn:hover .dli-arrow-right {
    width: 20px;
  }
  .about-btn {
    bottom: -15px;
  }
  .dli-arrow-right {
    width: 20px;
    height: 1px;
  }
  .dli-arrow-right::before {
    width: 6px;
    height: 6px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
  }
  .about-btn:hover .dli-arrow-right {
    width: 20px;
  }
  /* interview */
  .interview {
    padding: 80px 0 40px 0;
  }
  .interview-title {
    width: 88%;
    top: -30px;
  }
  .interview-txt-rl {
    font-size: 2em;
    line-height: 30px;
    top: 20%;
    right: 6%;
  }
  .interview-txt-rl span {
    color: #fff;
    background-color: #1a4472;
    padding: 10px;
  }
  .interview-btn {
    bottom: -15px;
  }
  .interview-btn a {
    padding: 0 15px;
  }
  /* job */
  .job {
    padding: 80px 0 40px 0;
  }
  .job-title {
    width: 60%;
    top: -45px;
  }
  .job-txt-rl {
    font-size: 2em;
    line-height: 30px;
    top: 20%;
    left: 6%;
  }
  .job-txt-rl span {
    color: #fff;
    background-color: #1a4472;
    padding: 10px;
  }
  .job-btn {
    bottom: -15px;
  }
  .job-btn a {
    padding: 0 15px;
  }
  .job-inner-sub {
    width: 90%;
    margin: 60px auto 0 auto;
  }
  .job-title-sub {
    font-size: 2.2em;
  }
  .job-youtube {
    width: 80%;
    display: block;
  }
  .job-youtube-l {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .job-youtube-r {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .job-youtube-txt {
    font-size: 1.3em;
    line-height: 30px;
  }
  .youtube-play {
    width: 50px;
    margin-top: -15px;
    margin-left: -25px;
  }
  /* career */
  .career {
    padding: 80px 0 40px 0;
  }
  .career-title {
    width: 65%;
    top: -45px;
  }
  .career-txt-rl {
    font-size: 2em;
    line-height: 30px;
    top: 20%;
    right: 6%;
  }
  .career-txt-rl span {
    color: #fff;
    background-color: #1a4472;
    padding: 10px;
  }
  .career-btn {
    bottom: -15px;
  }
  .career-btn a {
    padding: 0 15px;
  }
  /* environment */
  .environment {
    padding: 80px 0 80px 0;
  }
  .environment-title {
    width: 72%;
    top: -40px;
  }
  .environment-txt-rl {
    font-size: 2em;
    line-height: 30px;
    top: 20%;
  }
  .environment-txt-rl span {
    color: #fff;
    background-color: #1a4472;
    padding: 10px;
  }
  .environment-btn {
    bottom: -15px;
  }
  /* entry-f */
  .entry-f {
    display: block;
  }
  .entry-f-l {
    width: 100%;
  }
  .entry-f-r {
    width: 100%;
    padding: 30px 0;
  }
  .entry-f-ul-txt {
    font-size: 2.4em;
  }
  .entry-f-ul-txt-sub {
    font-size: 1.3em;
    padding: 10px 0 0 0;
  }
  .entry-f-ul li a {
    padding: 30px 5%;
  }
  .entry-f-ul li img {
    width: 20px;
    right: 5%;
  }
  .entry-f-r a {
    border: 1px solid #fff;
    padding: 15px 35px;
  }
  .entry-f-btn {
    font-size: 2.6em;
  }
  .entry-f-btn-ja {
    font-size: 1.3em;
  }
  /* footer */
  .footer {
    padding: 50px 0;
  }
  .footer-logo {
    width: 180px;
  }
  .footer-navi {
    display: block;
    margin: 0;
  }
  .footer-navi li {
    font-size: 23px;
    line-height: 23px;
    padding: 40px 0 0 0;
  }
  .footer-navi li a img {
    width: 20px;
    margin: 0 0 0 10px;
  }
  .footer-navi li ul li {
    font-size: 20px;
    line-height: 20px;
  }
  .footer-bottom {
    margin: 50px 0 0 0;
  }
  .p-link {
    font-size: 1.3em;
    padding: 50px 0 0 0;
  }
  .copyright {
    font-size: 1.3em;
    padding: 50px 0 0 0;
  }
}