<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* タイトル　*/
@media screen and (max-width: 1159px), (hover: none) {
	.title-section-r {
		background: url("../images/title-back-sm.jpg") center top;
		background-size:cover;
		background-repeat:no-repeat;
		/*background-attachment: fixed;*/
	}
}
@media screen and (min-width: 1160px), print {
	.title-section-r {
		background: url("../images/title-back-pc.jpg") center top;
		background-size:cover;
		background-repeat:no-repeat;
		/*background-attachment: fixed;*/
	}
}
/*message-section*/
@media screen and (max-width: 767px), (hover: none) {
	
	.message-section img {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.message-section .name-block {
		margin-top: 30px;

	}
	.message-section .name-block .name {
		margin-left: 1em;
		font-size: 140%;
	}
}
@media screen and (min-width: 768px), print {
	
	.message-section img {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.message-section .name-block {
		margin-top: 60px;

	}
	.message-section .name-block .name {
		margin-left: 1em;
		font-size: 200%;
	}
	
}
/*link-section*/
.link-section a .overlay {
		width: 100%;
		height: 100%;
		background-color: #000;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.2;
		transition:all .3s ease-in-out;
}
.link-section a:hover .overlay {
		opacity: 0.0;
}


.link-section a .eiji {
	font-family: 'Roboto', sans-serif;
	
}
@media screen and (max-width: 767px), (hover: none) {
	.link-section a .link-title {
		position: absolute;
		left: 10px;
		bottom: 10px;
		color: #fff;
		line-height: 1.4em;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.link-section #policy a {
		background: url("../../images/link01.jpg") center top no-repeat;
		background-size: cover;
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	.link-section .allow {
		width: 1.3rem;
		display: inline;
		vertical-align: baseline;
		margin-left: 10px;
	}
	.link-section #policy {
		width: 100%;
		
	}
	.link-section #policy a:before {
		content: "";
		display: block;
		padding-top: 35%;
	}
	.link-section #vision a {
		background: url("../../images/link02.jpg") center top no-repeat;
		background-size: cover;
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	.link-section #vision {
		width: 100%;
		margin-top: 20px;
		
	}
	.link-section #vision a:before {
		content: "";
		display: block;
		padding-top: 35%;
	}

}
@media screen and (min-width: 768px), print {
	.link-section ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.link-section a .link-title {
		position: absolute;
		left: 20px;
		bottom: 20px;
		color: #fff;
		line-height: 1.4em;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.link-section .allow {
		width: 1.5rem;
		display: inline;
		vertical-align: baseline;
		margin-left: 10px;
	}
	.link-section #policy a {
		background: url("../../images/link01.jpg") center top no-repeat;
		background-size: cover;
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	.link-section #policy {
		width: 48%;
		
	}
	.link-section #policy a:before {
		content: "";
		display: block;
		padding-top: 35%;
	}
	.link-section #vision a {
		background: url("../../images/link02.jpg") center top no-repeat;
		background-size: cover;
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	.link-section #vision {
		width: 48%;
		
	}
	.link-section #vision a:before {
		content: "";
		display: block;
		padding-top: 35%;
	}


}

</pre></body></html>