@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#main .company .headLine03 {
	padding-bottom: 13px;
}

#main .company .headLine03 img {
	width: 34px;
	margin-top: -6px;
}

#main .company .sec01 {
	padding: 6px 10px 42px;
}

#main .company .sec01 .ttl {
	margin-bottom: 25px;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.34;
}

#main .company .sec01 .imgBox {
	margin: 0 0 39px;
	background-color: #EEEDEE;
}

#main .company .sec01 .imgBox .photo {
	float: left;
	/*width: 49.8%;*/
	width: 39.8%;
}

#main .company .sec01 .imgBox .txtBox {
	padding: 14px 15px 0;
	float: right;
	box-sizing: border-box;
	/*width: 50%;*/
	width: 60%;
}

#main .company .sec01 .imgBox .txtBox p {
	/*color: #717071;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.42;*/
	color:#272727;
	font-size: 1.36rem;
	font-weight: 600;
	line-height: 1.60;
}

#main .company .sec01 .imgBox .txtBox .name {
	margin-top: 10px;
	font-weight: 400;
	color: #000;
	font-size: 1.2rem;
}

#main .company .sec01 .imgBox .txtBox .name span {
	display: block;
	font-size: 1.7rem;
	font-weight: 700;
}

#main .company .sec01 .title {
	margin-bottom: 24px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.27;
	letter-spacing: -0.5px;
}

#main .company .sec01 .txt {
	font-size: 1.6rem;
	line-height: 1.55;
}

#main .company .sec01 .txt span {
	margin-top: 25px;
	display: block;
	text-align: right;
}

#main .company .sec02 {
	padding: 33px 10px 36px;
	background-color: #EEEDEE;
}

#main .company .sec02 .ttl {
	margin-bottom: 27px;
	font-weight: 700;
	font-size: 2rem;
}

#main .company .sec02 ul {
	margin-bottom: 3px;
}

#main .company .sec02 ul li {
	padding-bottom: 29px;
	width: 48%;
	float: left;
}

#main .company .sec02 ul li:nth-child(2n+1) {
	float: right;
}

#main .company .sec02 ul li .photo img {
	width: 100%;
}

#main .company .sec02 ul li .name {
	margin: 9px 0 6px;
	color: #323232;
	font-weight: 700;
	font-size: 1.6rem;
}

#main .company .sec02 ul li .name span {
	margin-bottom: -2px;
	display: block;
	font-weight: 500;
	color: #717071;
	font-size: 1.1rem;
}

#main .company .sec02 ul li p {
	line-height: 1.71;
	font-size: 1.1rem;
}

#main .company .sec02 ul li:first-child {
	float: none;
	margin: 0 auto;
	width: 70.5%;
}

#main .company .sec02 .photoBox {
	text-align: center;
}

#main .company .sec02 .photoBox img {
	width: 100%;
}

#main .company .sec02 .photoBox span {
	margin-top: 10px;
	display: block;
	font-size: 1.6rem;
}

#main .company .sec03 {
	padding: 32px 10px 20px;
}

#main .company .sec03 .ttl {
	font-weight: 700;
	font-size: 2rem;
	margin: 0 10px 19px;
}

#main .company .sec03 dt {
	padding: 6px 9px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	background-color: #29BB67;
	border-radius: 3px;
}

#main .company .sec03 dd {
	padding: 6px 10px 12px;
	font-size: 1.6rem;
	line-height: 1.55;
}

#main .company .sec03 dd .list01 {
	margin: 9px -7px 14px;
}

#main .company .sec03 dd .list01 li {
	padding-bottom: 4px;
}

#main .company .sec03 dd .list01 li span {
	margin-right: 8px;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	color: #fff;
	font-size: 1.44rem;
	width: 55px;
	border-radius: 50px;
	box-sizing: border-box;
	background-color: #878787;
}

#main .company .sec03 dd .map {
	margin: 0 -10px;
	position: relative;
    padding-bottom: 52.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#main .company .sec03 dd .map iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main .company .sec04 {
	padding: 39px 10px 20px;
	background-color: #EEEDEE;
}

#main .company .sec04 .ttl {
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: 700;
}

#main .company .sec04 dl {
	border-top: 1px solid #878787;
}

#main .company .sec04 dt {
	padding-top: 17px;
	float: left;
	font-size: 1.5rem;
}

#main .company .sec04 dd {
	padding: 12px 0 14px 5.9em;
	font-size: 1.6rem;
	line-height: 1.55;
	border-bottom: 1px solid #878787;
}

#main .company .sec04 dd span {
	display: block;
	font-size: 1.4rem;
}