@charset "utf-8";
/*　sec1
---------------------------------------------------------*/
.sec1 {
	background-image: url(../img/company/sec1_bg01.png), url(../img/company/sec1_bg02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right top 105px, left bottom 75px;
	padding: 120px 0 125px;
	text-align: center;
}
.sec1_inner02 {
	margin-bottom: 95px;
	position:  relative;
	z-index: 1;
}
.sec1_inner02 .title_default {
	margin-bottom: 90px;
}
.inner02_list {}
.inner02_list li {
	border-bottom: 1px solid #A6A6A6;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.inner02_list li:last-child {
	margin-bottom: 0;
}
.inner02_list li figure {
	float: left;
	width: 36.364%;
}
.inner02_list li dl {
	float: left;
	margin: 40px 0 0 5.91%;
	width: 57.726%;
	text-align: left;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.inner02_list li dt {
	margin-bottom: 25px;
	font-size: 24px;
}
.inner02_list li dd {
	padding: 5px 0;
	font-size: 20px;
}
.inner02_list li .intro {
	color: #d4849a;
	margin-top: 15px;
}

.sec1_inner03 {
	margin-bottom: 105px;
}
.sec1_inner03 .title_default {
	margin-bottom: 75px;
}
.table_type01 {
	width: 100%;
}
.table_type01 th,
.table_type01 td {
	border-bottom: 1px solid #A6A6A6;
	padding: 20px 0;
	text-align: left;
	line-height: 1.6;
    letter-spacing: 0.05em;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.table_type01 th {
	padding-right: 20px;
	width: 250px;
}
.table_type01 td {
	width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
}

.sec1_inner04 {}
.sec1_inner04 dt {
	margin-bottom: 10px;
	font-size: 24px;
	text-align: left;
	line-height: 1.6;
    letter-spacing: 0.05em;
}
.gmap {
	position: relative;
	/*padding-top: 75%;*/
	height: 380px;
	overflow: hidden;
}
.gmap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 1100px) {
	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		background-position: right -100px top 105px, left -150px bottom 75px;
	}

	.table_type01 th {
		padding-right: 20px;
		width: 200px;
	}
	.table_type01 td {
		width: -webkit-calc(100% - 200px);
	    width: calc(100% - 200px);
	}
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {

	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		background-position: right -50px top 105px, left bottom 125px;
		background-size: 397px auto, 262px auto;
		padding: 30px 0 85px;
	}
	.sec1_inner02 {
		margin-bottom: 65px;
	}
	.sec1_inner02 .title_default {
		margin-bottom: 60px;
	}
	.inner02_list li {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.inner02_list li figure {
		float: none;
		width: 100%;
	}
	.inner02_list li dl {
		float: none;
		margin: 25px 0 0;
		width: 100%;
	}
	.inner02_list li dt {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.inner02_list li dd {
		font-size: 16px;
	}

	.sec1_inner03 {
		margin-bottom: 75px;
	}
	.sec1_inner03 .title_default {
		margin-bottom: 45px;
	}
	.table_type01 th,
	.table_type01 td {
		font-size: 13px;
	}
	.table_type01 th {
		width: 120px;
	}
	.table_type01 td {
		width: -webkit-calc(100% - 1420px);
	    width: calc(100% - 12px);
	}

	.sec1_inner04 dt {
		font-size: 20px;
	}
	.gmap {
		height: 250px;
	}

}
