
/*////////////////////////////////////
trouble
////////////////////////////////////*/

@media screen and (min-width: 768px) {

#kigyo_area{
	position: relative;
	width: 100%;
	padding: 100px 0;
	background-color: #ebf6f7;
	overflow: hidden;
}

#kigyo_place{
	position: relative;
	width: 90%;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.kigyo_word{
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-bottom: 80px;
}

.kigyo_word a{
	color: #10407C;
	transition: all 0.5s;
}

.kigyo_word a:hover{
	text-decoration: none;
	color: #9B1316;
}

.kigyo_word img{
	position: relative;
	width: 48%;	
}

.img_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img_right{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.kigyo_word h3{
	margin-bottom: 0;
	font-size: clamp(2.4rem,2vw,3rem);
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 2;
	
}

.kigyo_word h4{
	margin-bottom: 5px;
	font-size: clamp(2rem,1.7vw,2.4rem);
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.kigyo_word span{
	font-weight: 700;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {
#kigyo_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #ebf6f7;
	overflow: hidden;
}

#kigyo_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.kigyo_word{
	position: relative;
	width: 100%;
	padding-top: 40px;
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-bottom: 80px;
}

.kigyo_word a{
	color: #10407C;
	transition: all 0.5s;
}

.kigyo_word a:hover{
	text-decoration: none;
	color: #9B1316;
}

.kigyo_word img{
	position: relative;
	width: 100%;	
}

.img_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img_right{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.kigyo_word h3{
	text-align: center;
	font-size: clamp(2.4rem,2vw,3rem);
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.2;
	padding-top: 40px;
	margin-bottom: 10px;
}

.kigyo_word h4{
	margin-bottom: 5px;
	font-size: clamp(2rem,1.7vw,2.4rem);
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.kigyo_word span{
	font-weight: 700;
}


}






/*////////////////////////////////////

////////////////////////////////////*/

@media screen and (min-width: 768px) {



}

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

}