/* mainvisual000 */
/*--------------------------------------------------*/
.mainvisual000 {
  position: relative;
  z-index: -3;
  overflow: hidden;
  height: 850px;
  margin-top: -165px;
  background-color: white;
}
@media (max-width: 1199px) {
  .mainvisual000 {
    height: 750px;
  }
}
@media (max-width: 767px) {
  .mainvisual000 {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .mainvisual000 {
    height: 95vh;
  }
}

.mainvisual000 .mainvisual000-sublime li > figure {
  background-attachment: fixed;
}
.ua-touch .mainvisual000 .mainvisual000-sublime li > figure {
  background-attachment: scroll;
}

.mainvisual000 .mainvisual000-sublime li > div {
  font-family: 'Raleway', 'Mplus 1p', sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 1.2;
  bottom: 150px;
  text-shadow: 0 0 10px #5ccfe6;
}
@media (max-width: 1199px) {
  .mainvisual000 .mainvisual000-sublime li > div {
    font-size: 85px;
  }
}
@media (max-width: 991px) {
  .mainvisual000 .mainvisual000-sublime li > div {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .mainvisual000 .mainvisual000-sublime li > div {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .mainvisual000 .mainvisual000-sublime li > div {
    font-size: 40px;
    bottom: 125px;
  }
}

.mainvisual000-num {
  font-size: 120%;
  display: inline-block;
  -webkit-transform: scaleY(1.25);
      -ms-transform: scaleY(1.25);
          transform: scaleY(1.25);
}

.mainvisual007-arrow {
  position: absolute;
  bottom: 15%;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .mainvisual007-arrow {
    display: none;
  }
}

.mainvisual007-arrow-anchor {
  display: inline-block;
  width: 50px;
  height: 27px;
  -webkit-animation: mainvisual007-arrow 2250ms infinite;
  animation: mainvisual007-arrow 2250ms infinite;
  background-image: url("images-headerset007/headerset007-icon-down.svg");
  background-position: center;
}

@-webkit-keyframes mainvisual007-arrow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes mainvisual007-arrow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* concept000 */
/*------------------------------------------------------------*/
.concept000 {
  position: relative;
  padding: 75px 10px;
  background-color: white;
}
@media (max-width: 575px) {
  .concept000 {
    padding: 50px 10px;
  }
}

.concept000-bg {
  position: absolute;
  z-index: 2;
  top: -100%;
  right: -100%;
  bottom: -150%;
  left: -100%;
  width: 104.5%;
  max-width: none;
  margin: auto;
}
@media (max-width: 1300px) {
  .concept000-bg {
    bottom: -125%;
  }
}
@media (max-width: 1199px) {
  .concept000-bg {
    bottom: -100%;
  }
}
@media (max-width: 991px) {
  .concept000-bg {
    width: 126%;
  }
}
@media (max-width: 767px) {
  .concept000-bg {
    width: 120%;
  }
}

.concept000-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  text-shadow: 1px 1px 0 white, -1px -1px 0 white;
}

.concept000-lead {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: .25em;
  color: #3ebbda;
}

.concept000-body {
  margin-top: 30px;
}

.concept000-text {
  font-size: 16px;
  line-height: 2;
  margin: 0 auto;
}

.concept000-text:not(:first-child) {
  margin-top: 25px;
}

/* banner000 */
/*------------------------------------------------------------*/
.banner000 {
  position: relative;
  padding: 200px 0;
  background-image: url("../../images/recruit/index/banner000-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .banner000 {
    padding: 150px 0;
  }
}
@media (max-width: 991px) {
  .banner000 {
    padding: 125px 0;
  }
}
@media (max-width: 575px) {
  .banner000 {
    padding: 100px 0;
  }
}

.banner000-image {
  position: relative;
  min-height: 250px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .banner000-image::after {
    font-family: 'fontello-custom';
    font-size: 25px;
    line-height: 1.5em;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-left: 2px;
    content: '\e80e';
    text-align: center;
    color: #5ccfe6;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
}

.banner000-image-1 {
  background-image: url("../../images/recruit/index/banner000-01.jpg");
}

.banner000-image-2 {
  background-image: url("../../images/recruit/index/banner000-02.jpg");
}

.banner000-image-3 {
  background-image: url("../../images/recruit/index/banner000-03.jpg");
}

.banner000-headline {
  font-size: 45px;
  line-height: 1.3;
  font-weight: 900;
  position: relative;
  overflow: hidden;
  text-align: center;
  letter-spacing: .25em;
  color: #ff6;
}
@media (max-width: 575px) {
  .banner000-headline {
    font-size: 35px;
  }
}

.banner000-headline > span::before,
.banner000-headline > span::after {
  position: absolute;
  top: 50%;
  width: 100px;
  content: '';
}
@media (max-width: 575px) {
  .banner000-headline > span::before,
  .banner000-headline > span::after {
    display: none;
  }
}

.banner000-headline > span::before {
  right: 105%;
}

.banner000-headline > span::after {
  left: 105%;
}

.banner000-headline > span::before,
.banner000-headline > span::after {
  border-top: 1px solid #ff6;
}

.banner000-headline-text {
  position: relative;
}

.banner000-link {
  display: block;
  -webkit-transition: opacity 250ms;
          transition: opacity 250ms;
}
.ua-nontouch .banner000-link:hover {
  opacity: .75;
}

.banner000-title {
  position: relative;
}

.banner000-title-inner {
  font-style: italic;
  position: absolute;
  z-index: 1;
  height: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  white-space: nowrap;
  color: #ff6;
  text-shadow: 0 0 15px #5ccfe6, 0 0 10px #5ccfe6, 0 0 5px #5ccfe6;
}
@media (max-width: 767px) {
  .banner000-title-inner {
    position: relative;
  }
}
@media (max-width: 575px) {
  .banner000-title-inner {
    height: auto;
    white-space: normal;
  }
}

@media (min-width: 768px) {
  .banner000-title-inner.banner000-title-inner-right {
    right: 0;
    left: auto;
    text-align: right;
  }
}

.banner000-title-en {
  font-size: 55px;
  font-weight: 900;
  line-height: 1;
  display: block;
  letter-spacing: .25em;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 1199px) {
  .banner000-title-en {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .banner000-title-en {
    font-size: 32px;
  }
}

.banner000-title-ja {
  font-size: 26px;
  font-weight: bold;
  display: block;
}
@media (max-width: 1199px) {
  .banner000-title-ja {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .banner000-title-ja {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .banner000-title-ja {
    font-size: 18px;
    line-height: 1.3;
  }
}

/* voice000 */
/*------------------------------------------------------------*/
.voice000 {
  position: relative;
  padding: 50px 0 150px;
  background-color: white;
}
@media (max-width: 1199px) {
  .voice000 {
    padding: 50px 0 100px;
  }
}

.voice000-bg {
  position: absolute;
  right: -100%;
  left: -100%;
  width: 2650px;
  max-width: none;
  margin: auto;
}
@media (max-width: 1199px) {
  .voice000-bg {
    width: 250%;
  }
}

.voice000-bg-1 {
  z-index: 2;
  top: 100px;
}
@media (max-width: 575px) {
  .voice000-bg-1 {
    top: 175px;
  }
}

.voice000-bg-2 {
  z-index: 3;
  bottom: 50px;
}
.ua-ie .voice000-bg-2 {
  bottom: -70%;
}
.ua-edge .voice000-bg-2 {
  bottom: -450px;
}

@media (max-width: 1199px) {
  .voice000-bg-2 {
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .ua-edge .voice000-bg-2 {
    bottom: -1450px;
  }
}

.voice000-headline {
  font-size: 45px;
  font-weight: 900;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  text-align: center;
  letter-spacing: .25em;
  color: #5ccfe6;
  text-shadow: 4px 4px 0 #ff6;
}
@media (max-width: 575px) {
  .voice000-headline {
    font-size: 40px;
  }
}
.voice000-headline::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 60%;
  height: 1.25em;
  margin: 0 auto;
  content: '';
  -webkit-transform: rotate(5.65deg);
      -ms-transform: rotate(5.65deg);
          transform: rotate(5.65deg);
  background-color: #ff6;
}
@media (max-width: 575px) {
  .voice000-headline::before {
    width: 100%;
    top: 25%;
  }
}

.voice000-person {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 200px;
}
@media (max-width: 1199px) {
  .voice000-person {
    padding-top: 175px;
  }
}
@media (max-width: 991px) {
  .voice000-person {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .voice000-person {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .voice000-person {
    padding-top: 100px;
  }
}

.voice000-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 360px;
  max-width: 100%;
  height: 100%;
  margin: auto;
  padding: 25px;
  -webkit-transition: background-color 250ms;
          transition: background-color 250ms;
}
@media (max-width: 991px) {
  .voice000-caption {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .voice000-caption {
    width: 100%;
  }
}

.voice000-caption-1 {
  background-color: #ff7f66;
}
.voice000-caption-1 .voice000-year-icon {
  color: #ff5f47;
}
@media (max-width: 767px) {
  .voice000-caption-1 {
    text-align: right;
  }
  .voice000-caption-1 + .voice000-image img {
    left: -15%;
  }
}

.voice000-caption-2 {
  background-color: #b0f26d;
}
.voice000-caption-2 .voice000-year-icon {
  color: #94ec4e;
}
@media (max-width: 767px) {
  .voice000-caption-2 + .voice000-image img {
    right: -15%;
  }
}

.voice000-caption-3 {
  background-color: #ffb266;
}
.voice000-caption-3 .voice000-year-icon {
  color: #ff9747;
}
@media (max-width: 767px) {
  .voice000-caption-3 {
    text-align: right;
  }
  .voice000-caption-3 + .voice000-image img {
    left: -15%;
  }
}

.voice000-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.voice000-image img {
  position: relative;
}
@media (max-width: 767px) {
  .voice000-image img {
    width: 400px;
  }
}

.voice000-name {
  font-family: "Raleway", sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 1;
  letter-spacing: .05em;
  color: white;
}
@media (max-width: 1199px) {
  .voice000-name {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .voice000-name {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .voice000-name {
    font-size: 45px;
  }
}

.voice000-year {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: white;
}

.voice000-year-icon {
  line-height: 1;
  display: inline-block;
  width: 3em;
  height: 3em;
  padding-top: 1em;
  text-align: center;
  vertical-align: middle;
  color: #ff7f66;
  border-radius: 50%;
  background-color: white;
}

.voice000-year-number {
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  vertical-align: middle;
}

.voice000-year-nen {
  line-height: 1;
  display: inline-block;
  margin-left: -1px;
  vertical-align: middle;
}

/* voice000-caption */
.voice000-caption {
  overflow: hidden;
  -webkit-transition: box-shadow 400ms;
          transition: box-shadow 400ms;
}
.voice000-caption::after {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 200%;
  height: 100%;
  content: '';
  -webkit-transition: 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 767px) {
  .voice000-caption::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.voice000-caption.voice000-caption-1::after {
  background-color: #ff5433;
}
.voice000-caption.voice000-caption-2::after {
  background-color: #97ee3e;
}
.voice000-caption.voice000-caption-3::after {
  background-color: #ff9833;
}

.ua-nontouch .voice000-person:hover .voice000-caption::after {
  bottom: 0;
}

.ua-nontouch .voice000-person:hover .voice000-caption {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
}
/* READ MORE */
.senior-read-more{
  position: relative;
  color: #fff;
  font-size: 58px;
  font-weight:900;
  z-index: 9;
}
.senior-read-more p{
  background: rgba(255, 64, 144, 0.9);
  margin: 30px 0 0 0;
  padding-left: 5px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 400ms;
  -webkit-transition-timing-function: linear;
  display: inline-block;
}
.senior-read-more:hover p{
  background: rgba(254, 241, 0, 0.9);
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 250ms;
  -webkit-transition-timing-function: linear;
}
@media (max-width: 767px) {
  .senior-read-more{
    font-size: 36px;
  }
  .senior-read-more p{
    margin: 30px 30px 0 0;
  }
}

/* shimoda000 */
/*------------------------------------------------------------*/
.shimoda000-row {
  background-image: url("../../images/recruit/common/pattern1.png");
}

.shimoda000-izu,
.shimoda000-kanto {
  position: relative;
  overflow: hidden;
  height: 700px;
}
@media (max-width: 767px) {
  .shimoda000-izu,
  .shimoda000-kanto {
    height: 500px;
  }
}

.shimoda000-kanto::before {
  z-index: -1;
  content: '';
  background-image: url("../../images/recruit/index/shimoda000-04.jpg");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-position: center;
  background-size: cover;
}

.shimoda000-headline {
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
  letter-spacing: .3em;
  color: white;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.125), 0 0 5px rgba(0, 0, 0, 0.075);
  font-family: "Raleway", sans-serif;
}

.shimoda000-headline-small {
  font-size: 50px;
  display: block;
}
@media (max-width: 575px) {
  .shimoda000-headline-small {
    font-size: 45px;
  }
}

.shimoda000-headline-large {
  font-size: 100px;
  display: block;
}
@media (max-width: 991px) {
  .shimoda000-headline-large {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .shimoda000-headline-large {
    font-size: 80px;
  }
}

.shimoda000-color-1 {
  color: #5ccfe6;
}

.shimoda000-color-2 {
  color: #ff7f66;
}

.shimoda000-color-3 {
  color: #ff6;
}

.shimoda000-button {
  font-size: 25px;
  font-weight: 800;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 10%;
  left: 0;
  display: block;
  overflow: hidden;
  width: 20em;
  max-width: 90%;
  margin: 50px auto 0;
  padding: 20px 0;
  -webkit-transition: color 500ms;
          transition: color 500ms;
  text-align: center;
  letter-spacing: .3em;
  color: #5ccfe6;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.125), 0 0 5px rgba(0, 0, 0, 0.075);
}
.ua-nontouch .shimoda000-button:hover {
  color: yellow;
}
.shimoda000-button::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -35%;
  width: 0;
  height: 100%;
  content: '';
  -webkit-transition: width 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: skew(50deg);
  -ms-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-color: #5ccfe6;
}
.ua-nontouch .shimoda000-button:hover::before {
  width: 135%;
}

/* table076 */
/*--------------------------------------------------*/
.table076-headline {
  font-size: 45px;
  font-weight: 900;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  text-align: center;
  letter-spacing: .25em;
  color: #5ccfe6;
  text-shadow: 4px 4px 0 #ff6;
}

.table076 {
  padding: 50px 0 150px;
}

.table076-table {
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .table076-table {
    font-size: 14px;
  }
}

.table076-table th,
.table076-table td {
  padding: 10px 0;
  vertical-align: middle;
  border: solid #5ccfe6;
  border-width: 1px 0;
}

.table076-table th > *,
.table076-table td > * {
  vertical-align: middle;
}

.table076-table th {
  font-size: 18px;
  font-weight: bold;
  width: 8em;
  color: #5ccfe6;
}
@media (max-width: 1199px) {
  .table076-table th {
    font-size: 16px;
  }
}

.table076-button {
  display: inline-block;
  padding: 5px 15px;
  vertical-align: middle;
  text-decoration: none;
  color: #f29900;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #fff 0%, #efefef 50%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #efefef 50%, #fff 100%);
}

/* media query */
@media (max-width: 991px) {
  .table076-table th,
  .table076-table td {
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .table076 {
    padding: 50px 0;
  }

  .table076-table th,
  .table076-table td {
    display: block;
    width: 100%;
  }

  .table076-table th {
    padding-bottom: 0;
    border-bottom: none;
  }

  .table076-table td {
    padding-top: 0;
    border: none;
  }

  .table076-button {
    display: block;
    margin-top: 5px;
  }
}
.table076-image {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .table076-image {
    height: 450px;
  }
}
.table076-image::before {
  position: absolute;
  right: -100%;
  bottom: -50px;
  left: -100%;
  width: 200%;
  height: 300px;
  margin: 0 auto;
  content: '';
  -webkit-transform: rotate(-5.65deg);
      -ms-transform: rotate(-5.65deg);
          transform: rotate(-5.65deg);
  background-color: #5ccfe6;
}
.table076-image img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
}
@media (max-width: 1199px) {
  .table076-image img {
    right: -50px;
  }
}
@media (max-width: 991px) {
  .table076-image img {
    right: -75px;
    bottom: -75px;
  }
}
@media (max-width: 767px) {
  .table076-image img {
    right: 0;
    bottom: -75px;
  }
}
@media (max-width: 575px) {
  .table076-image img {
    right: -55px;
    bottom: -115px;
  }
}

.table076-entry {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 300px;
  height: 300px;
  -webkit-transition: 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 30px solid #b0f26d;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .table076-entry {
    width: 250px;
    height: 250px;
    border-width: 20px;
  }
}
.table076-entry::after {
  position: absolute;
  z-index: 1;
  top: -100px;
  right: -100px;
  bottom: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  margin: auto;
  content: '';
  border-radius: 50%;
  background-color: transparent;
}

.table076-logo {
  font-size: 175px;
  line-height: .9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  -webkit-transition: 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #b0f26d;
}
.table076-logo::before {
  margin: 0;
}
@media (max-width: 991px) {
  .table076-logo {
    font-size: 150px;
  }
}

.table076-entry-text {
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  display: block;
  width: 7em;
  height: 1em;
  margin: auto;
  -webkit-transition: 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
  text-indent: .4em;
  letter-spacing: .3em;
  color: white;
  color: #6cac39;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 991px) {
  .table076-entry-text {
    font-size: 45px;
  }
}

.ua-nontouch .table076-entry:hover {
  border-width: 20px;
  border-color: #94ec4e;
  background-color: yellow;
}
.ua-nontouch .table076-entry:hover .table076-logo {
  font-size: 200px;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  color: #94ec4e;
}
@media (max-width: 991px) {
  .ua-nontouch .table076-entry:hover .table076-logo {
    font-size: 175px;
  }
}
.ua-nontouch .table076-entry:hover .table076-entry-text {
  letter-spacing: .4em;
}
