@media (max-width: 1050px) {
    .header-right {
	    display: none;
    }
	
	.menu-btn {
		position: fixed;
		top: 20px;
		right: 20px;
		z-index:999;
		background:none;
		border: none;
		cursor: pointer;
		padding: 5px 10px;
		display:block;
	}

	i {
		display:block;
		font-size:4em;
		color: white;
	}

	/*menu右側に隠しておく*/
	.nav-menu {
		display:block;
		position: fixed;
		top:0;
		right:-100%;
		width:40%;
		height: 100hv;
		background-color: #7d99cd;
		backdrop-filter: blur(5px);
		transition: right 0.4s ease;
		z-index: 900;
		font-size: 32px;
		line-height: 100px;
	}

	.nav-menu li {
		list-style: none;
	}

	/*メニューが開いたとき*/
	.nav-menu.active{
		right:0;
	}

	.top-wrapper {
		padding-top:15px;
		padding-bottom: 15px;
		padding-left: 30px;
	}

	.top-wrapper .container {
	text-align: left;
}

	.content img {
	width:75%;
	}

	.content-icon p {
		top:25%;
	}

}

@media (max-width: 760px) {
	header {
		background-color: #ec7aac;
		color:white;
		width: 100%;
		height: 70px;
		position:fixed;
		top:0;
		z-index: 10;
	}

	
	.header-left {
		height: 70px;
		padding:5px 10px;
		line-height: 10px;
		letter-spacing: 10px;
	}
	

	.header-left h1 {
		letter-spacing: 10px;
		font-size:20px;
	}

	.header-left h3 {
		font-size: 14px;
	}

    .header-right {
	    display: none;
    }
	
	.menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index:999;
		background:none;
		border: none;
		cursor: pointer;
		padding: 5px 10px;
		display:block;
	}

	i {
		display:block;
		font-size:3em;
		color: white;
	}

	/*menu右側に隠しておく*/
	.nav-menu {
		display:block;
		position: fixed;
		top:0;
		right:-100%;
		width:100%;
		height: 100hv;
		background-color: #7d99cd;
		backdrop-filter: blur(5px);
		transition: right 0.4s ease;
		z-index: 900;
		font-size: 20px;
		line-height: 60px;
	}

	.nav-menu li {
		list-style: none;
	}

	/*メニューが開いたとき*/
	.nav-menu.active{
		right:0;
	}

	.top-wrapper {
		padding:15px;
		margin-top: 0px;
		width: 100%;
	}

	.content img {
	width:75%;
	}

	.content-icon p {
		top:25%;
	}

	.clear {
		clear: left;
	}

	.top-wrapper {
		clear: right;
		background-image: none;
		margin-top:70px;
		background-color: rgb(249, 231, 230);
		padding-top:5px;
	}

	.top-wrapper h1 {
		letter-spacing: 3px;
		text-align: left;
	}

	.heading p {
		font-size: 16px;
		line-height: 24px;
		text-align: left;
	}

	.heading {
		padding: 10px 20px;
	}

	.befnam {
		display:block;
	}

	.aftnam {
		display: none;
	}

	.space1, .space2 {
		display: none;
	}

	.news-content p{
		margin: 5px 0 5px 0;
	}

	.news-table {
		font-size: 14px;
	}

	td {
		text-align: left;
	}

    .greeting-wrapper {
		scroll-margin-top: 70px;
	}

	.greeting-content {
		padding: 20px 20px;
	}

	.profile-wrapper {
		scroll-margin-top: 70px;
	}

	.profile-content {
		padding-left: 10px;
		padding-right: 30px;
		font-size: 14px;
	}

	.policy-wrapper {
		padding-bottom:50px;
		scroll-margin-top: 70px;
	}

	.policy {
		padding-left: 20px;
		padding-right: 20px;
	}

	.letter-wrapper {
		margin-bottom: 60px;
		scroll-margin-top: 70px;
	}

	.letter-top, .letter-info, .activity-top, .activity-info{
		text-align: left;
	}

	.activity-wrapper {
		margin-bottom: 60px;
		scroll-margin-top: 70px;
	}

	.fa-up-right-from-square {
		display:none;
	}

	.contact-wrapper {
		scroll-margin-top: 70px;
	}

	.contact-contents {
		font-size: 15px;
	}

}