@charset "utf-8";

/* pagetitle：ページタイトル */
/* -------------------------------------------------- */
#pagetitle {
	width: 100%;
	height: 500px;
	background-image: url(../../img/company/ph1_pc.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 25px;
}

#pagetitleInner {
	padding: 80px 196px 80px 72px;
	background-color: #0185bc;
	position: absolute;
	bottom: -55px;
	left: 165px;
}

#pagetitleHead {
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #fff;
	margin-bottom: 25px;
}

#pagetitleEn {
	font-family: 'Abel', sans-serif;
	font-size: 2.1rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #fff;
}

@media all and (max-width: 1699px) {
	#pagetitle {
		height: 415px;
	}
	#pagetitleInner {
		padding: 66px 163px 66px 60px;
		bottom: -55px;
		left: 137px;
	}
	
	#pagetitleHead {
		font-size: 3.3rem;
	}
	
	#pagetitleEn {
		font-size: 1.7rem;
	}
}

@media all and (max-width: 1199px) {
	#pagetitle {
		height: 344px;
	}
	#pagetitleInner {
		padding: 55px 135px 55px 50px;
		bottom: -46px;
		left: 114px;
	}
}

/* actionlist：取り組み */
/* -------------------------------------------------- */
#actionlist {
	background-image: url(../../img/company/bg2.png);
	background-position: left -20px top 576px;
	background-repeat: no-repeat;
	background-size: 749px auto;
}
#actionlist > ul > li {
	margin-bottom: 120px;
	background-image: url(../../img/company/bg1.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 163px auto;
}

.actionlistImg {
	float: left;
	width: calc(100% - 795px);
	position: relative;
	z-index: 2;
}

.actionlistImg img {
	width: 100%;
	height: auto;
}

.actionlistBody {
	max-width: 890px;
	background-color: #d7eaf2;
	margin-left: calc(100% - 890px);
	margin-top: 90px;
	position: relative;
	z-index: 1;
}

.actionlistBody:before {
	display: inline-block;
	content: "";
	width: 122px;
	height: 154px;
	background-image: url(../../img/company/fig1.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 122px auto;
	position: absolute;
	top: -80px;
	right: -20px;
}

.actionlistBodyInner {
	display: table-cell;
	height: 640px;
	vertical-align: middle;
}

/* テキスト */
.actionlistBodyTit {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.050em;
	margin-bottom: 45px;
}

.actionlistBodyTitSub {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.050em;
	margin-bottom: 10px;
}

.actionlistBodyTitSub span {
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: 43px;
	padding: 8px;
	border: solid 2px #0185bc;
	border-radius: 43px;
	margin-right: 10px;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: -0.040em;
	color: #0185bc;
}

.actionlistBodyTxt {
	font-size: 2.3rem;
	line-height: 1.364;
	letter-spacing: 0.100em;
	margin-bottom: 50px;
}

#facility {
	margin-top: -25px;
}

#facility li {
	list-style: disc;
	list-style-position: inside;
	float: left;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.050em;
	margin-right: 1.5em;
}

/* 各個の指定：1番目 */
li#actionlist1 {
	padding-right: 9%;
}
li#actionlist1 .actionlistBody {
	padding: 0 65px 0 180px;
}

/* 各個の指定：2番目 */
li#actionlist2 {
	padding-left: 9%;
	background-image: none;
}
li#actionlist2 .actionlistImg {
	float: right;
}

li#actionlist2 .actionlistBody {
	margin-left: 0;
	padding: 0 180px 0 65px;
}

li#actionlist2 .actionlistBody:before {
	width: 134px;
	height: 172px;
	background-image: url(../../img/company/fig2.png);
	background-position: left center;
	background-size: 134px auto;
	top: -80px;
	left: 35px;
}

/* 各個の指定：3番目 */
li#actionlist3 {
	padding-right: 9%;
}
li#actionlist3 .actionlistBody {
	padding: 0 65px 0 180px;
}

#actionlist3 .actionlistBody:before {
	width: 134px;
	height: 154px;
	background-image: url(../../img/company/fig3.png);
	background-position: left center;
	background-size: 134px auto;
	top: -80px;
	right: -20px;
}

@media all and (max-width: 1699px) {
	.actionlistImg {
		width: calc(100% - 650px);
	}
	.actionlistBody {
		max-width: 750px;
		margin-left: calc(100% - 750px);
	}
	.actionlistBodyInner {
		height: 530px;
	}
	.actionlistBodyTit {
		font-size: 2.9rem;
	}
	.actionlistBodyTitSub {
		font-size: 2.2rem;
	}
	.actionlistBodyTitSub span {
		width: 36px;
		height: 36px;
		padding: 7px;
		border-radius: 36px;
		margin-right: 8px;
		font-size: 1.8rem;
	}
	.actionlistBodyTxt {
		font-size: 1.9rem;
	}
	#facility li {
		font-size: 1.7rem;
	}
	li#actionlist1 {
		padding-right: 120px;
	}
	li#actionlist1 .actionlistBody {
		padding: 0 54px 0 149px;
	}
	li#actionlist2 {
		padding-left: 120px;
	}
	li#actionlist2 .actionlistBody {
		margin-left: 0;
		padding: 0 149px 0 54px;
	}
	li#actionlist3 {
		padding-right: 120px;
	}
	li#actionlist3 .actionlistBody {
		padding: 0 54px 0 149px;
	}
}

@media all and (max-width: 1299px) {
	.actionlistImg {
		width: calc(100% - 550px);
	}
	.actionlistBody {
		max-width: 650px;
		margin-left: calc(100% - 650px);
	}
	.actionlistBodyInner {
		height: 440px;
	}
	.actionlistBodyTit {
		font-size: 2.4rem;
	}
	.actionlistBodyTitSub {
		font-size: 1.8rem;
	}
	.actionlistBodyTitSub span {
		width: 30px;
		height: 30px;
		padding: 6px;
		border-radius: 30px;
		margin-right: 7px;
		font-size: 1.5rem;
	}
	.actionlistBodyTxt {
		font-size: 1.6rem;
	}
	#facility li {
		font-size: 1.4rem;
	}
	li#actionlist1 .actionlistBody {
		padding: 0 45px 0 124px;
	}
	li#actionlist2 .actionlistBody {
		margin-left: 0;
		padding: 0 124px 0 45px;
	}
	li#actionlist3 .actionlistBody {
		padding: 0 45px 0 124px;
	}
}


/* history：山下乳業の歴史 */
/* -------------------------------------------------- */
#history {
	margin-bottom: 100px;
	padding: 0 15px;
}

#historyLead {
	font-size: 4rem;
	font-weight: 100;
	line-height: 1.375;
	letter-spacing: 0.100em;
	text-align: center;
	margin-bottom: 35px;
}

#historyInner {
	display: table;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#historyList {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding-top: 37px;
}

#historyList ul li {
	height: 210px;
	padding-left: 38px;
	padding-right: 25px;
	background-image: url(../../img/company/bg3.png);
	background-position: left top 30px;
	background-repeat: no-repeat;
	background-size: contain;
}

.historyListYear {
	font-size: 4rem;
	font-weight: 300;
	line-height: 1;
	color: #0185bc;
	font-style: italic;
	margin-bottom: 5px;
}

.historyListYear span {
	font-family: "Abel", sans-serif;
	font-size: 8rem;
}

.historyListEvent {
	font-size: 2.2rem;
	line-height: 1.364;
	letter-spacing: 0.050em;
}

#historyPhoto {
	max-width: 429px;
	float: right;
}

.historyPhotoImg {
	text-align: right;
	margin-bottom: 10px;
}

.historyPhotoImg img {
	width: 100%;
	height: auto;
}

.historyPhotoTxt {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.563;
	letter-spacing: 0.050em;
	margin-bottom: 50px;
}

/* comdata：会社概要 */
/* -------------------------------------------------- */
#comdata {
	width: 100%;
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto 240px;
}

#comdata table {
	width: 100%;
	border-top: solid 1px #626262;
}

#comdata table tr {
	border-bottom: solid 1px #c9c9c9;
}

#comdata table tr:last-child {
	border-bottom: solid 1px #626262;
}

#comdata table th {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.050em;
	vertical-align: middle;
	white-space: nowrap;
	text-align: right;
	padding-right: 1.5em;
	width: 18%;
}

#comdata table td {
	font-size: 2.2rem;
	line-height: 1.364;
	letter-spacing: 0.050em;
	padding: 0.5em 0;
}

.tdInner {
	border-left: solid 1px #c9c9c9;
	padding:0.5em 0 0.5em 1em;
}

.comdataAddressWrap {
	display: table;
}

.comdataAddressWrap.mb {
	margin-bottom: 1em;
}

.comdataAddress {
	display: table-cell;
	vertical-align: middle;
	width: 30em;
}

.comdataName {
	font-weight: 500;
}

.comdataMap {
	display: table-cell;
	vertical-align: middle;
}
.comdataMap a {
	float: left;
	width: 46px;
	height: 46px;
	border:  solid 3px #0185bc;
	border-radius: 23px;
	font-family: 'Avenir Next', sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 43px;
	letter-spacing: 0.050em;
	color: #0185bc;
	text-align: center;
}
