@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#mainv {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/home/mainv/image/image01.jpg);
  padding-top: 300px;
  margin-bottom: 40px;
  position: relative;
}
#mainv::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(360deg, #00002e 0%, rgba(0, 0, 0, 0) 60%);
}
#mainv .main-title {
  font-family: "A1 Mincho";
  font-size: 375%;
  color: #fff;
  line-height: 1.2;
}
#mainv .text-box {
  margin-top: 286px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  padding: 40px 50px;
  line-height: 2;
  position: relative;
  z-index: 1;
}
#mainv .text-box p:not(:last-child) {
  margin-bottom: 30px;
}

#home-news {
  margin-bottom: 95px;
  position: relative;
}
#home-news .btn-type02 {
  position: absolute;
  top: 0px;
  right: 10px;
}
#home-news .btn-type02 a {
  font-style: italic;
  letter-spacing: 0.01em;
}
#home-news .btn-type02 a::before {
  width: 83%;
}

@media all and (min-width: 751px) {
  /* MAINV */
  #home-about {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 750px) {
  /* MAINV */
  #mainv {
    background-size: auto 745px;
    background-position: left -165px top;
    padding: 140px 30px 0;
    margin-bottom: 20px;
  }
  #mainv .main-title {
    font-size: 250%;
    line-height: 1.4;
  }
  #mainv .text-box {
    margin-top: 185px;
    padding: 20px;
    line-height: 1.75;
  }
  #mainv .text-box p:not(:last-child) {
    margin-bottom: 15px;
  }
  #home-news {
    margin-bottom: 65px;
  }
}
