<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*===========================================================================
all
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.back {
	padding: 100px 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	.back {
		padding: 50px 0;
	}
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【背景】::::::::::*/
.width {
	max-width: 70%;
	margin: 0 auto;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	.width {
		max-width: 80%;
		margin: 0 auto;
	}
}
@media (max-width:600px) {}
@media (max-width:450px) {
	.width {
		max-width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 400px) {}
/*:::::::::::【背景】::::::::::*/
.contents {
	margin: 100px auto;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {
	.contents {
		margin: 50px auto;
	}
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*===========================================================================
TOP
==========================================================================*/
/*:::::::::::【】::::::::::*/
#slider-box {
	width: 100%;
	height: calc(100vh - 100px);
	position: relative;
	overflow: visible !important;
}
.sb-color {
	width: 35%;
	height: 100%;
	background-color: #4c6b38;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.slider {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 70vh !important;
	z-index: 2;
}
.slider-title {
	position: absolute;
	top: 40%;
	right: 0; /* 余白つけたい場合 */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	z-index: 3; /* sb-color より上にくるように調整 */
	text-align: left;
}
.slider-title div {
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-end;
}
.slider-title p {
	display: inline;
	background-color: rgba(163, 163, 104, 0.6);
	padding: 10px;
	font-size: 3vw;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
.slider-title span {
	background-color: rgba(163, 163, 104, 0.6);
	padding: 10px;
	font-size: 1.5vw;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
.slider-title .s-comment {}
.slider-title .rs-comment {
	display: none;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
	#slider-box {
		height: calc(60vh - 100px);
	}
	.slider {
		height: 40vh !important;
	}
	.slider-title p {
		font-size: 36px;
	}
	.slider-title span {
		font-size: 24px;
	}
}
@media (max-width:900px) {
	#slider-box {
		height: calc(60vh - 80px);
	}
	.slider {
		height: 40vh !important;
	}
	.slider-title p {
		font-size: 34px;
	}
	.slider-title span {
		font-size: 20px;
	}
}
@media (max-width:600px) {
	.slider-title {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.slider-title .s-comment {
		display: none;
	}
	.slider-title .rs-comment {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.slider-title p, .slider-title span {
		background-color: rgba(163, 163, 104, 0.6);
	}
	.slider-title p {
		font-size: 24px;
	}
	.slider-title span {
		font-size: 16px;
	}
}
@media (max-width:450px) {
	#slider-box {
		height: calc(100vh - 80px);
	}
	.slider {
		height: 80vh !important;
	}
	.slider-title {
		width: 100%;
		display: inline-block;
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		position: absolute;
		bottom: 0;
	}
}
@media (max-width:400px) {
	#slider-box {
		height: calc(100vh - 80px);
	}
	.slider {
		height: 80vh !important;
	}
	.slider-title {
		width: 100%;
		display: inline-block;
		display: flex;
		justify-content: flex-end;
	}
}
/*==========================================================================
【初めに】
=========================================================================*/
/*:::::::::::【背景】::::::::::*/
.first-back {
	margin: 200px 0;
	padding: 0;
}
/*:::::::::::【横幅】::::::::::*/
.first-width {
	background-image: url("../image/common/logo.png");
	background-size: contain;
	background-position: center;
	position: relative;
}
.first-width::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 2;
}
/*:::::::::::【コンテンツ】::::::::::*/
.first-contents {
	text-align: center;
	position: relative;
	z-index: 2;
}
.f-box {
	margin-bottom: 100px;
}
.f-box dt {
	font-size: 2.2rem;
	font-weight: 700;
	font-style: italic;
	line-height: 2;
}
.f-box dd {
	display: block;
	margin-top: 100px;
	line-height: 2.5;
}
.f-box dd span {
	font-size: 1.4rem;
	font-weight: 600;
	font-style: italic;
	line-height: 1.8;
}
@media (max-width:1280px) {
	/*:::::::::::【横幅】::::::::::*/
	.first-width {
		max-width: 80%;
	}
	/*:::::::::::【コンテンツ】::::::::::*/
	.f-box dt {
		font-size: 1.9rem;
	}
	.f-box dd {
		margin-top: 80px;
	}
}
@media (max-width:1024px) {
	/*:::::::::::【背景】::::::::::*/
	.first-back {
		margin: 100px 0;
	}
	/*:::::::::::【コンテンツ】::::::::::*/
	.f-box {
		margin-bottom: 50px;
	}
	.f-box dt {
		font-size: 1.6rem;
	}
	.f-box dd {
		margin-top: 50px;
	}
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	/*:::::::::::【横幅】::::::::::*/
	.first-width {
		max-width: 90%;
	}
	/*:::::::::::【コンテンツ】::::::::::*/
	.f-box dt {
		font-size: 1.5rem;
	}
}
@media (max-width:600px) {
	/*:::::::::::【横幅】::::::::::*/
	/*:::::::::::【コンテンツ】::::::::::*/
	.f-box dt {
		font-size: 20px;
		text-align: left;
	}
	.f-box dd {
		text-align: left;
	}
	.f-box dd span {
		font-size: 1.3rem;
	}
}
@media (max-width:450px) {}
@media (max-width: 400px) {
		.f-box dd span {
		font-size: 1.2rem;
	}
}
/*==========================================================================
事業内容
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.business-back {
	background-color: #ced6ba;
	background-image: url("../image/index/back.png");
	background-repeat: repeat;
	background-size: contain;
}
.business-back::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(163, 163, 104, 0.5);
	z-index: 2;
}
.business-width {
	position: relative;
	z-index: 2;
}
/*:::::::::::【コンテンツ】::::::::::*/
.business-contents ul {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.business-contents ul li {
	width: 25%;
	height: auto;
}
.business-contents img {
	width: 90%;
	margin: 0 auto;
}
/*:::::::::::【テキスト】::::::::::*/
.business-contents p {
	margin-top: 100px;
	text-align: center;
	line-height: 2.8;
}
@media (max-width:1280px) {
	/*:::::::::::【背景】::::::::::*/
	.strength-width {
		max-width: 90%;
	}
	/*:::::::::::【背景】::::::::::*/
	.s-text-box {
		width: 50%;
	}
}
@media (max-width:1024px) {
	.business-contents p {
		margin-top: 50px;
	}
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.business-contents ul {
		justify-content: space-between;
	}
	.business-contents ul li {
		width: 30%;
	}
	.business-contents img {
		width: 100%;
	}
	/*:::::::::::【テキスト】::::::::::*/
	.business-contents p {
		margin-top: 50px;
		text-align: left;
	}
}
@media (max-width:450px) {
	/*:::::::::::【コンテンツ】::::::::::*/
	.business-contents ul {
		flex-direction: column;
	}
	.business-contents ul li {
		width: 50%;
	}
	.business-contents ul li:nth-child(odd) {
		margin-right: auto;
	}
	.business-contents ul li:nth-child(even) {
		margin-left: auto;
	}
}
@media (max-width: 400px) {
	/*:::::::::::【サークル】::::::::::*/
}
/*==========================================================================
お問い合わせ
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
/*:::::::::::【メインタイトル】::::::::::*/
.c-main-title {
	text-align: left !important;
}
/*:::::::::::【コンテンツ】::::::::::*/
.contact-contents {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
}
.contact-contents .res-c-img {
	display: none;
}
.contact-contents .pc-c-img {
	width: 30%;
}
.ct-box {
	width: 35%;
}
.contact-contents ul {
	margin-top: 50px;
}
.contact-contents ul li {
	margin-top: 50px;
}
.contact-contents ul li a {
	display: block;
	font-size: 1.5rem;
	padding-left: 20px;
	margin-top: 30px
}
.contact-contents ul li a:hover {
	font-weight: 900;
}
.contact-contents ul li span {
	padding-left: 30px;
}
.contact-contents ul li .kasen {
	padding-left: 0 !important;
}
@media (max-width:1280px) {
	.contact-contents .pc-c-img {
		width: 40%;
	}
	.ct-box {
		width: 80%;
	}
}
@media (max-width:1024px) {
	/*:::::::::::【背景】::::::::::*/
	.contact-width {
		max-width: 90%;
	}
	/*:::::::::::【コンテンツ】::::::::::*/
	.contact-contents .pc-c-img {
		width: 45%;
	}
	.ct-box {
		width: 90%;
	}
	.contact-contents ul li a {
		font-size: 1.3rem;
	}
}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {
	.contact-contents ul {
		margin-top: 40px;
	}
	.contact-contents ul li {
		margin-top: 20px;
	}
}
@media (max-width:600px) {
	/*:::::::::::【背景】::::::::::*/
	/*:::::::::::【メインタイトル】::::::::::*/
	.c-main-title {
		text-align-last: center;
	}
	/*:::::::::::【コンテンツ】::::::::::*/
	.contact-contents {
		flex-direction: column;
		margin: 0 auto;
	}
	.ct-box {
		width: 100%;
	}
	.contact-contents .res-c-img {
		display: block;
		width: 60%;
		margin: 0 auto;
		margin-top: 40px;
	}
	.contact-contents .pc-c-img {
		display: none;
	}
	.contact-contents ul li {
		text-align: center;
	}
	.c-link {
		text-align: left !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width:450px) {
	/*:::::::::::【イメージリスト】::::::::::*/
	.contact-contents .res-c-img {
		width: 80%;
	}
}
@media (max-width: 400px) {}</pre></body></html>