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

/*代表挨拶*/
.greeting_l {	
	font-family: "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
	max-width: 80%;	
	letter-spacing: 0.1rem;
	line-height: 1.8;
	position: relative;
	text-align: left;
}
.greeting_l::after {
	content: "";
	clear: both;
	display: block;
}
.greeting {
	float: left;
	height: 400px;
	max-width: 65%;
	padding-top: 10px; 
	position: relative;
	text-indent: 2rem;
}
.shomei {
	bottom: 0;
	font-size: 2rem;
	position: absolute;
	right: 0;
}
.president {
	box-sizing: border-box;
	display: block;
	float: right;
	margin-left: 30px;
	width: 30%;
}

/*事業内容*/
.jakuden {
	background-color: #1B2C74;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	line-height: 2;
	margin-right: 1rem;
	padding-left: 1rem;
	width: 12rem;	   
	-moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.services {
	line-height: 1.8;
}
.s {
	float: left;
	height: 500px;
	margin-top: 50px; 
	width: 20%;
}
.s_top {
	height: 40%;
	position: relative;
}
.s_top img {
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.s_middle {
	border-top: solid 1.3px #fff;		
	border-bottom: solid 1.3px #fff;
	height: 10%;
}
.s_text {
	color: #fff;
	line-height: 45px;
	text-align: center;
}
.s_bottom {
	height: 50%;
	position: relative;
}
.s_list {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.7;
	list-style-type: disc;
	list-style-position: outside;
	margin: 15px auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 90%;
}
.s_list li {
	margin-left: 1.5rem;
}
.s_1, .s_5 {
	background-color: #CF9636;
}
.s_2, .s_4{
	background-color: #C7A77F;
}
.s_3 {
	background-color: #D9C2A1;
}
.left {
	text-align: right;
}


/*スマホ*/
@media screen and (max-width: 960px){
	.greeting, .president {
		clear: both;
		display: block;
		height: auto;
		max-width: 100%;
		width: 100%;
	}
	.greeting,.greeting_l, .president, .shomei {
		position: static;
	}
	.shomei {
		font-size: 1.7rem;
		text-align: right;
	}
	.s {
		clear: both;
		height: 400px;
		margin-top: 10px;
		width: 100%;
	}
	,.s_top, .s_bottom {
		height: 45%;
	}
	.left {
		font-size: 1.4rem;
		letter-spacing: 0rem;
		text-align: left;
	}
}