@charset "UTF-8";

/* トップページスライド
------------------------------------------------------------------- */
.header_slide {
	width:100%;
	position: relative;
	height:490px;
}

.header_slide .slide {
    position:absolute;
    left:0;
    top:0;
	height:490px;
    width:100%;
    overflow:hidden;
}

.header_slide .slide figure {
    position:absolute;
    left:50%;
    top:50%;
    display:block;
	height:490px;
    width:100%;
    transform:translate3d(-50%, -50%, 0);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
    transition: all 4s;
    opacity:0;
}

.header_slide .prev figure {
    opacity:0;
/*  transform:translate3d(-50%, -50%, 0) scale(1.1);*/
}

.header_slide .active figure {
    opacity:1;
/*    transform:translate3d(-50%, -50%, 0) scale(1.1);*/
}

.header_slide_txt {
	position: absolute;
	width: 400px;
	height: auto;
	bottom: 50px;
	right: 50px;
}

@media screen and (max-width: 480px) {
	.header_slide,
	.header_slide .slide,
	.header_slide .slide figure {
	height:300px;
}
	
	.header_slide_txt {
	position: absolute;
	width: 230px;
	height: auto;
	bottom: 0px;
	right: 0px;
}

}

/* home
------------------------------------------------------------------- */
.home_info {
	background-color: #f2f8ff;
	width: 100%;
	padding: 50px 0
}

.home_lead {
	font-size: 1.6rem;
	margin-bottom: 50px;
}

.home_info .page_title_line {
	margin-bottom: 50px;
}

.home_info_txt .arrow{
position: relative;
display: inline-block;
padding: 0 0 0 18px;
color: #000;
vertical-align: middle;
text-decoration: none;
	margin: 5px 0;
}

.home_info_txt .arrow::before,
.home_info_txt .arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.home_info_txt .arrow::before{
width: 16px;
height: 16px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #266cb6;
}
.home_info_txt .arrow::after{
left: 4px;
width: 6px;
height: 6px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.home_info_box {
	margin-bottom: 20px;
}

.home_info_txt {
	width: 56%;
	float: right;
	line-height: 1.5;
}

@media screen and (min-width:400px) {
.home_info_box {
	background-color: #FFFFFF;
	box-shadow:0px 0px 6px 1px #d9d9d9;
	border:1px solid #cccccc;
}
	
.home_info_txt {
	padding: 10px 10px 10px 0;
}
	
.home_info_txt .arrow{
	font-size: 1.8rem;
}
}


@media screen and (min-width:768px) {
.home_info_box {
	width: 49%;
	float:left;
}	
	
.home_info_box_l {
	margin-right:2%;
}
}

.home_info_image {
	width: 40%;
	float: left;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

.home_contact {
	padding-top: 50px;
}

.home_contact_tel {
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 600;
}

.home_contact_tel a:before {
	content: '';
	display: inline-block;
	width: 45px;
	height: 38px;
	background-image: url(../images/freeedial.svg);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.home_contact_form a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFFFFF !important;
	line-height: 1;
	padding: 15px 50px;
	display: inline-block;
	background-color: #e01b1b;
	border-radius: 20px;
	margin: 20px 0;
}	

.home_contact_txt {
	font-weight: bold;
}

/* page_title
------------------------------------------------------------------- */
#yane .page_title {
	background-image: url(../images/yane/header_title.jpg);
}

#gaiheki .page_title {
	background-image: url(../images/gaiheki/header_title.jpg);
}

#amadoi .page_title {
	background-image: url(../images/amadoi/header_title.jpg);
}

#reform .page_title {
	background-image: url(../images/reform/header_title.jpg);
}

#about .page_title {
	background-image: url(../images/about/header_title.jpg);
}

#contact .page_title {
	background-image: url(../images/contact/header_title.jpg);
}

@media screen and (max-width: 480px) {
#yane .page_title,
#gaiheki .page_title,
#amadoi .page_title,
#reform .page_title,
#about .page_title,	
#contact .page_title {
	background-image:none;
}
}


/* work_common
------------------------------------------------------------------- */
.page_info {
	margin-bottom: 20px;
}

.work_cap {
	margin-top: 10px;
}
