@charset "utf-8";
/* ------------------------------
 ヘッダー（PC）
------------------------------ */
.headerBlock .gnav .contactMenu > li.link a {
	background-color: var(--evc-color);
}
.headerBlock .gnav .contactMenu > li.link a::before,
.headerBlock .gnav .contactMenu > li.contact a::before {
	height: 23px;
}
.headerBlock .gnav .contactMenu > li.link a::before {
	background: url(../img/icon_member.svg) no-repeat center / 23px 23px;
}
@media print, screen and (min-width: 768px) {
	.header {
		padding-left: 30px;
	}
	/* -- ロゴ -- */
	.header .logoBox > a img {
		width: 364px;
	}
	/* -- メルマガ・お問い合わせ -- */
	.headerBlock .gnav .contactMenu > li.link a::after {
		background-color: var(--evc-color);
	}
	/* -- 画面幅狭くなったとき用 -- */
	.headerBlock .gnav {
		gap: 20px;
	}
	.headerBlock .gnav .headerMenu {
		gap: 0 18px;
	}
}
@media print, screen and (min-width: 1360px) {
	.headerBlock .gnav {
		gap: 30px;
	}
	.headerBlock .gnav .headerMenu {
		gap: 0 30px;
	}
}
/* ------------------------------
 ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- ロゴ -- */
	.header .logoBox > a img {
		width: 224px;
	}
}
/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */
.contentsHome .mainBlock {
	background-color: #f0f3f7;
}
.contentsHome .mainBlock .mainText {
	bottom: -26px;
}
.contentsHome .mainBlock .mainText h1 {
	font-weight: bold;
	line-height: 1.6;
}
/* -- h1 -- */
.heading .headingIn h1::before {
	background-color: var(--evc-color);
}
/* -- h2 -- */
.contentsHome h2::before {
	background-color: var(--evc-color);
}
@media print, screen and (min-width: 768px) {
	.contentsHome .bgBlock h2 {
		margin-bottom: 25px;
	}
}
/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsHome .mainBlock .mainText {
		width: 80%;
		bottom: 12%;
	}
}

/* ------------------------------
 新着情報（PC）
------------------------------ */
.contentsHome .newsBlock {
	background-color: #f0f3f7;
}
.contentsHome .newsBlock .inBlock.div2 {
	margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
	.contentsHome .newsBox .tagBtnBox.thin {
		padding-right: 15px;
	}
}
/* ------------------------------
 支援メニュー（PC）
------------------------------ */
/* -- 下層リンク -- */
.contentsHome .supportBlock {
	background-color: #f0f3f7;
}
.contentsHome .supportBlock .lowerLink.div5 .cms_text {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: var(--box-shadow);
	overflow: hidden;
}
.contentsHome .supportBlock .lowerLink.div5 .cms_text a {
	position: relative;
	padding: 60px 20px 25px 20px;
}
.contentsHome .supportBlock .lowerLink.div5 .cms_text p {
	margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
	.contentsHome .supportBlock {
		position: relative;
		z-index: 1;
		height: 670px;
	}
	.contentsHome .supportBlock > img {
		height: 610px;
	}
	.contentsHome .supportBlock .inBlock {
		margin-top: -475px;
		margin-bottom: 0;
	}
	.contentsHome .supportBlock .inBlock .flexBox {
		justify-content: space-between;
		align-items: flex-end;
		margin-bottom: 60px;
	}
	.contentsHome .supportBlock .inBlock .inBox {
		color: #fff;
		margin-bottom: 0;
	}
	/* -- 下層リンク -- */
	.contentsHome .supportBlock .lowerLink.div5 {
		column-gap: 2.1925%;
	}
	.contentsHome .supportBlock .lowerLink.div5 .cms_text {
		width: 18.246%;
	}
	.contentsHome .supportBlock .lowerLink.div5 .cms_text figure {
		text-align: center;
	}
	.contentsHome .supportBlock .lowerLink.div5 .cms_text figure img {
		width: 132px;
		height: auto;
	}
	.contentsHome .supportBlock .lowerLink.div5 .cms_text a:hover {
		opacity: .7;
	}
	.contentsHome .supportBlock .lowerLink.div5 .cms_text a:hover figure img {
		transform: none;
	}
}
/* ------------------------------
 支援メニュー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsHome .supportBlock .flexBox {
		margin-bottom: 40px;
	}
	.contentsHome .supportBlock .inBox {
		margin-bottom: 25px;
	}
	/* -- 下層リンク -- */
	.contentsHome .supportBlock .lowerLink.div5 {
		flex-direction: row;
		gap: 15px 5.18%;
	}
	.contentsHome .supportBlock .lowerLink.div5 .cms_text {
		width: 47.41%;
		border-radius: 7px;
	}
	.contentsHome .supportBlock .lowerLink.div5 .cms_text a {
		padding: 20px;
	}
	.contentsHome .supportBlock .lowerLink.div5 .cms_text figure {
		width: 110px;
		height: auto;
		margin: 0 auto;
	}
	.contentsHome .supportBlock .lowerLink.div5 .cms_text p {
		margin-top: 15px;
	}
}
/* ------------------------------
 部品ベンチマーク・当センターについて（PC）
------------------------------ */
.contentsHome .bgBlock {
	background-color: #f0f3f7;
	padding: 100px 0 155px;
}
.contentsHome .bgBlock .flexBox figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contentsHome .bgBlock .flexBox:first-child {
	margin-bottom: 120px;
}
/* -- 下層リンク -- */
.contentsHome .bgBlock .lowerLink.div2 .cms_text a {
	position: relative;
	display: flex;
	align-items: center;
	height: 106px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: var(--box-shadow);
}
.contentsHome .bgBlock .lowerLink.div2 .cms_text a p {
	margin-top: 0;
}
.contentsHome .bgBlock .lowerLink.div2 .cms_text a p::after {
	position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/icon_arrowbox_b_24.svg) no-repeat 0 0 / cover;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media print, screen and (min-width: 768px) {
	.contentsHome .bgBlock .flexBox {
		height: 530px;
		justify-content: flex-end;
		align-items: center;
		column-gap: 4.21%;
	}
	.contentsHome .bgBlock .flexBox figure {
		position: absolute;
		width: 48.75%;
		max-width: 936px;
		height: 530px;
		right: calc(50% + 1140px / 2 - 546px);
	}
	.contentsHome .bgBlock .flexBox figure img {
		border-radius: 0 16px 16px 0;
	}
	.contentsHome .bgBlock .flexBox .inBox {
		width: 546px;
	}
	.contentsHome .bgBlock .flexBox:last-child {
		justify-content: flex-start;
	}
	.contentsHome .bgBlock .flexBox:last-child figure {
		left: calc(50% + 1140px / 2 - 546px);
	}
	.contentsHome .bgBlock .flexBox:last-child figure img {
		border-radius: 16px 0 0 16px;
		right: auto;
		left: 0;
	}
	/* -- 下層リンク -- */
	.contentsHome .bgBlock .lowerLink.div2 {
		column-gap: 5.494%;
	}
	.contentsHome .bgBlock .lowerLink.div2 .cms_text {
		width: 47.253%;
	}
	.contentsHome .bgBlock .lowerLink.div2 .cms_text a:hover {
		opacity: .7;
	}
}
@media print, screen and (min-width: 1921px) {
	.contentsHome .bgBlock .flexBox figure img,
	.contentsHome .bgBlock .flexBox:last-child figure img {
		border-radius: 16px;
	}
}
/* ------------------------------
 部品ベンチマーク・当センターについて（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsHome .bgBlock {
		padding: 50px 0;
	}
	.contentsHome .bgBlock .flexBox:first-child {
		margin-bottom: 50px;
	}
	.contentsHome .bgBlock .flexBox figure {
		margin-bottom: 30px;
	}
	.contentsHome .bgBlock .flexBox:first-child figure {
		margin-left: -5.5%;
	}
	.contentsHome .bgBlock .flexBox:last-child figure {
		margin-right: -5.5%;
	}
	.contentsHome .bgBlock .flexBox figure img {
		border-radius: 0 8px 8px 0;
	}
	.contentsHome .bgBlock .flexBox:last-child figure img {
		border-radius: 8px 0 0 8px;
	}
	/* -- 下層リンク -- */
	.contentsHome .bgBlock .lowerLink.div2 .cms_text a {
		height: 90px;
		border-radius: 7px;
	}
	.contentsHome .bgBlock .lowerLink.div2 .cms_text a p {
		font-size: 1.8rem;
	}
}
/* ------------------------------
 連携支援機関等（PC）
------------------------------ */
.contentsHome .spBlock {
	padding: 85px 0;
}
@media print, screen and (min-width: 768px) {
	.contentsHome .spBlock .inBox {
		display: flex;
		justify-content: space-between;
	}
	.contentsHome .spBlock .inBox p {
		width: 59.211%;
		padding-top: 25px;
	}
	.contentsHome .spBlock ul.bnrLink {
		width: 998px;
		margin: 0 auto;
	}
}
/* ------------------------------
 連携支援機関等（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsHome .spBlock {
		padding: 50px 0;
	}
	.contentsHome .spBlock .inBox {
		margin-bottom: 25px;
	}
}

/* ------------------------------
 お問い合わせ・メルマガ（PC）
------------------------------ */
.contactBlock {
	background: #2668BD;
	background: linear-gradient(90deg, rgba(38, 104, 189, 1) 0%, rgba(56, 77, 126, 1) 63%, rgba(34, 43, 98, 1) 99%);
}
.contactBlock .magazine .inBox .btn a {
	background-color: var(--evc-color);
}
/* ------------------------------
 フッター（PC）
------------------------------ */
.footerTop address a.logo img {
	width: 280px;
}
@media print, screen and (min-width: 768px) {
	.footerTop address {
		margin-top: 10px;
	}
	.footerTop .footerMenu ul {
		column-gap: 6em;
		margin-top: 0;
	}
	.footerBottom.flexBox {
		margin-top: 5px;
	}
}
/* ------------------------------
 フッター（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.footerTop address a.logo img {
		width: 273px;
	}
}