@charset "utf-8";
/* CSS Document */

/*HOME*/

.bg_contents {
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}
.bg_contents:before {
	content: '';
	position: absolute;
	bottom: 112px;
	left: 0;
	width: 120%;
	height: 80%;
	margin: 2% -10% 0;
	background: rgba(246, 246, 246, 0.9);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -1;
}
.bg_contents:after {
	content: '';
	position: absolute;
	top: 0;
	width: 120%;
	height: 20%;
	background: rgba(246, 246, 246, 0.9);
}
.bg_contents_inner {
	box-sizing: boder-box;
	height: 100%;
	margin: 0 auto;
}
/*---------------------------------------------------
main
----------------------------------------------------*/

main {
	font-size: 16px;
}
main #main-visual {
    position: relative;
    background: url(../img/main.jpg) no-repeat;
    width: 100%;
    height: 0;
    padding-top: 42%;
    padding-bottom: 50px;
    background-size: cover;
    z-index: -1;
}
#main-visual:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 18%;
    margin: 2% -10% 0;
    background: rgba(246, 246, 246, 0.8);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -1;
}
main #main-visual p img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    z-index: 100;
}



/*---------------------------------------------------
section
----------------------------------------------------*/

section {
	padding: 90px 0 40px;
}
section h1 {
	margin: 0 auto 24px;
	text-align: center;
}
section h2 {
	font-size: 18px;
	display: block;
	margin: 0 auto 48px auto;
	text-align: center;
	position: relative;
	letter-spacing: 0.13em;
}
section .catch {
	text-align: center;
	font-weight: bold;
	margin: 0 0 48px 0;
	font-size: 18px;
	letter-spacing: 0.1em;
}
section .fade {
	opacity: 0;
	transition: opacity .5s ease;
}
section .fade.show {
	opacity: 1;
}
/*---------------------------------------------------
WELCOME
----------------------------------------------------*/

#welcome {
	z-index: 20;
	padding:0 0 40px 0;
}

#welcome h1 {
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 0;
    right: 0;
    margin: auto;
}

#welcome h2 {
    position: absolute;
    z-index: 10;
    top: 80px;
	left: 0;
    right: 0;
    margin: auto;
    width: 50%;
}


#welcome .description {
	width:40%;
	margin: 70px auto 0;
    padding: 24px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

#welcome .description:before, #welcome .description:after {
    content: '';
    width: 38px;
    height: 38px;
    position: absolute;
    display: inline-block;
}

#welcome .description:before {
    border-left: solid 1px #111;
    border-top: solid 1px #111;
    top: 0;
    left: 0;
}

#welcome .description:after {
    border-right: solid 1px #111;
    border-bottom: solid 1px #111;
    bottom: 0;
    right: 0;
}


#welcome .description p {
	text-align: center;
	line-height: 2.4;
	font-size: 16px;
}


/*---------------------------------------------------
ABOUT US
----------------------------------------------------*/

#aboutus {
	background: url(../img/sec02_bg.png) no-repeat;
	padding: 0 0 85px 0;
	background-position: center bottom;
	background-size: contain;
}
#aboutus .au01 {
	padding: 0 0 80px 0;
	position: relative;
	overflow: hidden;
	/*padding: 80px 0;*/
}
/*#aboutus .au01:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 26%;
    margin: 22% -10% 0;
    background: #6BE729;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -1;
}*/

#aboutus .au01 figure {
	float: left;
	margin: 0 46px 0 0;
	box-shadow: 10px 10px 8px -6px rgba(0, 0, 0, .3);
	width: 58%;
	position: relative;
}
#aboutus .au01 .line {
	position: absolute;
	z-index: 2;
	top: 0;
	right: -70px;
}
#aboutus .au01 .au01_content {
	float: left;
	width: 38%;
	padding: 50px 0 0 0;
}
#aboutus h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 40px 0;
	z-index: 10;
}
#aboutus h3 span {
	display: block;
	margin: 0 0 18px 0;
}
#aboutus .au01 .au01_content .message_box {
	padding: 40px;
	background: #fff;
	position: relative;
	/*width: 66%;*/
	z-index: 1;
	box-sizing: border-box;
}
#aboutus .au01 .au01_content .message_box:before, #aboutus .au01 .au01_content .message_box:after {
	content: '';
	width: 38px;
	height: 38px;
	position: absolute;
	display: inline-block;
}
#aboutus .au01 .au01_content .message_box:before {
	border-left: solid 1px #111;
	border-top: solid 1px #111;
	top: 0;
	left: 0;
}
#aboutus .au01 .au01_content .message_box:after {
	border-right: solid 1px #111;
	border-bottom: solid 1px #111;
	bottom: 0;
	right: 0;
}
#aboutus .au01 .au01_content .message_box p {
	margin: 0;
	padding: 0;
}
/*#aboutus .au02 {
	background:url(../img/sec02_bg.png) no-repeat;
	padding: 0 0 40px 0;
}
*/

#aboutus .au02 h3 {
	text-align: center;
}
#aboutus .au02 h3 span {
	text-align: center;
}
#aboutus .au02 .service_txt {
	text-align: center;
	margin: 0 0 76px 0;
	line-height: 1.6;
}
#aboutus .au02 ul li {
	float: left;
	width: 44%;
	margin: 0 3% 20px;
	background: #fff;
	box-shadow: 10px 10px 8px -6px rgba(0, 0, 0, .3);
}
#aboutus .au02 ul li .txt_area {
	padding: 22px 0 30px 32px;
}
#aboutus .au02 ul li .txt_area h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 40px;
	margin: 0 0 18px 0;
}
#aboutus .au02 ul li.s_01 .txt_area h4 {
	background: url(../img/icon01.png) no-repeat;
}
#aboutus .au02 ul li.s_02 .txt_area h4 {
	background: url(../img/icon02.png) no-repeat;
}
#aboutus .more {
	text-align: center;
	margin: 30px 0;
}
#aboutus .more a {
	display: inline-block;
	background-color: #111;
	color: #fff;
	font-size: 16px;
	line-height: 4.8;
	width: 360px;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.1em;
}
/*---------------------------------------------------
NEWS
----------------------------------------------------*/

.bg_contents_g {
	position: relative;
	overflow: hidden;
	padding: 80px 0;
	background: #eee;
}
.bg_contents_g:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120%;
	height: 20%;
	margin: 2% -10% 0;
	background: #6BE729;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: 0;
}
#news {
	background: #EEEEEE;
}
#news .news_box {
	width: 90%;
	margin: 0 auto 50px;
	padding: 50px 130px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	box-shadow: 10px 10px 8px -6px rgba(0, 0, 0, .3);
}
#news .news_box:before, #news .news_box:after {
	content: '';
	width: 38px;
	height: 38px;
	position: absolute;
	display: inline-block;
}
#news .news_box:before {
	border-left: solid 1px #111;
	border-top: solid 1px #111;
	top: 0;
	left: 0;
}
#news .news_box:after {
	border-right: solid 1px #111;
	border-bottom: solid 1px #111;
	bottom: 0;
	right: 0;
}
#news .news_box p {
	margin: 0;
	padding: 0;
}
#news .news_box li {
	border-bottom: solid 1px #eee;
}
#news .news_box .date {
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 22px;
	border-bottom: solid 3px #555;
	color: #555;
}
#news .news_box dd {
	display: inline-block;
	letter-spacing: 0.1em;
	padding: 20px 40px;
	color: #111;
}
/*---------------------------------------------------
スマホ版
----------------------------------------------------*/

@media (max-width: 599px) {
	main #main-visual {
		background: url(../img/sp_main.jpg) no-repeat;
		padding-top: 79%;
		background-size: cover;
	}	
	
	main #main-visual p img {
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;
	}
	section {
		padding: 30px 0;
	}
	
	section p {
		font-size:1.4rem;
		line-height: 1.9;
	}
	
	section h1 {
		width: 50%;
		margin: 0 auto 16px;
	}	
	
	section h2 {
		line-height: 24px;
		margin: 0 auto 30px;
		font-size:1.6rem;
	}
	
	.bg_contents {
		position: relative;
		overflow: hidden;
		padding: 60px 0 30px;
	}
	
	.bg_contents:before {
		bottom: 70px;
	}	
	
	#welcome {
		padding: 0 0 60px 0;
	}	
	
	#welcome h1 {
		position: absolute;
		z-index: 10;
		top: 30px;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	#welcome h2 {
     width: auto; 
	 line-height: 1.6;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	#welcome .description {
		width: 90%;
		margin: 70px auto 0;
		padding: 5%;
	}
	#welcome .description p {
		font-size: 12px;
	}
	
	#aboutus {
		background: none;
		padding:0 ;
	}
		
	#aboutus .au01 figure {
		float: none;
		margin: 0;
		width: 100%;
	}	
	
	#aboutus h3 {
		margin: 0 0 30px 0;
	}
	
	#aboutus h3 span {
		display: block;
		margin: 0 0 8px 0;
	}

	#aboutus .au01 {
		padding: 0 0 40px 0;
	}

	#aboutus .au01 .line {
		bottom: -50px;
		left: 2%;
	    top: auto;
		right: auto;
	}
	
	#aboutus .au01 .line img {
		width:50%;
	}
	
	#aboutus .au01 .au01_content {
		float: none;
		width: 90%;
		margin: 0 auto;
		padding: 30px 0 0 0;
	}
	
	#aboutus .au01 .au01_content .message_box {
		padding: 6%;	
	}

	#aboutus .au02 {
		background: url(../img/sp_sec02_bg.jpg) no-repeat;
		padding: 20px 0;
		background-position: center top;
		background-size: cover;
	}
		
	#aboutus .au02 h3,#aboutus .au02 h3 span  {
		text-align: left;
		padding: 0 0 0 4%;
	}	
	
	#aboutus .au02 .service_txt {
		text-align: left;
		margin: 0 0 30px 0;
	}	
	
	#aboutus .au02 ul li {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}	

	#aboutus .au02 ul li .txt_area {
		padding: 20px;
		/* box-sizing: border-box; */
	}

	#aboutus .more a {
		width: 100%;
	}	

	.bg_contents_g {
		padding: 0;
	}
	
	.bg_contents_g:before {
		height: 9%;
	}

	#news .news_box {
		width: 100%;
		padding:8% 6%;
	}
	
	#news .news_box li {
		margin: 0 0 10px 0;
		font-size:1.4rem;
	}

	#news .news_box .date {
		padding: 10px;
	}	
	
	#news .news_box dd {
		padding: 10px 0 20px;
		letter-spacing: 0.02em;
	}

	#contact .tel_box {
		width: 100%;
		padding: 8% 6%;
	}

	#contact .time {
		padding: 10px 0 0 0;
		font-size: 1.4rem;
	}
	
	#contact {
		padding: 0 0 60px 0;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
}



































