@charset "UTF-8";

/*==============================================
共通スタイル
==============================================*/
.wrapper .main {
    width: auto;
    margin-bottom: 0;
}

/*-----------------------------------------------------
	strength
-----------------------------------------------------*/
.strength .wrapper {
    background: #FFF;
    overflow: hidden;
}

.strength .breadcrumb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.strength .breadcrumb .inner {
	padding-top: 20px;
}

.strength .breadcrumb ol {
	display: flex;
	align-items: center;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: auto;
}

.strength .breadcrumb li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #393636;
}

.strength .breadcrumb li:not(:last-child)::after {
	content: '>';
	margin-left: 8px;
	color: #999;
}

.strength .breadcrumb a {
	color: #393636;
	text-decoration: none;
	transition: color 0.3s ease;
}

.strength .breadcrumb a:hover {
	color: #1f983a;
	text-decoration: underline;
}

.strength .breadcrumb span {
	color: #393636;
}

/*-----------------------------------------------------
	strength - メインビジュアル（Figma準拠）
-----------------------------------------------------*/
#strength-page {
	position: relative;
}

#mainvisual {
	position: relative;
	background:
	    url(../img/strength/mv_bg-lt.webp) no-repeat left -4% top -180px / 30% auto,
	    url(../img/strength/mv_bg-ct.webp) no-repeat right 47% top -160px / 18% auto,
	    url(../img/strength/mv_bg-cb.webp) no-repeat right 37% bottom / 14% auto;
	z-index: 1;
}

/* 装飾背景 */
#mainvisual .mv-bg {
	position: absolute;
	z-index: 0;
	pointer-events: none;
}

#mainvisual .mv-bg img {
	display: block;
	width: 100%;
	height: auto;
}

#mainvisual .mv-bg-rt {
	top: -316px;
	right: -1%;
	width: 34.6%;
	transform: rotate(2deg);
	opacity: 0.3;
}

#mainvisual .mv-bg-lb {
	bottom: -158px;
	left: -5.9%;
	width: 36%;
}

/* メインイラスト */
#mainvisual .mv-illust {
	position: absolute;
	top: 34px;
	right: 0;
	width: 40%;
	max-width: 40%;
	z-index: 1;
}

#mainvisual .mv-illust img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

#mainvisual .inner {
	position: relative;
	z-index: 2;
	padding-top: 140px;
	padding-bottom: 135px;
}

#mainvisual .mv-content {
	display: flex;
	flex-direction: column;
	gap: 99px;
	max-width: 1038px;
}

/* 見出し */
#mainvisual .mv-heading {
	display: flex;
	flex-direction: column;
	gap: 18px;
	color: #053c58;
	line-height: 1.5;
}

#mainvisual .mv-lead {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.4px;
	margin: 0;
}

#mainvisual .mv-title {
	display: flex;
	flex-direction: column;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin: 0;
}

#mainvisual .mv-title-line1 {
	font-size: 40px;
	letter-spacing: 0.8px;
}

#mainvisual .mv-title-line2 {
	font-size: 64px;
	letter-spacing: 1.28px;
}

/* CORE SOLUTIONS */
#mainvisual .mv-solutions {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

#mainvisual .mv-solutions-tag {
	display: flex;
	align-items: center;
	gap: 18px;
	height: 26px;
}

#mainvisual .mv-solutions-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: blur(5px);
	background: #05CDFF;
	border-radius: 100%;
}

#mainvisual .mv-solutions-label {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #053c58;
	line-height: 17px;
}

/* CTAボタン */
#mainvisual .mv-buttons {
	display: flex;
	gap: 24px;
	align-items: center;
}

#mainvisual .mv-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 330px;
	height: 90px;
	padding: 20px 42px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 58px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

#mainvisual .mv-btn:hover {
	background: #61d18a;
}

/* ホバー時：アイコンを白円＋ティールのシェブロンに */
#mainvisual .mv-btn:hover .mv-btn-icon svg rect {
	fill: #fff;
}

#mainvisual .mv-btn:hover .mv-btn-icon svg path {
	stroke: #00c9a9;
}

#mainvisual .mv-btn-text {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #393636;
	line-height: 1.4;
	transition: color 0.3s ease;
}

#mainvisual .mv-btn-icon {
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mainvisual .mv-btn-icon img,
#mainvisual .mv-btn-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

#mainvisual .mv-btn-icon svg rect,
#mainvisual .mv-btn-icon svg path {
	transition: fill 0.3s ease, stroke 0.3s ease;
}

/*-----------------------------------------------------
	strength - セクション共通
-----------------------------------------------------*/

.section-title {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 31px;
}

.section-title-head {
	display: flex;
	align-items: center;
	gap: 4px;
}

.section-title-icon {
	width: 71.754px;
	height: 59.383px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.section-title-icon img {
}

.section-title-text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 42px;
	font-weight: 700;
	color: #053c58;
	line-height: 1.3;
}

.section-title-desc {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #053c58;
	line-height: 1.3;
	max-width: 1041px;
}

.strength #section-01 .inner {
	padding-top: 65px;
	padding-bottom: 93px;
	position: relative;
	z-index: 1;
}

.strength #section-02 {
	position: relative;
	z-index: 2;
}

.strength #section-02 .inner {
	padding-top: 88px;
	padding-bottom: 124px;
}

/*-----------------------------------------------------
	strength01 - 装飾背景画像
-----------------------------------------------------*/
#section-01 {
	position: relative;
}

/* 共通（位置指定の土台） */
.sec01-bg {
	position: absolute;
	z-index: 0;
	pointer-events: none;
}

/* 左上 */
#sec01-bg-lt {top: 160px;left: -5%;width: 29%;}

/* 右上 */
#sec01-bg-rt {top: 35px;right: 0.5%;width: 21.9%;}

/* 右中央（装飾ドット等）×7 */
#sec01-bg-rc1 {top: 722px;right: -6%;width: 32.5%;}

#sec01-bg-rc2 {width: 29%;top: 1250px;left: -7%;opacity: 0.5;}

#sec01-bg-rc3 {top: 1750px;right: 0;width: 21.9%;}

#sec01-bg-rc4 {top: 2410px;left: -5%;width: 29%;opacity: 0.5;}

#sec01-bg-rc5 {top: 2960px;right: -7.2%;width: 32.5%;}

#sec01-bg-rc6 {top: 3510px;left: -8%;width: 29%;opacity: 0.5;}

#sec01-bg-rc7 {right: -5.5%;top: 3997px;width: 41.9%;}

/*-----------------------------------------------------
	strength01 - サービスブロック（Figma準拠）
-----------------------------------------------------*/
.strength-blocks {
	display: flex;
	flex-direction: column;
	gap: 88px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding-top: 81px;
	padding-bottom: 72px;
}

.strength-block {
	display: grid;
	grid-template-columns: 726px 1fr;
	gap: 88px;
	align-items: center;
}

.strength-block-reverse {
	grid-template-columns: 1fr 730px;
}

.strength-block-reverse .strength-block-visual {
	order: 2;
}

.strength-block-visual img {
	width: 100%;
	height: auto;
	display: block;
}

.strength-block-content {
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.strength-block-visual {
	padding: 0 5%;
}

.strength-block-visual.thin {
	padding: 0 5% 0 10%;
}

/* サービス見出し（縦バー付き） */
.service-head {
	display: flex;
	gap: 20px;
	align-items: center;
}

.service-head-bar {
	width: 3px;
	align-self: stretch;
	background: #05cdff;
	flex-shrink: 0;
}

.service-head-text {
	display: flex;
	flex-direction: column;
	gap: 14px;
	color: #053c58;
}

.service-head-sub {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.4px;
	line-height: 28px;
	margin: 0;
}

.service-head-title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
	margin: 0;
}

/* サービス本文 */
.service-body {
	display: flex;
	flex-direction: column;
	gap: 23px;
	padding: 0 16px;
}

/* 具体的な支援内容 */
.service-support {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.service-support-title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #053c58;
	letter-spacing: 0.48px;
	line-height: 34px;
	margin: 0;
}

.service-support-list {
	display: flex;
	flex-direction: column;
	gap: 6px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.service-support-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

/* チェックアイコン（ティールのドーナツ型をCSSで作成） */
.service-support-list .check-icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #3fb9aa;
	position: relative;
	margin-top: 6px;
}

.service-support-list .check-icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.service-support-list p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #053c58;
	line-height: 28px;
	margin: 0;
}

/* JEMSならではの強み */
.service-strength-box {
	background: #eef6ff;
	border-radius: 8px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.service-strength-label {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #1f983a;
	letter-spacing: 0.28px;
	line-height: 14px;
	margin: 0;
}

.service-strength-text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #053c58;
	line-height: 24px;
	margin: 0;
}

/* 取組事例 */
.case-study {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 21px;
}

.case-study-head {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.case-study-tag {
	display: flex;
	align-items: center;
	gap: 16px;
	height: 26px;
}

.case-study-tag-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #05cdff;
	filter: blur(4px);
}

.case-study-tag-text {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #053c58;
	letter-spacing: 1px;
	line-height: 17px;
	text-transform: capitalize;
}

.case-study-title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #053c58;
	letter-spacing: 0.48px;
	line-height: 34px;
	margin: 0;
}

.case-study-rows {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.case-study-row {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.case-study-row .case-badge {
	min-width: 100px;
	padding: 0 10px;
	border-radius: 4px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: white;
	line-height: 28px;
	text-align: center;
	white-space: nowrap;
	flex-shrink: 0;
	box-sizing: border-box;
}

.case-badge.challenge {
	background: #3fb9aa;
}

.case-badge.solution {
	background: #7ca3e0;
}

.case-badge.impact {
	background: #4cb4ff;
}

.case-study-row .case-text {
	flex: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #053c58;
	line-height: 28px;
	margin: 0;
}

.case-note {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #053c58;
	text-align: right;
	margin: 0;
}

/*-----------------------------------------------------
	strength - cta
-----------------------------------------------------*/
.strength .section-01-cta,
.strength .section-02-cta {
	margin-top: 96px;
}

/*-----------------------------------------------------
	strength - FAQ
-----------------------------------------------------*/
.faq-section {
	background: url(../img/strength/faq_bg.webp) no-repeat center top / cover;
	position: relative;
	z-index: 2;
}

.faq-section .inner {
	padding-top: 160px;
	padding-bottom: 159px;
	max-width: 1220px;
}

.faq-header {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 72px;
}

.faq-subtitle {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #053c58;
	line-height: 24px;
	margin: 0;
}

.faq-title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 42px;
	font-weight: 700;
	color: #053c58;
	line-height: 54px;
	margin: 0;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 1220px;
}

.faq-item {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.faq-question {
	background: white;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 26px 50px 20px;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
	transition: background 0.3s ease;
}

.faq-item.is-open .faq-question {
	border-radius: 10px 10px 0 0;
}

.faq-item:not(.is-open) .faq-question {
	border-radius: 10px;
}

.faq-question:hover {
	background: #f9f9f9;
}

.faq-q-content {
	display: flex;
	align-items: flex-start;
	gap: 15.75px;
	flex: 1;
}

.faq-q-label {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #61d18a;
	line-height: 25px;
	flex-shrink: 0;
}

.faq-q-text {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #393636;
	line-height: normal;
	margin: 0;
}

/* 開閉ボタン（CSSで作成：緑の円＋プラス/マイナス） */
.faq-toggle {
	width: 23px;
	height: 23px;
	flex-shrink: 0;
	background: #61d18a;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	padding: 0;
	position: relative;
}

/* 横棒（常時表示） */
.faq-toggle::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	transform: translate(-50%, -50%);
}

/* 縦棒（閉時のみ表示＝プラス） */
.faq-toggle::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 11px;
	background: #fff;
	border-radius: 1px;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 開時は縦棒を消してマイナスに */
.faq-item.is-open .faq-toggle::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-answer {
	background: white;
	padding: 0 50px;
	border-radius: 0 0 10px 10px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.is-open .faq-answer {
	padding: 26px 50px 20px;
	max-height: 500px;
}

.faq-a-text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #053c58;
	line-height: 28px;
	margin: 0;
}

/*-----------------------------------------------------
	レスポンシブ対応（SP）
-----------------------------------------------------*/
@media screen and (max-width: 640px) {
	.strength .breadcrumb .inner {
	padding-top: 23px;
	}
	#mainvisual {
		background: url(../img/strength/mv_bg-lt.webp) no-repeat left -10% top -14vw / 54% auto,
       url(../img/strength/mv_bg-ct.webp) no-repeat right -2% top -5vw / 28% auto,
       url(../img/strength/mv_bg-cb.webp) no-repeat left -7% top 120vw / 27% auto;
	}

	#mainvisual .mv-illust {
		top: 60vw;
		width: 95%;
		max-width: 95%;
	}

	#mainvisual .mv-bg-rt {
		width: 110%;
		top: -7vw;
		right: -11%;
	}

	#mainvisual .mv-bg-lb {
		width: 130%;
		bottom: -9vw;
		left: -53%;
	}

	#mainvisual .inner {
		padding: 88px 5% 74px;
	}
	
	#mainvisual .mv-content {
		max-width: 100%;
		gap: 252px;
	}

	#mainvisual .mv-heading {
		gap: 12px;
	}
	
	#mainvisual .mv-lead {
		font-size: 15px;
	}

	#mainvisual .mv-title-line1 {
		font-size: 22px;
	}

	#mainvisual .mv-title-line2 {
		font-size: 34px;
		line-height: 1.4;
	}

	#mainvisual .mv-solutions {
		gap: 18px;
	}

	#mainvisual .mv-buttons {
		flex-direction: column;
		gap: 16px;
		width: 100%;
	}

	#mainvisual .mv-btn {
		width: 100%;
		height: auto;
		min-height: 69px;
		padding: 10px 24px;
	}

	#mainvisual .mv-btn-text {
		font-size: 16px;
	}

	#mainvisual .mv-btn-icon {
		width: 30px;
		height: 30px;
	}

	/* 左上 */
	#sec01-bg-lt {top: 117vw;left: 0;width: 66%;}
	
	/* 右上 */
	#sec01-bg-rt {top: -1vw;right: -23.5%;width: 71.2%;}
	
	/* 右中央（装飾ドット等）×7 */
	#sec01-bg-rc1 {top: 340vw;right: -34%;width: 96.4%;}
	
	#sec01-bg-rc2 {width: 97.6%;top: 581vw;left: -28%;opacity: 0.5;}
	
	#sec01-bg-rc3 {top: 691vw;right: -9%;width: 79.2%;}
	
	#sec01-bg-rc4 {top: 879vw;left: -19%;width: 79.2%;opacity: 0.5;}
	
	#sec01-bg-rc5 {top: 1124vw;right: -23.2%;width: 78.2%;}
	
	#sec01-bg-rc6 {top: 1377vw;left: -35%;width: 102.3%;opacity: 0.5;max-width: inherit;}
	
	#sec01-bg-rc7 {right: -32.5%;top: 1454vw;width: 102.5%;max-width: inherit;}

	.section-title {
		gap: 14px;
		margin-bottom: 40px;
	}

	.section-title-icon {
		width: 48px;
		height: auto;
	}

	.section-title-icon img {
	}

	.section-title-text {
		font-size: 30px;
		white-space: normal;
	}

	.section-title-desc {
		font-size: 16px;
		line-height: 1.5;
	}

	/* strength01 サービスブロック */
	.strength-blocks {
		gap: 80px;
		padding-top: 53px;
		padding-bottom: 34px;
	}

	.strength-block,
	.strength-block-reverse {
		display: flex;
		flex-direction: column;
		gap: 43px;
	}

	.strength-block-reverse .strength-block-visual {
		order: 0;
	}

	.strength-block-content {
		gap: 44px;
	}

	.service-head-sub {
		font-size: 18px;
		line-height: 24px;
	}

	.service-head-title {
		font-size: 24.4px;
		line-height: 1.4;
	}

	.service-body {
		gap: 25px;
		padding: 0;
	}

	.service-support {
		gap: 10px;
	}

	.service-support-title {
		font-size: 22px;
	}

	.service-support-list li {
		align-items: flex-start;
	}

	.service-support-list .check-icon {
		margin-top: 1px;
	}

	.service-support-list p {
		font-size: 14px;
		line-height: 1.5;
	}

	.case-study {
		margin-top: 18px;
	}

	.case-study-head {
		gap: 4px;
	}
	
	.case-study-title {
		font-size: 20px;
	}

	.case-study-row {
		gap: 8px;
	}

	.case-study-row .case-text {
    	line-height: 1.5;
	}

	.strength #section-01 .inner {
		padding: 0 5% 45px;
	}

	.strength #section-02 .inner {
		padding: 45px 5% 50px;
	}
	
	.strength .section-01-cta,
	.strength .section-02-cta {
	    margin-top: 46px;
	}

	/*-----------------------------------------------------
		strength - FAQ
	-----------------------------------------------------*/
    .faq-section {
        background: url(../img/strength/sp/faq_bg.webp) no-repeat center top / cover;
    }
	.faq-section .inner {
		padding: 70px 5%;
	}

	.faq-header {
		gap: 7px;
		margin-bottom: 43px;
	}

	.faq-subtitle {
		font-size: 20px;
	}

	.faq-title {
		font-size: 30px;
	}

	.faq-question {
		padding: 20px 4%;
		align-items: center;
		gap: 10px;
	}

	.faq-item.is-open .faq-answer {
		padding: 20px 15px;
	}

	.faq-a-text {
		font-size: 15px;
		line-height: 1.7;
	}

	.faq-q-text {
		font-size: 16px;
		line-height: 1.4;
	}
}
