@charset "utf-8";
@media screen and (max-width: 850px) {
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  .mainvisual{
    height: 20vh;
    background-size: cover;
		position: relative;
		z-index: 0;
  }
  h1.main_title{
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
		line-height: 1.7;
    font-size: 150%;
  }
  main{
    padding-bottom: 100px;
  }
  article.container{
    width: 95%;
    top: 13px;
    padding-bottom: 50px;
  }
	.privacy-policy{
		width: 95%;
	}
}