@charset "UTF-8";

.indexMainVisuaual {
    position: relative;
    width: 100%;
    height: 430px;
    background: url('../img/index/main_visual_bg.png') repeat-x center center;
    background-size: auto 100%;
}

.indexMainVisuaual_inner {
    position: relative;
    width: 980px;
    height: 100%;
    margin: 0 auto;
}

.indexMainVisuaual_board,
.indexMainVisuaual_message,
.indexMainVisuaual_p01,
.indexMainVisuaual_p02,
.indexMainVisuaual_p03,
.indexMainVisuaual_p04 {
    position: absolute;
}

.indexMainVisuaual_person {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 601px) {
	.indexMainVisuaual {
		margin-top: 138px !important;
	}
	
	.indexMainVisuaual_board {
		top: 50px;
		left: 0;
	}
	
	.indexMainVisuaual_message {
		top: 120px;
		left: 30px;
	}

	.indexMainVisuaual_p01 {
		top: 225px;
		left: 100px;
	}

	.indexMainVisuaual_p02 {
		top: 225px;
		left: 216px;
	}

	.indexMainVisuaual_p03 {
		top: 225px;
		left: 332px;
	}

	.indexMainVisuaual_p04 {
		top: 225px;
		left: 448px;
	}
}

@media screen and (max-width: 600px) {
    .indexMainVisuaual {
        padding-top: 66.666667%;
        height: auto;
        background-size: auto 100%;
    }

    .indexMainVisuaual_inner {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0 auto;
    }
	
	.indexMainVisuaual_board {
		top: 5%;
		left: 0;
	}
	
	.indexMainVisuaual_message {
		width: 90%;
		top: 22%;
		left: 5%;
	}
	
	.indexMainVisuaual_p01 img,
	.indexMainVisuaual_p02 img,
	.indexMainVisuaual_p03 img,
	.indexMainVisuaual_p04 img {
		width: 16vw;
		height: auto;
	}

	.indexMainVisuaual_p01 {
		top: 48%;
		left: 5%;
	}

	.indexMainVisuaual_p02 {
		top: 48%;
		left: 22%;
	}

	.indexMainVisuaual_p03 {
		top: 48%;
		left: 39%;
	}

	.indexMainVisuaual_p04 {
		top: 48%;
		left: 56%;
	}
    
    .indexMainVisuaual_person {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 30%;
    }   
}

.indexIntro {
	padding: 60px 0;
	text-align: center;
}

.indexIntro_title {
	font-size: 32px;
	line-height: 1.25;
}

.indexIntro_text {
	margin: 45px 0 0;
	font-size: 18px;
	line-height: 1.6;
}

.indexIntro_ul {
	margin: 35px 0 0;
}

.indexIntro_ul > li {
	display: inline-block;
	position: relative;
	margin: 0 8px;
	padding: 0 0 35px;
	vertical-align: top;
}

.indexIntro_img {
	display: block;
}

.indexIntro_item {
	display: block;
	position: absolute;
	padding: 15px 0;
	left: 30px;
	right: 30px;
	bottom: 0;
	background: #894B2C;
	color: #FFF;
	font-size: 20px;
	line-height: 1;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.indexIntro {
		padding: 15px 10px;
		text-align: center;
	}

	.indexIntro_title {
		font-size: 20px;
		line-height: 1.4;
	}

	.indexIntro_text {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
	}

	.indexIntro_ul {
		margin: 15px -3px 0;
	}

	.indexIntro_ul > li {
		display: block;
		position: static;
		width: 33.33333%;
		margin: 0;
		padding: 0 3px;
		float: left;
		box-sizing: border-box;
	}

	.indexIntro_item {
		display: block;
		position: static;
		padding: 0;
		font-size: 11px;
		line-height: 1.7;
		text-align: center;
	}
}


.indexKnowhow {
	padding: 55px 0 45px;
	background: rgba(250, 242, 223, .8);
	text-align: center;
}

.indexKnowhow_inner {
	width: 980px;
	margin: 0 auto;
}

.indexKnowhow_title {
	color: #6D4E3B;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.25;
}

.indexKnowhow_needs {
	margin: 35px 0 0;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
}

.indexKnowhow_text {
	margin: 30px 0 0;
	font-size: 16px;
	line-height: 1.6;
}

.knowhowList {
	margin: 40px -10px -20px;
}

.knowhowList > li {
	position: relative;
	width: 480px;
	min-height: 185px;
	margin: 0 10px 20px;
	padding: 45px 40px 0;
	float: left;
	background: #FFF;
	line-height: 1;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .28);
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .28);
}

.knowhowList > li:nth-child(odd) {
	clear: left;
}

.knowhowList > li:before, .knowhowList > li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 185px;
	vertical-align: middle;
}

.knowhowList_num {
	position: absolute;
	height: 45px;
	top: 0;
	left: 0;
	right: 0;
	background: #894B2C;
	color: #FFF;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	white-space: normal;
}

.knowhowList_num:before, .knowhowList_num:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.knowhowList_num_text {
	display: inline-block;
	vertical-align: middle;
}

.knowhowList_inner {
	display: inline-block;
	vertical-align: middle;
}

.knowhowList_item {
	color: #6D4E3B;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	white-space: normal;
}

.knowhowList_text {
	margin: 5px 0 0;
	font-size: 16px;
	line-height: 1.6;
	white-space: normal;
}

.staffPic {
	width: 980px;
	margin: 60px auto 0;
	text-align: center;
}

.staffPic_title {
	color: #6D4E3B;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}

.staffPic_ul {
	margin: 20px -11px 0;
}

.staffPic_ul > li {
	margin: 0 8px;
	float: left;
}

.staffPic_ul > li > img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
	.indexKnowhow {
		padding: 20px 10px 15px;
	}

	.indexKnowhow_inner {
		width: 100%;
		margin: 0;
	}

	.indexKnowhow_title {
		font-size: 18px;
		line-height: 1.4;
	}

	.indexKnowhow_needs {
		margin: 15px 0 0;
		font-size: 14px;
		line-height: 1.5;
	}

	.indexKnowhow_text {
		margin: 10px 0 0;
		font-size: 12px;
		text-align: left;
	}

	.knowhowList {
		margin: 20px 0 0;
	}

	.knowhowList > li {
		position: static;
		width: 100%;
		min-height: 1px;
		margin: 0;
		padding: 5px;
		float: none;
		white-space: normal;
	}

	.knowhowList > li:before, .knowhowList > li:after {
		content: none;
	}

	.knowhowList > li + li {
		margin-top: 10px;
	}

	.knowhowList_num {
		position: static;
		height: auto;
		padding: 5px 0;
		font-size: 16px;
		line-height: 1.2;
	}

	.knowhowList_num:before, .knowhowList_num:after {
		content: none;
	}

	.knowhowList_num_text {
		display: inline-block;
		vertical-align: middle;
	}

	.knowhowList_inner {
		display: block;
	}

	.knowhowList_item {
		margin: 10px 0 0;
		font-size: 16px;
	}

	.knowhowList_text {
		margin: 5px 0 0;
		font-size: 14px;
		line-height: 1.6;
	}

	.staffPic {
		width: 100%;
		margin: 20px 0 0;
		text-align: center;
	}

	.staffPic_title {
		font-size: 16px;
	}

	.staffPic_ul {
		margin: 5px -3px 0;
	}

	.staffPic_ul > li {
		width: 33.33333%;
		margin: 0 0 6px;
		padding: 0 3px;
		float: left;
		box-sizing: border-box;
	}
}


.indexPromise {
	width: 980px;
	margin: 0 auto;
	padding: 60px 0 90px;
	text-align: center;
}

.indexPromise_title {
	color: #6D4E3B;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
}

.indexPromise_feature {
	margin: 30px -10px 0;
}

.indexPromise_feature > li {
	position: relative;
	width: 480px;
	margin: 0 10px;
	padding: 7px 10px;
	float: left;
	border: solid 5px #894B2C;
	box-sizing: border-box;
}

.indexPromise_feature > li:nth-child(odd) {
	clear: left;
}

.indexPromise_feature_box {
	display: table;
	width: 100%;
	height: 80px;
	table-layout: fixed;
}

.indexPromise_feature_item {
	display: table-cell;
	width: 80px;
	height: 100%;
	background: rgba(250, 242, 223, .8);
	color: #6D4E3B;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
}

.indexPromise_feature_text {
	display: table-cell;
	height: 100%;
	padding: 0 0 0 15px;
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
	vertical-align: middle;
}

.indexPromise_point {
	margin: 20px -10px 0;
}

.indexPromise_point > li {
	position: relative;
	width: 480px;
	min-height: 260px;
	margin: 0 10px;
	float: left;
	border: solid 3px #894B2C;
	box-sizing: border-box;
}

.indexPromise_point > li:nth-child(odd) {
	clear: left;
}

.indexPromise_point_num {
	padding: 10px;
	background: #894B2C;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.indexPromise_point_item {
	margin: 15px 0 0;
	color: #6D4E3B;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}

.indexPromise_point_text {
	min-height: 145px;
	margin: 15px 12px;
	padding: 10px;
	background: rgba(250, 242, 223, .8);
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	.indexPromise {
		width: 100%;
		margin: 0;
		padding: 20px 10px;
		box-sizing: border-box;
	}

	.indexPromise_title {
		font-size: 20px;
		line-height: 1.4;
	}

	.indexPromise_feature {
		margin: 10px 0 0;
	}

	.indexPromise_feature > li {
		position: static;
		width: 100%;
		margin: 0;
		padding: 7px 10px;
		float: none;
		border: solid 3px #894B2C;
	}

	.indexPromise_feature > li + li {
		margin-top: 10px;
	}

	.indexPromise_feature_box {
		height: auto;
	}

	.indexPromise_feature_item {
		padding: 10px 0;
		font-size: 15px;
	}

	.indexPromise_feature_text {
		padding: 0 0 0 10px;
		font-size: 13px;
	}

	.indexPromise_point {
		margin: 10px 0 0;
	}

	.indexPromise_point > li {
		position: static;
		width: 100%;
		min-height: 1px;
		margin: 0;
		float: none;
		border: solid 2px #894B2C;
	}

	.indexPromise_point > li + li {
		margin-top: 10px;
	}

	.indexPromise_point_num {
		padding: 5px;
		font-size: 16px;
	}

	.indexPromise_point_item {
		margin: 10px 0 0;
		padding: 0 10px;
		font-size: 15px;
	}

	.indexPromise_point_text {
		min-height: 1px;
		margin: 10px;
		padding: 10px;
		font-size: 13px;
	}
}
