@charset "utf-8";

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

#top1Message {
	background-color: #f3f3f3;
	background-image: url(../../img/top/ph2_sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: calc(100vh - 45px - 70px); /* ヘッダ＝45px・iPhoneナビ＝70px */
	padding-top: 32px;
	position: relative;
}

#top1MessageHead {
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1.429;
	letter-spacing: 0.010em;
	color: #000000;
	margin-bottom: 15px;
	white-space: nowrap;
	text-align: center;
}

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

#top1MessageHead2 {
	font-family: 'Abel', sans-serif;
	font-size: 1.0rem;
	line-height: 1;
	letter-spacing: 0.075em;
	color: #000000;
	margin-bottom: 20px;
	white-space: nowrap;
	text-align: center;
}

#top1MessageHead3 {
	font-size: 1.3rem;
	line-height: 1.652;
	letter-spacing: 0.090em;
	text-align: justify;
	width: 240px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -120px;
}

#top1MessageScroll {
	display: inline-block;
	width: 27.5px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -13.75px;
}

#top1MessageScroll img {
	width: 27.5px;
	height: auto;
}

/* タブレット対策 */
@media all and (min-width: 768px) {
	#top1Message {
		height: 738px;
		background-position: center center;
	}
}


/* top1：リクルートバナー */
/* -------------------------------------------------- */
#top1RecruitWrap {
	width: 100%;
	max-width: 600px;
	margin: -50px auto 0;
	padding: 60px 15px 30px;
}

#top1Recruit img {
	width: 100%;
}


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

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

#top2Message {
	width: calc(100% - 15px*2);
/* 	width: 290px; */
	max-width: 600px;
	margin: 0 auto;
	background-color: #fff;
	padding: 23px;
	margin-top: -65px;
	border: solid 1px #bfbfbf;
	position: relative;
	z-index: 2;
}

#top2MessageTit {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.471;
	letter-spacing: 0.050em;
	color: #000000;
	margin-bottom: 15px;
	text-align: justify;
}

#top2MessageBody {
	font-size: 1.3rem;
	line-height: 1.75;
	letter-spacing: 0.050em;
	margin-bottom: 15px;
	text-align: justify;
}

#top2MessageBtn a {
	display: block;
	width: 200px;
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.030em;
	color: #0185bc;
	border: solid 1px #0185bc;
	background-color: #fff;
	text-align: center;
	padding: 12px 0;
	background-image: url(../../img/common/sp_arrow_blue_right.png);
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: 10px auto;
}

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

#top3Img {
	width: 100%;
}

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

#top3Message {
	width: 100%;
	background-color: #d7eaf2;
	padding: 25px 22px;
}


#top3MessageTit {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.395;
	letter-spacing: 0.070em;
	color: #000000;
	margin-bottom: 15px;
	text-align: center;
}

#top3MessageBody {
	font-size: 1.3rem;
	line-height: 1.75;
	margin-bottom: 25px;
	text-align: justify;
}

#top3MessageBtn a {
	display: block;
	width: 200px;
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.030em;
	color: #fff;
	background-color: #0082ba;
	text-align: center;
	padding: 17px 0;
	background-image: url(../../img/common/sp_arrow_white_right.png);
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: 10px auto;
}

/* タブレット対策 */
@media all and (min-width: 768px) {
	#top3MessageBody {
		text-align: center;
	}
}


/* top4：「採用について」 */
/* -------------------------------------------------- */
#top4{
	width: 100%;
	padding: 30px 0 25px;
}

#top4MessageHead {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #0185bc;
	margin-bottom: 10px;
	text-align: center;
}

#top4MessageHeadEn {
	font-family: 'Abel', sans-serif;
	font-size: 1.0rem;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #000000;
	margin-bottom: 20px;
	text-align: center;
}

#top4MessageBody {
	padding: 0 15px;
	font-size: 1.3rem;
	line-height: 1.538;
	margin-bottom: 20px;
	text-align: justify;
}

#top4Img img {
	width: 100%;
	height: auto;
	max-height: 500px;
	object-fit: cover;
}

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

#top4Btn a {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.050em;
	color: #0185bc;
	border: solid 1px;
	text-align: center;
	padding: 16px;
	background-image: url(../../img/common/sp_arrow_blue_right.png);
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: 10px auto;
}

@media all and (min-width: 768px) {
	#top4MessageBody {
		text-align: center;
	}
}

