@charset "utf-8";

/* !common
---------------------------------------------------------- */
#footer .ico {
	margin-left: 5px;
	vertical-align: baseline;
}

/* !pageTop
---------------------------------------------------------- */
.pageTop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.85;
	-ms-filter: "alpha(opacity=85)";
	filter: alpha(opacity=85);
	z-index: 10;
}
.pageTop:hover {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
}

/* !footer
---------------------------------------------------------- */
#footer {
	min-width: 980px;
	text-align: left;
}
#footer.footer-wide,
#footer.footer-wide2 {
	min-width: 1160px;
}
	#footerSitemap {
		padding: 60px 0;
		background-color: #e5e5e5;
	}
		#footerSitemap > div {
			margin: 0 auto;
			width: 980px;
		}
		#footerSitemap.footerSitemap-wide > div {
			width: 1160px;
			margin-left: auto;
			margin-right: auto;
		}
		#footerSitemap #sitemap_top {
			margin-top: -44px;
		}
			#footerSitemap > div .categoryName {
				margin-bottom: 20px;
				padding: 5px 0 0 34px;
				background: url(/common/images/footer/ico_footer_sitemap_category01.gif) no-repeat left center;
				font-size: 142.85%;
				font-weight: 600 !important;
			}
			#footerSitemap > div#sitemap_products .categoryName { background-image: url(/common/images/footer/ico_footer_sitemap_category01.gif); }
			#footerSitemap > div#sitemap_corporate .categoryName { background-image: url(/common/images/footer/ico_footer_sitemap_category02.gif); }
			#footerSitemap > div#sitemap_ir .categoryName { background-image: url(/common/images/footer/ico_footer_sitemap_category03.gif); }
			#footerSitemap > div#sitemap_csr .categoryName { background-image: url(/common/images/footer/ico_footer_sitemap_category04.gif); }
			#footerSitemap > div#sitemap_saiyou .categoryName { background-image: url(/common/images/footer/ico_footer_sitemap_category05.gif); }
			#footerSitemap > div a {
				text-decoration: none;
				color: #333;
			}
			#footerSitemap > div a:hover,
			#footerSitemap > div a:focus {
				text-decoration: underline;
			}
			#footerSitemap > div > ul {
				display: table;
				width: 100%;
				margin-top: 26px;
			}
			#footerSitemap > div .categoryName + ul {
				margin-top: 46px;
			}
				#footerSitemap > div > ul > li {
					width: 230px;
					display: table-cell;
					padding-right: 20px;
				}
				#footerSitemap.footerSitemap-wide > div > ul > li {
					width: 270px;
				}
					#footerSitemap > div > ul > li .tit {
						padding: 15px 0 14px 15px;
						border-bottom: 1px solid #ccc;
						background: url(/common/images/footer/ico_footer_sitemap_arrow01.gif) no-repeat left 1.4em;
						color: #000;
						font-weight: 600 !important;
					}
					#footerSitemap > div > ul > li > ul + .tit {
						margin-top: 39px;
					}

						#footerSitemap > div > ul > li ul {
						}
							#footerSitemap div > ul > li li {
								margin-top: 10px;
								padding-left: 15px;
								background: url(/common/images/footer/ico_footer_sitemap_arrow02.gif) no-repeat left 0.45em;
							}
							#footerSitemap div > ul > li li:first-child {
								margin-top: 15px;
							}
				#footerSitemap > div > ul > li.colspan2 {
					width: 500px;
				}
				#footerSitemap.footerSitemap-wide > div > ul > li.colspan2 {
					width: 560px;
				}
				#footerSitemap > div > ul > li.colspan3 {
					width: 750px;
				}
				#footerSitemap.footerSitemap-wide > div > ul > li.colspan3 {
					width: 850px;
				}
					#footerSitemap > div > ul > li.colspan2 > ul,
					#footerSitemap > div > ul > li.colspan3 > ul {
						width: 100%;
						display: table;
					}
					#footerSitemap > div > ul > li.colspan2 > ul > li,
					#footerSitemap > div > ul > li.colspan3 > ul > li {
						width: 230px;
						display: table-cell;
						padding: 0 20px 0 0;
						background: none;
					}
					#footerSitemap.footerSitemap-wide > div > ul > li.colspan2 > ul > li,
					#footerSitemap.footerSitemap-wide > div > ul > li.colspan3 > ul > li {
						width: 270px;
					}

	#footerContent {
		background: url(/common/images/footer/bg_footer02.gif) repeat left top;
	}
		#footerContent #footerLinks {
			background: url(/common/images/footer/bg_footer01.gif) repeat left top;
		}
			#footerLinks ul {
				margin: 0 auto;
				padding: 17px 0 15px;
				width: 980px;
				display: block;
				min-height: 1%;
			}
			#footerLinks.footerLinks-wide ul {
				width: 1160px;
			}
			.footer-wide2 #footerLinks.footerLinks-wide ul {
				width: 100%;
			  max-width: 1536px;
			  margin: 0 auto;
			  box-sizing: border-box;
			}
			@media screen and (min-width: 980px) {
				.footer-wide2 #footerLinks.footerLinks-wide ul {
					padding-right: 10px;
					padding-left: 10px;
				}
			}
			#footerLinks ul:after {
				clear: both;
				content:".";
				display: block;
				height: 0;
				visibility: hidden;
			}
				#footerLinks li {
					float: left;
					margin-right: 20px;
					padding-left: 15px;
					background: url(/common/images/footer/ico_footer_arrow01.png) no-repeat left 0.4em;
					line-height: 1.5;
				}
				#footerLinks li:first-child {
					margin-left: 0;
				}
					#footerLinks li a {
						color: #ccc;
						text-decoration: none;
					}
					#footerLinks li a:hover,
					#footerLinks li a:focus {
						text-decoration: underline;
					}
			#copyright {
				padding: 55px 0;
				text-align: center;
				color: #fff;
				font-size: 85.71%;
			}
				#copyright .logo {
					margin-bottom: 11px;
				}


.categoryName > .linkTxtToIndex {
	display: inline-block;
	margin: 2px 0 0 0;
	padding-left: 13px;
	background: url(/common/images/footer/ico_footer_sitemap_arrow01.gif) no-repeat left 0.4em;
	vertical-align: middle;
}

/* !footerBannerArea
---------------------------------------------------------- */
.footerBannerArea {
	background-color: #e5e5e5;
}
	.footerBannerAreaIn {
	  width: 980px;
		margin: 0 auto;
		padding: 35px 0 35px;
		border-bottom: 1px solid #ccc;
	}
	.footerBannerAreaIn.footerBannerAreaIn-wide {
	  width: 1160px;
	}
	.footer-wide2 .footerBannerAreaIn.footerBannerAreaIn-wide {
	  /*width: 1160px;*/
	  width: 100%;
	  max-width: 1536px;
	  margin: 0 auto;
	  padding: 35px 0;
	  box-sizing: border-box;
	}
	@media screen and (min-width: 980px) {
		.footer-wide2 .footerBannerAreaIn.footerBannerAreaIn-wide {
			padding-right: 10px;
			padding-left: 10px;
		}
	}

.listFooterBanner {
	overflow: hidden;
}
.footer-wide2 .listFooterBanner {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
	.listFooterBanner > li {
		float: left;
		border: 2px solid #e5e5e5;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	}
	.footer-wide2 .listFooterBanner > li {
		float: none;
		border: none;
	}
	@media screen and (min-width: 980px) {
		.footer-wide2 .listFooterBanner > li {
			max-width: 236px;
		}
	}
		.footer-wide2 .listFooterBanner > li a {
			display: block;
		}
		.footer-wide2 .listFooterBanner > li a figure {
			overflow: hidden;
			border-bottom: 1px solid #e6e6e6;
		}
		.footer-wide2 .listFooterBanner > li a img {
			object-fit: cover;
			transition: transform .3s ease;
		}
		.footer-wide2 .listFooterBanner > li a:hover img {
			transform: scale(1.05);
		}
	.listFooterBanner.col4 > li {
		width: 230px;
	  margin-left: 20px;
	}
	.footer-wide2 .listFooterBanner.listFooterBanner-wide {
		margin: 0 0 0 -20px;
	}
	.footer-wide2 .listFooterBanner.listFooterBanner-wide > li {
    margin-left: 20px;
	}
	.listFooterBanner.col4 > li:first-child { margin-left: 0;}
		.listFooterBanner > li .indexBox01 {
			padding: 15px;
			background-color: #fff;
		  border: 2px solid #ccc;
		}
			.listFooterBanner > li .indexBox01 .h4_arrow01 {
				padding-left: 21px;
		    color: #000;
		    font-weight: 600 !important;
			  font-size: 100%;
			}

.listFooterBanner.col4 > li .biggerlink {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
}
/* 画像（透過） */
.listFooterBanner.col4 > li .biggerlink:hover img {
	opacity: 0.9;
	-ms-filter: "alpha(opacity=90)";
	filter: alpha(opacity=90);
}
/* リンク */
.listFooterBanner.col4 > li .biggerlink a {
	text-decoration: none;
	color: #333;
}

/* !Share button
---------------------------------------------------------- */
.areaShareButtons {
	background-color: #fff;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.footer-wide2 .areaShareButtons {
	background-color: #e5e5e5;
	padding: 35px 0 0;
	border-bottom: none;
}
	.boxShareButtons {
		position: relative;
		width: 980px;
		margin: 0 auto 0;
	}
	.boxShareButtons.boxShareButtons-wide {
		width: 1160px;
	}
	@media screen and (max-width: 979px) {
		.footer-wide2 .boxShareButtons,
		.footer-wide2 .boxShareButtons.boxShareButtons-wide {
			width: 100%;
		}
	}
		.boxShareButtonsIn {
			display: table;
			margin: 0;
		}
		@media screen and (min-width: 980px) {
			.footer-wide2 .boxShareButtonsIn {
				display: flex;
				align-items: center;
				justify-content: center;
			}
		}
		@media screen and (max-width: 979px) {
			.footer-wide2 .boxShareButtonsIn {
				display: block;
				padding: 0 10px;
				margin: 0 auto;
			}
			.footer-wide2 .boxShareButtonsIn > .title,
			.footer-wide2 .boxShareButtonsIn > .shareButtonGroup {
				display: block;
			}
			.footer-wide2 .boxShareButtonsIn > .title {
				/* margin-bottom: 0.75em; */
				padding-bottom: .75em;
				font-size: 85.71%;
			}
		}
			.boxShareButtonsIn > .title,
			.boxShareButtonsIn > .shareButtonGroup {
				display: table-cell;
			}
			.footer-wide2 .boxShareButtonsIn > .title,
			.footer-wide2 .boxShareButtonsIn > .shareButtonGroup {
				display: block;
			}
			.boxShareButtonsIn > .title {
				padding-right: 18px;
				vertical-align: bottom;
				color: #000;
				line-height: 1.1;
			}
			.footer-wide2 .boxShareButtonsIn > .title {
				padding-right: 0;
				vertical-align: middle;
				text-align: center;
				line-height: 1.3;
				font-size: 15px;
			}
			@media screen and (min-width: 980px) {
				.footer-wide2 .boxShareButtonsIn > .title {
					padding-right: 18px;
				}
			}

.listShareButtons {
	overflow: hidden;
}
.footer-wide2 .listShareButtons {
	display: flex;
	justify-content: center;
	align-items: center;
}
	.listShareButtons > li {
		float: left;
		height: 20px;
		margin-left: 10px;
	}
	.footer-wide2 .listShareButtons > li {
		float: left;
		height: auto;
		margin-left: 25px;
	}
	.listShareButtons > li:first-child { margin-left: 0;}
		.listShareButtons > li a {
			text-decoration: none;
		}
		.footer-wide2 .listShareButtons > li a {
			display: block;
			width: 35px;
			height: 35px;
		}
		@media screen and (min-width: 980px) {
			.listShareButtons > li a:hover {
				opacity: 0.85;
				-ms-filter: "alpha(opacity=85)";
				filter: alpha(opacity=85);
			}
			.footer-wide2 .listShareButtons > li.inButton a:hover {
				opacity: 0.85;
				-ms-filter: "alpha(opacity=85)";
				filter: alpha(opacity=85);
			}
		}

		.footer-wide2 .listShareButtons > li.inButton a {
			background-repeat: no-repeat;
			background-position: center center;
			background-size: contain;
			font-size: 0;
			transition: all ease .3s;
		}
			.footer-wide2 .inButton.youtube a {
				background-image: url(../images/btn_footer_yt02_c.svg);
			}
			.footer-wide2 .inButton.twitter a {
				background-image: url(../images/icons/icon_x-logo_black.svg);
				background-size: 28px auto !important;
			}
			.footer-wide2 .inButton.facebook a {
				background-image: url(../images/btn_footer_fb02_c.svg);
			}
			.footer-wide2 .inButton.instagram a {
				background-image: url(../images/btn_footer_inst02_c.svg);
			}
				@media screen and (max-width: 979px) {
					.footer-wide2 .inButton.youtube a {
						background-image: url(../images/btn_footer_yt02_c.svg);
					}
					.footer-wide2 .inButton.twitter a {
						background-image: url(../images/icons/icon_x-logo_black.svg);
					}
					.footer-wide2 .inButton.facebook a {
						background-image: url(../images/btn_footer_fb02_c.svg);
					}
					.footer-wide2 .inButton.instagram a {
						background-image: url(../images/btn_footer_inst02_c.svg);
					}
				}

/* legacy contents */
#container + #footer .areaShareButtons,
hr + #footer .areaShareButtons { padding-top: 55px;}


/* !関連ブログ記事表示
---------------------------------------------------------- */
#footerRecommendBlog {
  padding: 40px 30px 0;
  background: #e5e5e5;
}

#footerRecommendBlog .whatsnew__inner {
  margin: auto;
  max-width: 980px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ccc;
}
#footerRecommendBlog.footerRecommendBlog-wide .whatsnew__inner {
  max-width: 1160px;
}

#footerRecommendBlog .whatsnew__title {
  margin-bottom: 25px;
  letter-spacing: 0.15em;
  font-size: 142.85%;
  text-align: center;
  font-weight: 500;
}

#footerRecommendBlog .articleList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footerRecommendBlog .articleList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(25% - 10px);
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}

#footerRecommendBlog .articleList__img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#footerRecommendBlog .articleList__img a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 160px;
}
#footerRecommendBlog.footerRecommendBlog-wide .articleList__img a {
  height: 186px;
}

#footerRecommendBlog .articleList__img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#footerRecommendBlog .articleList__img a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05)
}

#footerRecommendBlog .articleList__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 15px 12px;
}

#footerRecommendBlog .articleList__title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  overflow: hidden;
}

#footerRecommendBlog .articleList__title a {
  display: block;
  color: #000;
  text-decoration: none;
}

#footerRecommendBlog .articleList__title a:hover {
  text-decoration: underline;
}

#footerRecommendBlog .articleList__lead {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

#footerRecommendBlog .articleList__meta {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 12px;
}

#footerRecommendBlog .articleList__meta a {
  text-decoration: none;
}
#footerRecommendBlog .articleList__meta a:hover {
  text-decoration: underline;
}

#footerRecommendBlog .articleList__category {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #999;
}

#footerRecommendBlog .articleList__tag {
  float: left;
}

#footerRecommendBlog .articleList__tag a {
  color: #757575;
}

#footerRecommendBlog .articleList__time {
  float: none;
  clear: both;
  padding-top: 5px;
  color: #757575;
}

#footerRecommendBlog .readmore {
    margin: 0 auto;
    text-align: center;
}

#footerRecommendBlog .readmore a {
    box-sizing: border-box;
    display: block;
    max-width: 352px;
    margin: auto;
    padding: 15px 10px;
    background: #000 url(/common/images/footer/icon_more.svg) no-repeat;
    background-position: right 15% bottom 54%;
    background-size: 32px 10px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    transition: all 500ms;
}

#footerRecommendBlog .readmore a:hover {
    background-color: #333;
    background-position: right 12% bottom 54%;
}

.c-diversity {
  color: #00a5a7;
}

.c-diversity a {
  color: #00a5a7;
}

.c-life {
  color: #f08302;
}

.c-life a {
  color: #f08302;
}

.c-culture {
  color: #e84483;
}

.c-culture a {
  color: #e84483;
}

.c-future {
  color: #03a2e4;
}

.c-future a {
  color: #03a2e4;
}

