@charset "UTF-8";
/* CSS Document */
html{ font-size: 62.5%; }
img{ vertical-align: bottom; }
*,*::before, *::after{ box-sizing: border-box; }
body{ 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; 
	color: #313131;
}

/*--- コンテンツタイトル ---*/
.content_title_area{
	clear: both;
	width: 100%;
	background: url("../image/main_back-min.jpg") no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	color:#313131;
	text-align: center;
}
.content_title{
	font-size: 2.5rem;
	margin: 0;
	padding-top: 80px;
}

.content_title_sab{
	font-size: 1.3rem;
	letter-spacing: 1px;
	margin: 0;
	padding-bottom: 80px;
}

/*---　事業内容 -----*/

.width_1000px {
    width: 1000px;
	margin: 50px auto;
}

.feature {
	background-image: url(../image/bk_01.png);
	background-repeat: no-repeat;
	margin: 0 0 80px 0;
	height: 700px;
}

.feature_02 {
	background-image: url(../image/bk_02.png);
	background-repeat: no-repeat;
	margin: 0 0 100px 0;
	height: 700px;
}

.feature_03 {
	background-image: url(../image/bk_03.png);
	background-repeat: no-repeat;
	margin: 0 0 100px 0;
	height: 650px;
}

.feature_04 {
	background-image: url(../image/bk_04.png);
	background-repeat: no-repeat;
	margin: 0 0 100px 0;
	height: 1100px;
}

.feature_05 {
	background-image: url(../image/bk_05.png);
	background-repeat: no-repeat;
	margin: 0 0 100px 0;
	height: 1580px;
}

.feature_06 {
	background-image: url(../image/bk_06.png);
	background-repeat: no-repeat;
	margin: 0 0 100px 0;
	height: 1250px;
}

.feature_07 {
	background-image: url(../image/bk_07.png);
	background-repeat: no-repeat;
	margin: 0 0 50px 0;
	height: 1200px;
}


.feature_box {
	width: 850px;
	padding: 100px 0 0 180px;
}

.feature_title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}

.feature_text {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 30px;
}

.row {
	display: flex;
	margin: 30px 0 0 90px;
}

.row_2 {
	display: flex;
	margin: 10px 0 0 90px;
}

/*
.feature_img {
	display: block;
	position: absolute;
	left: 400px;
	top: 670px;
}
*/

.feature_img_left {
	display: block;
	width: 400px;
	margin: 5px 20px 20px 0;
}

.feature_img_right {
	display: block;
	width: 400px;
	margin: 5px 0 20px 0;
}


.feature_img {
	display: block;
	width: 820px;
	margin: 20px 0 0 90px;
}	

.name {
	font-size: 13px;
	margin-bottom: 5px;
	text-align: center;
}

/*要素がフェードイン*/

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s;
}

.fadein.show {
  opacity: 1;
  transform: translateY(0);
}


/*写真がフェードイン*/
.animation {
  animation: fade-in 5s;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*写真がフェードイン*/


.sp_feature_img {
	display: none;

}

.last {
	background: linear-gradient(to bottom, #fafdfd, #c4d7df);
	width: 100%;
	margin: 100px 0 100px 0;
}

.last_text {
	font-size: 20px;
	color: #666;
	width: 1000px;
	margin: 0 auto;
	padding: 120px 0 30px 0;
	line-height: 1.8;
	text-align: center;
	font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS Mincho", serif;
 	letter-spacing: 0.05em;
}

.last_img {
	display: block;
	width: 1000px;
	padding-bottom: 200px;
	margin: 0 auto;
}	

.last_sp {
		display: none;
	}

@media(max-width: 768px){

	.width_1000px {
		width: 100%;
		margin: 50px auto;
	}

	.feature,.feature_02,.feature_03,.feature_04,.feature_05,.feature_06,.feature_07 {
		background-image: none;
	}

	.feature {
		margin: 0;
		height: 320px;
	}

	.feature_02 {
		margin: 0;
		height: 320px;
	}

	.feature_03 {
		margin: 0;
		height: 320px;
	}

	.feature_04 {
		margin: 0;
		height: 480px;
	}

	.feature_05 {
		margin: 0;
		height: 1500px;
	}

	.feature_06 {
		margin: 0;
		height: 1120px;
	}

	.feature_07 {
		margin: 0;
		height: 480px;
	}	

	.feature_box {
		width: 95%;
		padding: 0 0 0 15px;
	}

	.feature_title {
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 5px;
		text-align: center;
		
	}

	.feature_text {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.name {
		font-size: 13px;
		margin: 30px 0 3px;
	}

	.row {
		display: initial;
		margin: 30px 0;
	}

	.row img, .row_2 img {
		width: 80%;
	}

	.row_2 {
		display: initial;
		margin: 30px 0;
	}	

	.feature_img_left {
		display: block;
		width: 100%;
		margin: 0;
	}

	.feature_img_right {
		display: block;
		width: 100%;
		margin: 0;
	}

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

	.sheet_img {
		width: 95%;
		display: block;
		margin: 0 auto;
	}

	.sp_img {
		margin-bottom: 10px;
	}

	.last {
		background: linear-gradient(to bottom, #fafdfd, #c4d7df);
		width: 100%;
		margin: 50px 0;
	}

	.last_text {
		font-size: 16px;
		width: 100%;
		margin: 0 auto;
		padding: 50px 10px 30px 20px;
		line-height: 1.6;
		text-align: left;
		font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS Mincho", serif;
		letter-spacing: 0.05em;
	}

	.last_img {
		display: block;
		width: 100%;
		padding-bottom: 100px;
		margin: 0 auto;
	}

	.last_pc {
		display: none;
	}

	.last_sp {
		display: initial;
		margin-left: 10px;
	}


}

