@charset "utf-8";

/* ============================
home.css　もくじ
-------------------------------
01.ブレイクポイント
02.メインビジュアル
03.セクションと見出し
04.「PP-labo.」とは？  #essence
05.お悩みを解決する選択式サービス　#services
06.使用シーンに合わせた作成プラン　#plans
07.その他ケアサービス　#support
08.CTAエリア　#otayori
09.下部ナビゲーション　#belowNav
10.お悩みブロック　#worries
11.オプションサービスブロック　#options
============================== */

:root {
	--care-soft-blue: #eef5fb;
}

/* ===========================
 01.ブレイクポイント
============================== */
@media screen and (min-width: 30em) { /* 480px */
}
@media screen and (min-width: 40em) { /* 640px */
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
}
@media screen and (min-width: 64em) { /* 1024px */
}
@media screen and (min-width: 80em) { /* 1280px */
}

/* ===========================
 02.メインビジュアル
============================== */
#home_main_visual {
	width: 100%;
	height: 350px;
	background-color: var(--primary-color);
}
#home_main_visual .mv-inner {
	position: relative;
	overflow: hidden;
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
	background: url(../img/home/home_main_visual-01.jpg) center center no-repeat;
	background-size: cover;
}
#home_main_visual .ttl_h1 {
	position: absolute;
	top: 6%;
	right: 5%;
	transform: rotate(-10deg) skew(-10deg);
	text-align: right;
	line-height: 1.4;
	text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.8);
	color: #fff;
}
#home_main_visual .ttl_h1 em,
#home_main_visual .ttl_h1 strong {
	font-weight: 800;
	font-style: normal;
	line-height: 1.2;
}
#home_main_visual .ttl_h1 em {
	font-size: 16px;
}
#home_main_visual .ttl_h1 em span {
	font-size: 63%;
}
#home_main_visual .ttl_h1 strong {
	font-size: 18px;
}
#home_main_visual .ttl_h1 strong span {
	font-size: 75%;
}
#home_main_visual ul {
	display: flex;
	position: absolute;
	bottom: 3%;
	right: 0;
	max-width: 430px;
	width: 97%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#home_main_visual ul li {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: calc(100% / 3);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	color: #fff;
	background: url(../img/home/home_mv-list.svg) center center no-repeat;
	background-size: contain;
}
.mv-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	line-height: 1.7;
}
.mv-line {
	display: flex;
	align-items: baseline;
	gap: 0.1em;
}
.mv-xl {
	font-size: 1.5em;
	line-height: 1.1;
}
.mv-lg {
	font-size: 1.2em;
}
.mv-md {
	font-size: 0.75em;
}
.mv-sm {
	font-size: 0.65em;
}
#home_main_visual ul li::before {
	content: '';
	display: block;
	box-sizing: border-box;
	padding-top: 100%;
}
#home_main_visual .security {
	position: absolute;
	bottom: 0;
	left: 5px;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	text-shadow:
		2px 2px 2px #fff, -2px -2px 2px #fff,
		-2px 2px 2px #fff, 2px -2px 2px #fff,
		2px 0px 2px #fff, -2px 0px 2px #fff,
		0px 2px 2px #fff, 0px -2px 2px #fff;
	background: url(../img/home/lock.svg) left center no-repeat;
	background-size: contain;
}
#home_main_visual .security em {
	font-style: normal;
	font-size: 70%;
}
@media screen and (min-width: 22.5em) { /* 360px（ここだけ特例） */
	#home_main_visual .ttl_h1 em {
		font-size: 18px;
	}
	#home_main_visual .ttl_h1 strong {
		font-size: 24px;
	}
	#home_main_visual ul li {
		font-size: 13px;
	}
}
@media screen and (min-width: 30em) { /* 480px */
	#home_main_visual .ttl_h1 {
		top: 7%;
	}
	#home_main_visual .ttl_h1 em {
		font-size: 22px;
	}
	#home_main_visual .ttl_h1 strong {
		font-size: 33px;
	}
	#home_main_visual ul {
		bottom: 5%;
	}
	#home_main_visual ul li {
		font-size: 16px;
	}
}
@media screen and (min-width: 40em) { /* 640px */
	#home_main_visual .ttl_h1 em {
		font-size: 27px;
	}
	#home_main_visual .ttl_h1 strong {
		font-size: 46px;
	}
	#home_main_visual .security {
		bottom: 10px;
		left: 10px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#home_main_visual {
		height: 650px;
	}
	#home_main_visual .ttl_h1 {
		top: 20%;
		right: 3%;
		max-width: 72%;
	}
	#home_main_visual .ttl_h1 em {
		font-size: 20px;
	}
	#home_main_visual .ttl_h1 strong {
		font-size: 34px;
	}
	#home_main_visual ul {
		max-width: 540px;
		bottom: 10%;
		right: 0;
	}
	#home_main_visual ul li {
		font-size: 24px;
	}
	#home_main_visual .security {
		padding: 0 0 0 56px;
		left: 20px;
		font-size: 22px;
	}
}
@media screen and (min-width: 64em) { /* 1024px */
	#home_main_visual .ttl_h1 {
		right: 15%;
	}
	#home_main_visual .ttl_h1 em {
		font-size: 28px;
	}
	#home_main_visual .ttl_h1 strong {
		font-size: 48px;
	}
	#home_main_visual ul {
		bottom: 10%;
		right: 15%;
	}
}

/* ===========================
 03.セクションと見出し
============================== */
.block_layer01 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.block_layer01:first-of-type {
	padding-top: 30px;
}
.block_layer01:last-child {
	padding-bottom: 30px;
}
.block_layer01 .ttl_layer01 {
	margin-bottom: 0.5em;
	font-size: 26px;
	color: var(--secondary-color);
}
@media screen and (min-width: 40em) { /* 640px */
	.block_layer01 {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.block_layer01:first-of-type {
		padding-top: 40px;
	}
	.block_layer01:last-child {
		padding-bottom: 40px;
	}
	.block_layer01 .ttl_layer01 {
		font-size: 32px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	.block_layer01 {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.block_layer01:first-of-type {
		padding-top: 48px;
	}
	.block_layer01:last-child {
		padding-bottom: 48px;
	}
	.block_layer01 .ttl_layer01 {
		margin-top: 2em;
		margin-bottom: 1em;
		font-size: 40px;
	}
	.block_layer01:first-of-type .ttl_layer01 {
		margin-top: 0;
		margin-bottom: 0.5em;
	}
	.ttl_layer01.scroll,
	.copy_cta.scroll,
	#worries h2.scroll,
	.opt_title.scroll {
		position: relative;
		overflow: hidden;
		transform: translateX(200px);
		width: 100%;
		white-space: nowrap;
		letter-spacing: 0.5em;
		transition: all 1s ease;
	}
	.ttl_layer01.scroll.active,
	.copy_cta.scroll.active,
	#worries h2.scroll.active,
	.opt_title.scroll.active {
		transform: translateX(0);
		letter-spacing: 0;
	}
	.ttl_layer01.scroll::after,
	.copy_cta.scroll::after,
	#worries h2.scroll::after,
	.opt_title.scroll::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, #fff0 45%, #ffff 50%, #fffc 55%, #fffffff0 60%, #ffff 100%);
		background-size: 300%;
		background-position: 100% 0;
		transition: all 1.6s ease;
	}
	.ttl_layer01.scroll.active::after,
	.copy_cta.scroll.active::after,
	#worries h2.scroll.active::after,
	.opt_title.scroll.active::after {
		background-position: 0 0;
	}
	#worries h2.scroll,
	.opt_title.scroll {
		white-space: normal;
	}
}
@media screen and (min-width: 64em) { /* 1024px */
	.block_layer01 .ttl_layer01 {
		font-size: 44px;
	}
}

/* ===========================
 04.「PP-labo.」とは？
============================== */
#essence .ttl_layer01 + .txt {
	text-align: center;
	margin-bottom: 0.5em;
	color: var(--primary-color);
}
#essence .ttl_layer01 + .txt + .txt.copy {
	text-align: center;
	margin-bottom: 0.5em;
	font-size: 16px;
	color: var(--primary-color);
}
#essence .point_list {
	margin-top: 20px;
}
.ess_item {
	margin: 20px auto;
	width: 100%;
	max-width: 360px;
	background-color: var(--primary-color);
}
.ess_item .ttl {
	text-align: center;
	padding: 1rem 1rem 0.5em;
	font-size: 24px;
	color: #fff;
}
.ess_item .point_logo {
	display: flex;
	justify-content: center;
	margin: 1rem auto;
	padding: 0 1rem;
	width: 100%;
}
.ess_item .point_logo picture {
	max-width: 100%;
	height: auto;
}
.ess_item .txt {
	text-align: center;
	padding: 0.5em 1rem 1.5rem;
	color: #fff;
}
@media screen and (min-width: 30em) { /* 480px */
	#essence .ttl_layer01 + .txt + .txt.copy {
		font-size: 17px;
	}
}
@media screen and (min-width: 40em) { /* 640px */
	#essence .ttl_layer01 + .txt {
		font-size: 16px;
	}
	#essence .ttl_layer01 + .txt + .txt.copy {
		font-size: 20px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#essence {
		margin-bottom: 1.25rem;
	}
	#essence .ttl_layer01 + .txt {
		font-size: 20px;
	}
	#essence .ttl_layer01 + .txt + .txt.copy {
		font-size: 26px;
	}
	#essence .point_list {
		display: flex;
		column-gap: 20px;
		margin-top: 40px;
	}
	.ess_item .ttl {
		font-size: 28px;
	}
	.ess_item .txt {
		font-size: 16px;
	}
}
@media screen and (min-width: 64em) { /* 1024px */
	#essence .ttl_layer01 + .txt {
		font-size: 24px;
	}
	#essence .ttl_layer01 + .txt + .txt.copy {
		font-size: 32px;
	}
}

/* ===========================
 05.お悩みを解決する選択式サービス
============================== */
.svc_item {
	margin: 20px auto;
	padding: 20px;
	background-color: var(--secondary-color);
}
.svc_ba {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}
.svc_before {
	position: relative;
	display: flex;
	flex-direction: column;
	border: #fff solid 4px;
	background-color: #fff;
}
.svc_before::after {
	content: '';
	position: absolute;
	display: block;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	width: 22px;
	height: 13px;
	background-color: #fff;
}
.svc_after {
	display: flex;
	flex-direction: column;
	border: var(--primary-color) solid 4px;
	background-color: #fff;
}
.svc_img {
	text-align: center;
}
.svc_img picture {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.svc_txtbox {
	text-align: center;
	padding: 0 1em 1em;
	color: var(--secondary-color);
}
.svc_txtbox .txt {
	display: inline-block;
	width: fit-content;
}
.svc_txtbox .txt .underline_prime {
	text-decoration: underline;
	text-decoration-color: var(--primary-color);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}
.svc_head .ttl {
	text-align: center;
	margin: 0.5em 0;
	color: #fff;
}
.svc_head .btn_box a {
	display: block;
	text-align: center;
	border: var(--primary-color) solid 1px;
	border-radius: 1.125em;
	padding: 0.25em 0.75em 0.5em;
	font-weight: bold;
	color: #fff;
	background-color: var(--primary-color);
	transition: all 0.3s;
}
.svc_head .btn_box a:hover {
	text-decoration: underline;
	color: var(--primary-color);
	background-color: #fff;
}
.svc_head .btn_box a:hover .iblock {
	text-decoration: underline;
}
.svc_head .btn_box a .small {
	display: inline-block;
	font-size: 75%;
	vertical-align: 1px;
}
@media screen and (min-width: 30em) { /* 480px */
	.svc_item {
		max-width: 500px;
	}
	.svc_before {
		flex-direction: row;
	}
	.svc_after {
		flex-direction: row;
	}
	.svc_imgwrap {
		display: flex;
		align-items: center;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		width: 140px;
		min-width: 140px;
		text-align: center;
	}
	.svc_img {
		margin: 4px 10px;
		width: 100%;
	}
	.svc_txtbox {
		display: flex;
		align-items: center;
		padding: 0.5em 1em;
	}
	.svc_txtbox .txt {
		text-align: left;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#services {
		margin-bottom: 1.25rem;
	}
	.svc_item {
		max-width: 640px;
	}
}
@media screen and (min-width: 64em) { /* 1024px */
	.svc_list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	.svc_item {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 4;
		margin: 0;
	}
	.svc_ba,
	.svc_head {
		display: contents;
	}
	.svc_before,
	.svc_after {
		min-height: 136px;
	}
	.svc_before {
		margin-bottom: 12px;
	}
	.svc_head .ttl {
		font-size: 24px;
	}
}

/* ===========================
 06.使用シーンに合わせた作成プラン
============================== */
.plan_item {
	margin: 20px auto;
	padding: 20px;
	background-color: var(--secondary-color);
}
.plan_item .image_area {
	padding-bottom: 12px;
}
.plan_item .plan_image {
	margin: 0;
}
.plan_item .plan_image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.plan_item .ttl_box {
	text-align: center;
	margin-bottom: 8px;
	color: #fff;
}
.plan_item .btn_box a {
	display: block;
	text-align: center;
	border: var(--primary-color) solid 1px;
	border-radius: 1.125em;
	padding: 0.25em 0.75em 0.5em;
	font-weight: bold;
	color: #fff;
	background-color: var(--primary-color);
	transition: all 0.3s;
}
.plan_item .btn_box a:hover {
	text-decoration: underline;
	color: var(--primary-color);
	background-color: #fff;
}
.plan_item .btn_box a .small {
	display: inline-block;
	font-size: 75%;
	vertical-align: 1px;
}
@media screen and (min-width: 30em) { /* 480px */
	.plan_item {
		max-width: 500px;
	}
	.plan_item .ttl_box .ttl {
		font-size: 22px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#plans {
		margin-bottom: 1.25rem;
	}
	#plans .plan_list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.plan_item {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 0 auto;
		width: calc(50% - 5px);
	}
	.plan_item .image_area {
		padding-bottom: 16px;
	}
	.plan_item .ttl_box {
		margin-bottom: 16px;
	}
	.plan_item .ttl_box .copy {
		margin-bottom: 4px;
	}
}
@media screen and (min-width: 64em) { /* 1024px */
	.plan_item .ttl_box .copy {
		font-size: 16px;
	}
	.plan_item .ttl_box .ttl {
		font-size: 26px;
	}
	.plan_item .btn_box a {
		font-size: 18px;
	}
}

/* ===========================
 07.その他ケアサービス
============================== */
#support {
	margin-bottom: 30px;
}
.sup_item {
	text-align: center;
	margin-bottom: 30px;
}
.sup_item:last-child {
	margin-bottom: 0;
}
.sup_item .ttl {
	text-align: center;
	margin-bottom: 12px;
	color: var(--primary-color);
}
.sup_item .txt {
	text-align: center;
}
.sup_item .pmark {
	margin: 0.5em 1em;
}
.sup_item .pmark img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 30em) { /* 480px */
	.sup_item .text_area {
		display: inline-flex;
		align-items: center;
		max-width: 680px;
		margin-right: auto;
		margin-left: auto;
	}
	.sup_item .pmark {
		margin: 0 1.5em 0 0;
		min-width: 130px;
	}
	.sup_item .text_area .txt {
		text-align: left;
	}
	.sup_item > .txt {
		max-width: 680px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (min-width: 40em) { /* 640px */
	.sup_item .ttl {
		font-size: 22px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	.sup_item {
		margin-bottom: 60px;
	}
	.sup_item .ttl {
		font-size: 26px;
	}
	.sup_item .txt {
		font-size: 16px;
	}
}

/* ===========================
 08.CTAエリア
============================== */
#otayori .copy_cta {
	text-align: center;
	margin-bottom: 0.75em;
	font-size: 18px;
	font-weight: bold;
	color: var(--primary-color);
}
#otayori .btn_area {
	text-align: center;
}
#otayori .btn_area a {
	position: relative;
	display: inline-block;
	width: 18em;
	padding: 0.5em 1.5em 0.75em;
	border-radius: 1.25em;
	color: #fff;
	background: linear-gradient(90deg, #0b57d0 25%, #324A68 60%);
	background-size: 250%;
	background-position: 100% 0;
	transition: all 0.3s;
}
#otayori .btn_area a .arrow {
	display: inline-block;
	position: relative;
	left: 0.25em;
	clip-path: polygon(0 20%, 100% 50%, 0 80%);
	width: 0.65em;
	background-color: #fff;
}
#otayori .btn_area a:hover {
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	text-decoration: none;
	letter-spacing: 0.07em;
	background-position: 0% 0;
}
@media screen and (min-width: 30em) { /* 480px */
	#otayori .copy_cta {
		font-size: 26px;
	}
	#otayori .btn_area a {
		font-size: 16px;
	}
}
@media screen and (min-width: 40em) { /* 640px */
	#otayori .copy_cta {
		font-size: 30px;
	}
	#otayori .btn_area a {
		font-size: 18px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#otayori .copy_cta {
		font-size: 36px;
		font-weight: 500;
	}
	#otayori .btn_area a {
		font-size: 20px;
	}
	#otayori .btn_area a .arrow {
		top: 1px;
	}
}
@media screen and (min-width: 64em) { /* 1024px */
	#otayori .copy_cta {
		font-size: 40px;
	}
}

/* ===========================
 09.下部ナビゲーション
============================== */
#belowNav {
	margin: 30px auto;
}
.bnav {
	border: #222 solid 1px;
	border-radius: 12px;
	padding: 5px 11px;
}
.bnav .nav_item {
	border-bottom: #222 solid 1px;
}
.bnav .nav_item:last-child {
	border-bottom: none;
}
.bnav .nav_item a {
	display: flex;
	justify-content: space-between;
	padding: 0.5em 0;
	width: 100%;
	color: #000;
}
.bnav .nav_item a::after {
	content: '》';
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	.bnav {
		padding: 5px;
	}
	.bnav .nav_list {
		display: flex;
		width: 100%;
		text-align: center;
	}
	.bnav .nav_item {
		flex-grow: 1;
		border-right: #222 solid 1px;
		border-bottom: none;
	}
	.bnav .nav_item:last-child {
		border-right: none;
	}
	.bnav .nav_item a {
		display: block;
		width: 100%;
		text-align: center;
		transition: all 0.3s;
	}
	.bnav .nav_item a:hover {
		color: #fff;
		background-color: var(--primary-color);
	}
	.bnav .nav_item a::after {
		content: '';
	}
}

/* ===========================
 10.お悩みブロック
============================== */
.wry {
	padding: 44px 16px 36px;
	color: #222;
	background: linear-gradient(180deg, #f3fafb 0%, #ffffff 72%, #f7fbfc 100%);
}
.wry_inner {
	max-width: calc(var(--inner-max-content-width) - 40px);
	margin: 0 auto;
}
#worries h2 {
	margin: 0 0 34px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
	text-align: center;
	color: var(--secondary-color);
}
#worries h2 span {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 6px solid var(--primary-color);
	line-height: 1.05;
}
.wry_card {
	display: grid;
	grid-template-columns: 1fr;
	text-align: left;
	gap: 28px;
	align-items: center;
	padding: 24px 18px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(47, 74, 104, 0.18);
}
.wry_list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.wry_list li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 3px dotted rgba(50, 74, 104, 0.4);
}
.wry_list li:last-child {
	border-bottom: 0;
}
.wry_icon {
	display: grid;
	place-items: center;
	width: 42px;
	aspect-ratio: 1;
}
.wry_icon img {
	width: 100%;
	height: auto;
}
.wry_icon svg {
	width: 28px;
	height: 28px;
}
.wry_list li p {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
	letter-spacing: 0.03em;
}
.wry_visual {
	display: flex;
	justify-content: center;
	min-width: 0;
	order: -1;
}
.wry_visual img {
	display: block;
	width: min(100%, 280px);
	height: auto;
}
.wry_msg {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	gap: 10px;
	align-items: center;
	min-height: 84px;
	margin-top: 22px;
	padding: 12px 14px;
	border-radius: 999px;
	text-decoration: none;
	color: #ffffff;
	background: var(--secondary-color);
	transition: opacity 0.2s ease, transform 0.2s ease;
}
.wry_msg:hover,
.wry_msg:focus-visible {
	opacity: 0.85;
	transform: translateY(-2px);
}
.wry_msg_icon {
	display: grid;
	place-items: center;
	width: 44px;
	aspect-ratio: 1;
}
.wry_msg_icon svg {
	width: 100%;
	height: 100%;
}
.wry_msg p {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
	text-align: center;
}
@media screen and (min-width: 48em) { /* 768px */
	.wry {
		padding: 60px 20px 52px;
	}
	.wry_card {
		padding: 34px 40px;
	}
	#worries h2 {
		margin-bottom: 46px;
		font-size: 32px;
	}
	.wry_list li {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 18px;
		padding: 17px 0;
	}
	.wry_icon {
		width: 40px;
	}
	.wry_list li p {
		font-size: 18px;
	}
	.wry_msg {
		grid-template-columns: 82px minmax(0, 1fr) 82px;
		gap: 24px;
		min-height: 96px;
		margin-top: 28px;
		padding: 12px 32px;
	}
	.wry_msg_icon {
		width: 64px;
	}
	.wry_msg p {
		font-size: 18px;
	}
}
@media screen and (min-width: 64em) { /* 1024px */
	.wry {
		padding: 78px 20px 62px;
	}
	.wry_card {
		grid-template-columns: minmax(0, 1fr) minmax(260px, 28%);
		padding: 46px 58px;
		gap: 20px;
	}
	#worries h2 {
		margin-bottom: 58px;
		font-size: 40px;
	}
	.wry_list li p {
		font-size: 20px;
	}
	.wry_visual {
		order: 0;
	}
	.wry_msg {
		gap: 36px;
		min-height: 108px;
		margin-top: 30px;
		padding: 12px 44px;
	}
	.wry_msg_icon {
		width: 82px;
	}
	.wry_msg p {
		font-size: 22px;
	}
}

/* ===========================
 11.オプションサービスブロック
============================== */
.opt {
	padding: 48px 16px;
	color: #222;
	background: linear-gradient(180deg, #f5f8fb 0%, #ffffff 42%, #f8fbfd 100%);
}
.opt_inner {
	max-width: calc(var(--inner-max-content-width) - 40px);
	margin: 0 auto;
}
.opt_lead {
	display: grid;
	grid-template-columns: 1fr;
	text-align: center;
	gap: 28px;
	align-items: center;
	margin-bottom: 30px;
}
.opt_visual {
	display: flex;
	justify-content: center;
	min-width: 0;
}
.opt_visual img {
	display: block;
	width: min(100%, 360px);
	height: auto;
}
.opt_title {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.32;
	letter-spacing: 0;
	color: var(--secondary-color);
}
.opt_title::after {
	content: "";
	display: block;
	width: 76px;
	height: 4px;
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
	background: var(--primary-color);
}
.opt_desc {
	max-width: 650px;
	margin: 24px auto 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.75;
}
.opt_cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 0;
	padding: 24px;
	border: 1.5px solid var(--secondary-color);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
}
.card.is-opt {
	border-color: var(--primary-color);
}
.card__head {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 10px;
	align-items: center;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 2px dashed var(--secondary-color);
}
.card.is-opt .card__head {
	border-bottom-color: var(--primary-color);
}
.card__icon {
	display: grid;
	place-items: center;
	width: 52px;
	aspect-ratio: 1;
	border-radius: 50%;
	overflow: hidden;
	background: transparent;
	color: var(--secondary-color);
}
.card.is-opt .card__icon {
	color: var(--primary-color);
}
.card__icon svg,
.card__icon img {
	width: 56px;
	height: 56px;
	object-fit: contain;
}
.card__head h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.42;
	letter-spacing: 0;
	color: var(--secondary-color);
}
.card.is-opt .card__head h3 {
	color: var(--primary-color);
}
.card > p {
	margin: 0 0 28px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.75;
}
.card__items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 0;
	margin-bottom: auto;
}
.svc {
	min-width: 0;
	text-align: center;
}
.svc__icon {
	display: grid;
	place-items: center;
	width: min(96px, 100%);
	aspect-ratio: 1;
	margin: 0 auto 12px;
	border-radius: 50%;
	color: var(--secondary-color);
	background: transparent;
	overflow: hidden;
}
.card.is-opt .svc__icon {
	color: var(--primary-color);
}
.svc__icon svg,
.svc__icon img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.svc p {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--secondary-color);
}
.card.is-opt .svc p {
	color: var(--primary-color);
}
.card__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	width: 100%;
	min-height: 58px;
	margin-top: 28px;
	border: 1px solid var(--primary-color);
	border-radius: 6px;
	background: var(--primary-color);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	transition: background 0.3s, color 0.3s, text-decoration 0.3s;
}
.card__btn:hover,
.card__btn:focus-visible {
	background: #fff;
	color: var(--primary-color);
	text-decoration: underline;
}
.card__btn svg {
	width: 18px;
	height: 18px;
}
.opt_note {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	color: var(--secondary-color);
}
.opt_note_icon {
	display: grid;
	place-items: center;
	width: 96px;
	aspect-ratio: 1;
	border-radius: 50%;
	margin: 0 auto;
	background: var(--care-soft-blue);
}
.opt_note_icon svg {
	width: 80px;
	height: 80px;
	stroke: var(--secondary-color);
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.opt_note p {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 1.55;
}
.opt_note p strong {
	color: var(--primary-color);
}
.opt_note--banner {
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	gap: 10px;
	text-align: center;
	min-height: 84px;
	padding: 12px 14px;
	border-radius: 999px;
	color: #ffffff;
	background: var(--secondary-color);
}
.opt_note--banner p,
.opt_note--banner p strong {
	color: #ffffff;
}
.opt_note--banner .wry_msg_icon img {
	width: 90%;
	height: 90%;
	object-fit: contain;
}
.opt_note--banner .wry_msg_icon:first-child img {
	transform: translateX(25px);
}
.opt_note--banner .wry_msg_icon:last-child img {
	transform: translateX(-25px);
}
@media screen and (min-width: 48em) { /* 768px */
	.opt {
		padding: 72px 20px;
	}
	.opt_lead {
		gap: 48px;
		margin-bottom: 44px;
	}
	.opt_title {
		font-size: 32px;
	}
	.opt_desc {
		font-size: 15px;
	}
	.opt_cards {
		gap: 26px;
	}
	.card {
		min-height: 360px;
		padding: 30px;
	}
	.card__head {
		grid-template-columns: 64px 1fr;
		gap: 14px;
	}
	.card__icon {
		width: 64px;
	}
	.card__head h3 {
		font-size: 17px;
	}
	.card > p {
		font-size: 14px;
	}
	.card__items {
		gap: 18px;
	}
	.svc p {
		font-size: 15px;
	}
	.card__btn {
		font-size: 16px;
	}
	.opt_note {
		grid-template-columns: 78px minmax(0, max-content);
		gap: 24px;
		margin-top: 38px;
		text-align: left;
	}
	.opt_note_icon {
		margin: 0;
	}
	.opt_note p {
		font-size: 16px;
	}
	.opt_note--banner {
		grid-template-columns: 82px minmax(0, 1fr) 82px;
		min-height: 96px;
	}
}
@media screen and (min-width: 64em) { /* 1024px */
	.opt {
		padding: 92px 20px;
	}
	.opt_lead {
		grid-template-columns: minmax(240px, 34%) 1fr;
		gap: 70px;
		text-align: left;
		margin-bottom: 54px;
	}
	.opt_title {
		font-size: 40px;
	}
	.opt_title::after {
		margin-right: 0;
		margin-left: 0;
	}
	.opt_desc {
		font-size: 16px;
		margin-right: 0;
		margin-left: 0;
	}
	.opt_cards {
		gap: 32px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.card {
		padding: 34px;
	}
	.card__head h3 {
		font-size: 20px;
	}
	.card > p {
		font-size: 15px;
	}
	.card__items {
		gap: 24px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.svc p {
		font-size: 16px;
	}
	.card__btn {
		font-size: 17px;
	}
	.opt_note {
		margin-top: 44px;
	}
	.opt_note p {
		font-size: 18px;
	}
	.opt_note--banner {
		min-height: 108px;
	}
}
