@charset "UTF-8";
/* =====================================
	ueda
===================================== */

h1{
	width:100%;
	font-size:35px;
	color:#191919;
	border-top:1px solid #cccccc;
}

h1 span{
	max-width:1190px;
	width:100%;
	font-size:35px;
	color:#191919;
	padding:60px 0;
	line-height:1;
	margin:0 auto;
	background:url(../img/company/group/logo06_02.jpg) no-repeat center right;
	background-size:96px 90px;
	display:block;
}

.visual{
	position:relative;
	width:100%;
	height:500px;
	background:url(../img/company/group/ueda/visual01.jpg) center;
	background-size:cover;
	margin-bottom:95px;
}

section{
	max-width:1470px;
	width:100%;
	margin:0 auto;
}

section h2{
	max-width:1220px;
	width:100%;
	margin:0 auto 35px;
	font-size:32px;
	color:#191919;
	font-weight:normal;
}

.sec01{
	border-bottom:1px solid #cccccc;
	padding-bottom:100px;
}

.sec01 h3{
	max-width:1220px;
	width:100%;
	margin:0 auto 20px;
	font-size:23px;
	color:#191919;
}

.sec01 p{
	max-width:1220px;
	width:100%;
	margin:0 auto 91px;
	font-size:15px;
	color:#595959;
	line-height:2.2;
}

.sec01 a{
	margin: 0 auto;
    width: 100%;
    max-width: 810px;
    display: block;
}

.sec01 a .img-area{
    width: 100%;
    overflow: hidden;
}

.sec01 a .img-area img{
    width: 100%;
    display: block;
    transition: transform .4s ease;
}

.sec01 a:hover .img-area img{
    transform: scale(1.1);
}

.sec01 span{
	margin:20px auto 0;
	font-size:18px;
    font-weight:400;
	line-height:30px;
    color:#262626;
    padding-right:73px;
    background:url("../img/common/arrow04.png") no-repeat center right;
    background-size:30px auto;
    display:table;
    transition:all 250ms ease-out;
}

.sec01 a:hover span{
    color:#008b44;
}

.sec02{
	border-bottom:1px solid #cccccc;
	padding:70px 0 50px;
}

.sec02 li{
	max-width:1220px;
	width:100%;
	margin:0 auto 20px;
}

.sec02 li a{
	font-size:15px;
	color:#595959;
}

.sec02 li a:hover{
	color:#097429;
}

.sec02 li a span{
	color:#191919;
	font-weight:bold;
	padding-right:70px;
}

.bnr{
    border-bottom:1px solid #cccccc;
	padding:45px 0 60px;
}

.bnr p{
    font-size:17px;
    text-align: center;
    margin-bottom: 20px;
}

.bnr img{
    margin: 0 auto;
    width: 100%;
    max-width: 810px;
}

.sec03{
	border-bottom:1px solid #cccccc;
	padding:70px 0 80px;
}

.sec03 ul{
	max-width:1220px;
	width:100%;
	margin:0 auto;
}

.sec03 ul li{
	float:left;
	width:31.47%;
	margin-right:2.786%;
}

.sec03 li a div{
	display:block;
	overflow:hidden;
}

.sec03 li a img{
	width:100%;
}

.sec03 li a img, .sec03 li a span{
	transition:all 250ms ease-out;
}

.sec03 li a:hover img{
	transform:scale(1.1);
}

.sec03 ul li:last-child{
	margin-right:0;
}

.sec03 ul li span{
	font-size:18px;
	color:#191919;
	display:inline-block;
	height:32px;
	line-height:32px;
	background:url(../img/common/arrow04.png) no-repeat center right;
	padding-right:50px;
	margin-top:20px;
}

.sec03 li a:hover span{
	color:#097429;
}

.sec04{
	border-bottom:1px solid #cccccc;
	padding:70px 0 80px;
}

.sec04 table{
	max-width:1220px;
	width:100%;
	margin:60px auto 0;
	font-size:16px;
	color:#191919;
	text-align:left;
	line-height:1.8;
}

.sec04 table th{
	padding:10px 0 10px 20px;
	border-bottom:1px dotted #ccc;
	font-weight:normal;
	vertical-align:top;
	box-sizing:border-box;
	width:15%;
}

.sec04 table td{
	color:#595959;
	padding:10px 0 10px 20px;
	border-bottom:1px dotted #ccc;
}

.sec04 table td a{
	color:#097429;
}

.sec04 table td a:hover{
	text-decoration:underline;
}

.sec05{
	border-bottom:1px solid #cccccc;
	padding:70px 0 80px;
}

.sec05 ul{
	max-width:1220px;
	width:100%;
	margin:0 auto;
}

.sec05 ul li{
	float:left;
	width:31.47%;
	margin-right:2.786%;
}

.sec05 li a div{
	display:block;
	overflow:hidden;
}

.sec05 li a img{
	width:100%;
}

.sec05 li a img, .sec05 li a span{
	transition:all 250ms ease-out;
}

.sec05 li a:hover img{
	transform:scale(1.1);
}

.sec05 ul li:last-child{
	margin-right:0;
}

.sec05 ul li span{
	font-size:18px;
	color:#191919;
	display:inline-block;
	height:32px;
	line-height:32px;
	background:url(../img/common/arrow04.png) no-repeat center right;
	padding-right:50px;
	margin-top:20px;
}

.sec05 li a:hover span{
	color:#097429;
}

.nav02{
	padding-top:95px;
}

.nav02 ul{
	width:100%;
	max-width:1220px;
	margin:0 auto 115px;
}

.nav02 ul li{
	width:43.77%;
	float:left;
	margin-bottom:60px;
}

.nav02 ul li:nth-child(even){
	float:right;
}

.nav02 ul li a{
	width:100%;
	padding:13px 0 10px 30px;
	line-height:1;
	border-left:4px solid #097429;
	box-sizing:border-box;
	font-size:25px;
	color:#595959;
	display:block;
}

.nav02 ul li a:hover{
	color:#097429;
}

.nav02 ul li a span{
	font-size:15px;
	display:block;
	width:100%;
	border-top:1px solid #cccccc;
	padding-top:14px;
	margin-top:17px;
}

@media screen and (max-width:1280px){

section, h1 span{
	width:92.2%;
	margin:0 3.9%;
}

.nav02{
	padding-top:14vw;
}

.nav02 ul{
	width:92.2%;
	margin:0 3.9% 19.27vw;
}

.nav02 ul li{
	width:45.762%;
	margin-bottom:11vw;
}

.nav02 ul li a{
	padding:0 0 2.6vw;
	border-left:none;
	border-bottom:4px solid #097429;
	font-size:25px;
	text-align:center;
}

.nav02 ul li a span{
	display:none;
}

}

@media screen and (max-width:768px){

h1{
	font-size:5.2vw;
}

h1 span{
	font-size:5.2vw;
	padding:6.77vw 0;
	background:url(../img/company/group/logo06_02.jpg) no-repeat center right;
	background-size:12.5vw 11.71875vw;
}

.visual{
	height:46.875vw;
	background:url(../img/company/group/ueda/sp/visual01.jpg);
	background-size:cover;
	margin-bottom:10.4166vw;
}

section h2{
	margin:0 auto 5.859vw;
	font-size:5.859vw;
}

.sec01{
	padding-bottom:13vw;
}

.sec01 h3{
	margin:0 auto 2.6vw;
	font-size:4.557vw;
}

.sec01 p{
	margin:0 auto 11.45833vw;
	font-size:3.6458vw;
}

.sec01 a{
    max-width: 100%;
}

.sec01 span{
	margin:2.645833vw auto 0;
	font-size:3.3854167vw;
    font-weight:500;
	line-height:4.4270833vw;
    padding-right:7.8125vw;
    background:url("../img/common/arrow04.png") no-repeat center right;
    background-size:4.4270833vw auto;
    padding-top:1vw;
}

.sec01 a:hover{
    color:#262626;
}

.sec02{
	padding:11.71875vw 0 10vw;
}

.sec02 li{
	margin:0 auto 3.9vw;
}

.sec02 li a{
	font-size:3.3854vw;
}

.sec02 li a span{
	padding:1.953125vw 0 1.5vw;
	display:block;
}

.bnr{
	padding:8vw 0 10vw;
}

.bnr p{
    font-size:3.6vw;
    margin-bottom: 2.67vw;
}

.sec03{
	padding:12.369vw 0 7.161vw;
}

.sec03 ul li{
	width:48%;
	margin:0 4% 4.557vw 0;
}

.sec03 ul li:nth-child(2){
	margin-right:0;
}

.sec03 ul li:last-child{
	margin:0 4% 0 0;
}

.sec03 li a:hover img{
	transform:none;
}

.sec03 ul li span{
	font-size:3.3854vw;
	height:4.8177vw;
	line-height:4.8177vw;
	background:url(../img/common/sp/arrow04.jpg) no-repeat center right;
	background-size:4.8177vw 4.8177vw;
	padding-right:6.9vw;
	margin-top:1.6927vw;
}

.sec03 li a:hover span{
	color:#191919;
}

.sec04{
	padding:12.369vw 0 18vw;
}

.sec04 table{
	margin:3.255vw auto 0;
	font-size:3.3854vw;
	line-height:1.5;
}

.sec04 table th{
	display:block;
	padding:3.255vw 0 1vw;
	border-bottom:none;
	width:100%;
}

.sec04 table td{
	display:block;
	padding:0 0 3.255vw 0;
}

.sec04 table tr:last-child td{
	padding:0;
	border-bottom:none;
}

.sec04 table td a:hover{
	text-decoration:none;
}

.sec05{
	padding:12.369vw 0 18vw;
}

.sec05 ul li{
	float:none;
	width:100%;
	margin:0 0 4.557vw 0;
}

.sec05 ul li:nth-child(2){
	margin-right:0;
}

.sec05 ul li:last-child{
	margin:0;
}

.sec05 li a:hover img{
	transform:none;
}

.sec05 ul li span{
	font-size:3.3854vw;
	height:4.8177vw;
	line-height:4.8177vw;
	background:url(../img/common/sp/arrow04.jpg) no-repeat center right;
	background-size:4.8177vw 4.8177vw;
	padding-right:6.9vw;
	margin-top:2.734vw;
}

.sec05 li a:hover span{
	color:#191919;
}

.nav02 ul li a:hover{
	color:#595959;
}

.nav02 ul li a{
	font-size:4.296875vw;
}

}
