@charset "UTF-8";

/***************** GENERAL WINDOW *****************/  


header .bg-slider h2 { text-indent: -9999px;}

header .bg-slider {
	width: 100vw;
	height: 750px;
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .bg-slider img  {
    width: 100%;
}


.information {
    width: 230px;
    float: left;
}
.info_box {
    width: 750px;
    margin-left: 20px;
    float: right;
}
.info {
    margin: 50px auto 0px;
    clear: both;
}

.intro { position: relative;}
.intro li { margin-bottom: 15px;}
.intro .left_box {
    width: 500px;
    margin-right: 30px;
}
.intro .right_box {
    width: 460px;
}

.intro .txt_L {
    margin:30px 0 20px -100px ;
}

.philosopy_box {
    background: url("../img/top/img_phiosophy.jpg") no-repeat center top;
    width: 1000px;
    height: 460px;   
    position: relative;
    margin: auto; 
}
.philosopy_box h2 {
    position: absolute;
    top: 10%;
    right: 8%;
}

.inner_box  {
    width: 80%;
    margin: 40px auto;
}

.service_menu_list {
    padding: 30px 0;
}

.service_list h2 { margin-bottom: 40px;}
.service_list .left_box { width: 600px;}
.service_list .left_box img { width: 100%;}
.service_list .right_box {
    text-align: center;
    width: 350px;
    margin-left: 50px;
}
.service_list li { margin-bottom: 10px;}
.service_txt { text-align: justify;}


.sns_widget {
	display: table;
	width: 100%;
}
.sns_widget .widget_box {
	display: table-cell;
	vertical-align: top;
	padding-left: 23px;
	width: 50%;
}
.sns_widget .widget_box:first-child {
	padding-right: 23px;
	padding-left: 0;
}


@media screen and (max-width: 767px) {

/***************** GENERAL *****************/  

header .bg-slider h2 { text-indent: -9999px;}

header .bg-slider {
	width: 100vw;
	height: 100vw;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
    
    
.information {
    width: 100%;
    float: none;
}
.info_box {
    width: 80%;
    margin: 20px auto;
    float: none;
}
.info {
    margin: 50px auto 0px;
    clear: both;
}
.intro .txt_L {
    margin:20px auto;
}
.intro .left_box {
    width: 100%;
    margin: auto;
    float: none;
}
.intro .right_box {
    width: 100%;
    float: none;
    text-align: justify;
}
    
    
.philosopy_box {
    width: 100%;
    padding: 0% 0 50% 0;
    height: auto;
    background-size: 100%;
    position: relative;
    margin: 0; 
}
.philosopy_box h2 {
    position: absolute;
    top: 110%;
    right: 0%;
    width: 100%;
}

.inner_box  {
    width: 80%;
    margin: 40% auto 0 auto;
}
    
.service_menu_list {
    padding: 30px 0;
}
.service_list h2 { margin: 40px auto 20px;}
.service_list .left_box { width: 100%;}
.service_list .right_box {
    text-align: center;
    width: 80%;
    margin: 20px auto;
}    
    
	.sns_widget {
		display: block;
		width: auto;
	}
	.sns_widget .widget_box {
		display: block;
		padding: 0;
		width: auto;
	}
	.sns_widget .widget_box:first-child {
			padding: 0;
	}

    
}