@charset "UTF-8";

/*================================================
 *  会社紹介（company）
 ================================================*/

/*******メインエリア*******/
section#main_area .img_box {
	width: 1140px;
	margin: 0 auto 100px;
	position: relative;
}
section#main_area .img_box > img {
	border-radius: 0.875em;
}
section#main_area .img_box h3 {
	position: absolute;
	top: 85px;
	left: 140px;
}

section#main_area .text_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
section#main_area .text_box > div:first-child {
	width: 570px;
	font-size: 18px;
	line-height: 2;
}
section#main_area .text_box > div:first-child p:nth-of-type(n+2) {
	margin-top: 1.5em;
}
section#main_area .text_box > div:last-child {
	width: 325px;
	position: relative;
}
section#main_area .text_box > div:last-child img {
	border-radius: 1em;
	display: block;
}
section#main_area .text_box > div:last-child img:nth-of-type(2) {
	margin: 40px 0 0 90px;
}
section#main_area .text_box > div:last-child img:nth-of-type(3) {
	margin-top: 30px;
}
section#main_area .img_sign {
	margin-top: 50px;
	text-align: right;
}


/*******会社概要*******/
section#outline_area {
	margin-top: 90px;
}
section#outline_area h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.8em;
}

section#outline_area .table_common td .add_list li:before {
	display: inline;
	content: "\25A0";
	color: #009fe8;
}
section#outline_area .table_common td .add_list li + li {
	margin-top: 0.5em;
}







/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {

/*******メインエリア*******/
section#main_area .img_box {
	width: 90vw;
	margin: 0 auto 15vw;
}
section#main_area .img_box > img {
	border-radius: 1.8vw;
}
section#main_area .img_box h3 {
	top: 8vw;
	left: 5vw;
}
section#main_area .img_box h3 img {
	width: 31vw;
}

section#main_area .text_box {
	display: block;
}
section#main_area .text_box > div:first-child {
	width: 100%;
	display: block;
	font-size: 4vw;
	line-height: 1.75;
}
section#main_area .text_box > div:first-child p:nth-of-type(n+2) {
	margin-top: 0;
}
section#main_area .text_box > div:first-child [class*="sp_img"] {
	margin: 1.5em 0;
}
section#main_area .text_box > div:first-child [class*="sp_img"] img {
	border-radius: 2vw;
	display: block;
}
section#main_area .text_box > div:first-child .sp_img02 img:first-child {
	width: 65vw;
	margin-left: auto;
}
section#main_area .text_box > div:first-child .sp_img02 img:last-child {
	width: 52vw;
	margin-top: 3vw;
}
section#main_area .text_box > div:last-child {
	display: none;
}
section#main_area .img_sign {
	margin-top: 5vw;
}
section#main_area .img_sign img {
	width: 100%;
}

/*******会社概要*******/
section#outline_area {
	margin-top: 15vw;
}
section#outline_area h3 {
	font-size: 6vw;
}


	
}