@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
イツキの強み
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.strength-article section {
	--content-width: 1370px;
	background-position: center bottom;
	background-size: 144%;
	background-repeat: no-repeat;
}

.strength-header {
	display: flex;
	position: relative;
	z-index: 0;
	width: 100%;
	padding: var(--padding-block_half) 5.4%;
	aspect-ratio: 1370 / 580;
	align-items: center;
}

.strength-header .img {
	position: absolute;
	inset: 0 auto auto 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.strength-header .shape {
	opacity: 0.5;
	position: absolute;
	z-index: -1;
	aspect-ratio: 1;
}

.strength-header .heading_enja {
	color: #fff;
	text-align: initial;
}

.strength-header .heading_enja-en {
	color: inherit;
}

.strength-content {
	max-width: var(--content-width_small);
	margin-inline: auto;
}

.strength-content .copy {
	display: grid;
	position: relative;
	z-index: 1;
	margin-block: -1.2em 1.5em;
	font-weight: 500;
	font-size: min(calc(100vw * 17 / 375), 24px);
	row-gap: 0.2em;
	justify-items: start;
}

.strength-content .copy-line {
	padding: 0.3em 0.8em;
	color: #fff;
}

@media (min-width: 768px) {
.strength-content .copy {
	font-size: min(calc(100vw * 24 / 768), 32px);
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 対応力
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.strength-response {
	background-image: url("../img/common/ellipse_green.svg");
}

.strength-response .shape01 {
	inset: -11% auto auto -4%;
	width: 11%;
	background: #46dbe6;
}

.strength-response .shape02 {
	inset: 4% auto auto 5%;
	width: 8%;
	background: #e3f4ff;
}

.strength-response .shape03 {
	inset: auto -4% 15% auto;
	width: 10%;
	background: #46dbe6;
}

.strength-response .shape04 {
	inset: auto 4% 8% auto;
	width: 7%;
	background: #fff;
}

.strength-response .shape05 {
	inset: auto auto -26% -11%;
	width: 17%;
	background: #e6f5ff;
}

.strength-response .strength-content {
	position: relative;
}

.strength-response .strength-content::before {
	position: absolute;
	inset: auto auto calc(var(--padding-block) * -2) 50%;
	z-index: -1;
	width: 100vw;
	height: 100vw;
	background: url("../img/common/ellipse_blue.svg") center bottom / 144% no-repeat;
	content: "";
	transform: translateX(-50%);
}

.strength-response .copy-line {
	background: var(--color_sub);
}

.strength-response-figure {
	display: grid;
	max-width: 1100px;
	margin: var(--padding-block_half) auto 0;
	padding: var(--padding-block_half) 5.4%;
	border: 1px solid var(--color_green);
	background: rgb(255, 255, 255, 0.8);
	font-size: clamp(12px, calc(100vw * 16 / 768), 16px);
	gap: 2em 5%;
	justify-content: space-between;
	justify-items: center;
	align-items: start;
}

.strength-response-figure-dl {
	position: relative;
	padding: 1em;
	border: 2px solid var(--color_green);
}

.strength-response-figure-dl::before,
.strength-response-figure-dl::after {
	position: absolute;
	inset: auto 0 100%;
	width: 2em;
	height: 1.5em;
	margin-inline: auto;
	content: "";
	-webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.strength-response-figure-dl::before {
	background: var(--color_green);
}

.strength-response-figure-dl::after {
	background: #fff;
	transform: translateY(3px);
}

.strength-response-figure-dl01 {
	grid-column: 1 / 3;
}

.strength-response-figure-dl01::before,
.strength-response-figure-dl01::after {
	inset-block: 100% auto;
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.strength-response-figure-dl01::after {
	transform: translateY(-3px);
}

.strength-response-figure-dl dt {
	margin-bottom: 0.5em;
	padding: 0.5em;
	border-radius: 5px;
	background: var(--color_green);
	color: #fff;
	font-weight: 700;
	font-size: clamp(13px, calc(100vw * 22 / 768), 22px);
	line-height: 1.3;
	text-align: center;
}

.strength-response-figure-dl dd {
	margin-top: 0.5em;
	padding-left: 1.6em;
	background: url("../img/common/check.svg") left 0.2em / 1.2em no-repeat;
	font-weight: 500;
	line-height: 1.5;
}

.strength-response-figure .img {
	grid-column: 1 / 3;
}

@media (min-width: 768px) {
.strength-response-figure-dl01 {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 1.5em;
}

.strength-response-figure-dl01 dt {
	grid-column: 1 / 3;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 安全・品質管理
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.strength-quality {
	background-image: url("../img/common/ellipse_blue.svg");
}

.strength-quality .shape01 {
	inset: -10% auto auto 6%;
	width: 11%;
	background: #e3f4ff;
}

.strength-quality .shape02 {
	inset: 19% auto auto 15%;
	width: 8%;
	background: #98aff0;
}

.strength-quality .shape03 {
	inset: auto -5% -7% auto;
	width: 17%;
	background: #e3f4ff;
}

.strength-quality .shape04 {
	inset: auto auto 6% 3%;
	width: 7%;
	background: #def2ff;
}

.strength-quality .shape05 {
	inset: auto auto -8% -3%;
	width: 10%;
	background: #98aff0;
}

.strength-quality .copy-line {
	background: var(--color_main);
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 人材教育
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.strength-human {
	margin-bottom: var(--padding-block);
	background-image: url("../img/common/ellipse_green.svg");
}

.strength-human .shape01 {
	inset: -14% auto auto -4%;
	width: 11%;
	background: #e3f4ff;
}

.strength-human .shape02 {
	inset: 5% auto auto 5%;
	width: 7%;
	background: #def2ff;
}

.strength-human .shape03 {
	inset: -20% -3% auto auto;
	width: 11%;
	background: #90e790;
}

.strength-human .shape04 {
	inset: -5% 5% auto auto;
	width: 8%;
	background: #e3f4ff;
}

.strength-human .shape05 {
	inset: auto auto -6% -4%;
	width: 7%;
	background: #90e790;
}

.strength-human .copy-line {
	background: var(--color_green);
}
