/*-----------------------------------
　KV
-----------------------------------*/
.kv {
	width: 100%;
	background: url("/image/jp/about/recruit/new_graduate/field/business_kv.png");
	background-position:center;
	background-size: cover;
	position: relative;
	top: 0;
	text-align: center;
	color: #FFF;
	padding: 180px 0 60px 0;
	white-space: nowrap;
}
.kv .corner1 {
	font-size: 28px;
	letter-spacing: 0.12em;
	font-family: Shin Go DeBold;
	font-style: italic;
	margin-bottom: 50px!important;
}
.kv .corner2 {
	font-size: 18px;
	margin-bottom: 65px!important;
}
.kv .corner3 {
	font-size: 15px;
}
@media screen and (max-width: 890px) {
.kv .corner2 {
	font-size: 16px;
	margin-bottom: 40px!important;
}
.kv .corner3 {
	font-size: 14px;
}
}

/*-----------------------------------
　conts
-----------------------------------*/
.conts {
	width: 100%;
	background: url("/image/jp/about/recruit/new_graduate/field/business_back.png");
	background-position: top center;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 80px;
	text-align: center;
}
.conts ul {
	border: 3px solid #01624f;
	width: 90%;
	max-width: 780px;
	margin: 0 auto 34px auto!important;
}
.conts ul .tit {
	font-size: 18px;
	font-family: Shin Go DeBold;
	color: #FFF;
	padding: 16px;
	background-color: #01624f;
}
.conts ul .txt1 {
	font-size: 22px;
	padding: 30px;
	font-family:  Shin Go Medium;
}
.conts ul .txt2 {
	font-size: 18px;
	line-height: 1.8;
	padding: 30px;
	font-family: Shin Go Medium;
}
@media screen and (max-width: 890px) {
.conts ul .tit {
	font-size: 16px;
}
.conts ul .txt1 {
	font-size: 16px;
}
.conts ul .txt2 {
	font-size: 14px;
}
}

/*ソリューション ボタン*/
.business {
	width: 100%;
	max-width: 966px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	padding-top: 90px;
	padding-bottom: 145px;
}
.business img { width: 90% }

@media screen and (min-width: 701px) {
.sp { display: none }
}
@media screen and (max-width: 700px) {
.business { padding-top: 30px;display: block; }
.pc { display: none }
.business img { margin-bottom: 10px!important; }
}

/*ソリューション*/
.solution {
	width: 100%;
	max-width: 966px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
	padding: 0 24px;
}
.tit1,.tit2,.tit3,.tit4 {
	padding: 20px 0 20px 30px;
	font-size: 25px;
	color: #FFF;
	font-family: Shin Go DeBold;
	margin-bottom: 50px!important;
}
@media screen and (max-width: 710px) {
.tit1,.tit2,.tit3,.tit4 {
	padding: 20px 0 20px 20px;
	font-size: 16px;
	margin-bottom: 20px!important;
}
}
.tit1 {
	background: url("/image/jp/about/recruit/new_graduate/field/business_tit1.png");
	background-position:right;
	background-size: cover;
}
.tit2 {
	background: url("/image/jp/about/recruit/new_graduate/field/business_tit2.png");
	background-position:right;
	background-size: cover;
}
.tit3 {
	background: url("/image/jp/about/recruit/new_graduate/field/business_tit3.png");
	background-position:right;
	background-size: cover;
}
.tit4 {
	background: url("/image/jp/about/recruit/new_graduate/field/business_tit4.png");
	background-position:right;
	background-size: cover;
}

.sol_wrap {
	display: flex;
	justify-content:space-between;
	margin-bottom: 100px!important;
}
.sol_pic {
	max-width: 462px
}
.sol_pic img { width: 100% }
.sol_txt img { width: 100% }

.sol_txt {
	max-width: 456px;
	font-size: 14px;
	line-height: 1.6;
	padding-left: 20px;
}
@media screen and (max-width: 710px) {
.sol_wrap {
	display: block;
	padding-bottom: 40px;
	margin-bottom: 0!important;
}
.sol_pic,.sol_txt  {
	max-width: 100%;
	padding: 0;
}
.sol_pic img { margin-bottom: 20px!important; }
}


.sol_txt p {
	margin-bottom: 18px!important;
}
.prod {
	font-size: 12px;
}
.tec {
	width: 100%;
	font-size: 11px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 10px 0;
	margin-bottom: 18px!important;
}

#flg01,#flg02,#flg03,#flg04 {
	display: block;
    padding-top: 70px;
    margin-top: -70px!important;
}


/*-----------------------------------
フェード
-----------------------------------*/
.kv  {
	animation: OpenIn 1.0s ease 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.kv .corner1 {
	animation: ActFadeIn 1.0s ease 0.9s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.kv .corner2 {
	animation: ActFadeIn 1.0s ease 1.1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.kv .corner3 {
	animation: ActFadeIn 1.0s ease 1.3s;
	animation-fill-mode: forwards;
	opacity: 0;
}

