@charset "UTF-8";

/* H1のpaddingをリセット 
.new_fv #pagettl_area h1{ 
	padding: 20px 0;
}*/
.new_fv #pankuzu{ /* パンくずのmargin-bottomをリセット */
	margin-bottom: 0;
}

.new_fv{
--fv-card-color:255 255 255;
}

.new_fv .hero_section {
	padding: 0 20px 40px 20px;
	box-sizing: border-box;
	overflow: hidden; /* 装飾円の飛び出し対策 */
	background: #dadada;
	margin-top: 0;
}

/* 上部レイアウト（グリッド/フレックス） */
.new_fv .hero_container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 40px;
}

/* テキスト部分 */
.new_fv .hero_content {
	flex: 1;
	margin-right: -60px;
	z-index: 4;
}

.new_fv .hero_title {
	margin-bottom: 20px;
}
.new_fv .hero_title span {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 5px;
	line-height: 1.3;
}
.new_fv .hero_title {
}

.new_fv .hero_description {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #444;
}

/* 右側画像 ＆ 装飾円のコンテナ */
.new_fv .hero_image_wrapper {
	flex: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 400px;
	margin-top: -50px;
}

/* メイン画像（CSSで丸く切り抜き） */
.new_fv .masked_image {
	width: 100%;
	max-width: 450px;
	aspect-ratio: 1 / 1;
	clip-path: circle(50% at 50% 50%);
	position: relative;
	z-index: 2;
}
.new_fv .masked_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 装飾の白い円（CSS描画） */
/* 左上の小さな白い円（画像の上層/背景層に配置） */
.new_fv .hero_image_wrapper::before {
	content: "";
	position: absolute;
	top: 40px;
	left: 30px;
	width: 100px;
	height: 100px;
	background-color: rgb(var(--fv-card-color) / 90%);
	border-radius: 50%;
	z-index: 3;
}

/* 右下の白い円（画像の下層に配置） */
.new_fv .hero_image_wrapper::after {
	content: "";
	position: absolute;
	bottom: -80px;
	right: -150px;
	width: 200px;
	height: 200px;
	background-color: rgb(var(--fv-card-color) / 60%);
	border-radius: 50%;
	z-index: 1;
}

/* 下部 3つのカード */
.new_fv .hero_cards {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: -60px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	position: relative;
	z-index: 2;
}

.new_fv .card {
	background-color: rgb(var(--fv-card-color) / 100%);
	padding: 24px 16px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	position: relative;
}
.new_fv .card:not(:last-of-type)::before {
	position: absolute;
	top: calc(50% - 10px);
	bottom: calc(50% - 10px);
	right: -20px;
	margin-right: -20px;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 20px solid transparent;
	border-left: 20px solid rgb(var(--fv-card-color) / 100%);
}
.new_fv .card_title {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 16px;
}

.new_fv .card_icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 16px;
}

.new_fv .card_icon img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.new_fv .card_text {
	font-size: 0.85rem;
	line-height: 1.6;
	color: #555;
}

/* レスポンシブ対応（タブレット・スマホ） */
@media (max-width: 900px) {
	.new_fv .hero_section {
		padding-top: 40px;
	}
	.new_fv .hero_container {
		flex-direction: column;
		text-align: left;
	}

	.new_fv .hero_content {
		max-width: 100%;
		width: 100%;
		z-index: 2;
		margin-right:0;
	}

	.new_fv .hero_image_wrapper {
		max-width: 100%;
		width: 100%;
		margin: 10px auto;
	}

	.new_fv .masked_image {
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.new_fv .hero_image_wrapper::before {
		display:none;
	}
	.new_fv .hero_image_wrapper::after {
		width: 360px;
		height: 360px;
		bottom: 0;
		left: 20px;
		z-index: 1;
	}
	.new_fv .hero_cards {
		grid-template-columns: 1fr;
		margin-top: -10px;
	}
	.new_fv .card:not(:last-of-type)::before {
		top: 100%;
		right: calc(50% - 20px);
		bottom: -40px;
		margin: auto;
		border-top: 20px solid rgb(var(--fv-card-color) / 80%);
		border-left: 20px solid transparent;
	}
}

/* お悩み解決を2カラムに収める */
.col_02 .col_01_03 .col:nth-child(2n-1){
	width: 10%;
}
.col_02 .col_01_03 .col:nth-child(2n){
	width: 90%;
}
.col_02 .col_01_03 .col .link_list > li{
	text-indent: unset;
	margin-left: unset;
	position: relative;
/*	list-style: disc;*/
}
.col_02 .col_01_03 .col .link_list > li:before{
	background: #f9a954;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	position: absolute;
	left: -16px;
	top: 8px;
	width: 8px;
}
@media screen and (max-width: 767px) {
	.col_02 .col_01_03 .col:nth-child(2n-1),
	.col_02 .col_01_03 .col:nth-child(2n){
		width: 100%;
		margin: auto;
	}
	.col_02 .col_01_03 .col .link_list{
		padding-left: 1em;
	}
}
/* 緑ボタン_blank緑アイコン対策（非表示） */
a.green[target="_blank"] > span:not([class])::after{
	display: none;
}