@charset "UTF-8";
/* CSS Document */

/*
h1 {
	background-image: none;
	margin-bottom: 0;
}

.contnts_bar img{
	width: 100%;
}
*/


/* ここから上部イメージ画像 */

.contnts_bar{
	height: 300px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5em;
}

.contensTop_h1 {
	height: 100%;
	display: flex;
	align-items: center;
/*	justify-content: center;*/
	max-width: var(--max-size1);
	margin: auto;
	
/*	text-align: center;*/
}

h1 {
	display: inline-block;
	background-image: none;
/*	background-color: rgba(0, 112, 192, 0.9);*/
	background-color: rgba(255, 255, 255, 0.9);
	color: var(--main-color);
	font-weight: 600;
	
	padding: 1% 2em;
	margin:0;
	border: solid 2px;
}


.bar_IR{
	background-size: cover;
	background-position: center;
	background-image: url(../img/stock_img/stock_bar.jpg);
}




/*
h1 {
	background-image: none;
	margin-bottom: 0;
	color: #fff;
	font-weight: 600;
	filter: drop-shadow(0 0 4px #000);
}

.contnts_bar{
	height: 300px;
	width: 100%;
	overflow: hidden
}

/* ここまで上部イメージ画像 */


.contentwrap {
	border: solid 1px;
}

.wrap-subtop {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(18vw,1fr));
	align-items: end;
	column-gap: 3vw;
	row-gap: 5vw;
	max-width: 85%;
	margin: 0 auto;
}

.wrap-subtop2 { /* 横2つ用 */
	grid-template-columns: repeat(2,minmax(18vw,1fr));
	max-width: 70%;
}


/* ここから最新IRニュース */
.irnews {
	margin-right: 5em;
	width: 75%;
}

.newsright {
	max-width: 350px;
}

.newsright .article:not(:last-child) {
	margin-bottom: 2em;
}

/* ここまで最新IRニュース */


/* ここからIRライブラリー用 */
.wrap-library {
	background:none;
}

.wrap-library h1{
	background-image: url(../img/background/contents_back_ir.jpg);
    background-repeat: repeat;
	background-size: 2.8vw;
}
/* ここまでIRライブラリー用 */

.main {
	
	padding: 5vw 0vw;
}

.mainir{
	width: 85vw;
}

.ir_wrap1,
.ir_wrap2,
.ir_wrap3 {
	margin: 0 auto 8em;
	max-width: var(--max-size1);
}

.ir_wrap1 {
	display: flex;
}

.ir_wrap2 {
	border-top: solid 3px var(--main-color);
	border-bottom: solid 3px var(--main-color);
	padding: 2em 3em 3em;
}


.pickup_title {
	margin-top:0;
	font-size: var(--bigBunsyo);
	font-weight: 600;
	color: var(--main-color);
}

.ir_pickup {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
	gap: 3em;
}

.ir_wrap3 {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
	gap: 5em;
}

.ir_wrap3 p {
	margin: 0;
	padding-bottom: 0.2em;
	margin-bottom: 0.8em;
	font-size: var(--bigBunsyo);
	color: var(--main-color);
	font-weight: 600;
	border-bottom: solid 1px #ccc;
}

.ir_wrap3 ul {
	padding:0;
}

.ir_wrap3 li {
	list-style: none;
}

.ir_wrap3 li:not(:last-child){
	margin-bottom: 1em;
}

.ir_wrap3 li a {
	position: relative;
/*	display: inline-block;*/
	width: 100%;
	font-size: var(--bunsyo);
	color: #666;
	padding-left: 1.2em;
}

.ir_wrap3 li a:hover {
	color: var(--a-hover);
/*
	opacity: .5;
	transition: .5s;
*/
}

.ir_wrap3 li a::before,
.article a p::after,
.article2 a p::after {
	content: '>';
	color: var(--main-color);
	font-size: 0.7em;
	position: absolute;
}

.ir_wrap3 li a::before {
	left: 0;
	top: 50%;
	transform: translateY(-50%);/* 上下中央にもっていく */
}

.article a p::after {
	right: 0.5em;
	bottom: 0;
	transform: translateY(-20%)/* 上下中央にもっていく */
}



.article {
	font-size: var(--bunsyo);
	border: solid 1px #ccc;
}

.article a{
	display: block;
	position: relative;
}



.saisinIR ,
.article p {
	padding: 0 1em;
	margin: 0.5em 0;
	color: var(--main-color);
	font-weight: 500;
	font-size: var(--bunsyo);
}

.saisinIR {
	font-size: var(--bigBunsyo);
	border-left: solid 1rem;
	font-weight: 600;
}

.article p.seihinlink {
	border-color: #E94A08; /* 製品TOPのボーダー色*/
}

.article p.kigyojyoholink {
	border-color: #739732; /* 企業情報のボーダー色 */
}

.article p.kigyojyoholink {
	border-color: #739732; /* サステナビリティ */
}

.article a:hover p{
    opacity:0.5;
	transition:0.3s;
}



span.linkimg {
	display: block;
	width: 100%;
	overflow: hidden;
}

.article img {
	height: 10em;
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;	
}

.article a:hover img,
.article2 a:hover img {
	transform: scale(1.1,1.1);
	transition: 1s all;
	opacity:0.5;
}

/* ここから横長（ESG,FAQ） */
.ir_wrap4 {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
	gap: 3em;
	max-width: var(--max-size1);
	margin: 0 auto;
}

.article2 {
	border: solid 1px #ccc;
	overflow: hidden;
/*	max-height: 5em;*/
}

.article2 a {
	display: flex;
	align-items: center;
	margin: 0 auto;	
	text-decoration: none;
	height: 8vw;
	max-height: 100px;
	position: relative;
}

.article2 a:hover {
	opacity: .5;
	transition: .5s;
}

.article2 a p {
	font-size: var(--bunsyo);
	color: #666;
	font-weight: 600;
	margin: 0 1em;
}

.article2 a p::after {
	right: 1em;
	top: center;
	transform: translateY(25%); /*上下中央にもっていく */
}

.linkimg2 {
/*	display:block;*/
	width: 30%;
	height: 100%;
	overflow: hidden;
}

.linkimg2 img {
/*	height: 8em;*/
	width: 100%;
	height: 105%;
/*	height: 100%;*/
	object-fit: cover;
/*	vertical-align: center;*/
}

.linkimg2 .faqimg {
	height: 150%;
	object-fit: cover;
	object-position: center -1vw;
	
}
/* ここまで横長（ESG,FAQ） */


/**********************
レスポンシブ対応
***********************/

@media screen and (max-width:786px)  {
	.eco {
		/*環境用背景*/
		padding-bottom: 10vw;
	}
	
	
	/* ここから上部バー */
	.contnts_bar{
		height: 200px;
		margin-bottom: 3em;
	}

	h1 {
		font-size: 25px;
	}
	
/*
	.contnts_bar{
		width: 100%;
		margin-bottom: 8vw;
		overflow: hidden;
	}
*/
/* ここまで上部バー */
	
	
	
	.wrap-subtop {
		grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
	}

	.article p {
		font-size: 16px;

	}
	
	.article img {
		height: 18vw;
	}
	
	.mainir {
		width: 85vw;
	}
	
	.ir_wrap1,
	.ir_wrap2,
	.ir_wrap3 {
		margin-bottom: 5em;
	}
	
	.ir_wrap1 {
		display: block;
	}
	
	.saisinIR {
		font-size: 18px;
		border-left: solid 0.5em;
		padding-left: 0.5em;
	}
	
	.irnews {
		margin-right: 0;
		width: 100%;
		margin-bottom: 5em;
	}
	
	.newsright {
		display: grid;
		grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
		gap:2em;
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
	}
	
	.newsright .article:not(:last-child) {
		margin-bottom: 0;
	}
	
	.ir_wrap2 {
		padding: 3em 0 4em;
	}
	
	.pickup_title {
		font-size: 18px;
		width: 85%;
		margin: 0 auto 1em;
	}
	
	.ir_pickup {
		width: 90%;
		margin: 0 auto;
	}
	
	.ir_wrap3 p {
		font-size: 18px;
	}
	
	.ir_wrap3 li a{
		font-size: 15px;

	}
	
	.ir_wrap4 {
		gap: 2em;
	}

	
	.article2 a {
		height: 6em;
	}
	
	.article2 a p {
		font-size: 15px;
	}
	
	.article2 a p::after {
		right: 0.5em;
		top: 0;
		transform: translateY(216%);/* 上下中央にもっていく */
	}

	
	.linkimg2 {
		width: 35%;
		height: 6em;
	}

	.linkimg2 img {
		height: 100%;
		width: 100%;
	}
	
	.linkimg2 .esgimg{
		object-position: 20% center;
	}
	
	.linkimg2 .faqimg {
		height: 10em;
		object-position: center -1.5em;
	}
}

@media screen and (max-width:550px)  {
	.article img {
		height: 33vw;
	}
}