@charset "utf-8";

/*----　タイトル　----*/
.top_blue{
	margin-top: -7px;
}
.top_blue p{
	text-align: center;
	font-family: "font_B";
	font-size: 40px;
	color: #fff;
	padding: 20px 0 10px 0;
}
.BG_check{
	width: 100%;
	background-color : #ffffff;
	background-image:
		repeating-linear-gradient( 90deg,rgba(255,137,137, 0.2) 0px 1px,	transparent 1px 6px),
		repeating-linear-gradient( 0deg,rgba(255,137,137, 0.2) 0px 1px,	transparent 1px 6px);
}
.catch_copy,.catch_copy2{
	display: none;
}
/*----　なかみ　----*/
.about_top .title{
	width: 480px;
	font-family: "font_T";
	font-size: 30px;
	line-height: 40px
}
.about_top .img1{
	width: 450px;
	height: 500px;
	background-image: url("../images/gaikan.jpg");
	background-position: bottom;
	background-size:cover;
	border-radius: 5px;
}
.about_top .img2{
	width: 450px;
	height: 450px;
	background-image: url("../images/leaf.png");
	background-size:contain;
}
.about_top .img3{
	width: 400px;
	height: 350px;
	background-image: url("../images/77986398.jpg");
	background-position: center;
	background-size:cover;
	border-radius: 5px;
}
.about_top .p{
	width: 580px;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	/*----　なかみ　----*/
.about_top .title{
	width: 100%;
}	
	.about_top .p{
	width: 650px;
}
	.about_top .img1,.about_top .img2{
	margin: 30px 0;
}
}
/*----　代表者あいさつ　----*/
.greeting{
	position: relative;
}
.greeting p{
	color: #fff;
}
.greeting .title{
	font-size: 40px;
	margin-bottom: 50px;
}
.greeting .text{
	width: 800px;
	padding: 50px 150px 50px 50px;
	border-radius: 5px;
}
.greeting .img{
	background-color: #fff;
	border: #FF8989 4px solid;
	width: 460px;
	height: 600px;
	border-radius: 10px;
	position: absolute;
	top:100px;
	right: 0;
	background-image: url("../images/staff_1.png");
	background-size: contain;
}
.greeting .img p{
	color: #252525;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1300px){
  /*--ここにスマホに適したCSSを記述します*/
	.greeting .img{
	width: 430px;
}	
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1160px){
  /*--ここにスマホに適したCSSを記述します*/
	.greeting .img{
	width: 350px;
}	
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.greeting .text{
	width: 650px;
	padding: 50px 50px 70px 50px;
}
.greeting .img{
	width: 500px;
	height: 400px;
	border-radius: 10px;
	top:inherit;
	bottom:-350px;
	right: 0;
}	
}
/*----　会社概要　----*/
.table_design02 {
	border-collapse: collapse;
	width: 100%;
	max-width: 700px;
	background-color: #fff;
	color: #383838;
}
.table_design02 tr {
	background-color: rgba(255,137,137, 0.5) 
}
.table_design02 tr:nth-child(odd) {
	background-color: #fff;
}
.table_design02 th, .table_design02 td {
	padding: 1em;
}
.table_design02 th {
	font-weight: normal;
	font-family: "font_B";
	text-align: center;
	width: 20%;
	min-width: 4em;
}
.table_design02 td{
	font-family: "font_M";
}

/*----　会社概要　----*/
.DL_waku{
	width: 90%;
	border: rgba(255,137,137, 0.5)  solid 3px;
	max-width: 700px;
	background-color: #fff;
	border-radius: 15px;
}
.DL_waku .flex_between{
	width: 70%;
}
.DL_waku p{
	text-align: center;
}
.DL_waku .title{
	background-color: rgba(255,137,137, 0.5);
	border-radius: 12px 12px 0 0 ;
	padding: 10px;
	font-family: "font_B";
}
.DL_waku img{
	border: #7E7E7E solid 2px;
}
.DL_waku .p{
	font-size: 18px;
	line-height: 25px;
}
.download-btn {
font-family: "font_M";
  display: block;
  width: 200px;
  padding: 5px;
  text-align: center;
  background: rgba(255,137,137);
  color: #fff;
  border: solid 1px currentColor;
  transition: all 0.3s;
	border-radius: 5px;
}
.download-btn:hover, .download-btn:focus {
  color: #383838;
  background: #fff;
  border-color: rgba(255,137,137);
}

/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
		
}


