/*メインヴィジュアル*/
#mainVisual {
	width: 100%;
	height: 567px;
	background: url(../img/top/mainVisual02.jpg) no-repeat center center / cover;
	position: relative;
}
#mainVisual #copyText {
	font-size: 35px;
	color: #fff;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 55px;
}
#mainVisual #copyText p {
	background-color: rgba(0, 34, 88, 0.9);
	line-height: 2;
	padding: 0 39px 3px;
}
#mainVisual #copyText p:nth-child(2) {
	margin-top: 8px;
}
#mainVisual #copyText p:nth-child(2) span {
	color: #F5C508;
}

/*推薦コメント*/
#recommend {
	margin-top: 66px;
	overflow: hidden;
	width: 100%;
}
#recommend .cntBox {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#recommend .cntImg {
	width: 47%;
	height: 400px;
	max-width: 100%;
	margin-left: 3%;
}
#recommend .cntBody {
	color: #013281;
	width: 50%;
	margin-top: 9px;
}
#recommend .cntHeading {
	font-size: 70px;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	color: #013281;
}
#recommend .cntHeading::after {
	content: "";
	position: absolute;
	width: 110%;
	height: 1px;
	left: 0;
	background-color: #013281;
	z-index: -1;
}
#recommend .cntCopy {
	font-size: 37px;
	color: #CA9F20;
	line-height: 1.621;
}
#recommend .cntText {
	font-size: 19px;
	line-height: 2.2;
	margin-top: 29px;
	margin-left: 14px;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 1;
}

#recommend .cntHeading h2{
	font-size: 6.6rem;
}
#recommend .cntHeading h2 span{
	font-size: 2rem;
	letter-spacing: 0.01em;
	padding-left: 10px;
	font-style: normal;
	font-weight: 600;
}


/*最新のお知らせ*/
#newsBox {
	margin-top: 152px;
	margin-bottom: 60px;
}
#newsBox .cntBox {
	width: 800px;
	max-width: 100%;
	margin: 53px auto 0;
}
#newsBox .cntBox ul {
	border-top: 1px solid #013281;
	border-bottom: 1px solid #013281;
}
#newsBox .recent-list {
	padding: 20px 12px 19px 18px;
}
#newsBox .recent-list:not(:last-child) {
	border-bottom: 1px solid rgba(1, 50, 129, 0.13);
}
#newsBox .newsMeta {
	display: flex;
	align-items: center;
} 
#newsBox .newsDate {
	font-size: 17px;
	letter-spacing: 0.02em;
	color: #013281;
	line-height: 1.3;
}
#newsBox .newsCate {
	font-size: 12px;
	color: #fff;
	background-color: #06828F;
	border-radius: 12px;
	min-width: 101px;
	text-align: center;
	line-height: 18px;
	margin-left: 10px;
}
#newsBox .newsBody {
	line-height: 1.6;
	font-size: 18px;
	color: #013281;
	letter-spacing: 0.02em;
	margin-top: 5px;
}
#newsBox .cntBtn{
	margin-top: 60px;
    text-align: center;
}

/*カンパニーセクション*/
#company {
	padding-top: 173px;
	padding-bottom: 76px;
	background-color: #ECEFF4;
	margin-top: -81px;
	overflow: hidden;
	width: 100%;
}
#company .cntBox {
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#company .cntImg {
	z-index: 1;
	width: 47%;
	height: 400px;
	max-width: 100%;
	margin-right: 3%;
}
#company .cntHeading{
	color: #013281;
}
#company .cntHeading h2 {
    font-size: 6.6rem;
    text-align: right;
}
/*#company .cntImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-position: top;
	object-fit: cover;
	width: 100%;
	height: 100%;
}*/

#company .cntHeading h2 span {
    font-size: 2rem;
    letter-spacing: 0.01em;
    padding-left: 10px;
    font-style: normal;
    font-weight: 600;
}
#company .cntBody {
	color: #013281;
	margin-top: -8px;
	width: 50%;
}
#company .cntHeading {
	font-size: 70px;
	text-transform: uppercase;
	letter-spacing: -0.03em;
}
#company .cntHeading::after {
    content: "";
    position: absolute;
    width: 110%;
    height: 1px;
    right: 0;
    background-color: #013281;
    z-index: 0;
}
#company .cntText {
	width: 100%;
	margin-top: 50px;
}
#company .cntMore {
	margin-left: 200px;
}


@media screen and (max-width: 767px) {
	#mainVisual {
		/*background: url(../img/top/mainVisual-sp.jpg) no-repeat center center/ cover;*/
		height: 538px;
	}
	#mainVisual #copyText {
		font-size: 23px;
		bottom: 28px;
	}
	#mainVisual #copyText p {
		padding: 0 12px;
		line-height: 2.2;
	}
	#mainVisual #copyText p:nth-child(2) {
		margin-top: 5px;
	}
	/*推薦コメント*/
	#recommend {
		margin-top: 46px;
		padding-bottom: 50px;
	}
	#recommend .cntBox {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}
	#recommend .cntImg {
		margin-left: 0;
		height: auto;
		width: 100%;
	}
	#recommend .cntHeading {
		font-size: 35px;
		text-align: center;
		padding-bottom: 27px;
	}
	#recommend .cntHeading::before {
		font-size: 13px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	#recommend .cntHeading-sp::after {
		left: -20px;
		width: 100vw;
	}
	#recommend .cntBody {
		margin-top: 17px;
		width: 100%;
		height: 200px;
	}
	#recommend .cntText {
		margin-top: 0;
		margin-left: 0;
		font-size: 15px;
		padding: 0 20px;
		letter-spacing: 0.02em;
	}
	#recommend .cntHeading h2{
		padding-bottom: 40px;
		position: relative;
		font-size: 5rem;
	}
	#recommend .cntHeading h2 span{
		position: absolute;
		padding-left: 0;
		text-align: center;
		display: block;
		width: 100%;
		font-size: 16px;
		bottom: 15px;
	}
	/*お知らせ*/
	#newsBox {
		margin-top: 82px;
	}
	#newsBox .cntBox {
		margin: 34px auto 0;
	}
	/*運営会社*/
	#company .cntBody {
		width: 100%;
	}
	#company .cntText{
		margin-top: 30px;
	    z-index: 2;
    	position: relative;
	}
	#company .cntMore{
		margin-top: 0;
	}
	#company .cntHeading h2 {
	    padding-bottom: 40px;
	    position: relative;
	    text-align: center;
	    font-size: 5rem;
	}
	#company .cntHeading h2 span {
	    position: absolute;
	    padding-left: 0;
	    text-align: center;
	    display: block;
	    width: 100%;
	    font-size: 16px;
	    bottom: 15px;
	}
	#company .cntImg {
		margin-top: 22px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: auto;
	}
}