@charset "utf-8";

/* top1：メインビジュアル */
/* -------------------------------------------------- */
#top1 {
	width: 100%;
}

#top1Inner {
	width: 100%;
	height: calc(100vh - 120px);
	display: table;
}

#top1InnerLeft {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 30px;
}

#mainTit {
	display: inline-block;
	text-align: left;
}

#top1InnerRight {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#top1InnerRight img {
	width: 100%;
	max-width: 1009px;
}

#top1Message {
	position: relative;
	padding-bottom: 15em;
}

#top1MessageHead {
	font-size: 6.2rem;
	font-weight: 700;
	line-height: 1.429;
	letter-spacing: 0.010em;
	color: #000000;
	margin-bottom: 0.5em;
	white-space: nowrap;
}

#top1MessageHead span {
	letter-spacing: -0.140em;
}

#top1MessageHead2 {
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: 0.050em;
	color: #000000;
	margin-left: 15%;
	white-space: nowrap;
}

#top1MessageHead3 {
	padding-bottom: 30px;
	font-size: 2.3rem;
	line-height: 1.652;
	letter-spacing: 0.134em;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
}

#top1Recruit img {
	width: 100%;
}


/* top2：サービスへの導入パート */
/* -------------------------------------------------- */
#top2 {
	position: relative;
	margin-bottom: 250px;
}

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

#top2Img img {
	width: 100%;
	height: 740px;
	object-fit: cover;
}

#top2Message {
	width: 740px;
	background-color: #fff;
	padding: 65px;
	position: absolute;
	top: 220px;
	right: 9%;
	box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
}

#top2MessageTit {
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.471;
	letter-spacing: 0.050em;
	color: #000000;
	margin-bottom: 35px;
}

#top2MessageBody {
	font-size: 2.0rem;
	line-height: 1.75;
	letter-spacing: 0.050em;
	margin-bottom: 35px;
}

#top2MessageBtn a {
	display: block;
	width: 360px;
	margin: 0 auto;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.030em;
	color: #0082ba;
	border: solid 2px #0082ba;
	background-color: #fff;
	text-align: center;
	padding: 25px 0;
	background-image: url(../../img/common/arrow_blue_right.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 19px auto;
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}

#top2MessageBtn a:hover {
	color: #fff;
	background-color: #0082ba;
	background-image: url(../../img/common/arrow_white_right.png);
}

@media all and (max-width: 1699px) {
	#top2 {
		margin-bottom: 200px;
	}
	#top2Img img {
		height: 600px;
	}
	#top2Message {
		width: 600px;
		padding: 50px;
		top: 180px;
	}
	#top2MessageTit {
		font-size: 2.72rem;
	}
	#top2MessageBody {
		font-size: 1.6rem;
	}
	
	#top2MessageBtn a {
		font-size: 1.76rem;
	}
}


/* top3：「どうして乳業なのに...」 */
/* -------------------------------------------------- */
#top3 {
	width: 100%;
	display: table;
	margin-bottom: 120px;
}

#top3Img {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}

#top3Img img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}

#top3Message {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	background-color: #d7eaf2;
	padding: 120px 210px 0 120px;
}

#top3MessageTit {
	font-size: 4.3rem;
	font-weight: 700;
	line-height: 1.395;
	letter-spacing: 0.100em;
	color: #000000;
	margin-bottom: 40px;
	text-align: center;
}

#top3MessageBody {
	font-size: 2rem;
	line-height: 1.75;
	margin-bottom: 35px;
}

#top3MessageBtn a {
	display: block;
	width: 360px;
	margin: 0 auto;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.030em;
	color: #fff;
	background-color: #0082ba;
	text-align: center;
	padding: 25px 0;
	background-image: url(../../img/common/arrow_white_right.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 19px auto;
	border: solid 2px #0082ba;
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}

#top3MessageBtn a:hover {
	color: #0082ba;
	background-color: #fff;
	background-image: url(../../img/common/arrow_blue_right.png);
}

@media all and (max-width: 1699px) {
	#top3Img img {
		height: 500px;
	}
	#top3Message {
		padding: 100px 100px 0 100px;
	}
	#top3MessageTit {
		font-size: 3.6rem;
		margin-bottom: 33px;
	}
	#top3MessageBody {
		font-size: 1.7rem;
		margin-bottom: 29px;
	}
	#top3MessageBtn a {
		width: 360px;
		font-size: 1.8rem;
		padding: 25px 0;
	}
}

@media all and (max-width: 1199px) {
	#top3Message {
		padding: 80px 80px 0 80px;
	}
}


/* top4：「採用について」 */
/* -------------------------------------------------- */
#top4{
	width: 100%;
	text-align: center;
	margin-bottom: 145px;
}

#top4MessageHead {
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #0185bc;
	margin-bottom: 34px;
}

#top4MessageHeadEn {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #000000;
	margin-bottom: 50px;
}

#top4MessageBody {
	font-size: 2rem;
	line-height: 1.65;
	margin-bottom: 45px;
}

#top4Img {
	width: 90%;
	margin: 0 auto;
}

#top4Img img {
	width: 100%;
	max-width: 1591px;
	height: auto;
}

#top4Btn {
	background-color: #fff;
	position: relative;
	z-index: 2;
	width: 580px;
	margin: 0 auto;
	margin-top: -54px;
}

#top4Btn a {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.030em;
	color: #0185bc;
	border: solid 2px #0185bc;
	text-align: center;
	padding: 40px 0;
	background-image: url(../../img/common/arrow_blue_right.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 19px auto;
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}

#top4Btn a:hover {
	color: #fff;
	background-color: #0185bc;
	background-image: url(../../img/common/arrow_white_right.png);
}

@media all and (max-width: 1699px) {
	#top4MessageHead {
		font-size: 2.8rem;
		margin-bottom: 20px;
	}
	#top4MessageHeadEn {
		font-size: 1.3rem;
		margin-bottom: 42px;
	}
	
	#top4MessageBody {
		font-size: 1.7rem;
		margin-bottom: 37px;
	}
	#top4Btn {
		width: 480px;
		margin-top: -45px;
	}
	
	#top4Btn a {
		font-size: 2rem;
		padding: 33px 0;
	}
}
