@charset "UTF-8";
/* ------------------------------
 理念・パーパス・アイデンティティ（PC）
------------------------------ */
/* ソミックグループ */
.cms_text.valueBar {
	height: 52px;
	background-color: var(--blue-color);
	color: #fff;
	font-size: 2.3rem;
	line-height: 52px;
	font-weight: bold;
	text-align: center;
}
.cms_text.valueBox {
	display: flex;
	align-items: center;
	margin-top: 5px;
	padding: 30px 48px;
	background-color: #fff;
}
.cms_text.valueBox::after {
	content: none;
}
.valueBox .value {
	color: var(--blue-color);
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: .25em;
}
/* SMHD */
.cms_text.guidelineBox {
	display: flex;
}
.guidelineBox p {
	width: 258px;
	height: 258px;
	padding-top: 50px;
	border-radius: 50%;
	background: url(../img/linedot_bg.svg) repeat 0 0 / 30px 30px;
	font-size: 2.5rem;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
}
.guidelineBox p span {
	display: block;
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .03em;
}
.guidelineBox p span::after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	margin: 10px auto 0;
	background-color: var(--smhd-color);
}
@media print, screen and (min-width: 768px) {
	/* ソミックグループ */
	.groupBlock {
		position: relative;
		padding: 120px 0;
	}
	.groupBlock::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: calc(100% - calc(calc(100% - 980px) / 2 - 100px));
		margin-right: calc(calc(100% - 980px) / 2 - 100px);
		height: 100%;
		background: url(../img/linedot_bg.svg) repeat 0 0 / 30px 30px;
	}
	.groupBlock > * {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	.valueBox .value {
		width: 95px;
	}
	.valueBox .value + p {
		width: 789px;
	}
	/* SMHD */
	.cms_text.guidelineBox {
		column-gap: 36px;
		width: 1140px;
	}
}
@media print, screen and (min-width: 1360px) {
	/* ソミックグループ */
	.groupBlock::before {
		width: calc(100% - calc(calc(100% - 1140px) / 2 - 100px));
		margin-right: calc(calc(100% - 1140px) / 2 - 100px);
	}
}
/* ------------------------------
 理念・パーパス・アイデンティティ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* ソミックグループ */
	.cms_block.groupBlock {
		width: 95%;
		margin-right: 5%;
		padding: 60px 5%;
		background: url(../img/linedot_bg_sp.svg) repeat 0 0 / 24px 24px;
	}
	.groupBlock .cms_text.pc_tac br {
		display: none;
	}
	.cms_text.valueBar {
		height: 50px;
		font-size: 2rem;
		line-height: 50px;
	}
	.cms_text.valueBox {
		padding: 15px 20px;
	}
	.valueBox .value {
		width: 80px;
		font-size: 2.3rem;
	}
	.valueBox .value + p {
		width: calc(100% - 80px);
	}
	/* SMHD */
	.cms_text.guidelineBox {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	.guidelineBox p {
		background: url(../img/linedot_bg_sp.svg) repeat 0 0 / 24px 24px;
	}
	.guidelineBox p:not(:nth-last-of-type(3)) {
		padding-top: 60px;
	}
}

/* ------------------------------
 SOMIC SOCIETY（PC）
------------------------------ */
.futureBlock .cms_text.featureHeading {
	display: inline-block;
	width: 290px;
	height: 40px;
	margin: 0 calc((100% - 290px) / 2) 40px;
	background-color: #000;
	color: #fff;
	font-size: 2rem;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.featureHeading::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
}
.futureBlock .cms_image,
.futureBlock .cms_text.featureText {
	margin-bottom: 0;
}
.featureText {
	background-color: #fff;
}
/* SOMIC N1 labリンク */
.n1-labLink .cms_text {
	background: url(../img/linedot_bg_black.svg) repeat 0 0 / 30px 30px;
	color: #fff;
}
@media print, screen and (min-width: 768px) {
	/* 私たちが叶えたい未来の社会​ */
	.futureBlock {
		position: relative;
		padding: 120px calc((100% - 1140px) / 2);
	}
	.futureBlock::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: calc(100% - calc(calc(100% - 1140px) / 2 - 100px));
		margin-right: calc(calc(100% - 1140px) / 2 - 100px);
		height: 100%;
		background: url(../img/linedot_bg.svg) repeat 0 0 / 30px 30px;
	}
	.futureBlock .cms_image,
	.futureBlock .cms_text.featureText {
		width: 570px;
		aspect-ratio: 1 / 1;
	}
	.featureText {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 70px;
	}
	.contents .featureText h2 span,
	.featureText p span {
		display: block;
	}
	/* SOMIC N1 labリンク */
	.n1-labLink .cms_image,
	.n1-labLink .cms_text {
		width: 570px;
		aspect-ratio: 1 / 1;
	}
	.n1-labLink .cms_text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 60px
	}
}
/* ------------------------------
 SOMIC SOCIETY（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 私たちが叶えたい未来の社会 */
	.cms_block.futureBlock {
		width: 95%;
		margin-right: 5%;
		padding: 60px 5%;
		background: url(../img/linedot_bg_sp.svg) repeat 0 0 / 24px 24px;
	}
	.futureBlock .cms_text.featureHeading {
		display: inline-block;
		width: 260px;
		height: 38px;
		margin: 0 calc((100% - 260px) / 2) 30px;
		font-size: 1.8rem;
		line-height: 38px;
	}
	.futureBlock .cms_image {
		width: 100%;
		aspect-ratio: 1 / 1;
	}
	.featureText {
		width: 100%;
		padding: 30px 20px;
	}
	.featureText p br {
		display: none;
	}
	/* SOMIC N1 labリンク */
	.n1-labLink .cms_image {
		width: 100%;
		aspect-ratio: 1 / 1;
	}
	.n1-labLink .cms_text {
		width: 100%;
		padding: 30px 20px;
		background: url(../img/linedot_bg_black_sp.svg) repeat 0 0 / 24px 24px;
	}
}

/* ------------------------------
 SOMIC N1 lab Iwata（PC）
------------------------------ */
.n1-labBlock .cms_text.n1-labHeading {
	display: inline-block;
	width: 404px;
	height: 40px;
	margin: 0 calc((100% - 404px) / 2) 40px;
	background-color: #000;
	color: #fff;
	font-size: 2rem;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.n1-labBlock h2 + .cms_text.n1-labHeading {
	width: 342px;
	margin: 0 calc((100% - 342px) / 2) 40px;
}
.n1-labHeading::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
}
.n1-labBlock .flexBox .cms_image {
	margin-bottom: 0;
}
/* スライド */
.n1labWrap {
	position: relative;
	padding-bottom: 38px;
}
.n1labSwiper {
	overflow: hidden;
}
.n1labSwiper .swiper-slide {
	display: flex;
	justify-content: center;
}
.n1labWrap .swiper-pagination {
	bottom: 0;
}
.n1labWrap .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
}
.n1labWrap .swiper-pagination-bullet-active {
	background-color: var(--smhd-color);
}
.n1labWrap .swiper-button-next {
	right: 0;
}
.n1labWrap .swiper-button-prev {
	left: 0;
}
.n1labWrap .swiper-button-next:after,
.n1labWrap .swiper-button-prev:after {
	margin-top: -39px;
	color: #bac2cd;
	font-size: 51px;
}
@media print, screen and (min-width: 768px) {
	.n1-labBlock {
		position: relative;
		padding: 120px calc((100% - 1140px) / 2);
	}
	.n1-labBlock::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: calc(100% - ((100% - 1140px) / 2 - 100px));
		margin-right: calc((100% - 1140px) / 2 - 100px);
		height: 100%;
		background: url(../img/linedot_bg.svg) repeat 0 0 / 30px 30px;
	}
	.n1-labBlock .flexBox {
		flex-flow: row wrap;
		justify-content: space-between;
		gap: 30px 48px;
	}
	/* スライド */
	.n1labSwiper {
		width: 980px;
		height: 500px;
		margin: 0 auto;
	}
	.n1labSwiper .swiper-slide img {
		width: auto;
		height: 500px;
	}
}
/* ------------------------------
 SOMIC N1 lab Iwata（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block.n1-labBlock {
		width: 95%;
		margin-right: 5%;
		padding: 60px 5%;
		background: url(../img/linedot_bg_sp.svg) repeat 0 0 / 24px 24px;
	}
	.n1-labBlock .cms_text.n1-labHeading {
		display: inline-block;
		width: 272px;
		height: 38px;
		margin: 0 calc((100% - 272px) / 2) 30px;
		font-size: 1.8rem;
		line-height: 38px;
	}
	.n1-labBlock .cms_text.n1-labHeading span {
		display: inline-block;
	}
	.n1-labBlock .cms_text.n1-labHeading:has(span) {
		height: 67px;
		padding-top: 10px;
		line-height: 1.3;
	}
	.n1-labBlock h2 + .cms_text.n1-labHeading {
		width: 305px;
		margin: 0 calc((100% - 305px) / 2) 30px;
	}
	.n1-labHeading:has(span)::after {
		margin-top: 10px;
	}
	.n1labSwiper .swiper-wrapper {
		align-items: center;
	}
	.n1labSwiper .swiper-slide img {
		width: auto;
		max-height: 300px;
	}
	.n1labWrap .swiper-button-next {
		right: -16px;
	}
	.n1labWrap .swiper-button-prev {
		left: -16px;
	}
	.n1labWrap .swiper-button-next:after,
	.n1labWrap .swiper-button-prev:after {
		color: #bac2cd;
		font-size: 31px;
		font-weight: bold;
	}
}

/* ------------------------------
 サステナビリティ（PC）
------------------------------ */
.cms_image.cms_fr.groupSustainability {
	text-align: center;
}
.cms_image.groupSustainability .cms_caption_t {
	margin-bottom: 25px;
	background-color: var(--blue-color);
	color: #fff;
	font-size: 2rem;
	line-height: 54px;
	font-weight: bold;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.groupSustainability {
		padding-bottom: 25px;
		background: url(../img/linedot_bg.svg) repeat 0 0 / 30px 30px;
	}
	.groupSustainability img {
		width: 350px;
	}
}
/* ------------------------------
 サステナビリティ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.groupSustainability {
		padding-bottom: 20px;
		background: url(../img/linedot_bg_sp.svg) repeat 0 0 / 24px 24px;
	}
	.groupSustainability img {
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	.cms_image.groupSustainability .cms_caption_t {
		margin-bottom: 20px;
		padding: 12px 0;
		font-size: 1.8rem;
		line-height: 1.3;
	}
}

/* ------------------------------
 環境（PC）
------------------------------ */
.environmentBox .cms_text table th,
.environmentBox .cms_text table td {
	vertical-align: middle;
}
.environmentBox .cms_text.scroller table thead th {
	width: 20% !important;
}
.environmentBox .cms_text.scroller table thead th:first-child {
	width: 38% !important;
}
.environmentBox .cms_text.scroller table thead th:nth-child(2) {
	width: 22% !important;
}
.environmentBox table tbody th {
	padding-left: 65px;
}
.environmentBox table tbody th .flexBox {
	justify-content: flex-start;
	align-items: center;
	column-gap: 25px;
	font-weight: normal;
}
.environmentBox table tbody tr:first-child th .flexBox img {
	margin: 0 1px;
}
.environmentBox table tbody tr:last-child th .flexBox img {
	margin: 0 3px;
}
.environmentBox table tbody th .flexBox p {
	text-align: left;
}
.environmentBox .cms_text table td img + img {
	margin-left: 20px;
}

/* ------------------------------
 社会（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
}
/* ------------------------------
 社会（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.w258.sp_auto {
		width: 50%;
	}
}