@charset "utf-8";

/*-------------------------------------------------------------------
	slider
-------------------------------------------------------------------*/

#slider {
	width: 100%;
	height: 645px;
  position: relative;
}

.slideText01 {
	width: 1200px;
	max-width: 90%;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	padding-left: 30%;
}
.slideText02 {
	width: 1200px;
	max-width: 90%;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	padding-left: 30%;
}


.slideLead01 {
	margin-bottom: 50px;
	font-size: 3.0rem;
	font-weight: 600;
	color: #314a57;
	letter-spacing: .1em;
	line-height: 1.5;
}

.slideLead02 {
	font-size: 2.1rem;
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing: .1em;
}

.fs60 {
	font-size: 6.0rem;
}

.fs40{
	font-size: 4.0rem
}

.message {
	opacity: 0;
	transition: all,.8s;
	position: absolute;
}

.message.appear {
	opacity: 1;
  animation: 10s fadeIn;
	transition: all,.8s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1200px){
	
	.slideText {
		width: 90%;
		padding-left: 40%;
	}
	
	.slideText01,
	.slideText02 {
		width: 90%;
		padding-left: 40%;
	}
	
}

@media screen and (max-width: 1050px){
	
	#slider {
		height: 580px;
  }
	
	
	.slideText {
		width: 100%;
		max-width: 100%;
		position: static;
		transform: none;
		box-sizing: border-box;
		padding-left: 0;
		height: 580px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.slideText01 {
		width: 100%;
		max-width: 100%;
		transform: none;
		left: 0;
		box-sizing: border-box;
		padding-left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	} 
	.slideText02 {
		width: 100%;
		max-width: 100%;
		left: 0;
		transform: none;
		box-sizing: border-box;
		padding-left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	} 
	
	

	.slideLead01 {
		margin-bottom: 30px;
		font-size: 2.4rem;
		font-weight: 600;
		color: #314a57;
		letter-spacing: 0;
		line-height: 1.6;
		text-align: center;
	}
	
	.slideLead01.ext {
		line-height: 2.0;
	}

	.slideLead02 {
		font-size: 1.8rem;
		margin-bottom: 20px;
		font-weight: 500;
		letter-spacing: 0;
	}

	.fs60 {
		font-size: 4.0rem;
	}
	
	.smpBtn {
		text-align: center;
	}
	
}



/*-------------------------------------------------------------------
	newsArea
-------------------------------------------------------------------*/

#newsArea {
	padding: 100px 0;
}

#tabList {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #b2b2b2;
	line-height: 1.0;
}

#tabList li {
	width: 24.5%;
	text-align: center;
	padding: 20px 0;
	background: #f0f0f0;
	color: #314a57;
	font-weight: 400;
	cursor: pointer;
}

#tabList li.tabOn {
	background: #314a57;
	color: #fff;
}

.contentArea {
	display: none;
}

.contentArea.areaOpen {
	display: block;
}



@media screen and (max-width: 1050px){
	
	#newsArea {
		padding: 50px 0;
	}


	#tabList li {
		padding: 15px 0;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.4;
	}

}



/*-------------------------------------------------------------------
	corpArea
-------------------------------------------------------------------*/

#corpArea {
	width: 100%;
	background: url("../image/top/corp_yellowbg.png") top left no-repeat;
	background-size: 100% auto;
	padding: 80px 0 90px;
	overflow: hidden;
}

.corpBg {
	position: relative;
}


#corpArea .imgBig {
	border: 1px solid #a8a8a8;
}

#corpArea .imgBig::after {
	display: none;
}


.corpBg::after {
	background: url("../image/top/corp_bg.png") right top no-repeat;
	width: 926px;
	height: 415px;
	content: '';
	position: absolute;
	top: -50px;
	right: -195px;
	z-index: 1;
}

@media screen and (max-width: 1400px){
	.corpBg::after {
		background-size: cover;
		width: 800px;
		height: 360px;
		top: -30px;
		right: -50px;
	}
}




@media screen and (max-width: 1050px){
	
	#corpArea {
		width: 100%;
		background: url("../image/top/corp_yellowbg_sp.png") top left no-repeat;
		background-size: 100% auto;
		padding: 80px 0 90px;
	}

	.corpBg {
		position: relative;
	}
	
	#corpArea .mb70 {
		margin-bottom: 30px !important;
	}
	
	#corpArea .spBl {
		margin-bottom: 30px;
	}

	.corpBg::after {
		display: none;
	}


}


/*-------------------------------------------------------------------
	bisArea
-------------------------------------------------------------------*/

#bisArea {
	background: url("../image/top/bisiness_bg.png") top right no-repeat;
	background-size: 100% auto;
	padding: 90px 0 100px;
}

@media screen and (max-width: 1400px){
	#bisArea {
		background-size: 110% auto;
	}	

}

.trdFlex {
	display: flex;
	justify-content: space-between;
}

.trdFlex li {
	width: 33.1%;
	box-shadow: 0px 0px 8px 1px #999;
	padding: 7px;
	box-sizing: border-box;
}

.trdFlex li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 485px;
	position: relative;
}

.trdFlex li a::after {
	width: 22px;
	height: 22px;
	background: url("../image/common/green_arrow.png") center center;
	background-size: cover;
	content: '';
	position: absolute;
	bottom: 12px;
	right: 20px;
}

.trdFlex li a:hover {
}

.trdFlex li a .whiteBox {
	width: 90%;
	background: rgba(255,255,255,0.7);
	padding: 50px 3%;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.0;
	font-weight: 600;
}

.whiteBox dt {
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 40px;
	line-height: 1.2;
}

.whiteBox dt::after {
	width: 65px;
	height: 2px;
	background: #333333;
	content: '';
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
}

.trdFlex li a:hover .whiteBox dt::after {
	background: #22b0a4;
}



.whiteBox dd {
	font-size: 2.4rem;
	line-height: 1.2;
}

.whiteBox dd.smled {
	font-size: 2.0rem;
}


.trdFlex li a.bisBg01 {
	background: url("../image/top/bis_listbg01.jpg") center center no-repeat;
	background-size: cover;
}
.trdFlex li a.bisBg02 {
	background: url("../image/top/bis_listbg02.jpg") center center no-repeat;
	background-size: cover;
}
.trdFlex li a.bisBg03 {
	background: url("../image/top/bis_listbg03.jpg") center center no-repeat;
	background-size: cover;
}

.trdFlex li a.csrBg01 {
	background: url("../image/top/csr_listbg01.jpg") center center no-repeat;
	background-size: cover;
}
.trdFlex li a.csrBg02 {
	background: url("../image/top/csr_listbg02.jpg") center center no-repeat;
	background-size: cover;
}
.trdFlex li a.csrBg03 {
	background: url("../image/top/csr_listbg03.jpg") center center no-repeat;
	background-size: cover;
}


@media screen and (max-width: 1050px){
	
	#bisArea {
		background: url("../image/top/bisiness_bg_sp.png") top right no-repeat;
		background-size: 100% auto;
		padding: 200px 0 80px;
	}
	
	.trdFlex {
		display: block;
		justify-content: space-between;
	}

	.trdFlex li {
		width: auto;
	}
	
	.trdFlex li:nth-child(n + 2) {
		margin-top: 30px;
	}

	.trdFlex li a {
		height: 250px;
	}



	.trdFlex li a:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	.trdFlex li a .whiteBox {
		width: 85%;
		padding: 40px 3%;
	}

	.whiteBox dt {
		font-size: 1.8rem;
	}

	.whiteBox dd {
		font-size: 2.2rem;
	}
	
	
	.whiteBox dd.smled {
		font-size: 1.8rem;
	}

	.trdFlex li a.bisBg01 {
		background: url("../image/top/bis_listbg01_sp.jpg") center center no-repeat;
		background-size: cover;
	}
	.trdFlex li a.bisBg02 {
		background: url("../image/top/bis_listbg02_sp.jpg") center center no-repeat;
		background-size: cover;
	}
	.trdFlex li a.bisBg03 {
		background: url("../image/top/bis_listbg03_sp.jpg") center center no-repeat;
		background-size: cover;
	}

	.trdFlex li a.csrBg01 {
		background: url("../image/top/csr_listbg01_sp.jpg") center center no-repeat;
		background-size: cover;
	}
	.trdFlex li a.csrBg02 {
		background: url("../image/top/csr_listbg02_sp.jpg") center center no-repeat;
		background-size: cover;
	}
	.trdFlex li a.csrBg03 {
		background: url("../image/top/csr_listbg03_sp.jpg") center center no-repeat;
		background-size: cover;
	}
	
}


/*-------------------------------------------------------------------
	irArea
-------------------------------------------------------------------*/

#irArea {
	width: 100%;
	background: url("../image/top/ir_bg_top.png") top left no-repeat,url("../image/top/ir_bg_btm.png") right bottom no-repeat #effae1;
	padding: 150px 0;
}

@media screen and (max-width: 1400px){
	#irArea {
		background-size: 20% auto;
	}
}

.irText{
	position: relative;
}

.irImg{
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-50px);
}

@media screen and (max-width: 1050px){
	#irArea {
		width: 100%;
		background: url("../image/top/ir_bg_top.png") top left no-repeat,url("../image/top/ir_bg_btm.png") right bottom no-repeat #effae1;
		padding: 80px 0;
		background-size: 50% auto;
	}
	.irImg{
		position: static;
		text-align: center;
		transform: none;
		margin-bottom: 50px;
	}
}
	
@media screen and (max-width: 640px){
	
	
	#irArea .mb70 {
		margin-bottom: 50px !important;
	}
	
	#irArea .mb30 {
		margin-bottom: 60px !important;
	}
	
}


/*-------------------------------------------------------------------
	csrArea
-------------------------------------------------------------------*/

#csrArea {
	background: url("../image/top/csr_bg.png") top left no-repeat;
	background-size: 100% auto;
	padding: 90px 0;
	width: 100%;
	overflow: hidden;
}

.csrBox {
	position: relative;
	margin-bottom: 60px;
}

.csrImg {
	position: absolute;
	top: -25px;
	right: -110px;
}

@media screen and (max-width: 1400px){
	
	.csrImg {
		position: absolute;
		top: -25px;
		right: -60px;
		width: 60%;
	}
	
}


@media screen and (max-width: 1050px){
	
	#csrArea {
		background: url("../image/top/csr_bg_sp.png") top left no-repeat;
		background-size: 100% auto;
		padding: 80px 0;
	}

	.csrImg {
		position: static;
		width: 100%;
		margin: -50px 0 30px;
		
	}

}


/*-------------------------------------------------------------------
	recArea
-------------------------------------------------------------------*/

#recArea {
	width: 100%;
	overflow: hidden;
}

.recBox {
	position: relative;
	padding: 40px 0;
}

.recImg {
	position: absolute;
	top: 0;
	right: -210px;
}
@media screen and (max-width: 1400px){
	.recImg {
		right: -70px;
		width: 70%;
	}
}

@media screen and (max-width: 1050px){
	
	#recArea .contInner {
		width: 100%;
		max-width: 100%;
	}
	
	.recBox {
		position: relative;
		padding: 50px 0;
	}
	
	.spWrap {
		width: 90%;
		margin: 0 auto 30px;
	}

	.recImg {
		position: static;
		width: auto;
	}

}

