Ω@charset "UTF-8";
/* CSS Document */
body,div,
ul,ol,li,dl,dt,dd,br,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
img {
	width: 100%;
	height: auto;
}
body {
	font-size:15px;
	font-family: aktiv-grotesk, 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, sans-serif !important;	
	line-height: 2;
	background-color:#FFF;
	color: #333;
	letter-spacing: 0.04em;
}
p {
}
a {
	color:#15654c;
}
a:hover {
	text-decoration: none;
}
header {
}
h1 {
	text-align: center;
	font-size: 200%;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 160%;
	text-align: center;
	margin-bottom: 1.5em;
}
.pcNone {
	display: none;
}
.btn {
	text-align: center;
	margin: 2em 0 1em 0;
}
.btn a {
	text-decoration: none;
	color: #fff;
	padding: 1em 3.5em;
	background-color: #15654c;
}
.btn a:hover {
	color: #15654c;
	background-color: #fff;
	border: 1px solid #15654c;
}
.btn.backtop {
	margin: 4em auto 0 auto;
	width: 30%;
}
.btn.backtop a {
	background-color: #323136;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	padding: 1em 0;
}
.btn.border a:hover {
	color: #fff;
	background-color: #15654c;
}
.txtLine {
	color: #15654c;
  background: linear-gradient(transparent 30%, #e9f0ee 0%);
}
.cmnBox {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.txt {
	margin-bottom: 0.5em;
}
.intro {
	margin: 0 auto;
}
.intro .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	z-index: 999;
}
.intro video {
	width: 100%;
}
.intro .introTxt {
	margin: 60px auto 80px auto;
}
.intro .introTxt p {
	text-align: center;
}
.intro .introTxt .txt {
	font-size: 115%;
	line-height: 2.4;
	margin-bottom: 1em;
}
.intro .introTxt .txt.sub {
	font-size: 100%;
	color: #15654c;
}
.phgroup {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.phgroup img{
	width: 32%;
}
.contents {
	margin-top: 80px;
}
.contents.story,
.contents.information {
	padding: 80px 0;
}
.contents.story {
	background-color: #323136;
	color: #fff;
}
.story_main div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5em;
}
.story_main div:nth-child(even) {
	flex-direction: row-reverse;
}
.story_main div img {
	width: 48%;
}
.story_main div p {
	width: 48%;
}
.example_main ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.example_main ul li {
	width: 48%;
	margin-bottom: 5em;
}
.information {
	background-color: #323136;
	color: #fff;
}
.information p {
	text-align: center;
	margin-bottom: 4em;
}
.footer {
	padding-top: 60px;
	background-color: #323136;
	color: #fff;
	font-size: 85%;
	padding: 0.5em 0;
	text-align: center;
}
.footer .cmnBox {
	border-top: 1px solid #929199;
	padding-top: 0.5em;
	color: #929199;
}
.after p {
	text-align: center;
	font-size: 150%;
	color: #15654c;
	margin-bottom: 1em;
}
.after .inner {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;

}
.after .inner div {
	width: 32.5%;
}


@media screen and (max-width: 1024px){


}

@media screen and (max-width: 768px){

	html * {max-height:1000000px;}
	body {
		font-size: 13px;
	}
	h1 {
		font-size: 160%;
	}
	h2 {
		font-size: 130%;
	}
	.pcNone {
		display: block;
	}
	.spNone {
		display: none;
	}
	.btn a {
		padding: 1em 3em;
		font-size: 120%;
	}
	.cmnBox {
		width: 90%;
		margin: 0 auto;
	}
	.intro .logo {
		width: 150px;
	}
	.intro .movie {
		height: 500px;
		overflow: hidden;
	}
	.intro .movie video {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  display: block;
	}
	.intro .introTxt {
		margin: 30px auto 40px auto; 
	}
	.intro .introTxt .txt {
		text-align: left;
		width: 100%;
		line-height: 2;
		font-size: 110%;
	}
	.intro .introTxt .txt.sub {
		margin-top: 1em;
	}
	.contents {
		margin-top: 50px;
	}
	.contents.story,
	.contents.information {
		padding: 50px 0;
	}
	.contents.information {
		margin-top: 0;
	}
	.story_main div {
		display: block;
		margin-bottom: 3em;
	}
	.story_main div:nth-child(even) {
		flex-direction: initial;
	}
	.story_main div img {
		width: 100%;
		margin-bottom: 0.5em;
	}
	.story_main div p {
		width: 100%;
	}
	.example_main ul li {
		margin-bottom: 3em;
	}
	.footer {
		font-size: 65%;
	}
	.btn.backtop {
		width: 90%;
	}
	.after .inner div {
		width: 48.5%;
	}

}