@charset "UTF-8";
/*=====================================================
  topVi
=====================================================*/
.topVi {
  width: 100%;
  height: calc(100vh - 100px);
  margin: 0;
  padding: 0;
  position: relative;
  background-image: url(/recruit/images/top/vi_bg.png);
}
@media print, screen and (min-width: 768px) {
  .topVi {
    height: 400px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi {
    margin-bottom: 0;
    height: calc(100vh - 80px);
  }
}
.topVi ul {
  margin: 0;
  padding: 0;
}
.topVi ul li {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .topVi ul li {
    height: 400px;
    background-size: cover;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi ul li {
    height: 400px;
    height: 100vh;
  }
}
.topVi ul li img {
  margin-left: 100px;
}
.topVi ul .topVi_01 {
  background-image: url(/recruit/images/top/vi_01_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi ul .topVi_01 {
    background-image: url(/recruit/images/top/vi_01.png);
  }
}
.topVi ul .topVi_02 {
  background-image: url(/recruit/images/top/vi_02_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi ul .topVi_02 {
    background-image: url(/recruit/images/top/vi_02.png);
  }
}
.topVi ul .topVi_03 {
  background-image: url(/recruit/images/top/vi_03_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi ul .topVi_03 {
    background-image: url(/recruit/images/top/vi_03.png);
  }
}
.topVi ul .topVi_04 {
  background-image: url(/recruit/images/top/vi_04_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi ul .topVi_04 {
    background-image: url(/recruit/images/top/vi_04.png);
  }
}
.topVi ul .topVi_05 {
  background-image: url(/recruit/images/top/vi_05_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi ul .topVi_05 {
    background-image: url(/recruit/images/top/vi_05.png);
  }
}
.topVi .topVi__catch {
  width: 70%;
  position: absolute;
  left: 20px;
  bottom: 55px;
  color: var(--white);
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__catch {
    width: 43%;
    left: 15px;
    bottom: 73px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__catch {
    left: 24px;
    bottom: 160px;
  }
}
.topVi .topVi__catch div {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__catch div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.topVi .topVi__catch .topVi_title_en {
  font-size: 60px;
  font-size: 3.3333333333rem;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__catch .topVi_title_en {
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__catch .topVi_title_en {
    font-size: 130px;
    font-size: 7.2222222222rem;
  }
}
.topVi .topVi__catch .topVi_title_ja {
  font-size: 15px;
  font-size: 0.8333333333rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__catch .topVi_title_ja {
    font-size: 26px;
    font-size: 1.4444444444rem;
    line-height: 1.6;
  }
}

/*=====================================================
  topCompany
=====================================================*/
.topCompany {
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topCompany {
    margin: 0;
    padding: 0;
  }
}
.topCompany .topCompany__block {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: var(--base-color-light);
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__block {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.topCompany .topCompany__image {
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  order: 1;
  background-image: url(/recruit/images/top/company_image_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__image {
    height: 400px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__image {
    width: 70%;
    height: 700px;
    margin-bottom: 0;
    background-image: url(/recruit/images/top/company_image.png);
    background-size: contain;
  }
}
.topCompany .topCompany__inner {
  width: 100%;
  padding: 20px 20px 0 20px;
  background-image: url(/recruit/images/top/vi_bg.png);
  background-size: cover;
  background-position: left center;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__inner {
    padding: 40px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner {
    width: 46%;
    padding: 60px 0;
    position: relative;
    z-index: 1;
    background-image: none;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    height: fit-content;
  }
}

@media print, screen and (min-width: 1280px) {
  .topCompany__inner::before {
    transform: skewX(347deg); /*平行四辺形の角度*/
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -187px;
    right: 0;
    z-index: -1;
    background-image: url(/recruit/images/top/vi_bg.png);
  }
}

/*=====================================================
  topTitle
=====================================================*/
.topTitle {
  margin: 0;
  padding: 0;
  position: relative;
}
.topTitle.topTitle--white .topTitle__ja,
.topTitle.topTitle--white .topTitle__en {
  color: var(--white);
}
.topTitle .topTitle__en {
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
  font-size: 45px;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: var(--white);
}
@media print, screen and (min-width: 768px) {
  .topTitle .topTitle__en {
    font-size: 80px;
    font-size: 4.4444444444rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__en {
    font-size: 126px;
    font-size: 7rem;
  }
}
.topTitle .topTitle__ja {
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  color: var(--white);
}
@media print, screen and (min-width: 768px) {
  .topTitle .topTitle__ja {
    top: 80px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__ja {
    font-size: 20px;
    font-size: 1.1111111111rem;
    margin-bottom: 30px;
    top: 116px;
  }
}
.topTitle .topTitle__lead {
  margin-bottom: 8px;
  padding: 2px 10px;
  color: var(--white);
  background-color: var(--base-color);
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: bold;
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__lead {
    font-size: 40px;
    font-size: 2.2222222222rem;
    margin-bottom: 20px;
  }
}
.topTitle .topTitle__lead_box p {
  display: inline-block;
}

/*=====================================================
  topText
=====================================================*/
.topText {
  margin: 0;
  padding: 0 0 30px 0;
  display: block;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  line-height: 2;
  color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topText {
    font-size: 18px;
    font-size: 1rem;
  }
}
.topText.topText--white {
  color: var(--white);
}

/*=====================================================
  topButton
=====================================================*/
.topButton {
  width: fit-content;
  margin: auto;
  padding: 0px;
}
@media print, screen and (min-width: 768px) {
  .topButton {
    margin: inherit;
  }
}
.topButton .button {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.7777777778rem;
}
@media print, screen and (min-width: 1280px) {
  .topButton .button {
    font-size: 18px;
    font-size: 1rem;
  }
}
.topButton.topButton--field {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topButton.topButton--field .button {
  width: 49%;
  min-width: initial;
  margin-bottom: 2%;
  padding: 16px;
  background-position: right 10px center;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 1280px) {
  .topButton.topButton--field .button {
    min-width: 320px;
    padding: 18px 50px 18px 50px;
    background-position: right 20px center;
    font-size: 18px;
    font-size: 1rem;
    transition: all 0.2s;
  }
  .topButton.topButton--field .button:hover {
    color: var(--white) !important;
    background-color: var(--base-color);
    background-image: url(/recruit/images/icon_arrow_primary_m_right.svg);
    background-position: right 10px center;
  }
}

/*=====================================================
  topWorks
=====================================================*/
.topWorks {
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topWorks {
    margin: 0;
    padding: 0;
  }
}

.topWorks__block {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: var(--base-color-light);
}
@media print, screen and (min-width: 1280px) {
  .topWorks__block {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.topWorks__image {
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  order: 1;
  background-image: url(/recruit/images/top/works_image_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media print, screen and (min-width: 768px) {
  .topWorks__image {
    height: 400px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topWorks__image {
    width: 70%;
    height: 700px;
    margin-bottom: 0;
    background-image: url(/recruit/images/top/works_image.png);
    background-size: contain;
  }
}

.topWorks__inner {
  width: 100%;
  padding: 20px 20px 0 20px;
  background-image: url(/recruit/images/top/vi_bg.png);
  background-size: cover;
  background-position: left center;
}
@media print, screen and (min-width: 768px) {
  .topWorks__inner {
    padding: 40px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topWorks__inner {
    width: 46%;
    padding: 60px 20px 60px 0;
    position: relative;
    z-index: 1;
    background-image: none;
    left: 170px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    height: fit-content;
  }
}

@media print, screen and (min-width: 1280px) {
  .topWorks__inner::before {
    transform: skewX(347deg); /*平行四辺形の角度*/
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -187px;
    right: 0;
    z-index: -1;
    background-image: url(/recruit/images/top/vi_bg.png);
  }
}

/*=====================================================
  topInterview
=====================================================*/
.topInterview {
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topInterview {
    margin: 0;
    background-image: url(/recruit/images/top/interview_bg.png);
  }
}
@media print, screen and (min-width: 1280px) {
  .topInterview {
    padding: 30px;
  }
}
.topInterview .topTitle {
  padding: 15px;
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topTitle {
    padding: 50px;
  }
}
.topInterview .topSlide {
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topSlide {
    padding: 0 0 0 100px;
    margin: 0 0 0 auto;
  }
}
.topInterview .topSlide ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topSlide ul {
    margin-bottom: 40px;
  }
}
.topInterview .topSlide ul button {
  display: none !important;
}
.topInterview .topSlide ul li {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .topInterview .topSlide ul li {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topSlide ul li {
    width: 400px;
  }
}
.topInterview .topSlide ul li a {
  text-decoration: none !important;
  color: var(--black);
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topSlide ul li a:hover .slide_box picture img {
    transform: scale(1.1);
    filter: brightness(1.2);
  }
  .topInterview .topSlide ul li a:hover .title {
    color: var(--white);
  }
}
.topInterview .topSlide ul li a .slide_box {
  position: relative;
  overflow: hidden;
}
.topInterview .topSlide ul li a .slide_box picture img {
  width: 100%;
  margin-bottom: 25px;
  margin: 0;
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topSlide ul li a .slide_box picture img {
    transition: all 0.2s;
  }
}
.topInterview .topSlide ul li .title {
  padding: 14px;
  background-color: var(--base-color);
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topSlide ul li .title {
    padding: 20px;
    width: 100%;
    max-width: 375px;
    transition: all 0.2s;
  }
}
.topInterview .topSlide ul li .title .category {
  display: inline;
  color: var(--white);
  font-size: 12px;
  font-size: 0.6666666667rem;
  border: 1px solid var(--white);
  padding: 4px 8px;
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topSlide ul li .title .category {
    font-size: 14px;
    font-size: 0.7777777778rem;
    padding: 6px 8px;
  }
}
.topInterview .topSlide ul li .title .catch {
  font-size: 16px;
  font-size: 0.8888888889rem;
  color: var(--white);
  margin-top: 5px;
  line-height: 1.5;
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topSlide ul li .title .catch {
    font-size: 18px;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 8px;
    padding-top: 10px;
  }
}
.topInterview .topSlide ul li .title .profile {
  font-size: 14px;
  font-size: 0.7777777778rem;
  color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topSlide ul li .title .profile {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}
.topInterview .topInterview__block {
  width: 100%;
  margin: 0;
  padding: 0 0 30px 0;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topInterview__block {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.topInterview .topInterview__image {
  width: 100%;
  height: 260px;
  margin: 0;
  padding: 0;
  order: 1;
  background-image: url(/recruit/images/top/interview_main_image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media print, screen and (min-width: 768px) {
  .topInterview .topInterview__image {
    height: 500px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topInterview__image {
    background-size: contain;
    background-position: right;
    height: 800px;
  }
}
.topInterview .topInterview__inner {
  padding: 20px 20px 0 20px;
}
@media print, screen and (min-width: 768px) {
  .topInterview .topInterview__inner {
    padding: 40px 20px 20px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topInterview__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    transform: translate(0%, 0%);
  }
}
.topInterview .topInterview__inner .topTitle__en {
  font-size: 50px;
  font-size: 2.7777777778rem;
  color: var(--base-color);
}
@media print, screen and (min-width: 768px) {
  .topInterview .topInterview__inner .topTitle__en {
    font-size: 100px;
    font-size: 5.5555555556rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topInterview__inner .topTitle__en {
    font-size: 126px;
    font-size: 7rem;
  }
}
.topInterview .topInterview__inner .topTitle__ja {
  color: var(--white);
  top: 40px;
}
@media print, screen and (min-width: 768px) {
  .topInterview .topInterview__inner .topTitle__ja {
    top: 82px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topInterview .topInterview__inner .topTitle__ja {
    font-size: 20px;
    font-size: 1.1111111111rem;
    margin-bottom: 30px;
    top: 116px;
  }
}
.topInterview .topInterview__inner .topTitle__ja__Interview {
  color: var(--base-color);
  display: flex;
  justify-content: center;
}
.topInterview .topInterview__inner .topTitle__lead {
  color: var(--blue);
  background-color: var(--white);
}
.topInterview .topInterview__inner .topText {
  color: var(--white);
  background-color: var(--base-color);
}

/*=====================================================
  topRecruit
=====================================================*/
.topRecruit {
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-image: url(/recruit/images/top/info_bg.png);
}
@media print, screen and (min-width: 1280px) {
  .topRecruit {
    margin: 0;
    padding: 0;
  }
}
.topRecruit .topRecruit__block {
  width: 100%;
  margin: 0;
  padding: 0 0 30px 0;
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block {
    margin: 0;
    padding: 80px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
.topRecruit .topRecruit__block .topRecruit__inner {
  width: 100%;
  padding: 20px 20px 0 20px;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__block .topRecruit__inner {
    padding: 40px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block .topRecruit__inner {
    width: 100%;
    padding: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block .topRecruit__inner .topTitle {
    width: 1400px;
    margin: auto;
    margin-bottom: 60px;
  }
}
.topRecruit .topRecruit__block .topRecruit__inner .topTitle .topTitle__en {
  display: flex;
  justify-content: center;
  color: var(--base-color);
  text-align: center;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block .topRecruit__inner .topTitle .topTitle__en {
    justify-content: flex-start;
    text-align: left;
  }
}
.topRecruit .topRecruit__block .topRecruit__inner .topTitle .topTitle__ja {
  width: 100%;
  display: flex;
  justify-content: center;
  color: var(--base-color);
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block .topRecruit__inner .topTitle .topTitle__ja {
    justify-content: flex-start;
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__block .topRecruit__inner .topContainer {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block .topRecruit__inner .topContainer .container {
    max-width: 1400px;
  }
}
.topRecruit .topRecruit__block .topRecruit__inner .topContainer .container .col-md-4 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__block .topRecruit__inner .topContainer .container .col-md-4 {
    margin: 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block .topRecruit__inner .topContainer .container .col-md-4 {
    margin-bottom: 60px;
  }
}
.topRecruit .topRecruit__block .topRecruit__inner .topContainer .container .col-md-4 .container_box a {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__block .topRecruit__inner .topContainer .container .col-md-4 .container_box a .container_box_img {
    overflow: hidden;
  }
}
.topRecruit .topRecruit__block .topRecruit__inner .topContainer .container .col-md-4 .container_box a img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block .topRecruit__inner .topContainer .container .col-md-4 .container_box a img {
    transition: transform 0.6s ease;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block .topRecruit__inner .topContainer .container .col-md-4 .container_box a:hover img {
    transform: scale(1.1);
    filter: brightness(1.05);
    transition: transform 0.6s ease;
  }
}
.topRecruit .topRecruit__block .topRecruit__inner .topContainer .container .col-md-4 .container_box a:hover .container_text {
  background-color: var(--orange);
}
.topRecruit .topRecruit__block .topRecruit__inner .topContainer .container .col-md-4 .container_box .container_text {
  padding: 20px;
  color: var(--white);
  background-color: var(--base-color);
  font-size: 18px;
  font-size: 1rem;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__block .topRecruit__inner .topContainer .container .col-md-4 .container_box .container_text {
    padding: 26px;
    font-size: 24px;
    font-size: 1.3333333333rem;
    transition: all 0.2s;
  }
}

.topEntry {
  width: 100%;
  background-image: url(/recruit/images/top/vi_bg.png);
  background-size: cover;
  padding: 30px 10px;
  background-color: var(--base-color);
}
@media print, screen and (min-width: 768px) {
  .topEntry {
    background-size: cover;
    padding: 10px 25px 22px 25px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topEntry {
    padding: 80px 25px 80px 26px;
  }
}
.topEntry .contact {
  margin: 0;
  padding: 0 0 10px 0;
  color: var(--white);
  text-align: center;
}
@media print, screen and (min-width: 1280px) {
  .topEntry .contact {
    padding: 0 0 15px 0;
  }
}
.topEntry .tel {
  font-size: 27px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media print, screen and (min-width: 1280px) {
  .topEntry .tel {
    font-size: 62px;
    font-size: 3.4444444444rem;
  }
}
.topEntry .reception_hours {
  font-size: 16px;
}
@media print, screen and (min-width: 1280px) {
  .topEntry .reception_hours {
    font-size: 18px;
    font-size: 1rem;
  }
}
.topEntry .topTitle__en {
  color: var(--white);
  display: flex;
  justify-content: center;
}
.topEntry .topTitle__ja {
  color: var(--white);
  top: 66px !important;
  display: flex;
  justify-content: center;
}
.topEntry .topEntry_inner .topButton {
  margin: 0 auto;
}
.topEntry .topEntry_inner .topButton a {
  border: 1px solid var(--red) !important;
}
.topEntry .topEntry_inner p {
  color: var(--white);
  font-size: 14px;
  font-size: 0.7777777778rem;
  text-align: center;
}
@media print, screen and (min-width: 1280px) {
  .topEntry .topEntry_inner p {
    font-size: 18px;
    font-size: 1rem;
  }
}