

/*------------------------------------------
	mainview
-------------------------------------------*/
.mainview_wrapper {
	margin-bottom: 60px;
}
@media screen and (max-width:768px){
	.mainview_wrapper {
		margin-bottom: 60px;
	}
}
/*------------------------------------------
contents
-------------------------------------------*/
@media screen and (max-width:768px){
	.item_01 {
		margin: 0 auto 30px;
		width: 80%;
	}
}
.item_04,
.item_05 {
	width: 90%;
	max-width: 580px;
	height: auto;
}
.item_04 iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 720/405;
}
@media screen and (max-width:768px){
	.item_05 {
		width: 100%;
		max-width: 100%;
	}
}
.mascot-placeholder {
	margin: 0 auto 50px;
	width: 200px;
	height: auto;
}
@media screen and (max-width:768px){
	.mascot-placeholder {
		margin: 0 auto 30px;
		width: 120px;
		height: auto;
	}
}
.org-name {
	margin-bottom: 40px;
	text-align: center;
	font-size: clamp(2.0rem, 2.3vw, 2.8rem);
	font-weight: 600;
}
@media screen and (max-width:768px){
	.org-name {
		margin-bottom: 20px;
		text-align: center;
		font-weight: 600;
	}
}
/*------------------------------------------
もっと見るボタン
-------------------------------------------*/
.link_btn {
	margin: 0 auto 50px;
	padding-left: 30px;
	width: 90%;
	max-width: 340px;
	height: 65px;
	font-size: clamp(1.6rem, 2.0vw, 2.2rem);
	line-height: 65px;
	font-weight: 600;
	border: 2px solid #000;
	background: #fff url("../../img/link_btn.svg") center right 30px no-repeat;
	background-size: 35px auto;
}
@media screen and (max-width:768px){
	.link_btn {
		margin: 0 auto 30px;
		padding-left: 15px;
		width: 65%;
		max-width: 230px;
		height: 50px;
		line-height: 50px;
		font-weight: 600;
		border: 2px solid #000;
		background: #fff url("../../img/link_btn.svg") center right 15px no-repeat;
		background-size: 25px auto;
	}
}

/*------------------------------------------
トップページ
-------------------------------------------*/
