@charset "utf-8";
/* CSS Document */

.top_txt{
	margin-top: -26px;
}
.top_txt figure{
	margin-bottom: 25px;
}
.top_txt p{
	font-size: 18px;
}

#wrap > .inner{
	margin-bottom: 60px;
}

section .h301{
	margin-bottom: 2px;
}
section#sec01 .sec_main{
    background-image: url(../img/img_business01_main.jpg);
    background-size: cover;
    background-position: center;
    height: 430px;
    width: 100%;
    position: relative;
}
section#sec02 .sec_main{
    background-image: url(../img/img_business02_main.jpg);
    background-size: cover;
    background-position: center;
    height: 430px;
    width: 100%;
    position: relative;
}

section .inner{
	margin: 0 auto 25px;
}

section .inner ul{
	flex-wrap: wrap;
	max-width: 1090px;
	margin: -80px auto 105px;
	padding-top: 80px;
}
section .inner ul li{
	width: calc(calc(100% - 75px) / 4);
	margin-right: 25px;
	text-align: center;
}
section .inner ul li:nth-of-type(4n){
	margin-right: 0;
}

section .inner ul li a > figure{
	margin-bottom: 12px;
}
section .inner ul li p{
	font-size: 14px;
}
section .inner ul li p.catchcopy{
	color: #009ad1;
	font-style: italic;
	margin: 15px auto 7px;
}
section .inner ul li h4{
	font-size: 24px;
	font-weight: normal;
	line-height: 1.3;
}
section .inner ul li a:hover{
	color: #333;
	text-decoration: none;
}
section .inner ul li a:hover h4{
    color: #079cd0;
    text-decoration: underline;
}

.anker-wrap {
    margin-top: -80px;
}
.anker-inner {
    padding-top: 80px;
}




@media screen and (max-width: 1024px){
	section .inner ul li h4{
		font-size: 20px;
	}
}

@media screen and (max-width: 920px){
	section .inner ul{
		display: block;
		margin: 60px auto 80px;
		padding: 0;
	}
	section .inner ul li{
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
		margin-top: -70px;
		margin-right: 0;
		padding-top: 70px;
	}
	section .inner ul li:last-child {
		margin-bottom: 0;
	}
	section .inner ul li a{
		display: flex;
		align-items: center;
	}
	section .inner ul li a > figure{
		min-width: 130px;
		margin-right: 10px;
		margin-bottom: 0;
	}
	section .inner ul li a .mission_detail div{
		display: flex;
		align-items: center;
	}
	section .inner ul li a .mission_detail div p{
		margin-right: 5px;
	}
	section .inner ul li a p br{
		display: none;
	}
}

@media screen and (max-width: 768px){
	section .inner {
		margin: 0 auto 15px;
	}
	#wrap > .inner {
		margin-bottom: 40px;
	}
	.top_txt figure {
		max-width: 60%;
		margin-bottom: 15px;
	}
	.top_txt p {
		font-size: 16px;
	}
	section#sec01 .sec_main,
	section#sec02 .sec_main{
		height: 200px;
	}
	section .inner ul {
		margin: 30px auto 50px;
	}
	section .inner ul li {
		margin-bottom: 30px;
		margin-top: -70px;
		padding-top: 70px;
	}
	section .inner ul li a .mission_detail div figure img {
		width: 25px;
	}
	section .inner ul li p.catchcopy {
		margin: 5px auto;
		line-height: 1.3;
	}
	section .inner ul li h4 br {
		display: none;
	}
	section .inner ul{
		margin: 30px auto 60px;
	}
}