@charset "UTF-8";

html {
	position: relative;
}
a:hover img {
	opacity: 0.75;
	transition: all 0.2s linear;
}
.inner {
	width:960px;
	margin:0 auto;
	position: relative;
}
.header .header-logo {
	float:left;
}
.header .header-tel {
	float:right;
}

.mv {
	background: url(../img/mv01.png) no-repeat 73.5% top;
	background-color: #fbe8ce;
	height:554px;
}

@media screen and (max-width: 1700px){
	.mv {
		background-position: 85.5% 0;
	}
}
@media screen and (max-width: 1300px){
	.mv {
		background-position: 200px 0;
	}
}
@media screen and (max-width: 960px){
	.mv {
		background-position: 80px 0;
	}
}

.mv .mv01 {
	position: absolute;
	top:30px;
	left:75px;
}
.mv .btn01 {
	display: block;
	position: absolute;
	top:404px;
	left:40px;
}

.wave01 {
	margin-top:-8px;
	padding-top:8px;
	background: url(../img/wave01.png) repeat-x center top;
}

.two-column ul {
	padding:0 40px;
}
.two-column li {
	width:400px;
}
.two-column .left {
	float:left;
}
.two-column .right {
	float:right;	
}
.two-column li p span {
	color:#ff7200;
}

.three-column ul {
	padding:0 40px 72px;
}
.three-column li {
	width:238px;
	float:left;
}
.three-column .left {
	margin-right:83px;
}
.three-column .center {
	margin-right:83px;
}
.three-column .right {
}
.three-column li p span {
	color:#ff7200;
}

.two-column2 ul {
	padding:0 202px 72px;
}
.two-column2 li {
	width:238px;
}
.two-column2 .left {
	float:left;
}
.two-column2 .right {
	float:right;	
}
.two-column2 li p span {
	color:#ff7200;
}

.section02 {
	background-color: #E5F2C9;
}

.cv {
	background-color: #FBE4C8;
}
.cv .inner {
	height: 250px;
	background: url(../img/cv01.png) no-repeat left top;
}
.cvbtn01 {
	position: absolute;
	top:117px;
	left:504px;
}
.fukidashi {
	position: absolute;
	top:45px;
	left:415px;
}
.cvbtn02 {
	position: absolute;
	bottom:53px;
	left:120px;
}


.section05 {
	background-color: #FBF7C9;
	padding-bottom:98px;
}
.voice {
	margin-bottom:40px;
}
.voice .profile {
	width:124px;
	float: left;
}
.voice .profile img {
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	width:124px;
	height:124px;
}
.voice .profile p {
	font-size:16px;
	text-align: center;
	color:#ff8400;
	font-weight: bold;
	padding-top:0.6em;
	line-height: 1.4;
}
.voice .profile p span {
	font-size:13px;
}
.voice .voice-body {
	width:736px;
	background-color: #fff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
	padding:24px 32px;
	float: left;
	position: relative;
}
.voice .voice-body h3 {
	font-size: 20px;
	padding-bottom:3px;
	line-height: 40px;
	color:#ff8400;
	font-weight: bold;
	background: url(../img/s05-line.png) repeat-x left bottom;
}
.voice .voice-body p {
	font-size: 16px;
	padding:0.8em 0;
}
.voice.arrow-left .profile {
}
.voice.arrow-left .voice-body {
	margin-left:20px;
}
.voice.arrow-left .voice-body:before {
	content:"";
	background: url(../img/s05-arrow.png) no-repeat left top;
	width:16px;
	height:16px;
	position: absolute;
	top:37px;
	left:-15px;
}
.voice.arrow-right .profile {}
.voice.arrow-right .voice-body {
	margin-right:20px;
}
.voice.arrow-right .voice-body:before {
	content:"";
	background: url(../img/s05-arrow2.png) no-repeat left top;
	width:16px;
	height:16px;
	position: absolute;
	top:37px;
	right:-15px;
}

.more-btn a {
	display: block;
	width:404px;
	height:56px;
	margin:0 auto;
}

.section06 .inner {
	padding:0 40px;
}
.section06 .faq {
	background-color: #E8F3D1;
}
.section06 .faq dd {
	padding:24px 50px 40px 116px;
	background: url(../img/s06-a.png) no-repeat 50px 32px;
}
.section06 .faq dd span {
	font-size:13px;
}



.footer {
	background-color: #543601;
}
.footer p {
	color:#fff;
	text-align: center;
	padding:1em 0;
}
.pagetop {
	position: fixed;
	bottom:8px;
	right:8px;
	z-index: 10;
}
