/* ==================================================
  【案件ごとの調整パネル（ここだけ触る）】
  - セクション間の余白は section個別の margin-top で調整しない
    → 調整するなら :root の --lp-gap-section を変更する
  - 背景セクションの厚み（上下padding）を変えるなら --lp-pad-bg を変更する
================================================== */

:root {
	--gothic: 'Helvetica Neue', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, sans-serif;
	--mincho: '游明朝体', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;

  /* 単位辞書 */
	--lp-space__05: 0.5rem;
	--lp-space__10: 1rem;
	--lp-space__15: 1.5rem;
	--lp-space__20: 2rem;
	--lp-space__30: 3rem;
	--lp-space__40: 4rem;
	--lp-space__50: 5rem;
	--lp-space__60: 6rem;

  /* 用途 */
  --lp-gap__section: var(--lp-space__30);
  --lp-gap__stack: var(--lp-space__20);
  --lp-pad__section: var(--lp-space__30);

}

  /* 例）セクション間隔を詰める： 2.5rem / 広げる： 3.5rem など */
  /* --lp-gap-section: 3rem; */

  /* 例）背景セクションの上下padding */
  /* --lp-pad-bg: 3rem; */

/* ◆◆◆ 枠外背景 ◆◆◆ */
@media (min-width: 769px) {
	.l-wrapper {
		overflow: hidden;
		background-image:url(https://bigoasisxsv3.xsrv.jp/arkhe_lp/wp-content/uploads/2025/05/bk.webp);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
/* ◆◆◆ /枠外背景 ◆◆◆ */

.p-breadcrumb {
  display: none;
}

/* ◆◆◆ フォントサイズ ◆◆◆ */
/* このサイトに合う設定に調整 */
h2 {
	font-size: clamp(1.8rem, 2.8vw, 2.3rem);
	min-height: 0;
	line-height: 1.2;
	padding: 0;
	background: none;
	color: var(--black);
}

h3 {
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	min-height: 0;
	padding: 0;
	margin: 0;
}

p, li, a {
	font-size: clamp(1rem, 1.6vw, 1.3rem);
}

p {
	margin-bottom: 1rem;
}
/* ◆◆◆ /フォントサイズ ◆◆◆ */


/* ◆◆◆ 文字色 ◆◆◆ */
.text__red {
	color: var(--red);
	font-weight: 600;
}

.text__blue {
	color: var(--blue);
	font-weight: 600;
}
/* ◆◆◆ /文字色 ◆◆◆ */


/* ◆◆◆ マーカー ◆◆◆ */
.marker__yellow {
	font-weight:bold;
	background:linear-gradient(transparent 60%, var(--yellow) 60%);
}

.marker__pink {
	font-weight:bold;
	background:linear-gradient(transparent 60%, var(--pink) 60%);
}
/* ◆◆◆ /マーカー ◆◆◆ */


/* ◆◆◆ FV ◆◆◆ */
.fv figure {
	margin: 0;
}
/* ◆◆◆ /FV ◆◆◆ */


/* ◆◆◆ オファー ◆◆◆ */
.offer {

}

.offer figure {
	margin: 0;
}
/* ◆◆◆ /オファー ◆◆◆ */


/* ◆◆◆ 問合 ◆◆◆
.is-lp .c-postContent > .lp-contact{
	margin-top: 0;
}

.lp-contact__btn {
	transition-duration: 0.6S;
	margin-bottom: 1rem;
}

.lp-contact__btn:last-child {
	margin-bottom: 0;
}

/*基本：上下余白あり*/
.is-lp .lp-contact{
	padding-block: var(--lp-contact-pad);
}
/*上だけ詰める*/
.is-lp .lp-contact.is-top-tight{
	padding-top: var(--lp-contact-tight);
}
/*下だけ詰める*/
.is-lp .lp-contact.is-bottom-tight{
	padding-bottom: var(--lp-contact-tight);
}

.lp-contact__btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition-property: all;
	transition-duration: 0.6S;
}
/* ◆◆◆ /問合 ◆◆◆ */


/* ◆◆◆ お悩み ◆◆◆
.problem {
}

.problem__inner {}

h2.problem__title {
	text-align: center;
}

ul.problem__items {
	padding: 0;/*お悩みの文章が短い場合は少し余白増やす
	margin: 0;
}

.problem__items li {
	position: relative;
	font-size: clamp(1.1rem, 1.8vw, 1.4rem);
	list-style: none;
	padding-left: 2.4em;
}

.problem__items li:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	background: url(https://diet-seikotu-seitai-2.com/template/wp-content/uploads/2025/07/check-orange.png);
	background-size: cover;
	width: 2rem;
	height: 2rem;
}
/* ◆◆◆ /お悩み ◆◆◆ */


/* ◆◆◆ 喜びの声 ◆◆◆ 
.voice {
}

.voice__inner {}

h2.voice__title {
	text-align: center;
}

ul.voice__items {
	list-style: none;
	padding: 0;
	margin: 0;
}

li.voice__item {
	padding: 2.6rem 2.6rem 0.6rem 2.6rem;
	margin: 0 0 2rem;
}

li.voice__item:last-child {
	margin-bottom: 0;
}

li.voice__item::after{
	content: none;
}

li.voice__item:after{
  content:"";
  display:block;
  clear: both;
}

.is-lp .voice__item-text-box.lp-stack{
  gap: 0.8rem;
}

li.voice__item{
  padding: 2.6rem;
}

figure.voice__item-img {
	float: left;
	width: 45%;
	padding: 0.4em 1rem 0 0;
	margin: 0;
}

li.voice__item h3.voice__item-title {
	margin: 0!important;
}

p.voice__item-meta {
	color: gray;
	font-size: clamp(0.9rem, 1.4vw, 1.1rem);
	margin: 0;
}

p.voice__item-text {
	line-height: 1.6;
	text-align: justify;
}

p.voice__item-note {
	font-size: 80%;
	color: gray;
	margin-bottom: 0;
}

.is-lp .voice__item-text-box.lp-stack{
  gap: 0.8rem;
}
/* ◆◆◆ /喜びの声 ◆◆◆ */


/* ◆◆◆ BA ◆◆◆ 
.ba {
}

.ba__inner {}

h2.ba__title {
	text-align: center;
}

ul.ba__items {
	list-style: none;
	counter-reset: ba;
	padding: 0;
	margin: 0;
}

.ba__item:before {
	content: "CASE " counter(ba, decimal-leading-zero);
	counter-increment: ba;
	color: #89c3eb;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
}

li.ba__item {
	background: white;
	padding: 1.5em;
	margin-brock: 0 2em;
}

li.ba__item:last-child {
	margin-bottom: 0;
}

.ba__item-img {
	display: flex;
	justify-content: space-between;
}

figure.ba__img {
	width: 49%;
	margin: 0;
}

h3.ba__item-title {
	text-align: center;
	margin: 0.3em 1em 0.2em;
}

p.ba__item-meta {
	color: gray;
	text-align: center;
	font-size: clamp(0.9rem, 1.5vw, 1.2rem);
	margin-bottom: 0.5em;
}

p.ba__item-text {
	text-align: justify;
	margin-bottom: 1em;
}

p.ba__item-note {
	font-size: 80%;
	color: gray;
	margin-bottom: 0;
}
/* ◆◆◆ /BA ◆◆◆ */


/* ◆◆◆ 理由 ◆◆◆ 
.reason {
}

.reason__inner {}

h2.reason__title {
	text-align: center;
}

ul.reason__items {
	counter-reset: reason;
	list-style: none;
	padding: 0;
	margin: 0;
}

li.reason__item {
	background: white;
	padding: 2em;
	margin: 0 0 2em;
}

li.reason__item:last-child {
	margin-bottom: 0;
}

li.reason__item h3{ 
	margin-top: 0;
}

li.reason__item h3:before {
	content: "理由" counter(reason, decimal-leading-zero);
	counter-increment: reason;
	color: #89c3eb;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
}

li.reason__item figure {
	padding-block: 1.2em;
}

.reason__item p {
	margin-bottom: 2em;
}

li.reason__item p:last-child {
	margin-bottom: 0;
}
/* ◆◆◆ /理由 ◆◆◆ */


/* ◆◆◆ 流れ-01 文章あり縦並び ◆◆◆ 
.flow__01 {
}

.flow__01 h2.flow-title {
	text-align: center;
}

.flow__01 .flow__inner {}

.flow__01 ul.flow__items {
	counter-reset: flow;
	list-style: none;
	padding: 0;
	margin: 0;
}

.flow__01 li.flow__item {
	background: white;
	padding: 2em 1.5em;
	margin: 0 0 2em;
}

.flow__01 li.flow__item:last-of-type {
	margin-bottom: 0;
}

.flow__01 li.flow__item:after {
	content:'';
    display: block; 
	clear: both;
}

.flow__01 li.flow__item h3 {
		margin-top: 0;
}

.flow__01 li.flow__item h3:before {
	content: "流れ" counter(flow, decimal-leading-zero);
	counter-increment: flow;
	color: #89c3eb;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
}

.flow__01 li.flow__item figure {
	width: 40%;
	float: right;
	padding-left: 1em;
	margin-top: 0.4em;
}

.flow__01 li.flow__item p:last-child {
	margin-bottom: 0;
}


/* ◆◆◆ /流れ-01 文章あり縦並び ◆◆◆ */


/* ◆◆◆ 流れ-02 文章あり縦並び ◆◆◆
.flow__02 {
}

.flow__02 h2.flow-title {
	text-align: center;
}

.flow__02 .flow__inner {}

.flow__02 ul.flow__items {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 0.5em;
	margin-top: 2em;
	padding: 0;
}

.flow__02 li.flow__item {
	flex: 0 0 calc((100% - 1em) / 3);
	box-sizing: border-box;
}

.flow__02 li.flow__item h3 {
	position: relative;
	font-size: clamp(0.8rem,1.5vw,1.2rem);
	text-align: center;
	line-height: 1.5;
	margin: 0;
}

.flow__02 li.flow__item h3:before {
	position: absolute;
	content: counter(flow, decimal-leading-zero);
	counter-increment: flow;
	color: #89c3eb;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	top: -1.3em;
	left: 50%;
	transform: translateX(-50%);
}

.flow__02 li.flow__item figure {
	width: 100%;
	margin: 0;
}

.flow__02 li.flow__item p {}
/* ◆◆◆ /流れ-02 文章あり縦並び ◆◆◆ */

/* ◆◆◆ よくある質問 ◆◆◆ 
/*アコーディオン
.qa {

}

.qa__title {
	text-align: center;
}

details {
    margin-bottom: 0.8em;
}

details:last-child {
    margin-bottom: 0;
}

details p {
	padding: 1em 1em 1em 3.8em;
    position: relative;
	font-size: clamp(1.1rem, 1.8vw, 1.4rem);
}

details p:before {
    position: absolute;
	content: "A.";
	color: gray;
	font-size: clamp(1.5rem, 2.6vw, 2rem);
	font-weight: bold;
	top: 0.4em;
	left: 2rem;
}

details summary {
	position:relative;
	font-size: clamp(1.1rem, 1.8vw, 1.4rem);
	line-height: 1.5;
	border-radius: 5px;
	background: ivory;
	cursor: pointer;
	padding: 1.4em 3em 1.4em 3.8em;
}

details summary::before {
    position: absolute;
	color: brown;
	font-size: clamp(1.5rem, 2.6vw, 2rem);
	font-weight: bold;
	content: "Q.";
	top: 0.7em;
	left: 2rem;
}

/*Chrome用のデフォルト三角削除
details summary::-webkit-details-marker {
	display: none;
}

details summary::after {
	content: "＋";
	position:absolute;
	top:1.9rem;
	right:1.5rem;
	font-size: clamp(1.3rem, 1.8vw, 1.4rem);
}
/*アコーディオンオープン時マイナスアイコンに変更
details[open] summary::after {
	content: "−";
	position: absolute;
	top: 1.7rem;
	right: 1.7rem;
	font-size: clamp(1.4rem, 1.9vw, 1.5rem);
}

/*Q&Aの三角を消す
summary {
	display: block;
	list-style: none;
}
/* 一部ブラウザで消えなかった場合は以下も追記 
summary::-webkit-details-marker {
	display:none;
}

/* ◆◆◆ よくある質問 ◆◆◆ */


/* ◆◆◆ アクセス ◆◆◆ 
.access {

}

.access__inner {}

h2.access__title {
	text-align: center;
}

.access figure {
	margin-bottom: 3em;
}

table.access__table th {
	text-align: left;
	background: none;
}

table.access__table th, table.access__table td {
	font-size: clamp(1rem, 1.8vw, 1.4rem);
	border: solid 1px;
}


/* ◆◆◆ /アクセス ◆◆◆ */


/* ◆◆◆ フッターボタン ◆◆◆
.footer__contact {
	position: fixed;
	bottom: 0.5em;
	right: 1em;
	width: 400px;
	z-index: 10;
}

/*1つの場合
.footer__contact-btn1 {
	transition: 0.6s;
}

.footer__contact-btn1:hover {
	transform: scale(1.05,1.05);
}

/*2つの場合
.footer__contact-btn2 {}
.footer__btn2-item img {
	display:block; 
}

.footer__btn2-item {
	transition: 0.6s;
	margin-bottom: 1.6em;
}

.footer__btn2-item:hover {
	transform: scale(1.05,1.05);
}
/* ◆◆◆ /フッターボタン ◆◆◆ */


/* ◆◆◆ フッター ◆◆◆
.l-footer__foot {
	background: gray;
}

p.c-copyright {
	color: white;
}
/* ◆◆◆ /フッター ◆◆◆ */


/* ◆◆◆ cf7 ◆◆◆
.contact__form {
	background: ivory;
	padding: 3em 5em;
	width: 100%;
}

.contact__form p {
	margin-bottom: 0!important;
}

.contact__form-item {
	margin-bottom: 2em;
}

.contact__label-required, .contact__label-any  {
	font-size: 75%;
	color: white;
	padding: 3px 6px 2px;
	border-radius: 1rem;
	margin-right: 0.5em;
}

/*必須ラベル
.contact__label-required {
	background: brown;
}

/*任意ラベル
.contact__label-any {
	background:gray;
}

.contact__consent {
	margin: 3em 0;
}

.contact__consent ul {
	line-height: 1.6;
}

.contact__consent ul li {
	font-size: clamp(0.7rem, 1.2vw, 1rem);
}

.contact__consent p {
	font-size: 94%;
}

.contact__personal-info {
	margin: 0;
	padding: 0;
	border: solid 2px #e9e9e9;
	border-radius: 0.5rem;
	padding: 1em;
	line-height: 1.3;
	overflow: auto;
	text-align: left;
	height: 10rem;
}

.wpcf7-submit {
	background: orange;
	border-radius: 0.5rem;
	padding: 1em 2em;
	margin-top: 3em;
	transition: 0.6s;
}

.wpcf7-submit:hover {
	opacity: 0.7;
	box-shadow: 2px 2px 2px gray;
}

textarea, input {
	background: white;
	width: 100%;
	box-shadow: 0 0 2px #c8c2c6;
}

span.wpcf7-list-item-label {
	font-size: clamp(0.9rem, 1.4vw, 1.2rem);
}

.contact__consent-check input {
	width: 2rem;
}
/* ◆◆◆ /cf7 ◆◆◆ */











/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ TB ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */



@media (max-width: 1024px) {

}



/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ SP ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */

@media (max-width: 768px) {
	
	/* ◆◆◆ 問い合わせボタン ◆◆◆ 
	.contact__btn {
	}
	/* ◆◆◆ /問い合わせボタン ◆◆◆ */
	
	
	/* ◆◆◆ お悩み ◆◆◆ 
	.problem {
	}
	
	ul.problem__items {
		padding: 0;
	}
	
	.problem__items li:before {
		width: 1.4rem;
		height: 1.4rem;
		top: 0.3rem;
		left: 0.5rem;
	}
	/* ◆◆◆ /お悩み ◆◆◆ */
	
	
	/* ◆◆◆ 喜びの声 ◆◆◆ 
	.voice {
	}
	
	li.voice__item {
		padding: 1.5em 1.5em 0.6em 1.5em;
	}

	figure.voice__item-img {
		float: left;
		width: 100%;
		padding: 0 0 1.6em 0;
	}

	p.voice__item-text {}
	/* ◆◆◆ /喜びの声 ◆◆◆ */
	
	
	/* ◆◆◆ BA ◆◆◆ 
	.ba {
	}
	
	li.ba__item {
		margin-bottom: 2em;
	}
	/* ◆◆◆ /BA ◆◆◆ */
	
	
	/* ◆◆◆ 理由 ◆◆◆ 
	.reason {
	}
	
	li.reason__item {
		padding: 2em 1.5em 0.1em;
	}
	/* ◆◆◆ /理由 ◆◆◆ */
	
	
	/* ◆◆◆ 流れ-01 文章あり縦並び ◆◆◆ 
	.flow__01 {
	}

	.flow__01 li.flow__item {
		padding: 1.5em 1.5em 0.4em;
		margin-bottom: 2em;
	}

	.flow__01 li.flow__item figure {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 0.9em;
	}
	/* ◆◆◆ /流れ-01 文章あり縦並び ◆◆◆ */

	
	/* ◆◆◆ 流れ-02 文章あり縦並び ◆◆◆ 
	.flow__02 li.flow__item {
		flex: 0 0 calc((100% - 0.5em) / 2);
	}
	/* ◆◆◆ /流れ-02 文章あり縦並び ◆◆◆ */
	
	
	/* ◆◆◆ よくある質問ーアコーディオン ◆◆◆ 
	details p {
		padding: 0.6em 1em 0.6em 3em;
	}

	details p:before {
		top: 0.2em;
		left: 0.8em;
	}

	details summary {
			padding: 0.6em 3em 0.6em 3em;
	}

	details summary::before {
		top: 0.2em;
		left: 0.8em;
	}
	
	details summary::after {
		top:0.5rem;
		right:1.5rem;
	}

	details[open] summary::after {
		top: 0.3rem;
		right: 1.7rem;
	}
	/* ◆◆◆ よくある質問ーアコーディオン ◆◆◆ */
	
	
	/* ◆◆◆ アクセス ◆◆◆ 
	.access {
	}

	.access figure {
		margin-bottom: 2em;
	}
	
	table.access__table {
		border: none;
	}
	
	table.access__table th {
		background: ivory;
		border-bottom: none;
	}
	
	table.access__table tr:not(:last-of-type) td {
		border-bottom: none;
	}
	
	table.access__table th, table.access__table td {
		text-align: center;
		display: block;
		width: 100%;
	}
	/* ◆◆◆ /アクセス ◆◆◆ */
	
	
	/* ◆◆◆ フッターボタン ◆◆◆ 
	.footer__contact {
		bottom: 0;
		right: 0;
		width: 100%;
	}

	/*1つの場合
	.footer__contact-btn1 {
		transition: 0.6s;
	}

	/*2つの場合
	.footer__contact-btn2 {
		display: flex;
		}

	.footer__btn2-item {
		width: 50%;
		padding: 0.1em;
		margin-bottom: 0;
	}
	/* ◆◆◆ フッターボタン ◆◆◆ */
	
	.entry_title {
		padding-inline: 5%;
	}

	
	
	/* ◆◆◆ cf7 ◆◆◆ 
	.contact__form {
		padding: 2em 5%;
	}

	.contact__form-item {
		margin-bottom: 1em;
	}

	.contact__consent {
		margin: 2em 0;
	}

	.wpcf7-submit {
		margin-top: 2em;
	}

	.contact__consent-check input {
		width: 1.2em;
	}
	/* ◆◆◆ /cf7 ◆◆◆ */
	
}



