.page-title {
    background: var(--h-bg--color2);
    height: 100vh;
    margin: 0;
    position: relative;
    width: 100%
}
.page-title>img {
    height: 100%;
    object-fit: cover;
    width: 100%
}
.page-title>img:nth-of-type(2) {
    display: none
}
@media screen and (min-width:961px) {
    .page-title>img:nth-of-type(2) {
        display: block
    }
}
main>.main-contents {
    margin: 40px auto 150px;
	&>h1 {
		font-size: 24px;
		margin: 100px 0 30px;
	}
}
