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

#page #about .content {
	padding: 100px 0 0 0;
	margin: 0 auto;
	width: 95%;
	max-width: 1500px;
	height: inherit;
}
#page #about .content .align {
	width: 50%;
	text-align: justify;
	margin-top: -100px;
}
#page #about .content .text {
	width: 100%;
	margin: auto;
}
#page #about .content .title {
	text-align: left;
	margin: 0;
}
#page #about .content h4 {
	margin: 20px 0;
}
#page #about .content .h4 {
	margin: 20px 0 20px auto;
}
#page #about .content .img {
	width: 50%;
	height: 560px;
	background: url("../images/Company_top1.png") no-repeat center;
}
#page #about .content #img {
	width: 50%;
	height: 560px;
	background: url("../images/Company_top2.png") no-repeat center;
}

#rinen h3{
	margin-left: 0;
}
#rinen .sabu_h3{
	text-align: left;
}
#rinen hr{
	width: 100%;
}
#rinen h4{
	width: 90%;
}
#rinen_img .img{
	margin-top: -150px;
	margin-left: 200px
}
#rinen2 h3{
	margin-right: 0;
}
#rinen2 .sabu_h3{
	text-align: right;
}
#rinen2 hr{
	width: 100%;
}
#rinen2 h4{
	width: 90%;
}
#page #about .content #rinen2 {
	margin-top: -150px;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	#page #about .content .align {
	width: 90%;
}	
	#page #about .content .text {
	width: 90%;
	margin: 40px auto 100px auto;
}
	#page #about .content .img {
	width: 90%;
}
	#rinen h3{
	margin-left: 20px;
}
	#rinen2 h3{
	margin-right: 20px;
}
	#rinen .sabu_h3,#rinen2 .sabu_h3{
	text-align: center;
}
	#page #about .content h4 {
	margin: auto;
	text-align: center;
}
	#page #about .content .h4 {
	margin: auto;
	text-align: center;
}
	#rinen_img .img{
	margin-top: 0px;
	margin-left: 0;
}
	#page #about .content #rinen2 {
	margin-top: -180px;
}
	#page #about .content #img {
	width: 100%;	
}
}

/*........../ MESSAGE /..........*/
#page #message {
	position: relative;
	padding: 100px 0 80px 0;
}
#page #message .align {
	width: 50%;
	text-align: justify;
}
#page #message .text {
	width: 380px;
	margin: auto;
}
#page #message .title {
	text-align: left;
	margin: 0 0 20px 0;
}
#page #message .img {
	background: url("../images/Company_aisatasu.png") no-repeat center;
	width: 50%;
	height: 580px;
}
#page #message .BG {
	background: linear-gradient(90deg, rgba(231,254,251,1) 0%, rgba(252,254,237,1) 100%);
	height: 810px;
	position: absolute;
	top: 0;
	right: 0;
	width: 90%;
	z-index: -5;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	#page #message .img {
	width: 90%;
}
	#page #message .align {
	width: 100%;
}	
	#page #message .text {
	width: 90%;
	margin-top: 50px;
		
}
}

/*........../ OUR BUSINESS /..........*/
#business .align {
	width: 28%;	
}
#business .img {
	height: 400px;
}
#business .img1 {
	background: url("../images/Company_business1.png") no-repeat center;
}
#business .img2 {
	background: url("../images/Company_business2.png") no-repeat center;
}
#business .img3 {
	background: url("../images/Company_business3.png") no-repeat center;
}
#business .text {
	text-align: center;
	width: 230px;
	margin: auto;
}
#business .text p {
	padding-top: 30px;
}
#business .text p span {
	display: block;
	padding-top: 20px;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	#business .align {
	width: 90%;	
}	
	#business .text {
	width: 90%;
	margin-bottom: 60px;
}
}
/*------表-------*/
.description {
	max-width: 750px;
	width: 90%;
	margin: 100px auto 0 auto;
}
.description p {
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.description ul {
	padding: 0 0 50px 20px;
	font-size: 0.9rem;
	line-height: 3.5ex;
}
.description table {
	border-collapse: collapse;
}
.description th {
	width: 150px;
	text-align: left;
	vertical-align: top;
	font-size: 1.1rem;
	font-family: "font_M";
	line-height: 1.1rem;
	
}
.description th .hr1{
background: rgb(0,191,119);
background: linear-gradient(90deg, rgba(0,191,119,1) 0%, rgba(0,169,255,1) 100%);
	width: 100%;
	height: 5px;
	border: none;
}
.description th .hr2{
background: rgb(0,191,119);
background: linear-gradient(90deg, rgba(0,191,119,1) 0%, rgba(0,169,255,1) 100%);
	width: 100%;
	height: 5px;
	border: none;
}
.description td {
	width: 600px;
}
.description td .hr1{
	width: 100%;
	border-left: none;
	border-right: none;
}
.description td .hr2{
	width: 100%;
	border-left: none;
	border-right: none;
}
.description th div{
	height: 68px;
	display: flex;
	align-items: center;
}
.description td .div1{
	padding-left: 35px;
	font-size: 1rem;
	height: 70px;
	display: flex;
	align-items: center;
}
.description td .div2{
	padding-left: 35px;
	font-size: 1rem;
	height: 200px;
	display: flex;
	align-items: center;
}
.description .big div{
	margin-bottom: 1px
}

.description .big1 div{
	margin-bottom: 131px
}




