@charset "UTF-8";

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Helvetica Neue',Helvetica,Arial,Meiryo,メイリオ,sans-serif;
	line-height: 1.55em;
	letter-spacing: 1px;
	color: #4a4a4a;
	font-size: 14px;
}

@media screen and (max-width:1000px){
	body {
		line-height: 1.5em;
	}
}

@media screen and (max-width:1000px){
	img {
		max-width: 100%;
	}
}

.container {
	width: 1600px;
	margin: 0 auto;
	background: #fff;
}

@media screen and (max-width:1600px){
	.container {
		max-width: 100%;
	}
}

@media screen and (max-width:1000px){
	.container {
		max-width: 100%;
	}
}

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width:1300px){
	.wrapper {
		max-width: 868px;
	}
}

@media screen and (max-width:768px){
	.wrapper {
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

.sp {
	display: none;
}

.tablet {
	display: none;
}

@media screen and (max-width:1000px){
	.sp {
		display: none;
	}

	.tablet {
		display: block;
	}

	.pc {
		display: none;
	}
}

@media screen and (max-width:768px){
	.sp {
		display: block;
	}

	.tablet {
		display: none;
	}

	.pc {
		display: none;
	}
}

#header {
	width: 1600px;
	margin: 0 auto;
	position: fixed;
	/*background: rgba(255,255,255,0.8);*/
	background: #fffbec;
	z-index: 200;
	height: 70px;
}

@media screen and (max-width:1600px){
	#header {
		width: 100%;
	}
}

@media screen and (max-width:1000px){
	#header {
		position: static;
		width: 100%;
		height: 50px;
	}
}

.header-inner {
	width: 100%;
	display: table;
	text-align: center;
	padding: 7px 0;
}

@media screen and (max-width:1000px){
	.header-inner {
		padding: 0 !important;
	}
}

.haeder-logo {
	float: left;
}

.haeder-logo img {
	height: 55px;
}

@media screen and (max-width:1000px){
	.haeder-logo {
		margin: 4px 0px 6px 11px;
	}
	.haeder-logo img {
		height: 40px;
	}
}

#humberger {
	display: none;
}

@media screen and (max-width:1000px){
	#humberger {
		float: right;
		display: block;
	}

	#close {
		display: none;
		float: right;
	}
}

.nav-right {
	float: right;
}

.gnav {
	float: left;
	margin: 19px 24px;
}

.gnav li {
	float: left;
}

.gnav li:first-child {
	border-right: 1px solid #4a4a4a;
}

.gnav li a {
	display: block;
	line-height: 1em;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	color: #4a4a4a;
	margin: 0px 24px;
}

.header-tel {
	margin: 5px 0;
	margin-right: 30px;
}

.tel_num {
	font-size: 24px;
}

.ico_tel {
	margin: 2px 6px;
}

.tel_time {
	font-size: 13px;
	margin-left: 10px;
}

.header-btn-contact {
	text-align: center;
	display: block;
	background-color: #ea5415;
	color: #fff !important;
	text-decoration: none !important;
    font-size: 13px;
    width: 154px;
    padding: 7px;
    margin: 6px 0;
    font-weight: normal;
    border-radius: 5px;
}

.header-btn-contact:hover {
	background-color: #f46d33;
}

.ico_mail_header {
    width: 19px;
    margin: 4px 7px 4px 0;
}

#sp-gnav {
	display: none;
}

@media screen and (max-width:1000px){
	#sp-gnav {
		position: absolute;
		top: 0;
		background-color: #595758;
		width: 100%;
		height: 300px;
		z-index: 99;
	}
	#sp-gnav ul {
		padding-top: 50px;
	}

	#sp-gnav ul li a {
		display: block;
		line-height: 1em;
		letter-spacing: 2px;
		text-decoration: none;
		color: #fff;
		margin: 15px;
		text-align: center;
		padding: 15px 0;
		font-size: 16px;
		line-height: 1.5em;
		width: 60%;
		margin: 0 auto;
	}

}

.hero {
	padding-top: 70px;
}

@media screen and (max-width:1000px){
	.hero {
		padding-top: 0;
	}
}

#top .hero-bg {
	width: 100%;
    background: url(../img/top/main.jpg) no-repeat;
	background-size:cover;
    overflow: hidden;
}

.black_bg {
    width: 41%;
    height: 306px;
    position: absolute;
    background: rgba(92, 92, 96, 0.25);
    z-index: 99;
    right: 0px;
    top: 114px;
}

@media screen and (max-width:1600px){
	.black_bg {
	    top: 100px;
	}
}

@media screen and (max-width:1300px){
	.black_bg {
		width: 43%;
	    top: 80px;
	}
}

@media screen and (max-width:1000px){
	.black_bg {
		width: 40%;
		top: 30px;
		height: 240px;
	}
}

@media screen and (max-width: 768px){
	.black_bg {
		width: 70%;
		top: 0;
		height: 240px;
	}
}

#top .hero-bg {
	height: 902px;
	position: relative;
}

@media screen and (max-width:1600px){
	#top .hero-bg {
		background-position: 66% 0%;
		background-size: 100% auto;
	}
}

@media screen and (max-width:768px){
	#top .hero-bg {
		width: 100%;
	    background: url(../img/top/main.jpg) no-repeat;
		background-position: 51% -1%;
		background-size: 233% auto;
	    margin-bottom: 0;
	}
}

.hero-inner {
	position: relative;
}

#top .hero-inner {
	position: static;
}

.hero-box {
	position: absolute;
	color: #fff;
    right: 0;
    top: 0;
    text-align: right;
	margin-top: 150px;
	margin-right: 3%;
}

#top .hero-box {
	position: absolute;
	text-shadow: 0 0 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    margin: auto;
    padding: 30px;
    background: rgba(92, 92, 96, 0.3);
    width: 360px;
    height: 300px;
}

@media screen and (max-width:1293px){
	.hero-box {
		margin-top: 12%;
	}
}

@media screen and (max-width:1600px){
	.hero-box {
		margin-top: 13%;
		margin-right: 2%;
	}
}

@media screen and (max-width:1000px){
	.hero-box {
		right: 1%;
		margin-top: 7%;
	}

	#top .hero-box {
		width: 300px;
		height: 250px;
	}
}

.hero_ttl {
	font-size: 37px;
	line-height: 1.2em;
	text-align: left;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
   	letter-spacing: 2px;
}

#top .hero_ttl {
	margin-right: -12px;
	font-weight: bold !important;
}

@media screen and (max-width:1000px){
	.hero_ttl {
		font-size: 24px;
	}
}

.hero_sub_ttl {
	margin-top: 15px;
    font-size: 20px;
    line-height: 1.4em;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    letter-spacing: 3px;
    font-weight: bold;
}

#top .hero_sub_ttl {
	font-weight: bold !important;
}

@media screen and (max-width:1000px){
	.hero_sub_ttl {
		font-size: 18px;
	}
}

.hero_sub_copy {
	margin-top: 10px;
}

#top .hero_sub_copy {
	margin-top: 0;
}

@media screen and (max-width:1000px){
	.hero_sub_copy {
		margin-top: 5px;
	}
}

/*.circle {
	position: relative;
}

.circle:before {
	position: absolute;
	top: -81%;
	left: 11%;
	margin: auto;
	font-size: 20px;
	content: "・";
	font-weight: bold;
}

.mac .circle:before {
	top: -80%;
}

@media screen and (max-width:1000px){
	.circle:before {
		top: -80%;
		left: -3%;
	}
}
*/
.ico_mail {
	position: relative;
}

.ico_mail:before {
	position: absolute;
	left: -32px;
	top: 0px;
	width: 29px;
	background: url(../img/common/mail.png) no-repeat;
	background-size: 75%;
	content: "";
	height: 21px;
}

@media screen and (max-width:1000px){
	.ico_mail:before {
		left: -26px;
		top: 2px;
		background-size: 68%;
	}
}

.bg-gray {
	background-color: #fafafa;
}

.btn-contact-hero {
    text-align: center;
    display: block;
    background-color: #ea5415;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    width: 200px;
    padding: 10px;
    margin: 24px auto;
    font-weight: normal;
    border-radius: 5px;
    padding-left: 29px;
}

#top .btn-contact-hero  {
	margin: 24px 0;
}

.btn-contact-hero:hover {
	background-color: #f46d33;
}

@media screen and (max-width:1000px){
	.btn-contact-hero {
		width: 171px;
		font-size: 14px;
		padding: 13px 0;
		line-height: 1em;
		padding-left: 20px;
		margin: 15px auto;
	}
}

.contents {
	width: 100%;
	padding: 60px 0;
}

@media screen and (max-width:1000px){
	.contents {
		margin-bottom: 0px;
		padding: 40px 0;
	}
}


.intro {
	margin-bottom: 50px;
}

@media screen and (max-width:1000px){
	.intro {
		margin-bottom: 30px;
	}
}

.top-heading2 {
	text-align: center;
	font-size: 28px;
	color: #4a4a4a;
	margin-bottom: 20px;
}
@media screen and (max-width:1000px){
	.top-heading2  {
		line-height: 1.3em;
		font-size: 20px;
	}
}

.top-heading2-txt {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width:1293px){
	.top-heading2-txt  {
		width: 80%;
	}
}

@media screen and (max-width:1000px){
	.top-heading2-txt  {
		width: 90%;
	}
}

#top-business {
	padding-bottom: 30px;
}

@media screen and (max-width:1000px){
	#top-business {
		padding-bottom: 20px;
	}
}

.business-list {
}

.business-list li {
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	width: 31%;
}

.business-list li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width:1000px){
	.business-list li:nth-child(3n) {
		margin-right: 4%;
	}
}

@media screen and (max-width:1000px){
	.business-list li {
		width: 48%;
		height: auto;
		margin-right: 4%;
		margin-bottom: 4%;
	}

	.business-list li:nth-child(even) {
		margin-right: 0;
	}
}

.business-list li img {
	width: 100%;
}

.business-name {
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width:1000px){
	.business-name {
		font-size: 12px;
		margin-top: 5px;
	}
}

.ico_box {
	margin-top: 15px;
	margin-bottom: 10px;
}

@media screen and (max-width:1000px){
	.ico_box {
		margin-bottom: 7px;
	}
}

.ico_box img {
	width: 40%;
}

@media screen and (max-width:1000px){
	.ico_box img {
		width: 40%;
	}

}

.service-list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 12px 10px;
	background-color: #fff;
	text-align: center;
	box-shadow:0px 0px 1px 1px #eee;
	-moz-box-shadow:0px 0px 1px 1px #eee;
	-webkit-box-shadow:0px 0px 1px 1px #eee;
	border-radius: 5px;
}


.service-list li a.service_link {
	text-decoration: none;
}

@media screen and (max-width:1000px){
	.service-list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
		padding: 10px;
	}
}


.service-list li:nth-child(3n){
	margin-right: 0;
}

@media screen and (max-width:1000px){
	.service-list li:nth-child(3n){
		margin-right: 4%;
	}
	.service-list li:nth-child(even){
		margin-right: 0;
	}
}

.servie-list-photo {
}

.service-list-cont {
}

.service-list-name {
	/*color: #0176c3;*/
	color: #5d5d5d;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
}

@media screen and (max-width:1000px){
	.service-list-name {
		font-size: 14px;
		line-height: 1.3em;
	}
}

.service-list-txt {
	padding-top: 5px;
	padding-bottom: 15px;
	color: #4a4a4a;
	font-weight: normal;
	text-decoration: none !important;
}

@media screen and (max-width:1000px){
	.service-list-txt {
		padding-top: 7px;
		padding-bottom: 15px;
		font-size: 85%;
		line-height: 1.5em;
	}
}

.point-triangle {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-bottom: 25px solid #208dc5;
}

/*#top-service {
	padding-bottom: 50px;
}*/

@media screen and (max-width:1000px){
	#top-service {
		padding-bottom: 20px;
	}
}

.service-num {
    font-size: 22px;
    text-align: center;
    border-top: 4px solid #5d5d5d;
    color: #5d5d5d;
    padding-top: 10px;
    width: 35px;
	margin: 0 auto;
	margin-top: 5px;
	text-decoration: none !important;
}

@media screen and (max-width:1000px){
	.service-num {
		border-top: 3px solid #5d5d5d;
		font-size: 16px;
		width: 35px;
		padding-top: 5px;
	}
}

.step-box {
	width: 826px;
	margin: 0 auto;
}

@media screen and (max-width:1000px){
	.step-box {
		max-width: 100%;
	}
}

.step-box li {
    float: left;
    width: 200px;
    margin-top: 84px;
}

@media screen and (max-width:768px){
	.step-box li {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 0;
	}
}

.step-box li:last-child {
	margin-right: 0;
}

.step-num {
	font-size: 22px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
}

.step-box {
	background-image: url(../img/top/step.png);
	width: 800px;
	height: 167px;
}

@media screen and (max-width:768px){
	.step-box {
		background-image: none;
		height: auto;
		display: none;
	}
}

.sp-step {
	text-align: center;
}

.step1 {
}

.step2 {
	padding-left: 9px;
	margin-top: 91px !important;
}

.step3 {
	margin-top: 78px !important;
	padding-left: 10px;
}

@media screen and (max-width:768px){
	.step3 {
		margin-top: 0 !important;
	}
}

.step4 {
	color: #fff;
	margin-top: 91px !important;
}

.step-txt {
	line-height: 1.5em;
	text-align: center;
}

.sankaku {
	position: relative;
}

.sankaku:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 45px solid transparent;
	border-top: 45px solid #fff;
}

@media screen and (max-width:1000px){
	.sankaku:before {
		border: 25px solid transparent;
		border-top: 25px solid #fff;
	}
}

.news-box {
	width: 70%;
	margin: 0 auto;
	overflow-y: scroll;
	height: 100px;
	font-size: 13px;
}

@media screen and (max-width:1000px){
	.news-box {
		width: 80%;
		height: 100px;
	}
}

.news-item {
	width: 100%;
	margin-bottom: 10px;
}

@media screen and (max-width:1000px){
	.news-item {
		margin-bottom: 20px;
	}
}
.news-item .time{
	display: inline-block;
	width: 17%;
	vertical-align: top;
	letter-spacing: 2px;
	color: #00a2e8;
	font-weight: bold;
}

.news-text {
	display: inline-block;
	margin-left: 2%;
	width: 78%;
}

@media screen and (max-width:1000px){
	.news-item .time{
		width: 100%;
		font-size: 90%;
	}
	.news-text {
		margin-left: 0;
		width: 100%;
	}
}

#contact {
	padding-top: 110px;
	background: url(../img/common/tile.jpg);
}
@media screen and (max-width:1000px){
	#contact {
		padding-top: 70px;
	}
}

.btn-contact {
	text-align: center;
	display: block;
	background-color: #ea5415;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
    width: 200px;
    padding: 10px;
    font-weight: normal;
    border-radius: 5px;
    padding-left: 29px;
    margin: 0 auto;
    margin-top: 37px;
    margin-bottom: 50px;
}

.btn-contact:hover {
	background-color: #f46d33;
}

@media screen and (max-width:1000px){
	.btn-contact {
		margin-top: 38px;
		margin-bottom: 32px;
	}
}
.contact-heading {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7em;
}

@media screen and (max-width:1000px){
	.contact-heading {
		font-size: 14px;
		line-height: 1.6em;
	}
}

.contact-inner {
	text-align: center;
}

.contact-tel {
	font-size: 40px;
	line-height: 1em;
	letter-spacing: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #4a4a4a !important;
	text-decoration: none !important;
	position: relative;
}
@media screen and (max-width:1000px){
	.contact-tel {
		font-size: 30px;
		letter-spacing: 1px;
	}
}

a.contact-tel:before {
    position: absolute;
    left: -38px;
    top: 5px;
    background: url(../img/common/tel2.png) no-repeat;
    content: "";
    width: 30px;
    height: 42px;
    background-size: 93%;
}
@media screen and (max-width:1000px){
	a.contact-tel:before {
		left: -22px;
		top: 6px;
		background: url(../img/common/tel2.png) no-repeat;
		background-size: 54% auto;
	}
}
.contact-tel:hover {
	text-decoration: none !important;
}

.contact-tel-txt {
    text-align: center;
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 30px;
}
@media screen and (max-width:1000px){
	.contact-tel-txt {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.ico_tel2 {
	margin-right: 10px;
}

.ico_mail2 {
	position: relative;
}

.ico_mail2:before {
	position: absolute;
	left: -32px;
	top: 0px;
	width: 29px;
	background: url(../img/common/mail.png) no-repeat;
	background-size: 75%;
	content: "";
	height: 21px;
}

@media screen and (max-width:1000px){
	.ico_mail2:before {
		left: -32px;
		top: 0px;
		background-size: 74%;
	}
}

.contact-time {
	margin-top: 15px;
}

#footer {
	width: 100%;
	padding: 30px 0 60px;
	background-color: #595758;
	color: #fff;
	font-size: 14px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.footer-inner {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width:1000px){
	.footer-inner {
		display: block;
	}
}

.footer-colum {
	float: left;
	width: 24%;
	margin-right: 14%;
	margin-bottom: 50px;
}

@media screen and (max-width:1000px){
	.footer-colum {
		float: none;
		width: 100%;
	}
}

.footer-colum:last-child {
	margin-right: 0;
}

.footer-heading {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #aaa;
    border-bottom: 1px solid #d7d5d6;
    padding-bottom: 5px;
}

@media screen and (max-width:1000px){
	.footer-heading {
		font-size: 16px;
	}
}

.footer-list li {
	font-size: 12px;
	margin-bottom: 5px;
}

.footer-nav2 {
    border-bottom: 1px solid #d7d5d6;
    padding-bottom: 15px;
    margin-top: 10px;
}
@media screen and (max-width:1000px){
	.footer-nav2 {
		padding-top: 30px;
		padding-bottom: 7px;
	}
}

.footer-nav2 li {
	float: left;
	line-height: 1em;
	padding: 0 23px;
	font-size: 12px;
}

@media screen and (max-width:1000px){
	.footer-nav2 li {
		float: none;
		text-align: center;
		padding-bottom: 10px;
		font-size: 12px;
	}
}

.footer-nav2 li:first-child {
	border-right: 1px solid #d7d5d6;
	margin-left: 31%;
}
@media screen and (max-width:1000px){
	.footer-nav2 li:first-child {
		border-right: 0;
		margin-left: 0;
	}
}
.copyright {
	margin-top: 20px;
	text-align: center;
}

@media screen and (max-width:1000px){
	.copyright {
		display: block;
		text-align: center;
	}
}

#top-service {
    margin-top:-100px;
    padding-top:100px;
}

@media screen and (max-width: 768px){
	#top-service {
		margin-top:0;
		padding-top:0;
	}
}

#fee {
    margin-top:-100px;
    padding-top:100px;
}

@media screen and (max-width: 768px){
	#fee {
		margin-top:0;
		padding-top:0;
	}
}