@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size: 90%;
	text-align: center;
	width: 100%;
	position: relative;
	line-height: 200%;
}
#wrapper {
	overflow: hidden;
}
.fade-in {
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
}
section {
	padding: 50px 0;
	font-size: 0.875rem;
}
section h2 {
	font-size: 278.5%;
	text-align: center;
	background-image: url(../img/title_bg.png);
	background-repeat: no-repeat;
	background-position: center 0%;
	line-height: 100%;
	padding-top: 20px;
}
section h2 span {
	font-size: 33%;
	display: block;
	line-height: 100%;
	padding: 20px 0 50px 0;
}
a:link {
	color: #35b095;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #35b095;
}
a:hover {
	text-decoration: none;
	color: #35b095;
}
a:active {
	text-decoration: underline;
	color: #35b095;
}
#wrapper a .btn:hover {
	background-color: #288A75;
}
/*---------------------------------------------------------header*/
header {
	width: 100%;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat;
}
header .fb-like{
	width: 1000px;
	height: auto;
	display: inline-block;
	text-align: right;
}
header h1 {
	padding: 0px 0px 20px 0px;
}
header h1 img {
	width: 100%;
}
#top .pc {
	display: block;
}
#top .sp {
	display: none;
}
#top {
	margin: 0 auto;
	padding-bottom: 20px;
}
#top h2 {
	color: #009a78;
	text-align: center;
	font-size: 200%;
	margin: -150px 0 10px;
	line-height: 1.8em;
	font-weight: bold;
}
#top .top_big {
	font-size: 130%;
}
#top .top_inner p {
	display: block;
	margin: 6px 0;
}
header .scroll {
	padding: 0 0 70px;
	position: relative;
}
header .scroll a{
	text-decoration: none;
	color: #009a78;
	font-size: 120%;
}
header .scroll a:hover {
	cursor: pointer;
}
header .scroll a span {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	border-left: 1px solid #009a78;
	border-bottom: 1px solid #009a78;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
 0% {
 -webkit-transform: rotate(-45deg) translate(0, 0);
}
 20% {
 -webkit-transform: rotate(-45deg) translate(-10px, 10px);
}
 40% {
 -webkit-transform: rotate(-45deg) translate(0, 0);
}
}
@keyframes sdb {
 0% {
 transform: rotate(-45deg) translate(0, 0);
}
 20% {
 transform: rotate(-45deg) translate(-10px, 10px);
}
 40% {
 transform: rotate(-45deg) translate(0, 0);
}
}
/*---------------------------------------------------------outline*/
#outline {
	width: 100%;
	background-image: url(../img/bg_section01_04.jpg);
	background-repeat: no-repeat;
	background-size: 250% auto;
	background-position: right 0px;
	position: relative;
	padding: 200px 0px;
}
#outline .inner {
	width: 1000px;
	margin: 0 auto 50px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 10px #444444;
	padding: 100px 0;
}
#outline .wave01 img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -10px;
	left: 0px;
}
#outline .wave02 img {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: -10px;
	left: 0px;
}
#outline table {
	margin: 0 auto;
	width: 800px;
}
#outline th {
	border-bottom: 1px dotted #444444;
	padding: 16px 0 16px 20px;
	white-space: nowrap;
	width: 180px;
	vertical-align: top;
	font-weight: bold;
}
#outline td {
	border-bottom: 1px dotted #444444;
	padding: 16px 0;
}
#outline td dt {
	float: left;
	width: 150px;
}
#outline .btn {
	border-radius: 3px;
	background-color: #35b095;
	line-height: 1.5em;
	text-align: center;
	display: inline-block;
	width: 50px;
}
#outline .map a {
	color: #ffffff;
}

/*---------------------------------------------------------project*/
#project {
	background-color: #C1E3DC;
	position: relative;
	padding: 100px 0;
}
#project .inner {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	padding: 50px 0 120px;
	overflow: hidden;
	display: flex;
}
#project h3 {
	font-size: 150%;
	display: block;
	width: 98%;
	margin: -55px auto 0;
	text-align: center;
}

#project h3 .title{
	font-size: 200%;
	color: #c8ab78;
	padding-bottom: 10px;
	line-height: 180%;
}
#project h3 span {
	font-size: 12px;
	line-height: 1%;
}
#project .inner h3:after {
	display: block;
}

.project01, .project02, .project03, .project04 {
	background-color: #ffffff;
	width: 21%;
	height: auto;
	padding: 1%;
	margin: 0 1%;
	text-align: left;
}


#project .project_inner {
	margin-top: 80px;
}

#project .project01 h3 {
	margin-top: 20px;
}

.project01 h3:after {
	content: url(../img/icon_project01.png);
	margin: 60px 0 25px;
}
.project02 h3:after {
	content: url(../img/icon_project02.png);
		margin: 40px 0 15px;
}
.project03 h3:after {
	content: url(../img/icon_project03.png);
	margin: 10px 0 15px;
}
.project04 h3:after {
	content: url(../img/icon_project04.png);
	margin: 55px 0 15px;
}

.projectfb {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -130px;
	width: 1000px;
	margin: auto;
	background-image: url(../img/projectfb_bg.jpg);
}
.projectfb .icon_fb {
	position: absolute;
	top: 100px;
	left: 40px;
}
.projectfb .fb_inner {
	text-align: left;
	margin: 25px 25px 25px 160px;
	position: relative;
}
.projectfb .fb_img {
	position: absolute;
	top: -100px;
	right: -170px;
}
.projectfb .fb_img p {
	color: #ffffff;
	font-weight: bold;
	display: block;
}
.projectfb a {
	color: #ffffff;
	text-decoration: none;
}
.projectfb h4 {
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: #35b095;
}
.projectfb .btn {
	margin-top: 10px;
	border-radius: 3px;
	background-color: #35b095;
	display: block;
	line-height: 40px;
	width: 100%;
	text-align: center;
}
#project .line{
	text-decoration: underline;
}
/*---------------------------------------------------------timeschedule*/
#timeschedule {
	width: 100%;
	background-image: url(../img/bg_section01_04.jpg);
	background-repeat: no-repeat;
	background-size: 150% auto;
	background-position: bottom;
	padding: 200px 0px 100px;
}
#timeschedule .inner {
	width: 1000px;
	margin: 0 auto 100px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 10px #444444;
	padding: 100px 0;
}
#timeschedule table {
	margin: 0 auto;
	width: 800px;
}
#timeschedule th {
	border-bottom: 1px dotted #444444;
	padding: 16px 0 16px 20px;
	white-space: nowrap;
	width: 180px;
	vertical-align: top;
	font-weight: bold;
}
#timeschedule td {
	border-bottom: 1px dotted #444444;
	padding: 16px 0;
}

#timeschedule table table {
	margin: 0 auto;
	width: 620px;
}
#timeschedule table table th, #timeschedule table table td {
	border-bottom: 1px solid #A8A8A8;
}
#timeschedule table table th {
	width: 80px;
}
#outline .inner01 {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 10px #444444;
	padding: 25px 0;
}

#outline .inner01 img {
	padding-bottom: 25px;
}
#timeschedule .wave01 img {
	width: 100%;
	height: auto;
	margin-bottom: -2px;
}
/*---------------------------------------------------------message*/
#massage {
	width: 100%;
	background-color: #c1e3dc;
	margin-top: -100px;
}
#massage .inner {
	max-width: 1000px;
	margin: 0 auto 50px;
}
/*---------------------------------------------------------newsletter*/
#newsletter {
	background-color: #E2DCE6;
	width: 100%;
	height: auto;
}
#newsletter .inner {
	width: 1000px;
	margin: 0 auto;
/*	text-align: left;*/
}
#newsletter h2 {
	display: inline-block;
	margin-right: 100px;
}
#newsletter h2 span {
	padding: 20px 0 0 0;
}
#newsletter ul {
	display: inline-block;
	width: 350px;
	margin: 0 auto;
	vertical-align: top;
	text-align: left;
}
#newsletter ul li {
	display: inline;
	margin-right: 1em;
}
/*---------------------------------------------------------aplication-contact*/
#application-contact {
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat;
	overflow: auto;
	padding-top: 100px;
}
#application-contact .inner {
	width: 1000px;
	margin: 0px auto;
}
#application-contact .ac_big {
	font-size: 140%;
}
#application-contact .btn {
	border-radius: 3px;
	background-color: #35b095;
	display: block;
	line-height: 45px;
	width: 300px;
	margin-top: 10px;
	font-size: 150%;
}
#application-contact a {
	color: #ffffff;
	text-decoration: none;
}
#application-contact .inner-flex {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#application-contact .left, #application-contact .right {
	display: block;
	border: 1px solid #35B095;
	/*float: left;*/
	width: 30%;
	padding: 40px;
	height: auto;
}
#application-contact .left {
	margin: 0 70px;
}
#application-contact .left .end {
	font-size: 150%;
	margin-top: 2em;	
}
/*--------------------------------------------------------------footer*/

footer {
	width: 100%;
	line-height: 100px;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat;
}
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#pagetop img {
	margin-top: 10px;
}
#pagetop img.pagetop:hover {
	-webkit-transform: translate(5px, 5px);
	-moz-transform: translate(5px, 5px);
	-ms-transform: translate(5px, 5px);
	-o-transform: translate(5px, 5px);
	transform: translate(0, -5px);
}
#pagetop img.share:hover {
	-webkit-transform: translate(5px, 5px);
	-moz-transform: translate(5px, 5px);
	-ms-transform: translate(5px, 5px);
	-o-transform: translate(5px, 5px);
	transform: translate(0, -5px);
}

/*-------------------------------------画面サイズ1300px以下*/
@media screen and (max-width:1300px) {
#top h2 {
	color: #009a78;
	text-align: center;
	font-size: 150%;
	margin: -50px 0 10px;
	line-height: 1.8em;
	font-weight: bold;
}
	#project h3 .title{
		font-size:160%;
	}
#project h3 {
	height: auto;
	margin-top: -40px;

}
.projectfb .fb_img {
	position: absolute;
	top: -80px;
	right: -100px;
}
.projectfb .fb_img img {
	width: 70%;
	height: auto;
}
}

/*-------------------------------------画面サイズ1000px以下*/
@media screen and (max-width:1000px) {
section {
	width: 100%;
	font-size: 80%;
	line-height: 150%;
}
header .fb-like{
	width: 90%;
	text-align: right
}
#outline {
	padding: 80px 0;
}
	
#outline .inner, #timeschedule .inner, #outline .inner01 {
	width: 90%;
}
#outline .inner table, #timeschedule .inner table {
	width: 90%;
}
#project .inner {
	display: block;
	padding: 0 0 50px;
}
.project01, .project02, .project03, .project04 {
	width: 90%;
	margin: 80px auto;
	padding-bottom: 10px;
}
.project01 p, .project02 p, .project03 p, .project04 p {
	width: 80%;
	margin: 0 auto 20px;
}
	
	#project h3{
		margin-top: -30px;
	}
.projectfb {
	width: 100%;
	bottom: -150px;
}
.projectfb .icon_fb {
	position: static;
}
.projectfb .fb_img {
	position: absolute;
	top: -150px;
}
.projectfb .icon_fb img {
	padding: 25px 0;
}
.projectfb .fb_inner {
	width: 90%;
	margin: 0 auto 25px;
}
#timeschedule {
	background-size: 200% auto;
}
	#massage .inner{
max-width: 90%;
}
	#newsletter .inner{
		width: 90%;
	}
	#newsletter h2 {
		display: block;
	margin: 0 0 50px 0;
}

#newsletter .inner ul {
	width: 290px;
	display: block;
}
#application-contact .inner {
	width: 100%;
	text-align: center;
}
#application-contact .btn {
	border-radius: 3px;
	background-color: #35b095;
	display: block;
	line-height: 200%;
	width: 100%;
}
#application-contact .left, #application-contact .right {
	width: 30%;
	padding: 25px;
}
}

/*-------------------------------------画面サイズ767px以下*/
@media screen and (max-width: 767px) {
#top p {
	display: block;
	padding: 0 10px;
	font-size: 80%;
}
#massage .inner {
	text-align: left;
	font-size: 100%;
}
#top .pc {
	display: none;
}
#top .sp {
	display: block;
	width: 80%;
	margin: 0 auto;
}
header .scroll {
	display: none;
}
.projectfb .fb_img img {
	width: 40%;
	margin-left: 150px;
}
.projectfb .fb_img {
	margin-right: -50px;
}
#project .projectfb h4 {
	font-size: 1rem;
}


#outline {
	background-size: 600% auto;
}
	#outline .inner01 p {
	margin: 10px;
		text-align: left;
}
#outline .inner table, #timeschedule .inner table {
	display: block;
	width: 90%;
}
#outline th, #timeschedule th {
	width: 100%;
	display: block;
	border-bottom: none;
	padding: 16px 0 0px 5px;
}
#outline td, #timeschedule td {
	display: block;
	width: 100%;
}
#timeschedule tr th.time {
	border-bottom: none;
}
th.sp {
	margin-top: -50px;
}
	#application-contact .left, #application-contact .right {
	width: 80%;
	margin: 1% 4%;
}
#pagetop {
	position: static;
	width: 100%;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat;
}
#pagetop ul li{
		display: inline-block;
	}

}

/*-------------------------------------画面サイズ479px以下*/
@media screen and (max-width: 479px) {
#top h2 {
	font-size: 120%;
	margin: -30px 0 10px;
	line-height: 1.5em;
}
header .scroll img {
	width: 10%;
	height: auto;
}
#outline .inner {
	padding: 80px 0 80px;
}
#timeschedule .inner {
	padding: 80px 0;
}
#project, #application-contact {
	padding: 80px 0 120px;
}
#outline {
	background-size: 550% auto;
	background-position-y:-50px;
	padding: 50px 0;
}

#timeschedule {
	background-size: 400% auto;
}
#outline .wave01 img, #outline .wave02 img, #timeschedule .wave01 img {
	display: none;
}
.projectfb .fb_img {
	margin: 0 -40px 0 0;
	padding: 0px;
}
.projectfb .icon_fb img {
	width: 15%;
	margin: 0;
	height: auto;
	padding-top: -10px;
}
	}
