@charset "UTF-8";

/* =========================================================
   お悩み別ページ 共通
========================================================= */

.concerns-page,
.concerns-page * {
	box-sizing: border-box;
}

.concerns-page {
	overflow: hidden;
	background: #fff;
	color: #103b43;
}

.concerns-container {
	width: min(1320px, calc(100% - 80px));
	margin: 0 auto;
}

.concerns-section-en {
	margin: 0 0 16px;
	color: #2bc9c5;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: 0.28em;
}

.sp {
	display: none;
}


/* =========================================================
   導入
========================================================= */

.concerns-intro {
	position: relative;
	padding: 120px 0 105px;
	overflow: hidden;
	background: #f2f9f9;
}

.concerns-intro::before {
	position: absolute;
	top: -70px;
	right: -50px;
	color: rgba(24, 164, 152, 0.045);
	content: "CONCERNS";
	font-family: Arial, sans-serif;
	font-size: clamp(130px, 18vw, 330px);
	font-weight: 900;
	font-style: italic;
	line-height: 1;
	white-space: nowrap;
}

.concerns-intro__heading {
	position: relative;
	z-index: 1;
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
}

.concerns-intro__heading h2 {
	margin: 0;
	color: #073b44;
	font-size: clamp(42px, 5vw, 70px);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.03em;
}

.concerns-intro__lead {
	margin: 32px 0 0;
	color: #254e55;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.9;
}

.concerns-intro__text {
	max-width: 720px;
	margin: 20px auto 0;
	color: #71858a;
	font-size: 16px;
	line-height: 2;
}


/* =========================================================
   お悩み一覧
========================================================= */

.concerns-index {
	position: relative;
	padding: 110px 0 120px;
	background:
		linear-gradient(135deg,
			rgba(44, 204, 199, 0.08),
			transparent 35%),
		#062f38;
}

.concerns-index__heading {
	margin-bottom: 58px;
	text-align: center;
}

.concerns-index__heading h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(32px, 4vw, 50px);
	font-weight: 800;
	line-height: 1.45;
}

.concerns-index__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.concerns-index__card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 230px;
	padding: 40px 22px 32px;
	overflow: hidden;
	border: 1px solid rgba(47, 209, 205, 0.25);
	background: #082f37;
	color: #fff;
	text-align: center;
	text-decoration: none;
	clip-path: polygon(0 0,
			calc(100% - 25px) 0,
			100% 25px,
			100% 100%,
			25px 100%,
			0 calc(100% - 25px));
	transition:
		background 0.35s ease,
		border-color 0.35s ease,
		box-shadow 0.35s ease,
		transform 0.35s ease;
}

.concerns-index__card::before {
	position: absolute;
	right: 12px;
	bottom: -27px;
	color: rgba(255, 255, 255, 0.04);
	content: attr(data-number);
	font-family: Arial, sans-serif;
	font-size: 105px;
	font-weight: 900;
	font-style: italic;
	line-height: 1;
}

.concerns-index__icon {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	margin-bottom: 24px;
	border: 1px solid rgba(47, 209, 205, 0.4);
	background: rgba(47, 209, 205, 0.08);
	color: #2fd1cd;
	font-size: 27px;
	clip-path: polygon(25% 0,
			75% 0,
			100% 25%,
			100% 75%,
			75% 100%,
			25% 100%,
			0 75%,
			0 25%);
	transition:
		color 0.35s ease,
		background 0.35s ease,
		transform 0.35s ease;
}

.concerns-index__card h3 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #fff;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.6;
}

.concerns-index__arrow {
	position: absolute;
	right: 22px;
	bottom: 18px;
	z-index: 1;
	color: #2fd1cd;
	font-size: 19px;
	transition: transform 0.35s ease;
}

.concerns-index__card:hover {
	border-color: #2fd1cd;
	background: #08404a;
	box-shadow: 0 25px 55px rgba(0, 0, 0, 0.3);
	opacity: 1;
	transform: translateY(-8px);
}

.concerns-index__card:hover .concerns-index__icon {
	background: #2fd1cd;
	color: #052f38;
	transform: scale(1.08) rotate(-4deg);
}

.concerns-index__card:hover .concerns-index__arrow {
	transform: translateY(5px);
}


/* =========================================================
   各お悩み詳細・完成版
========================================================= */

.concern-detail {
	position: relative;
	padding: 120px 0;
	scroll-margin-top: 40px;
	background: #fff;
}

.concern-detail:nth-of-type(even) {
	background: #f2f8f8;
}

.concern-detail__inner {
	display: grid;
	grid-template-columns:
		minmax(390px, 0.82fr) minmax(0, 1.18fr);
	align-items: start;
	gap: 70px;
}

/* 偶数セクションは左右反転 */
.concern-detail--reverse .concern-detail__heading {
	order: 2;
}

.concern-detail--reverse .concern-detail__content {
	order: 1;
}


/* =========================================================
   左ビジュアルパネル
========================================================= */

.concern-detail__heading {
	position: sticky;
	top: 35px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 690px;
	overflow: hidden;
	background:
		linear-gradient(145deg,
			rgba(47, 209, 205, 0.11),
			transparent 48%),
		#063740;
	color: #fff;
	clip-path: polygon(0 0,
			calc(100% - 48px) 0,
			100% 48px,
			100% 100%,
			48px 100%,
			0 calc(100% - 48px));
	box-shadow: 0 30px 70px rgba(4, 46, 54, 0.2);
}

/* 背景の大きな番号 */
.concern-detail__heading::before {
	position: absolute;
	right: -20px;
	bottom: 180px;
	z-index: 0;
	color: rgba(255, 255, 255, 0.04);
	content: attr(data-number);
	font-family: Arial, sans-serif;
	font-size: 190px;
	font-weight: 900;
	font-style: italic;
	line-height: 1;
	pointer-events: none;
}

/* 斜めアクセント */
.concern-detail__heading::after {
	position: absolute;
	top: -44px;
	right: -75px;
	z-index: 4;
	width: 205px;
	height: 7px;
	background: #2fd1cd;
	content: "";
	transform: rotate(45deg);
}

.concern-detail__heading-text {
	position: relative;
	z-index: 3;
	padding: 46px 42px 34px;
}

.concern-detail__number {
	display: block;
	margin-bottom: 54px;
	color: #2fd1cd;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 0.25em;
}

.concern-detail__en {
	margin: 0 0 17px;
	color: #2fd1cd;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 0.23em;
}

.concern-detail__heading h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(48px, 4.2vw, 68px);
	font-weight: 900;
	line-height: 1.22;
	letter-spacing: 0.01em;
	word-break: keep-all;
	overflow-wrap: normal;
	text-shadow: 0 7px 25px rgba(0, 0, 0, 0.25);
}

.concern-detail__catch {
	margin: 28px 0 0;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.9;
}


/* =========================================================
   左パネル写真
========================================================= */

.concern-detail__image {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 300px;
	margin: auto 0 0;
	overflow: hidden;
}

/* 上から濃紺へなじませる */
.concern-detail__image::before {
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(180deg,
			#063740 0%,
			rgba(6, 55, 64, 0.65) 15%,
			rgba(6, 55, 64, 0.05) 48%,
			rgba(6, 55, 64, 0.18) 100%);
	content: "";
	pointer-events: none;
}

/* 写真上部に斜めの切り込み */
.concern-detail__image::after {
	position: absolute;
	top: -68px;
	left: -40px;
	z-index: 3;
	width: 160px;
	height: 225px;
	background: #063740;
	content: "";
	transform: rotate(24deg);
}

.concern-detail__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
	filter:
		contrast(1.08) saturate(0.94);
	transform: scale(1.02);
	transition:
		transform 0.6s ease,
		filter 0.6s ease;
}

.concern-detail__heading:hover .concern-detail__image img {
	filter:
		contrast(1.12) saturate(1.05);
	transform: scale(1.07);
}


/* =========================================================
   右側本文
========================================================= */

.concern-detail__content {
	min-width: 0;
	padding-top: 4px;
}

.concern-detail__block {
	margin-bottom: 24px;
	padding: 34px 38px;
	border: 1px solid #d8e9e8;
	background: #fff;
	box-shadow: 0 12px 35px rgba(4, 47, 55, 0.025);
}

.concern-detail__block h3 {
	position: relative;
	margin: 0 0 20px;
	padding-left: 23px;
	color: #113e46;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.55;
}

.concern-detail__block h3::before {
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 8px;
	height: 8px;
	background: #2fc9c5;
	content: "";
	transform: rotate(45deg);
}

.concern-detail__block p {
	margin: 0;
	color: #657a80;
	font-size: 15px;
	line-height: 2;
}

.concern-detail__block--accent {
	border-color: rgba(47, 201, 197, 0.45);
	background:
		linear-gradient(135deg,
			rgba(47, 201, 197, 0.08),
			transparent 58%),
		#ecfafa;
}

.concern-check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.concern-check-list li {
	position: relative;
	padding: 13px 0 13px 32px;
	border-bottom: 1px solid #e2efee;
	color: #3c5960;
	font-size: 15px;
	line-height: 1.8;
}

.concern-check-list li:last-child {
	border-bottom: 0;
}

.concern-check-list li::before {
	position: absolute;
	top: 17px;
	left: 2px;
	color: #25bdb9;
	content: "✓";
	font-size: 17px;
	font-weight: 800;
}


/* =========================================================
   詳細ボタン
========================================================= */

.concern-detail__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100%, 390px);
	min-height: 68px;
	margin-top: 34px;
	padding: 0 18px 0 29px;
	border-radius: 999px;
	background: #2fc9c5;
	color: #06333b;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition:
		color 0.3s ease,
		background 0.3s ease,
		transform 0.3s ease;
}

.concern-detail__button span {
	display: grid;
	place-items: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	margin-left: 15px;
	border-radius: 50%;
	background: #06333b;
	color: #fff;
	font-size: 18px;
	transition: transform 0.3s ease;
}

.concern-detail__button:hover {
	background: #06333b;
	color: #fff;
	opacity: 1;
	transform: translateY(-4px);
}

.concern-detail__button:hover span {
	transform: translateX(5px);
}

/* =========================================================
   注意書き
========================================================= */

.concerns-note {
	padding: 35px 0;
	background: #eef6f6;
}

.concerns-note p {
	max-width: 900px;
	margin: 0 auto;
	color: #708388;
	font-size: 12px;
	line-height: 1.9;
	text-align: center;
}


/* =========================================================
   無料体験CTA
========================================================= */

.concerns-cta {
	padding: 120px 0;
	background: #062f38;
}

.concerns-cta__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	align-items: center;
	gap: 80px;
	padding: 70px 75px;
	overflow: hidden;
	border: 1px solid rgba(47, 209, 205, 0.3);
	background:
		linear-gradient(120deg,
			rgba(47, 209, 205, 0.12),
			transparent 50%),
		#082b32;
	clip-path: polygon(0 0,
			calc(100% - 50px) 0,
			100% 50px,
			100% 100%,
			50px 100%,
			0 calc(100% - 50px));
}

.concerns-cta__content h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 900;
	line-height: 1.45;
}

.concerns-cta__content>p:last-child {
	margin: 25px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	line-height: 2;
}

.concerns-cta__buttons {
	display: grid;
	gap: 14px;
}

.concerns-cta__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 68px;
	padding: 0 18px 0 28px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	transition:
		background 0.3s ease,
		color 0.3s ease,
		transform 0.3s ease;
}

.concerns-cta__button span {
	font-size: 19px;
	transition: transform 0.3s ease;
}

.concerns-cta__button--primary {
	background: #2fd1cd;
	color: #052f38;
}

.concerns-cta__button--outline {
	border: 1px solid rgba(255, 255, 255, 0.36);
	color: #fff;
}

.concerns-cta__button:hover {
	opacity: 1;
	transform: translateY(-4px);
}

.concerns-cta__button--primary:hover {
	background: #fff;
}

.concerns-cta__button--outline:hover {
	border-color: #2fd1cd;
	background: #2fd1cd;
	color: #052f38;
}

.concerns-cta__button:hover span {
	transform: translateX(5px);
}




/* =========================================================
   導入見出しの改行調整
========================================================= */
.concerns-intro__heading h2 span {
	display: block;
}

.concerns-intro__heading h2 {
	font-size: clamp(46px, 4.6vw, 74px);
	line-height: 1.28;
	letter-spacing: 0.02em;
}

@media screen and (min-width: 1400px) {

	.concerns-intro__heading {
		max-width: 1200px;
	}

	.concerns-intro__heading h2 span {
		display: inline;
	}

	.concerns-intro__heading h2 span:first-child::after {
		content: " ";
	}

	.concerns-intro__heading h2 {
		font-size: 64px;
		white-space: nowrap;
	}
}

/* =========================================================
   詳細セクション ノートPC
========================================================= */
@media screen and (min-width: 1025px) and (max-width: 1500px) {

	.concern-detail {
		padding: 95px 0;
	}

	.concern-detail__inner {
		grid-template-columns:
			minmax(340px, 0.82fr) minmax(0, 1.18fr);
		gap: 48px;
	}

	.concern-detail__heading {
		min-height: 610px;
	}

	.concern-detail__heading-text {
		padding: 38px 32px 28px;
	}

	.concern-detail__number {
		margin-bottom: 40px;
	}

	.concern-detail__heading h2 {
		font-size: 52px;
	}

	.concern-detail__catch {
		margin-top: 22px;
		padding-top: 19px;
		font-size: 14px;
	}

	.concern-detail__image {
		height: 245px;
	}

	.concern-detail__block {
		padding: 28px 30px;
	}

	.concern-detail__block h3 {
		font-size: 18px;
	}

	.concern-detail__block p,
	.concern-check-list li {
		font-size: 14px;
	}
}

/* =========================================================
   詳細セクション タブレット
========================================================= */
@media screen and (max-width: 1024px) {

	.concern-detail__inner {
		display: flex;
		flex-direction: column;
		gap: 38px;
	}

	.concern-detail__heading,
	.concern-detail--reverse .concern-detail__heading {
		position: relative;
		top: auto;
		order: 1;
		width: 100%;
		min-height: 620px;
		margin: 0;
	}

	.concern-detail__content,
	.concern-detail--reverse .concern-detail__content {
		order: 2;
		width: 100%;
	}

	.concern-detail__image {
		height: 285px;
	}
}

/* =========================================================
   詳細セクション スマートフォン
========================================================= */
@media screen and (max-width: 767px) {

	.concern-detail {
		padding: 70px 0;
	}

	.concern-detail__inner {
		gap: 25px;
	}

	.concern-detail__heading,
	.concern-detail--reverse .concern-detail__heading {
		min-height: 530px;
		clip-path: polygon(0 0,
				calc(100% - 25px) 0,
				100% 25px,
				100% 100%,
				25px 100%,
				0 calc(100% - 25px));
	}

	.concern-detail__heading-text {
		padding: 29px 23px 22px;
	}

	.concern-detail__number {
		margin-bottom: 27px;
		font-size: 10px;
	}

	.concern-detail__en {
		margin-bottom: 11px;
		font-size: 9px;
	}

	.concern-detail__heading h2 {
		font-size: 40px;
		line-height: 1.25;
	}

	.concern-detail__catch {
		margin-top: 18px;
		padding-top: 16px;
		font-size: 13px;
	}

	.concern-detail__image {
		height: 215px;
	}

	.concern-detail__block {
		margin-bottom: 13px;
		padding: 24px 19px;
	}

	.concern-detail__block h3 {
		margin-bottom: 15px;
		font-size: 17px;
	}

	.concern-detail__block p,
	.concern-check-list li {
		font-size: 13px;
	}

	.concern-detail__button {
		width: 100%;
		min-height: 62px;
		margin-top: 23px;
		padding-left: 22px;
		font-size: 12px;
	}
}

/* =========================================================
   偶数セクションも01と同じ比率で左右反転
========================================================= */

.concern-detail--reverse .concern-detail__inner {
	grid-template-columns:
		minmax(0, 1.18fr) minmax(390px, 0.82fr);
}

.concern-detail--reverse .concern-detail__content {
	order: 1;
}

.concern-detail--reverse .concern-detail__heading {
	order: 2;
}

.concerns-cta__content h2 {
	max-width: 760px;
	font-size: clamp(38px, 3.6vw, 58px);
	line-height: 1.45;
	letter-spacing: 0;
	word-break: keep-all;
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {

	.concerns-cta__inner {
		grid-template-columns: minmax(0, 1.2fr) 360px;
		gap: 55px;
	}

	.concerns-cta__content h2 {
		font-size: 44px;
		white-space: nowrap;
	}
}