@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic');
/*リセットCSS*/
html, body, div, span, object, iframe,
h1, h2, h6, p,
a, img, s, strong, var,
b, ul, li, label,
table, tr, th, td, embed, footer, header, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

footer,
header,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}


ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	padding: 15px 0;
	border: none;
}

.hr1 {
	border-top: 1px solid #556be6;
	animation: SlideIn 3.0s;
}

/* a */
a {
	text-decoration: none;
}
/*リセットCSS*/
/* -------------------------------------------------------------- */
body {
	color: #333;
	font: 12px verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック";
	line-height: 1.5;
	background: #fff;
	-webkit-text-size-adjust: none;
	margin-top: 110px;
	background-color: #fff;
	position: relative;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
}

html {
	background: #fff;
}

#wrapper {
	margin: 0 auto;
	padding: 0 5%;
	width: autopx;
	position: relative;
	background: #fff;
	background-color: rgba(255, 255, 0, .0);
	min-height: 72vh;
}

.inner {
	margin: 0 auto;
	width: 110%;
	background-color: rgba(255, 255, 0, .0);
	flex: 1;
}


/*ヘッダー*/

#header {
	padding: 10px 0 15px;
	overflow: hidden;
	background: #e6e6fa;
	border-bottom: 1px solid #e6e6fa;
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;

	background: #e6e6fa;
	z-index: 99
}

* html #header {
	height: 1%;
}

#header h1 {
	font-size: 42px;
	font-weight: bolder;
	color: #0000fa;

}

h1:link,
a:visited,
a:hover,
a:active {
	color: #0000fa;
}

#header b {
	font-size: 20px;
	font-family: 'Sawarabi Gothic', sans-serif;

}


/*ナビ*/

ul#topnav {
	/* float: right; */
	display: flex;
	justify-content: space-between;
}

* html ul#topnav {
	height: 1%;
}

ul#topnav li {
	float: left;
	margin: 0 5px;
	text-align: center;
}

/*ナビ文字*/
ul#topnav a {
	font-size: 16px;
	font-family: 'Sawarabi Gothic', sans-serif;
	display: block;
	padding: 10px 10px;
	color: #333;
}

.nspn {
	font-size: 40%;
	color: #6666cc;
}


ul#topnav a:hover {
	background: #bcbccc;
	border-radius: 5px;
}


#topnav li:hover ul {
	display: block;
}

#topnav li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: none;
}

#topnav li:hover ul {
	display: block;
}

#topnav li ul a {
	display: block;
	text-decoration: none;
	color: #333;
	background-color: #e6e6fa;
}

#topnav:after {
	content: "";
	clear: both;
}

/*ハンバーガーメニュー*/
#menu-btn-check:checked~.menu-content {
	right: 0;
}

.menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: #e6e6fa;

}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #333;
	position: absolute;
}

.menu-btn span:before {
	bottom: 8px;
}

.menu-btn span:after {
	top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
	background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked~.menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}


#menu-btn-check {
	display: none;
}

.menu-content {
	width: 100%;
	height: 95%;
	position: fixed;
	bottom: 0;
	right: 100%;
	z-index: 80;
	background-color: #e6e6fa;
	transition: 0.5s;
	opacity: 0.97;
}

.menu-content ul {
	padding: 20px 10px 0;
}

.menu-content ul li {
	border-bottom: solid 1px transparent;
	list-style: none;
}


.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 24px;
	font-family: 'M PLUS 1p', sans-serif;
	box-sizing: border-box;
	color: #333;
	text-align: center;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
}

.snt {
	width: 100%;
	font-size: 20px;
	box-sizing: border-box;
	color: #333;
	text-align: center;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
	padding: 30px 10px 0;
}

.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px transparent;
	border-right: solid 2px transparent;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 16px;
}



/*home************************************************/

/* メイン画像設定 */

#maingazou {
	margin: 30px auto;
	padding: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	line-height: 0;
	animation: SlideIn 3.0s;
}

#maingazou img {
	max-width: 100%;
	height: autopx;
	border-radius: 3px;

}

/*メイン画像言葉*/
.kotoba {
	position: absolute;
	width: 90%;
	height: auto;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	line-height: 1.4;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 30px
}


/*メイン画像ここまで*/

/*コンテンツ１設定*/
.content1 {
	scroll-margin-top: 250px;
	margin-bottom: 120px;
}
.content1 h1 {
	min-width: 160px;
	max-width: fit-content;
	font-size: 40px;
	text-align: center;
	background: linear-gradient(transparent 90%, #0000fa 50%);
	margin: 20px auto;
	animation: SlideIn 3.0s;
}

.content1 p {
	font-size: 20px;
}

#webT1 {
	flex-wrap: wrap;
	margin: auto;
	animation: SlideIn 3.0s;
}

/*経営方針要素設定*/
.n-box1 {
	width: 90%;
	background-color: #b3e5fc;
	border: solid 10px #f2f4ff00;
	margin: auto;
	margin-top: 20px;
	word-wrap: break-word;
	font-size: 17px;
	letter-spacing: 0.15em;
}

/*コンテンツ２設定*/
.content2 {
	width: 100%;
	scroll-margin-top: 250px;
	margin-bottom: 120px;
}

.content2 h1 {
	min-width: 160px;
	max-width: fit-content;
	font-size: 40px;
	text-align: center;
	background: linear-gradient(transparent 90%, #0000fa 80%);
	margin: 20px auto;
	animation: SlideIn 3.0s;
}

.content3 {
	width: 100%;
	scroll-margin-top: 250px;
	margin-bottom: 120px;
}

.content3 h1 {
	min-width: 160px;
	max-width: fit-content;
	font-size: 40px;
	text-align: center;
	background: linear-gradient(transparent 90%, #0000fa 80%);
	margin: 20px auto;
	animation: SlideIn 3.0s;
}

.content3 div {
	text-align: center;
	margin: auto;
	animation: SlideIn 3.0s;
}



#webT2 {

	display: flex;
	flex-wrap: wrap;
	margin: 18px auto;
	animation: SlideIn 3.0s;

}


.n-box2 {
	width: 100%;
	background-color: #ffffff00;
	border: solid 0px #ffffff00;
	margin: auto;
	word-wrap: break-word;
	font-size: 18px;
	letter-spacing: 0.15em;
}



/*home***********************************/


/*会社案内*******************************/


/*テーブル要素沿革*/
table {
	width: 100%;
	border-collapse: collapse;
	margin: 40px auto;
	animation: SlideIn 3.0s;
	font-size: 170%;
}

table tr {
	border-bottom: solid 2px white;
}

table tr:last-child {
	border-bottom: none;
}

table th {

	position: relative;
	text-align: left;
	width: 30%;
	background-color: #eee;
	color: #333;
	padding: 15px;
	margin: auto;
	vertical-align: middle;
	padding-right: 10%;
	padding-left: 3%;
	-moz-text-alin-last: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;


}

table td {

	width: 70%;
	text-align: left;
	background-color: #eee;
	padding: 12px 0;
	margin: auto;
	vertical-align: middle;
	padding-left: 6%;
}


/*MAP*/


.map iframe {
	width: 97%;
	height: 350px;
}



/*コンテンツ２見出し*/
.content2 h2 {
	width: 100%;
	font-size: 20px;
	text-align: center;
	overflow-wrap: break-word;
	word-break: break-all;
	animation: SlideIn 3.0s;
	background: -webkit-linear-gradient(30deg, #065ef6, #bc65dc, #4169e1);
	color: #fff;
}


.n-box3 {
	width: 600px;
	background-color: #fff;
	border: solid 0px #fff;
	margin: 10px auto;
	word-wrap: break-word;
	font-size: 15px;
	letter-spacing: 0.15em;
}

.n-box3 p {
	font-size: 17px;
	text-align: center;
}

/*事業案内要素設定*/
.card-container {
	background: #fff;
	color: #333;
	display: flex;
	margin: 20px auto;
	width: 100%;
	box-shadow: 0 12px 10px -6px rgba(0, 0, 0, .25);
	animation: SlideIn 3.0s;
}

.card-container a {
	text-decoration: none;
	color: #9932cc;
	word-break: break-all;
}

.card-text {

	width: 100%;
	margin: 10px 20px;
	word-break: break-all;
}

.card-text h2 {

	padding-top: 10px;
	font-size: 180%;
	word-break: break-all;
	animation: SlideIn 3.0s;
}

.card-text p {
	text-align: left;
	font-size: 170%;
	word-break: break-all;
}

.card-img {
	width: 100%;
}

img {
	width: 100%;
	height: 100%;

}




/*テーブル要素２沿革以外ここから継承*/
.t2 {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	animation: SlideIn 3.0s;
	font-size: 170%;
}

.t2 tr {
	border-bottom: solid 2px white;
}

.t2 tr:last-child {
	border-bottom: none;
}

.t2 th {

	position: relative;
	width: 30%;
	background-color: #eee;
	color: #333;
	padding: 15px;
	margin: auto;
	vertical-align: middle;
	text-align: initial;
	text-align-last: initial;
	text-justify: initial;
	text-align: left;
	padding-left: 5%;
}

.t2 td {

	width: 70%;
	text-align: left;
	background-color: #eee;
	padding: 12px 0;
	margin: auto;
	vertical-align: middle;
	padding-left: 6%;
}




/*お問い合わせ未使用*/
/*フォーム設定*/




h6 {
	width: autopx;
	font-size: 20px;
	margin: 20px auto;
	text-align: center;
	animation: SlideIn 3.0s;
}

.n-box3 span {
	font-size: 20px;
}

.n-box3 h2 {
	font-weight: 800;
	font-size: 20px;
}

/* フッター設定 */
#footer {
	background: #222;
	width: 100%;
	position: relative;
	bottom: auto;
}

#footer .cont {
	width: 860px;
	margin: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1px 0;
	padding: 0px 0;
}

#footer .cont-item {
	display: block;
	width: calc(100% / 4);
}

#footer .nav a {
	display: block;
	color: #ccc;
}

#footer .nav .ttl {
	display: block;
	margin: 30px 0 6px;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
}

#footer .nav .ttl:first-child {
	margin-top: 0;
}

#footer .nav .ttl+.ttl {
	margin-top: 10px;
}

#footer .nav ul {
	display: block;
	font-size: 12px;
	line-height: 2;
	color: #ccc;
}

#footer .nav li {
	display: block;
	font-size: 12px;
	line-height: 2;
}

#footer .nav li:first-child {
	margin-top: 0;
}

#footer .nav li ul {
	margin: 0 0 0 2em;
}

#footer .nav li li {
	position: relative;
}

#footer .nav li li:before {
	position: absolute;
	top: 50%;
	left: -10px;
	content: "";
	display: block;
	width: 4px;
	height: 1px;
	background-color: #fff;
}

.copyright {
	color: #fff;
	text-align: center;

}




/* PC画面１*/
@media only screen and (min-width:1401px) and (max-width: 3000px) {
	#wrapper {
		width: 80%;
		padding: 0;
		margin-top: 100px;
		/* ヘッダーの高さ分だけ押し下げる */
		padding-bottom: 150px;
		/* フッターの高さ分だけ余白を確保 */
		position: relative;
		z-index: 1;
	}

	.inner {
		width: 80%;
		padding: 0;
	}

	#wrapper {
		padding-bottom: 20px;
	}

	#header {
		padding: 25px 0 15px;
	}

	#header h1 {
		font-size: 63px;
		font-weight: bolder;
		color: #0000fa;
		display: inline;
	}

	#header b {
		font-size: 32px;
		font-weight: bolder;
		color: #333;

	}

	ul#topnav a {
		font-size: 24px;
		font-family: 'Sawarabi Gothic', sans-serif;
		display: block;
		padding: 10px 10px;
		color: #333;
	}

	.nspn {
		font-size: 70%;
		color: #6666cc;
	}

	.menu-btn {
		display: none;
	}

	table th {
		position: relative;
		text-align: left;
		width: 30%;
		background-color: #eee;
		color: #333;
		padding: 15px;
		margin: auto;
		vertical-align: middle;
		padding-right: 12%;
		padding-left: 6%;
		-moz-text-alin-last: justify;
		text-align-last: justify;
		text-justify: inter-ideograph;

	}

	.card-text h2 {
		font-size: 30px;
	}

	.card-text p {
		font-size: 26px;

	}

	.flex {
		display: flex;
		justify-content: space-between;
	}

	.flex p {
		width: 100%;
		justify-content: space-between;
		text-align: left;
	}

	.title {
		text-align: center;
		font-weight: bolder;
		animation: SlideIn 3.0s;
		color: #556be6;
		font-size: 40px;
	}

	.bun {
		margin-left: -43.5%;
		font-size: 20px;
		text-align: left;
	}

	.bun2 {
		margin-left: -45%;
		font-size: 20px;
		text-align: left;
	}
}

/*PC画面2*/
@media only screen and (min-width:1025px) and (max-width: 1400px) {
	#wrapper {
		width: 80%;
		padding: 0;
		margin-top: 100px;
		/* ヘッダーの高さ分だけ押し下げる */
		padding-bottom: 150px;
		/* フッターの高さ分だけ余白を確保 */
		position: relative;
		z-index: 1;
	}

	.inner {
		width: 80%;
		padding: 0;
	}

	#wrapper {
		padding-bottom: 20px;
	}

	#header {
		padding: 25px 0 15px;
	}

	#header h1 {
		font-size: 43px;
		font-weight: bolder;
		color: #0000fa;
		display: inline;
	}




	.menu-btn {
		display: none;
	}

	/*MVV*/
	.flex {
		display: flex;
		list-style: none;
		justify-content: space-between;
	}

	.flex p {
		width: 100%;
		justify-content: space-between;
		text-align: left;
	}

	.title {
		margin-left: -10%;
		text-align: center;
		font-weight: bolder;
		animation: SlideIn 3.0s;
		color: #556be6;
		font-size: 40px;
	}

	.bun {
		margin-left: -44%;
		font-size: 20px;
		text-align: left;
	}

	.bun2 {
		margin-left: -45%;
		font-size: 20px;
		text-align: left;
	}
}



/*タブレット用画面*/
@media only screen and (min-width:600px) and (max-width: 1024.9px) {
	body {
		color: #333;
		font: 12px verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック";
		line-height: 1.5;
		background: #ffffff;
		-webkit-text-size-adjust: none;
		margin-top: 91px;
		background: repeating-linear-gradient(-45deg, #fff 0, #e6e6fa 2px, #FFF 4px, #FFF 6px);
	}

	#wrapper {
		background: rgb(255, 255, 255);
		background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(211, 222, 241, 1) 100%) 0 0 / 200% 100% repeat;
		animation: wrapper 5s infinite alternate;
		width: 98%;
	}

	.inner {
		width: 96%;
		padding: 0;
		text-align: center;
	}

	#wrapper {
		padding-bottom: 20px;
	}

	#header h1 {
		display: inline;
		margin-inline: 20px
	}




	.n-box2 {
		width: 670px;
	}


	.map iframe {

		height: 350px;
	}

	ul#topnav {
		display: none;
	}

	#footer .cont {
		width: 80%;
	}

	.content3 {
		width: 100%;

	}

	.content3 h1 {
		width: 200px;
		font-size: 50px;
		text-align: center;
		background: linear-gradient(transparent 90%, #0000fa 80%);
		margin: auto;
		animation: SlideIn 3.0s;
	}

	.content3 div {
		text-align: center;
		margin: auto;
		animation: SlideIn 3.0s;
	}

	.content3 p {
		animation: SlideIn 3.0s;
	}

	/*MVV*/
	.title {
		text-align: center;
		animation: SlideIn 3.0s;
		color: #556be6;
		font-size: 40px;
	}

	.bun {
		margin-left: 5%;
		font-size: 20px;
		text-align: left;
	}

	.bun2 {
		margin-left: 5%;
		font-size: 20px;
		text-align: left;
	}
}


/*スマホ用画面*/
@media not all and (min-width: 600px) {
	body {
		width: auto;
		color: #333;
		font: 12px verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック";
		line-height: 1.5;
		word-break: break-all;
		overflow-wrap: break-word;
		background: #fff;
		-webkit-text-size-adjust: none;
		margin-top: 72px;
		background: repeating-linear-gradient(-45deg, #fff 0, #e6e6fa 2px, #FFF 4px, #FFF 6px);
	}

	#wrapper {
		width: 100%;
		background: rgb(255, 255, 255);
		background: repeating-linear-gradient(-45deg, #fff 0, #e6e6fa 2px, #FFF 4px, #FFF 6px);
		animation: wrapper 5s infinite alternate;
	}

	#wrapper,
	.inner {
		width: auto;
		padding: 0;
	}

	#wrapper {
		padding-bottom: 20px;
	}

	#header h1 {
		text-align: center;
		font-size: 30px;
	}

	#header b {
		display: none;
	}

	.kotoba {
		position: absolute;
		max-width: 90%;
	}

	.kotoba h1 {
		font-size: 20px;
	}

	.n-box1 {
		width: 320px;
	}

	.n-box2 {
		width: 350px;
		background-color: rgba(255, 255, 255, 0.0);
	}

	.n-box3 {
		width: 330px;

		border: solid 0px #fff;
		margin: 10px auto;
		word-wrap: break-word;
		font-size: 15px;
		letter-spacing: 0.15em;
	}

	.map iframe {

		height: 200px;
	}

	ul#topnav {
		display: none;
	}

	.title {
		text-align: center;
		font-weight: bolder;
		animation: SlideIn 3.0s;
		color: #556be6;
		font-size: 40px;
	}

	.bun {
		margin-left: 5%;
		font-size: 20px;
		text-align: left;
	}

	.bun2 {
		margin-left: 10%;
		font-size: 20px;
		text-align: left;
	}

	table {
		width: 93%;
		font-size: 20.0px;
		text-align: center;
	}

	table th {
		text-align: center;
		background-color: #dcdcdc;
		padding: 12px 0;
		padding-left: 2%;
		margin: auto;
		text-align: initial;
		text-align-last: initial;
		text-justify: initial;
	}

	table td {
		font-size: 18.0px;
		text-align: center;
		padding-left: 2%;

	}

	.content2 h2 {
		width: 97%;
		font-size: 17px;
		margin: 20px auto;
		word-break: break-all;
		/* width: ; */
		border: solid 0px #000;
		animation: SlideIn 3.0s;

	}

	.card-container {
		width: 97%;
		overflow: hidden;

	}

	.card-text h2 {
		font-size: 20px;
	}

	.card-text p {
		font-size: 16px;

	}

	.card-img {
		overflow: hidden;
	}

	img {
		transform: scale(1.9);
	}

	.content3 {
		width: 97%;
	}

	.content3 h1 {
		width: 185px;
		font-size: 44px;
		margin: 100px auto;
		background: linear-gradient(transparent 90%, #0000fa 50%);
		animation: SlideIn 3.0s;
	}

	.content3 div {
		text-align: center;
		margin: 100px auto;
		animation: SlideIn 3.0s;
	}

	.t2 {
		font-size: 20.0px;
		padding: 12px 0;
		width: 93%;
	}

	.t2 th {
		text-align: center;
		background-color: #dcdcdc;
		padding: 12px 0;
		padding-left: 2%;
		margin: auto;
		text-align: initial;
		text-align-last: initial;
		text-justify: initial;
	}

	.t2 td {
		text-align: center;
		background-color: #eee;
		padding: 12px 0;
		padding-left: 2%;
		margin: auto;
	}


	.map iframe {
		width: 340px;
		height: 250px;
	}


	.n-box3 {
		width: 94%;
	}

	.n-box3 h2 {
		font-weight: 00;
		font-size: 18px;
	}

	/*yamadagasakusei*/



	#footer .cont {

		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 80%;
		justify-content: space-between;
	}

	#footer .cont-item {
		display: block;
		width: 47%;
	}

	#footer .nav a {
		font-size: 18px;
	}

	#footer .cont-item:nth-child(n+3) {
		margin-top: 30px;
	}

	#footer .nav ul {
		margin: 0;
		font-size: 18px;
	}

	#footer .nav ul+.ttl {
		margin-top: 10px;
	}

	#footer .nav li {
		font-size: 12px;
	}

	table th,
	table td {
		display: block;
		width: 100%;
		border-bottom: none;
	}

	table tr:last-child td:last-child {
		border-bottom: 1px solid #ccc;
	}

	.t2 th,
	.t2 td {
		display: block;
		width: 100%;
		border-bottom: none;
	}

	table tr:last-child td:last-child {
		border-bottom: 1px solid #ccc;
	}
}

@keyframes colorchangeanimation-bg2 {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 100% 0;
	}

}


@keyframes SlideIn {
	0% {
		opacity: 0;
		transform: translateY(64px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


p span {
	position: relative;
	background: linear-gradient(transparent 85%, rgb(51, 51, 255) 15%);
}