@charset "utf-8";
/* CSS Document */
/*=== 画像切り替わりエリア ================================= */
.slide {
	position: relative;
	overflow: hidden;
	width: 2000px;
	height: 300px;
	margin: auto;
	background: #131909;
}
.slide img {
	display: block;
	position: absolute;
	width: inherit;
	height: inherit;
	opacity: 0;
	animation: slideAnime 21s ease infinite;
}
.slide img:nth-of-type(1) {
	animation-delay: 0s
}
.slide img:nth-of-type(2) {
	animation-delay: 7s
}
.slide img:nth-of-type(3) {
	animation-delay: 14s
}
@keyframes slideAnime {
	0% {
		opacity: 0
	}
	4% {
		opacity: 1
	}
	29% {
		opacity: 1
	}
	33% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
/* === モーダル ============================== */
.modalNoDisp {
	display: none;
}
.modalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: radial-gradient(circle at 50% 50%, rgba(19, 25, 9, 0.89), rgba(19, 25, 9, 0.69));
	z-index: 10;
}
.modalBgOpen {
	animation: bgOpenAnime 0.2s ease;
}
@keyframes bgOpenAnime {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.modalBgClose {
	bottom: 100%;
	animation: bgCloseAnime 0.2s ease;
}
@keyframes bgCloseAnime {
	0% {
		opacity: 1;
		bottom: 0
	}
	100% {
		opacity: 0;
		bottom: 0
	}
}
.modalBg .modalWindow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
	width: 400px;
	min-height: 220px;
	text-align: center;
}
.modal_btn {
	background: none;
	color: #fff;
}
/* === body ==================================== */
body {
	margin: 0 auto;
	color: #fafff2;
	font: 14px/1.8 Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	max-width: 2000px;
	background: #fafff2;
}
a {
	color: #757575;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	opacity: .5;
}
.f-min {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.txtCenter {
	text-align: center;
}
.txtJust {
	text-align: justify;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/* === header ==================================== */
#top {
	position: relative;
	max-height: 1000px;
	min-height: 300px;
	overflow: hidden;
	background-color: #131909;
	padding-bottom: 15px;
}
#top h1 {
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	width: 90%;
	max-width: 1200px;
	margin: auto;
	padding-left: 8px;
	line-height: 1.5;
	color: #fafff2;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 5px #89B540, 0px 0px 10px #89B540;
	letter-spacing: 10px;
}
#top header {
	position: absolute;
	top: 35%;
	right: 0;
	left: 0;
	width: 90%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
	border-radius: 10px;
	background: #fafff2;
	box-shadow: 1px 1px 5px #131909b3;
}
#top header .logo {
	width: 30%;
	float: left;
}
#top header .logo img {
	width: 60%;
	padding: 10px;
}
#top header nav {
	width: 60%;
	text-align: right;
	float: right;
}
#top header nav ul li {
	display: inline-block;
	margin: 1%;
	margin-left: 2%;
	font-size: 14px;
	border-radius: 5px;
}
#top header nav ul li a {
	color: #757575;
	text-decoration: none;
}
#top header nav ul .form_bg a {
	color: #fafff2;
}
.form_bg {
	background: #e83e43;
	box-shadow: inset -1px -1px 0px 0px #1319094f;
	padding: 2%;
}
/* === footer ==================================== */
footer {
	width: 100%;
	background: #fafff2;
	text-align: center;
}
footer .footnav {
	width: 100%;
	padding: 50px 4%;
	background: #fafff2;
	font-size: 12px;
	text-align: center;
	line-height: 2.5;
	box-sizing: border-box;
}
footer .footnav a {
	display: inline-block;
	color: #757575;
	text-decoration: none;
}
footer .address {
	width: 90%;
	max-width: 550px;
	margin: 2% auto 0;
	overflow: hidden;
}
footer .address img {
	width: 10%;
	margin-right: 5%;
}
footer .address .txt {
	width: 100%;
	margin-top: 1%;
	color: #757575;
	font-size: 11px;
	line-height: 1.9;
}
footer .address .txt span {
	display: inline-block;
}
footer .address .txt span:first-of-type {
	margin-right: 5%;
}
footer .copy {
	padding-bottom: 50px;
	color: #757575;
	font-size: 8px;
	text-align: center;
}
/* === inner ==================================== */
.idx #inner {
	position: relative;
	/*background: url(../img/01_bgHive.png) repeat top fixed, linear-gradient(90deg, #6bb540, #89b540, #6bb540)*/;
	background: url(../img/01_bgHive.png) repeat top fixed, #89B540;
	background-size: contain;
	text-align: center;
	max-height: 450px;
}
.idx #inner .paper {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -15%;
}
#inner .innerwidth {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	padding-bottom: 5%;
	text-shadow: 1px 1px 1px #13190952;	
}
#inner h2 {
	padding: 2% 0% 1% 0%;
	text-align: center;
}
#inner h2 .txt {
	display: inline-block;
	color: #fafff2;
	text-shadow: 1px 1px 1px #13190952;
}
#inner h2 .txt span:first-of-type {
	display: block;
	font-size: 1.5rem;
	letter-spacing: 1px;
}
#inner h2 .txt span:last-of-type {
	display: block;
	margin-top: -5px;
	padding-left: 2px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 4px;
}
#inner .biz {
	width: 28%;
	margin: 2.5%;
	float: left;
}
#inner .biz p:first-of-type {}
#inner .biz p:last-of-type {
	margin-top: 5% 0%;
	font-size: 12px;
	font-weight: bold;
}
/* === mission ==================================== */
.ttl {
	display: inline-block;
	margin-bottom: 8%;
	padding: 2% 3% 0;
	background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .8));
	border-bottom: 1px solid #fafff2;
	color: #333;
	font-size: 30px;
	letter-spacing: 8px;
}
.ttl + img {
	width: 90%;
	margin-bottom: 8%;
}
#missionSP {
	display: none;
	text-align: justify;
}
.card {
	width: 90%;
	max-width: 550px;
	margin: 8% auto 0;
	padding: 2% 2% 10%;
	background: #fafff2;
	box-shadow: 0 7px 40px -20px #aaa;
}
.card h3 {
	width: 80%;
	max-width: 370px;
	margin: 10% auto;
}
.card h3 + p {
	width: 80%;
	max-width: 400px;
	margin: 10% auto;
}
/* === service ==================================== */
.bizWide {
	margin: 5% 0;
	overflow: hidden;
}
.bizWide img {
	width: 45%;
	margin-right: 5%;
	float: left;
}
.bizWide .txt {
	width: 50%;
	text-align: justify;
	float: left;
}
.bizWide .txt h3 {
	margin-bottom: 10px;
}
/* === about us ==================================== */
table {
	width: auto;
	margin: auto;
}
table td span {
	display: inline-block;
}
table td:nth-child(1) {
	padding: 10px 30px 10px 0;
	border-right: 1px solid #fafff2;
}
table td:nth-child(2) {
	padding: 10px 0 10px 30px;
}
/* === contact ==================================== */
.contactTxt {
	width: 90%;
	max-width: 580px;
	margin: auto;
	text-align: center;
}
.contactTxt:last-of-type {
	font-size: 12px;
	text-align: center;
}
.contactTxt .mail {
	margin: 3% 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.contactTxt .tell {
	margin: 5% 0;
	text-align: center;
}
/* === info ==================================== */
.info {
	background: #1d260e;
	width: 100%;
	color: #89B540;
	font-size: 12px;
	overflow: hidden;
}
.info_li {
	display: inline-flex;
	margin: 0.5% 3%;
}
.info_li_news {
	background: #131909;
	max-width: 1000px;
	margin: 0.5% auto;
	width: 90%;
	border-radius: 5px;
	color: #fafff2;
}
/* === tablet ==================================== */
@media screen and (max-width: 768px) {
	.modalBg .modalWindow {
		max-width: 280px;
	}
	.contactTxt {
		width: 100%;
		max-width: none;
		margin: 0 auto 20%;
	}
	.idx #inner {
		background-size: 100% auto;
		max-height: none;
		font-size: 12px;
	}
}
/* === sp ==================================== */
@media screen and (max-width: 480px) {
	.info_li_news {
		max-width: 70%;
	}
	#top header {
		width: 70%;
	}
	.info {
		display: inline-block;
		font-size: 12px;
	}
	#top .topimg {
		width: 150%;
		margin-left: -25%;
	}
	#top header .logo {
		width: 70%;
		margin: 0 auto;
		margin-top: 3%;
		float: none;
	}
	#top header .logo img {
		width: 90%;
		margin-left: -1%;
	}
	#top header nav {
		width: 100%;
		text-align: center;
		float: none;
	}
	#top header nav ul li {
		margin-bottom: 2%;
		font-size: 12px;
	}
	#top header nav ul li a {
		text-shadow: none;
	}
	#top header nav ul .form_bg {
		background: none;
		box-shadow: none;
	}
	#top header nav ul .form_bg a {
		color: #757575;
	}
	#top h1 {
		top: 50%;
		width: 70%;
		font-size: 15vw;
	}
	#inner h2 {}
	#inner .biz {
		width: 80%;
		margin: 0 auto 10%;
		float: none;
	}
	footer .footnav {
		padding: 5%;
		font-size: 10px;
	}
	footer .address {
		margin: 0% auto 3%;
		padding-top: 5%;
		text-align: center;
	}
	footer .address img {
		float: none;
	}
	footer .address .txt {
		width: 100%;
		margin: 3% auto 0;
		float: none;
	}
	footer .copy {
		padding-bottom: 5%;
	}
	.ttl {
		margin-bottom: 10%;
		font-size: 6vw;
		letter-spacing: 2px;
	}
	.ttl + img {
		margin-bottom: 10%;
	}
	#missionPC {
		display: none;
	}
	#missionSP {
		display: block;
	}
	.card {
		margin: 12% auto 0;
	}
	.bizWide {
		margin-bottom: 12%;
	}
	.bizWide img {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.bizWide .txt {
		width: 100%;
		margin-top: 5%;
		float: none;
	}
	table td:nth-child(1) {
		min-width: 5em;
		padding: 10px 15px 10px 0;
	}
	table td:nth-child(2) {
		padding: 10px 0 10px 15px;
	}
}