@charset "UTF-8";

.section01{
	position: relative;
	padding: 80px 0 45px;
	margin: 0 auto 50px;
	background-image: url(../images/bg01_pc.png),url(../images/bg02_pc.png);
	background-position: left 11% bottom 2%, right 23% bottom 25%;
	background-repeat: no-repeat;
	background-size: 22.5%, 9.5%;
}

.section01::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    margin: 3% -10% 0;
    background: #ffffe6;
		border: 1px solid #f4f3d4;
    transform-origin: left center;
    transform: rotate(-2deg);
    z-index: -1;
}

.section01 .txt-wrapper{
	width: 500px;
	margin: 0 auto;
}

.section01 .txt-wrapper .catch{
	letter-spacing: 4px;
	color: #03b8df;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.8;
	margin: 0 0 30px;
}

.section01 .txt-wrapper .txt01{
	font-size: 1.6rem;
	line-height: 2.0;
	text-align: center;
	margin: 0 0 15px;
}

.section02 .company-list{
	line-height: 1.5;
	width: 800px;
	margin: 100px auto;
}

.section02 .company-list li{
	margin: 40px 0;
}

.section02 .company-list li .jigyou dd span{
	display: block;
	margin-bottom: 15px;
}

.section02 .company-list li dl{
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}

.section02 .company-list li dl dt{
	width: 200px;	
	font-size: 1.3rem;
  font-weight: bold;
	color: #2e3037;
}

.section02 .company-list li dl dd{
	color: #2e3037;
}

.section02 .company-list .list02{
	font-size: 1.4rem;
	margin: 20px 0 0 200px;
	border: 1px solid #ddd;	
}

.section02 .company-list .list02 .list-ttl{
	background: #f3f3f3;
	padding: 3px 10px;
}

.section02 .company-list .list02 li{
	margin: 10px 0;
}

.section02 .company-list .list02 li dl dt{
	width: 110px;
	padding-left: 10px;
}

.section02 .company-list .list02 li dl dd{
	width: 280px;
	padding-right: 10px;
}

.section02 .company-list li dl dd a{
	text-decoration: underline;
}

.section02 .box01{
	width: 740px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px auto;
}

.section02 .box01 .jigyou-list{
	line-height: 1.3;
	width: 340px;
	margin: 0 0 60px;
}

.section02 .box01 .jigyou-list dt{
	line-height: 1.8;
	border-bottom: 1px solid #2e3037;
	margin: 0 0 20px;
}

.section02 .box01 .jigyou-list dd{
	font-size: 1.4rem;
}

.section02 .box01 .jigyou-list dd span{
	margin-top: 10px;
  display: inline-block;
}

@media screen and (max-width: 1024px){
.section01{
	background-size: 23%, 10%;
	background-position: left 5% bottom 3%, right 17% bottom 25%;
}
}

@media screen and (max-width:480px){
.section01{
	padding: 70px 0 210px;
	background:url(../images/bg01_sp.png) no-repeat;
	background-position: left 50% bottom 3%;
	background-size: 90%;
}

.section01 .txt-wrapper{
	width: 90%;
}

.section01 .txt-wrapper .catch{
	font-size: 2.2rem;
	letter-spacing: 2px;
}

.section01 .txt-wrapper .txt01{
	font-size: 1.5rem;
	line-height: 1.8;
}

.section02 .company-list{
	width: 90%;
	margin: 60px auto 0;
}

.section02 .company-list li dl{
	display: block;
}

.section02 .company-list li dl dt{
	color: #2e3037;
	font-size: 1.3rem;
	margin: 0 0 5px;
}

.section02 .company-list .list02{
	width: 100%;
	margin: 20px 0 0 0;
}

.section02 .company-list .list02 li{
	margin: 15px 0;
}

.section02 .company-list .list02 li dl dt{
	padding: 0 10px;
	margin: 0;
}

.section02 .company-list .list02 li dl dd{
	font-size: 1.4rem;
	padding: 0 10px;
	width: 100%;
}

.section02 .box01{
	width: 90%;
	margin: 0 auto;
}

.section02 .box01 .jigyou-list{
	width: 100%;
}



}

@media screen and (max-width:768px){
	#COMPANY{
		margin-top: 120px;
	}
}