/*---------- common ----------*/
.note-txt {
	font-size: 1.3rem;
}
.sec-wrap {
	padding: 80px 0;
}
.sec-read {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 50px;
}
.cont-ttl {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-line-gray);
	color: var(--color-dark-green);
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.6;
}
@media (max-width: 768px) {
	.note-txt {
		font-size: 2.8vw;
	}
	.sec-wrap {
		padding: 16vw 0;
	}
	.sec-read {
		font-size: 3.4vw;
		margin-bottom: 8vw;
	}
	.cont-ttl {
		width: 100%;
		margin-bottom: 3vw;
		padding-bottom: 2vw;
		font-size: 5.8vw;
	}
}
/*---------- mv ----------*/
.sec-page-ttl {
	background: url(../../img/service/bg_page_ttl_02.jpg) center center no-repeat;
	background-size: cover;
}
.service-top .sec-page-ttl {
	background: url(../../img/service/bg_page_ttl.jpg) center center no-repeat;
	background-size: cover;
}
/*---------- 4つのサービスプラン ----------*/
/*---- PC ----*/
@media (min-width: 769px) {
	.sp-plan-wrap {
		display: none;
	}
	.plan-wrap {
		overflow: hidden;
		display: block;
		width: 100%;
	}
	.plan-table {
		/* width: 1200px; */
		width: 100%;
		border-collapse: separate;
		border-spacing: 0;
		margin-bottom: 0.5em;
	}
	.plan-table th,
	.plan-table td {
		border-bottom: 1px solid var(--color-line-gray);
		border-right: 1px solid var(--color-line-gray);
		text-align: center;
		vertical-align: middle;
	}
	.plan-table td {
		padding: 0.3em 0.5em;
	}
	.plan-table th:last-child,
	.plan-table td:last-child {
		border-right: none;
	}
	.plan-table th.plan-table-corner {
		border-bottom: none;
		border-right: none;
	}
	.plan-table .corner-rt {
		border-radius: 0 10px 0 0;
	}
	.plan-table .corner-lt {
		border-radius: 10px 0 0 0;
	}
	.plan-table .corner-lb {
		border-radius: 0 0 0 10px;
	}
	.plan-table .corner-rb {
		border-radius: 0 0 10px 0;
	}

	/* -- プラン見出し（thead） -- */
	.plan-head {
		vertical-align: top;
	}
	.plan-table th.plan-head {
		background: var(--color-cream);
	}
	.plan-table th.plan-table-corner + .plan-head {
		border-left: 1px solid var(--color-dark-green);
	}
	th.plan-head.ttl {
		background: var(--color-dark-green);
		color: var(--color-white);
		text-align: center;
		line-height: 1.4;
		padding: 10px;
		font-weight: 700;
	}
	th.plan-head.ttl span {
		border: 1px solid var(--color-white);
		display: inline-block;
		width: 100px;
		border-radius: 999px;
		margin-bottom: 0.3em;
	}
	th.plan-head.ttl p {
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	th.plan-head.desc {
		border-right: 1px solid var(--color-dark-green);
		font-size: 1.3rem;
		line-height: 1.6;
		letter-spacing: 0;
		border-bottom: none;
		padding: 10px 10px 0 10px;
	}
	th.plan-head.wrap {
		padding: 0 10px 10px 10px;
		border-right: 1px solid var(--color-dark-green);
	}
	.plan-head-image {
		width: 100%;
	}
	a.plan-head-btn {
		margin-top: auto;
		display: block;
		text-align: center;
		font-size: 1.4rem;
		height: 40px;
		line-height: 35px;
		border-radius: 10px;
		border: 2px solid var(--color-dark-green);
		color: var(--color-dark-green);
		font-weight: 700;
		background: var(--color-white);
		position: relative;
	}
	a.plan-head-btn::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid var(--color-dark-green);
	}
	.plan-price {
		font-size: 2.4rem;
		font-weight: 700;
		color: var(--color-orange);
		margin-top: 0.1em;
	}
	/* -- カテゴリー / 機能セル -- */
	.plan-table tbody tr td.category-cell {
		border-left: 1px solid var(--color-dark-green);
		border-top: 1px solid var(--color-dark-green);
		border-bottom: none;
		width: 11%;
		background: var(--color-light-green);
		text-align: left;
	}
	.plan-table tbody tr td.category-cell a {
		color: var(--color-dark-green);
	}
	.plan-table tbody tr td.feature-cell {
		border-right: none;
		width: 17%;
	}
	.plan-table tbody tr td.feature-cell + td.status-cell {
		border-left: 1px solid var(--color-dark-green);
	}
	.plan-table tbody tr:first-child td.status-cell {
		border-top: 1px solid var(--color-dark-green);
	}
	.plan-table tbody tr td[rowspan] + .feature-cell {
		border-top: 1px solid var(--color-dark-green);
	}
	.plan-table tbody tr:nth-of-type(5) td.status-cell,
	.plan-table tbody tr:last-child td.feature-cell,
	.plan-table tbody tr:last-child td.status-cell {
		border-top: 1px solid var(--color-dark-green);
	}
	.plan-table tbody tr:nth-of-type(4) td.feature-cell,
	.plan-table tbody tr:nth-of-type(9) td.feature-cell {
		border-bottom: none;
	}
	.plan-table tbody tr:last-child td {
		border-bottom: 1px solid var(--color-dark-green);
	}
	.category-cell {
		font-size: 1.4rem;
		font-weight: 700;
		text-align: left;
		width: 140px;
		text-decoration: underline;
		line-height: 1.6;
	}
	.plan-table td.category-cell {
		vertical-align: top;
	}
	.feature-cell {
		font-weight: 700;
		font-size: 1.4rem;
		color: var(--color-dark-green);
		line-height: 1.6;
	}
	.feature-cell a {
		display: flex;
		align-items: center;
		text-decoration: underline;
		text-align: left;
		color: var(--color-dark-green);
	}
	.feature-cell a .icon {
		display: inline-block;
		width: 30px;
		flex-shrink: 0;
		margin-right: 0.5em;
	}

	/* -- 利用可否アイコン -- */
	.status-cell {
		width: 110px;
		position: relative;
		background: var(--color-cream);
	}
	.plan-table td.status-cell {
		border-right: 1px solid var(--color-dark-green);
	}
	.status-check {
		display: inline-block;
		width: 22px;
		height: 22px;
		position: relative;
	}
	.status-check::before {
		content: '';
		position: absolute;
		inset: 0;
		border-radius: 50%;
	}
	.status-check::after {
		content: '';
		position: absolute;
		left: 5px;
		top: 7px;
		width: 15px;
		height: 9px;
		border-left: 3px solid var(--color-dark-green);
		border-bottom: 3px solid var(--color-dark-green);
		transform: rotate(-45deg);
	}
	.status-text {
		font-size: 2.4rem;
		color: var(--color-line-gray);
	}
	.status-cell .note-txt {
		font-size: 1.1rem;
		display: block;
	}
}

/*---------- SP ----------*/
@media (max-width: 768px) {
	.plan-wrap {
		display: none;
	}
	.sp-plan-wrap {
		display: flex;
		flex-direction: column;
		gap: 8vw;
	}
	.sp-plan-card {
		border: 1px solid var(--color-dark-green);
		overflow: hidden;
		border-radius: 4vw;
	}
	.card-head {
		background: var(--color-cream);
		border-radius: 4vw 4vw 0 0;
	}
	.card-name {
		font-size: 4.2vw;
		font-weight: 700;
		background: var(--color-dark-green);
		color: var(--color-white);
		text-align: center;
		padding: 1em 0.5em;
		line-height: 1.4;
	}
	.card-name span {
		display: inline-block;
		width: 26vw;
		border-radius: 999px;
		border: 1px solid var(--color-white);
		margin-bottom: 0.5em;
	}
	.card-desc {
		text-align: center;
		margin-top: 1em;
	}
	.card-image {
		width: 90%;
		margin: 0 auto;
	}
	.card-btn {
		margin-top: auto;
		display: block;
		text-align: center;
		font-size: 1.4rem;
		width: 80%;
		margin: 10px auto;
		height: 10.667vw;
		line-height: 9.333vw;
		border-radius: 1.5vw;
		border: 2px solid var(--color-dark-green);
		color: var(--color-dark-green);
		font-weight: 700;
		background: var(--color-white);
		position: relative;
	}
	.card-btn::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 3vw;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-left: 2.1vw solid transparent;
		border-right: 2.1vw solid transparent;
		border-top: 2.6vw solid var(--color-dark-green);
	}
	.card-price {
		font-size: 2rem;
		font-weight: 700;
		color: var(--color-orange);
		text-align: center;
		padding-bottom: 3vw;
	}
	/* -- アコーディオン-- */
	.sp-accordion {
		border-top: 1px solid var(--color-dark-green);
	}
	.sp-accordion-summary {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 3vw 5vw;
		border: none;
		font-family: inherit;
		font-size: 3.733vw;
		font-weight: 700;
		cursor: pointer;
		color: var(--color-dark-green);
	}
	.sp-accordion-summary:focus-visible {
		outline: 2px solid var(--color-dark-green);
		outline-offset: -0.533vw;
	}
	.sp-accordion-summary {
		position: relative;
		background: var(--color-white);
	}
	.sp-accordion-summary::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 3vw;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-left: 2.1vw solid transparent;
		border-right: 2.1vw solid transparent;
		border-top: 2.6vw solid var(--color-dark-green);
		transition: 0.3s ease-in-out;
	}
	.sp-accordion.is-open .sp-accordion-summary::after {
		transform: translateY(-50%) rotate(180deg);
	}
	.sp-accordion-content {
		max-height: 0;
		overflow: hidden;
		transition:
			max-height 0.25s ease,
			padding 0.25s ease;
	}
	.sp-accordion-category {
		display: block;
		font-size: 3.7vw;
		font-weight: 700;
		color: var(--color-dark-green);
		padding: 3vw 5vw;
		text-decoration: underline;
		background: var(--color-light-green);
	}
	.sp-accordion-category:first-child {
		margin-top: 0;
	}
	.sp-accordion-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.sp-accordion-item {
		border-bottom: 1px solid var(--color-line-gray);
		padding: 0 3vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 3.2vw;
	}
	.sp-accordion-item a {
		display: flex;
		align-items: center;
		padding: 0.5em 0;
		font-size: 3.4vw;
		text-decoration: underline;
		color: var(--color-dark-green);
		font-weight: 700;
	}
	.sp-accordion-item a:last-child {
		border-bottom: none;
	}
	.sp-accordion-item .item-icon {
		width: 8vw;
		display: inline-block;
		flex-shrink: 0;
		margin-right: 0.3em;
	}
	.sp-accordion-item .item-txt {
		color: var(--color-gray);
	}
}

/*---------- オプションサービス一覧 ----------*/
.option-wrap {
	background: var(--color-white);
	border-radius: 20px;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}
.option-wrap .cont-ttl {
	display: flex;
	align-items: center;
}
.option-wrap .cont-ttl span {
	width: 44px;
	display: inline-block;
	flex-shrink: 0;
	margin-right: 15px;
}
.option-wrap + .option-wrap {
	margin-top: 50px;
}
.option-disc {
	flex: 1;
}
.option-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}
.option-list li {
	width: calc((100% - 10px) / 2);
}
.option-list li a {
	display: block;
	background: var(--color-light-gray);
	border-radius: 10px;
	font-weight: 600;
	color: var(--color-dark-green);
	padding: 0.4em;
	text-align: center;
}
.option-list li a span {
	display: inline-block;
}
.option-image {
	flex: 1;
	border-radius: 20px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.option-wrap {
		border-radius: 5vw;
		padding: 5vw;
		flex-direction: column-reverse;
		flex-wrap: wrap;
		gap: 5vw;
	}
	.option-wrap .cont-ttl span {
		width: 9vw;
		margin-right: 3vw;
	}
	.option-wrap + .option-wrap {
		margin-top: 10vw;
	}
	.option-disc {
		width: 100%;
	}
	.option-list {
		gap: 3vw;
		margin-top: 5vw;
	}
	.option-list li {
		width: 100%;
	}
	.option-list li a {
		border-radius: 1.5vw;
	}
	.option-image {
		width: 100%;
		border-radius: 5vw;
	}
}
/*---------- 簡易診断 ----------*/
.diagnosis-wrap-in {
	/* width: 1200px; */
	width: 100%;
}
.sec-read .yes {
	font-size: 2.6rem;
	font-weight: 700;
	color: var(--color-blue);
}
.sec-read .no {
	font-size: 2.6rem;
	font-weight: 700;
	color: var(--color-orange);
}
@media (max-width: 768px) {
	.diagnosis-wrap-in {
		width: 240vw;
	}
	.sec-read .yes,
	.sec-read .no {
		font-size: 4.2vw;
	}
}
/*---------- プラン詳細 ----------*/
.plan-detail .btn-anchor-link {
	height: 80px;
	line-height: 1.4;
	display: flex;
	align-items: center;
}
.plan-detail .sec-anchor-link-area {
	padding: 0 0 50px;
}
.detail-wrap {
	background: var(--color-white);
	padding: 40px;
	border-radius: 20px;
}
.detail-wrap + .detail-wrap {
	margin-top: 50px;
}
.detail-wrap .cont-ttl {
	margin-bottom: 30px;
}
.detail-wrap .cont-ttl .price {
	display: inline-block;
	font-size: 2.4rem;
	padding: 0 1em;
	border-radius: 10px;
	border: 2px solid var(--color-dark-green);
	color: var(--color-dark-green);
	line-height: 1.4;
	margin-left: 20px;
}
.detail-wrap .cont-ttl span:not(.price) {
	font-size: 2.6rem;
	display: inline-block;
	margin-left: 10px;
}
.detail-read {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.detail-read span {
	color: var(--color-blue);
}
.detail-flex {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 50px;
}
.detail-disc {
	width: 50%;
}
.detail-disc-ttl {
	width: calc(100% + 40px);
	background: var(--color-light-gray);
	border-radius: 0 10px 10px 0;
	color: var(--color-dark-green);
	font-size: 2.2rem;
	font-weight: 700;
	margin: 30px 0 20px;
	padding: 5px 40px;
	position: relative;
	left: -40px;
}
.detail-wrap .check-list {
	margin-bottom: 30px;
}
.detail-wrap .check-list li {
	margin-bottom: 15px;
	padding-left: 35px;
	line-height: 1.6;
	position: relative;
}
.detail-wrap .check-list li::before {
	content: '';
	width: 21px;
	height: 21px;
	background: url(../../img/common/icon_check.svg) center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0.2em;
	left: 0;
}
.service-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.service-list li {
	width: calc((100% - 10px) / 2);
	letter-spacing: 0;
}
.service-list li a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: underline;
	font-weight: 700;
	color: var(--color-dark-green);
}
.service-list li a span {
	flex-shrink: 0;
	width: 30px;
	display: inline-block;
}
.detail-image {
	flex: 1;
	border-radius: 20px;
	overflow: hidden;
}
.detail-note {
	margin-top: 30px;
}
.note-ttl {
	font-size: 1.4rem;
	border: 1px solid var(--color-black);
	padding: 0 1em;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 10px;
}
.note-list li {
	font-size: 1.3rem;
}
.note-list li a {
	color: var(--color-blue);
	font-weight: 700;
	text-decoration: underline;
}
@media (max-width: 768px) {
	.sec-anchor-link-area .cont-inn {
		width: 100%;
	}
	.plan-detail .btn-anchor-link {
		height: 16vw;
		line-height: 1.6;
	}
	.plan-detail .sec-anchor-link-area {
		padding: 0 0 10vw;
	}
	.detail-wrap {
		padding: 5vw;
		border-radius: 5vw;
	}
	.detail-wrap + .detail-wrap {
		margin-top: 10vw;
	}
	.detail-wrap .cont-ttl {
		margin-bottom: 5vw;
	}
	.detail-wrap .cont-ttl .price {
		font-size: 4vw;
		border-radius: 1.5vw;
		line-height: 1.4;
		margin-left: 0;
	}
	.detail-wrap .cont-ttl span:not(.price) {
		font-size: 4.2vw;
		margin-left: 3vw;
		margin-right: 3vw;
	}
	.detail-read {
		font-size: 3.4vw;
		margin-bottom: 0;
	}
	.detail-flex {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 5vw;
	}
	.detail-disc {
		width: 100%;
	}
	.detail-disc-ttl {
		width: calc(100% + 5vw);
		border-radius: 0 2vw 2vw 0;
		font-size: 4.2vw;
		margin: 7vw 0 4vw;
		padding: 1vw 5vw;
		left: -5vw;
	}
	.detail-wrap .check-list {
		margin-bottom: 5vw;
	}
	.detail-wrap .check-list li {
		margin-bottom: 4vw;
		padding-left: 8vw;
	}
	.detail-wrap .check-list li::before {
		content: '';
		width: 5.3vw;
		height: 5.3vw;
	}
	.service-list {
		gap: 3vw;
	}
	.service-list li {
		width: 100%;
		letter-spacing: 0;
	}
	.service-list li a {
		gap: 3vw;
	}
	.service-list li a span {
		flex-shrink: 0;
		width: 6vw;
	}
	.detail-image {
		width: 100%;
		border-radius: 5vw;
		margin-bottom: 5vw;
	}
	.detail-note {
		margin-top: 5vw;
	}
	.note-ttl {
		font-size: 2.8vw;
		margin-bottom: 3vw;
	}
	.note-list li {
		font-size: 2.8vw;
	}
}
/*---------- 他社比較 ----------*/
.compare-table {
	display: grid;
	grid-template-columns: 180px repeat(3, 1fr);
	border-radius: 10px;
	overflow: hidden;
}
.compare-table .corner-lt {
	border-radius: 10px 0 0 0;
}
.cell {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border-bottom: 1px solid var(--color-line-gray);
	border-right: 1px solid var(--color-line-gray);
	text-align: center;
	position: relative;
}
.row-label {
	background: var(--color-light-green);
	font-weight: 700;
	font-size: 20px;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid var(--color-white);
}

.corner {
	background: transparent;
	border: none;
}
.col-header {
	font-weight: 700;
	font-size: 20px;
	padding: 20px;
}
.col-header.main {
	background: var(--color-orange);
}
.col-header.sub {
	background: #cccccc;
}
.data-cell {
	background: var(--color-light-gray);
	flex-direction: column;
	gap: 14px;
	padding: 0 20px 20px 20px;
}
.data-cell.highlight {
	background: var(--color-cream);
	font-weight: 700;
}
.cell.double::after {
	content: '';
	position: absolute;
	background: url(../../img/service/icon_double.svg) no-repeat center;
	background-size: 100%;
	width: 40px;
	height: 40px;
	top: 15%;
	left: 0;
	right: 0;
	margin: auto;
}
.cell.maru::after {
	content: '';
	position: absolute;
	background: url(../../img/service/icon_maru.svg) no-repeat center;
	background-size: 100%;
	width: 40px;
	height: 40px;
	top: 15%;
	left: 0;
	right: 0;
	margin: auto;
}
.cell.batsu::after {
	content: '';
	position: absolute;
	background: url(../../img/service/icon_batsu.svg) no-repeat center;
	background-size: 100%;
	width: 34px;
	height: 34px;
	top: 15%;
	left: 0;
	right: 0;
	margin: auto;
}
.cell.sankaku::after {
	content: '';
	position: absolute;
	background: url(../../img/service/icon_sankaku.svg) no-repeat center;
	background-size: 100%;
	width: 40px;
	height: 34px;
	top: 15%;
	left: 0;
	right: 0;
	margin: auto;
}
.data-cell .desc {
	line-height: 1.6;
	margin-top: 65px;
}
.data-cell.target {
	padding: 20px;
}
.highlight-border-top {
	border-top: 3px solid var(--color-orange);
}
.highlight-border-left {
	border-left: 3px solid var(--color-orange);
}
.highlight-border-right {
	border-right: 3px solid var(--color-orange);
}
.highlight-border-bottom {
	border-bottom: 3px solid var(--color-orange);
}
@media (max-width: 768px) {
	.compare-table {
		display: grid;
		grid-template-columns: 25vw repeat(3, 1fr);
		border-radius: 5vw;
	}
	.compare-table {
		width: 220vw;
	}
	.compare-table .corner-lt {
		border-radius: 5vw 0 0 0;
	}
	.cell {
		padding: 3vw;
	}
	.row-label {
		font-size: 3.6vw;
		line-height: 1.6;
	}
	.col-header {
		font-size: 3.6vw;
		padding: 3vw;
	}
	.data-cell {
		gap: 14px;
		padding: 0 3vw 3vw 3vw;
	}
	.cell.double::after {
		width: 6vw;
		height: 6vw;
		top: 20%;
	}
	.cell.maru::after {
		width: 6vw;
		height: 6vw;
		top: 20%;
	}
	.cell.batsu::after {
		width: 5vw;
		height: 5vw;
		top: 20%;
	}
	.cell.sankaku::after {
		content: '';
		width: 6.3vw;
		height: 6.3vw;
		top: 20%;
	}

	.data-cell .desc {
		line-height: 1.6;
		margin-top: 13vw;
	}
	.data-cell.target {
		padding: 3vw;
	}
}

/*---------- cta ----------*/
.cta-flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding: 30px;
}
.cta-flex.bottom-link-item img {
	width: 85%;
	margin-bottom: 0;
}
.cta-flex .bottom-link-txt {
	margin-bottom: 20px;
}
.cta-image {
	width: 100%;
}
.cta-txt {
	width: 100%;
}
.cta-txt .bottom-link-txt {
	font-size: 1.8rem;
	text-align: left;
	letter-spacing: 0;
}
@media (max-width: 768px) {
	.cta-flex {
		flex-direction: column;
		padding: 5vw;
	}
	.cta-flex.bottom-link-item {
		width: 100%;
		padding: 6vw 5vw 8vw;
		border-radius: 4vw;
	}
	.cta-flex.bottom-link-item img {
		width: 70%;
		margin: 0 auto 5vw;
	}
	.cta-flex .bottom-link-txt {
		margin-bottom: 20px;
	}
	.cta-image {
		width: 100%;
	}
	.cta-txt {
		width: 100%;
	}
	.cta-txt .bottom-link-txt {
		margin-bottom: 5vw;
		font-size: 4.2vw;
		text-align: center;
	}
}
