@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#about-greeting .greating-box .catch-box .catch .ja {
  font-family: "A1 Mincho", sans-serif;
  font-size: 287.5%;
  display: block;
  line-height: 1.6;
  margin-bottom: 10px;
}
#about-greeting .greating-box .catch-box .catch .en {
  font-family: "Cinzel", serif;
  color: #223761;
  font-size: 187.5%;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-shadow: 0px 0px 0.1em #fff, 0 0 0.1em #fff;
}
#about-greeting .greating-box .catch-box .name {
  font-family: "Cinzel", serif;
  color: #223761;
  font-size: 312.5%;
  letter-spacing: 0.075em;
  margin-top: 40px;
}
#about-greeting .text-box:not(:last-child) {
  margin-bottom: 30px;
}
#about-greeting .text-box p:not(:last-child) {
  margin-bottom: 30px;
}
#about-greeting .text-box .image {
  margin-top: 10px;
  margin-bottom: 20px;
}
#about-greeting .sign {
  margin-top: 54px;
  line-height: 1.7;
}
#about-greeting .sign span {
  font-size: 187.5%;
  font-weight: bold;
  display: block;
}

@media all and (min-width: 751px) {
  body.about #title {
    background-image: url(../images/about/title-bg.jpg);
  }
  /* INDEX */
  #about-greeting .greating-box {
    background-image: url(../images/about/image-desc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 75px 70px 14px;
  }
}
@media only screen and (max-width: 750px) {
  body.about #title {
    background-image: url(../images/about/title-bg.jpg);
  }
  /* INDEX */
  /* INDEX */
  #about-greeting .greating-box .catch-box .catch .ja {
    font-size: 187.5%;
    line-height: 1.4;
  }
  #about-greeting .greating-box .catch-box .catch .en {
    font-size: 100%;
  }
  #about-greeting .greating-box .catch-box .name {
    font-size: 187.5%;
    margin-top: 10px;
  }
  #about-greeting .text-box:not(:last-child) {
    margin-bottom: 30px;
  }
  #about-greeting .text-box p:not(:last-child) {
    margin-bottom: 30px;
  }
  #about-greeting .text-box .image {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #about-greeting .sign {
    margin-top: 54px;
    line-height: 1.7;
  }
  #about-greeting .sign span {
    font-size: 187.5%;
    font-weight: bold;
    display: block;
  }
}
