@charset "UTF-8";
.u-link-pagetxt{
  position: relative;
  margin-top: 40px;
}

.u-link-pagetxt:before{
  content: '';
  background-image: url(/about/future/image/operation_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.u-link-pagetxt .u-pagetxt ,
.u-link-pagetxt .u-pagetxt a{
  position: relative;
  display: block;
  font-size: 3rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  color: #ffffff;
  text-align: center;
  z-index: 2;
}

.u-link-pagetxt .u-pagetxt a{
  padding: 52px 0 53px;
}

.u-link-pagetxt:not(.disabled):active{
  opacity: .5
}

@media all and (min-width: 768px) {
  .u-link-pagetxt{
    margin-top: 60px;
  }
  
  .u-link-pagetxt:before{
    background-image: url(/about/future/image/operation_pc.jpg);
  }

  .u-link-pagetxt .u-pagetxt a{
    padding: 77px 0 78px;
  }

  .u-link-pagetxt:hover{
    opacity: .5;
    text-decoration: none;
    transition: .2s ease;
  }


}