/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/
/* ------------------------------------------
   0. CSS Reset（軽量・LP向け）
------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

*, *:before, *:after {
    box-sizing: border-box;
}

/* ------------------------------------------
   1. Base Style
------------------------------------------- */
/* LP専用：スマホでフォントサイズを勝手に縮小させない */

html {
    font-size: 16px !important;
}
body {
    font-family: "Noto Sans JP", "游ゴシック", Meiryo, sans-serif;
    background: #fff;
    color: #333;	
    font-size: 16px !important;
    -webkit-text-size-adjust: 100% !important;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #f0ced3 5px, transparent 5px), radial-gradient(circle, #f0ced3 5px, transparent 5px);
  background-position: 0 0, 14px 28px;
  background-size: 28px 56px;
	background-attachment: fixed;
	letter-spacing: 0;
}
/* LPでは親テーマの主要スタイルを無効化 */
.page-template-page-lp header,
.page-template-page-lp footer,
.page-template-page-lp nav {
    all: unset;
}
.lp {
    width: 100%;
    max-width: 640px;  /* 必要に応じて調整 */
    margin: 0 auto;
    font-size: 1rem !important;
	background-color: #fff;
	border-left: solid 3px;
	border-right: solid 3px;
}

/* 演出 */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
	transition:
    opacity .8s ease var(--delay, 0s),
    transform .8s ease var(--delay, 0s);
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ------------------------------------------
   2. Headings
------------------------------------------- */

.lp h1,
.lp h2,
.lp h3 {
    font-weight: 700;
    margin-bottom: 1em;
	text-align: center;
}

.lp h1 {
    font-size: 1.8rem;
}

.lp h2 {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 0 0.5rem;
  text-align: center;
}

h2 span {
  font-size: 0.8rem;
	margin: 1rem 0 0;
  display: block;
}

h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #fa4141;
}

.lp h3 {
    font-size: 1.25rem;
}
.lp h3 > span {
    display: block;
    font-size: 0.8rem;
	border: 2px solid #b9c470;
    border-radius: 6px;
    width: fit-content;
    padding: 0.5rem 1rem 0.5rem;
    margin: 0.5rem auto;
}
h3.flow-title {
    text-align: left;
    background-size: auto;
}
lp .contact{
	background: #fff;
	color: #AC291d;;
}
/* ------------------------------------------
   3. Common Components
------------------------------------------- */

/* ボタン共通 */
.lp .btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background: #ff6b84;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 20px 0;
}

/* セクション */
.lp section {
    padding: 40px 0 0;
}

/* コンテナ汎用 */
.lp .container {
    width: 100%;
    margin: 0 auto;
	background: #c1cd75;
}

/* 2カラム（SP：縦 → PC：横） */
.lp .two-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {
    .lp .two-col {
        flex-direction: row;
    }
}


/* ------------------------------------------
   4. Utility Classes（使える汎用）
------------------------------------------- */

.text-center { text-align: center; }
.mt-20 { margin-top: 20px; }
.mb-20 { margin-bottom: 20px; }
.pt-40 { padding-top: 40px; }
.pb-40 { padding-bottom: 40px; }

.text{
	width: fit-content;
	margin: 0 auto;
    font-weight: 500;
    line-height: 1.5rem;
}
.sp-on {
	display: none;
}
.emp{
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 2rem;
	margin-bottom: 3rem;
}

/* ファーストビュー */
/* ベース */
.alt-boxes {
    display: flex;
    flex-direction: column;
    background-size: 100%;
  }
.box {
  width: 100%;
	background-image: url(/wp-content/uploads/2025/12/main.png);
    background-size: 100%;
	display: flex;
}
.box-inner {
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    line-height: 1.5rem;
}  
.box:nth-child(even) {
    justify-content: flex-end;
}
.lead-message {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 2.5em 0;
  line-height: 1.5;
  text-align: center;
}
.slant {
  transform: rotate(-2deg);
	margin-left: 1.5rem;
    line-height: 2.5rem;
    font-size: 2rem;
}
.slant2 {
  transform: rotate(2deg);
	margin: 2rem 0 2rem 3rem;
    line-height: 2.5rem;
    font-size: 2rem;
}
.v__comment {
    position: relative;
    background-image: url(/wp-content/uploads/2025/12/まさか詐欺だったなんて….jpg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    padding: 1.5rem 4rem;
    font-size: x-large;
}
.v__image >  .lead-message {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 2.5em 0 0;
    line-height: 1.5;
    text-align: center;
}
.v__image > .text {
    position: relative;
    top: 50%;
    width: fit-content;
    margin: 0 auto;
    font-weight: 500;
    line-height: 1.5rem;
    padding: 0 2rem;
}

/*被害の共感*/
/* 背景エリア */
.lp .trouble-case {
  background: url('http://uranai.help/wp-content/uploads/2025/12/最初は無料占いがきっかけ.jpg') center/cover no-repeat;
  padding: 40px 10px;
  border-radius: 16px;
  max-width: 980px;
  margin: 40px 20px;
}

/* ul をリセット */
.lp .trouble-list {
  list-style: none;
  margin: 0;
  padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 32px 33%;
}
.trouble-text {
background-image: linear-gradient(164deg, #a9bdc0, #4c6b8a);
    border-radius: 30% 50% 58% 42% / 60% 34% 66% 40%;
    margin: 0rem auto;
    padding: 2rem 5rem;
    width: 85%;
    height: fit-content;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    line-height: 1.8rem;
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    top: -4rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.lawyer_balloon {
	margin: 0.5rem 1rem 2rem;
  display: flex;
  align-items: start;
  gap: 2rem;
}
.balloon__icon {
    width: 5rem;
    height: 5rem;
    border: 2px solid #6e9452;
    border-radius: 100%;
    overflow: hidden;
}
.balloon__icon img {
  width: 100%;
  height: 100%;
}
.balloon__icon::after {
  content: "正野嘉人弁護士";
  position: absolute;
  top: 33%;
  left: 0;
	font-size: small;
}

.balloon__txt {
  position: relative;
  max-width: 600px;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #6e9452;
  flex: 1;
	color: #fff;
	line-height: 1.5rem;
}

.balloon__txt::after {
  content: "";
  position: absolute;
  top: 33%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #6e9452 transparent transparent;
  translate: -100% -50%;
}
/* 吹き出しボックス */
.lp .trouble-item {
  background: rgba(255, 255, 255, 0.95); /* 背景画像を透過して馴染ませる */
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 0.5rem!important;
  line-height: 1.5;
  font-size: 16px;
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

/* 不安 */
#anxiety > .text {
    width: 75%;
    margin: 0 auto 1rem;
    font-weight: 500;
    line-height: 1.8rem;
}
.anxiety {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
	margin: 0 0.5rem 0 1.2rem;
}

/* 重ねるふきだし */
.voice-block {
  width: 100%;
  height: 320px;
  max-width: 420px;
  position: relative; /* ←重ねるために必要 */
  padding: 10px;
}
.voice-block:nth-child(1),.voice-block:nth-child(4){
		background-image: url(http://uranai.help/wp-content/uploads/2025/12/moyamoya.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.voice-block:nth-child(2),.voice-block:nth-child(3){
		background-image: url(http://uranai.help/wp-content/uploads/2025/12/moyamoya2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bubble {
  background: #dbe3eb;
  border: none;
  border-radius: 14px;
  padding: 12px;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  margin-bottom: 1rem;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, .1);
}
.bubble-1 {
  margin-left: 0;
	width: fit-content;
  z-index: 1;
}
.bubble-2 {
  width: fit-content;
  margin-left: 10%;
  margin-top: -15%;
  z-index: 2;
  position: relative;
}
.bubble.bubble-1::before{
	content: "でも…";
    position: absolute;
    top: -20px;
	left: -20px;
	display: inline-block;
    transform: rotate(-10deg);
    font-size: large;
font-weight: 700;
}
/* 人の画像を吹き出し②に少し重ねる */
.voice-person {
  width: 66%;
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 3;
}
/* おりたたみ */
.acd {
    position: relative;
    cursor: pointer;
    text-align: center;
    background-color: #c1cd75;
}
.acd summary::-webkit-details-marker,
.acd summary::marker {
  display: none;
}
.acd summary {
  cursor: pointer;
  position: relative;
  padding: 1rem 0 1rem; /* アイコン分スペース追加 */
  font-weight: 700;
  font-size: 1.05em;
  display: block;
  text-align: center;
	background-color: #c1cd75;
	margin-top: 1.5rem;
}
.acd summary::before {
    content: "！";
    position: absolute;
    top: 0;
    left: 22%;
    transform: translate(-50%, -50%) rotate(-20deg);
    color: #fff;
    font-weight: 900;
    font-size: XXX-LARGE;
	text-shadow: 3px 3px 1px #c1cd75,
             -3px 3px 1px #c1cd75,
             3px -3px 1px #c1cd75,
             -3px -3px 1px #c1cd75;
}
.copy {
    font-size: x-small;
    line-height: 2rem;
	margin: 1rem;
}
.acd summary .toggle {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.acd summary .toggle::before {
  content: "▼";
  font-size: 13px;
  color: #fff;
  display: block;
  transition: transform .3s ease, opacity .3s ease;
}

/* 開いた時（▼→▲ & 色変わる & ちょっと浮く） */
.acd[open] summary .toggle {
  border-color: #d17db3;
}

.acd[open] summary .toggle::before {
  transform: rotate(180deg);
  opacity: 0.9;
}

/* 引用 */
.cp_quote, .cp_quote:before, .cp_quote:after {
	font-family: Georgia, serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_quote {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 1rem
}
.cp_quote blockquote {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 2em 2em 2em 50px;
	color: #222222;
	background: #ffffff;
	box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
}
.cp_quote blockquote:before {
	font-size: 5em;
	font-weight: normal;
	position: absolute;
	top: 10px;
	left: 10px;
	content: '“';
	color: rgba(238, 238, 238, 0.8);
}
.cp_quote blockquote:after {
	font-size: 25em;
	font-weight: normal;
	line-height: 100px;
	position: absolute;
	z-index: -1;
	top: 110%;
	right: -32px;
	display: inline-block;
	width: 160px;
	height: 100px;
	line-height: 100px;
	content: '”';
	color: rgba(238, 238, 238, 0.8);
}
.cp_quote blockquote p {
	line-height: 1.5;
	max-width: 80%;
	margin: 0;
	text-align: left;
}
.cp_quote blockquote.card {
	color: #222222;
	background: #fff;
	box-shadow: 3px 5px 5px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.cp_quote blockquote.card:before, .cp_quote blockquote.card:after {
	color: #7a7c7d;
}
/* 引用元名 */
.cp_quote blockquote p.author {
	margin: 0;
	text-align: right;
	font-size: small;
}
.cp_quote blockquote p.author::before {
	content: '...';
}

/* メリット */
.bft__top,
.bft__bottom {
  display: grid;
  gap: 25px;
}
	/* メリット */
  .bft__top {
    grid-template-columns: repeat(3, 1fr);
  }
  .bft__bottom {
	  display: flex;
        justify-content: center;
        margin: 0 16%;
  }
.bft__area p {
		position: relative;
        font-size: 0.9rem;
        font-weight: 600;
        margin: 2rem 0.5rem;
        padding: 0 0.5rem;
        line-height: 1.3rem;
	text-align: center;
	}

#bft__list1, #bft__list2, #bft__list3, #bft__list4, #bft__list5{	
	flex: 1;
    width: 130px;
    height: 130px;
	position: relative;
	background-image: url(/wp-content/uploads/2025/11/watercircle.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* クロージング */
.cl__area > .box > .box-inner{
font-weight: bold;	
	text-shadow: none;	
}
.cl__area > .box:nth-child(1){
	background-image: url(/wp-content/uploads/2025/12/もやもや１.png);
	background-size: 50% 100%;
    background-repeat: no-repeat;
	margin-left: 10%;
}
.cl__area > .box:nth-child(2){	
	background-image: url(/wp-content/uploads/2025/12/もやもや２.png);
	background-size: 50% 100%;
    background-repeat: no-repeat;
	background-position: right;
	margin-left: -10%;
}
.cl__area > .box > .box-inner {
	padding: 15px 1rem 30px;
}
/* よくある質問 */
.qa-7 {
    max-width: 800px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
/* CTA */
.cta__btn-arrow::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.cta-bubble {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0.5rem 1rem;
  border: 2px solid #000000;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.cta-bubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 21%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

.cta-bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 21%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
}
/* 1つ目 */
section.cta01{
margin: 0.5rem 1rem;
}
.cta-01 {
    overflow: hidden;
}
.cta-01 > .cta__area{
	height: calc(220px + 5%);
	background-image: url(/wp-content/uploads/2025/11/lawyer.png);
	background-color: #d46981;
	background-position: left 5% bottom;
	background-size: calc(150px + 10%);
	background-repeat: no-repeat;
	padding: 1rem 0.5rem;
	display: grid;
		grid-template-columns: 33% auto;
}
.cta__area .left {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 12px;
  padding-top: 40px; 
}
.cta__area .left .tag {
	position: absolute;
    top: -7px;
    left: 33%;
    transform: translateX(-50%) rotate(-15deg);
    padding: 0.5rem 2rem;
    font-weight: 700;
    font-size: 14px;
    background: linear-gradient(85deg, #fffef1 75%, #D36981);
    width: 100%;
    line-height: 1.1rem;
}

/* 名前（copy）は普通に下に */
.cta__area .left .copy {
  font-size: 16px;
  font-weight: 600;
  color: #444;
}
.cta-01 .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  max-width: 480px;
  margin: 0 auto;
}
.right .copy {
  grid-column: 1 / 3;
  text-align: center;
  font-size: small;
}
.right #tel {
  grid-column: 1 / 3;
  text-align: center;
  display: block;
	font-size: xx-large;
	font-weight: 900;
	color: #fff;
  padding: 12px 0;
}
a#tel:before {
    content: '返金できるか無料で相談する';
    font-size: small;
    font-weight: 400;
    color: #333;
    display: block;
    margin: 0.5rem 0 0.2rem;
}

.cta-01__btn {
    border-radius: 9999px;
}
/* 3つ目 */
.cta-03{
	width:100%;
	height: 570px;
	background-image: url(/wp-content/uploads/2025/12/タップするだけで電話できます.png);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.cta-column{
}
.cta-03__area{
	padding: 10px 20px;
}
.cta-03__area p{
  position: relative;
  line-height: 1.4;
	font-weight: 500;
  padding: 0.5em 0.5em 0.5em 1.8em;
	-webkit-text-stroke: 4px #fff;
    paint-order: stroke fill;
}

.cta-03__area p:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-size: larger;
  font-weight: 900;
  position: absolute;
  left : 0rem;
}
a.cta-03__btn{
	color: #6e9452;
}
.cta-03__btn {
	display: block;
  max-width: 320px;
  color: #6e9452;
  background-color: #fff;
  position: relative;
  padding: 1em 2em;
	border: solid 3px #6e9452;
  border-radius: 9999px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s;
  text-align: center;
  margin: 0 auto;
	top: 50%;
	overflow: hidden;
	transition-duration: .4s;
	z-index: 2;
}
.cta-03__btn::after {
  background: #6e9452;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
 
.cta-03__btn:hover {
  color: #fff;
}
.cta-03__btn:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

/* 4つ目 */
.cta-04 {
  position: relative;
  width: 100%;
	margin: 0.5rem auto;
}
.cta-04 > .cta__area {
    display: grid;
    grid-template-columns: 33% auto;
	height: 290px;
	background: linear-gradient(0deg, white 35%, #f0ced3 35%, #f0ced3 90%, white 90%);
}
.cta-04 > .cta__area .left {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 12px;
    padding-top: 40px;
    background-image: url(http://uranai.help/wp-content/uploads/2025/12/先生ガッツポーズ.png);
    background-repeat: no-repeat;
}
.cta-04 > .cta__area .right {
    margin: 3rem 1rem 0 0;
	line-height: 1.2rem;
    font-weight: 500;
}
/* 左上タグ */
.cta-04__tag {
    position: absolute;
	top: -1.5rem;
    left: 20%;
    background: #6e9452;
    color: #fff;
    font-size: 1rem;
    padding: 4px 10px;
	border: 3px solid #6e9452;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0.03em;
    white-space: nowrap;
    z-index: 4;
    transform: rotate(-10deg);
}

/* ボタン本体 */
.cta-04__btn {
  display: block;
  width: fit-content;
	margin: 0 auto;
  padding: 20px;
  text-align: center;
  background: #fff;
	overflow: hidden;
  border: 2px solid #d46981;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
	position: relative;
  transition-duration: .4s;
  z-index: 2;
}
.cta-04 > .cta__btn{
	position: relative;
}
.cta-04 > .cta__area .right::after {
    content: '';
    display: inline-block;
    width: 150px;
    height: 180px;
    background-image: url(http://uranai.help/wp-content/uploads/2025/12/私も返金できる？.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 20%;
    bottom: 1rem;
    transform: rotate(20deg);
}
/* ホバー */
.cta-04__btn:hover {
  background: #fff;
  border-color: #d46981;
	color: #fff;
  box-shadow: 0 6px 12px rgba(212,105,130, 0.3);
}
.cta-04__btn::after {
	background-color: #d46981;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
}
.cta-04__btn:hover {
  color: #fff;
}
.cta-04__btn:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

/* でかめのCTA */
.big__cta > .cta__area{
	background-image: url(http://uranai.help/wp-content/uploads/2025/12/S__39248052.jpg);
	background-position: left;
	background-size: calc(150px + 10%);
	background-repeat: no-repeat;
	padding: 1rem 0.5rem 1rem 33%;
}
h2.cta01 {
    -webkit-text-stroke: 4px #fff;
    paint-order: stroke fill;
}
a.cta-big__btn {
    border: solid 2px;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    text-align: center;
display: inline-block;
	width: 80%;
    margin: 0 auto;
}
.cta01__inner {
    background-image: url(http://uranai.help/wp-content/uploads/2025/12/正野先生ピンク背景.jpg);
    background-size: cover;
	border-radius: 20px 20px 0px 0px;
}
.cta01__inner > p {
    margin: 1rem 3rem;
    line-height: 1.5rem;
}
.cta01__btn-wrap {
    padding-bottom: 0.8rem;
    margin: 0 2rem;
}
.first.cta01__btn-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 0.5rem;
	margin: 0 4rem;
}
.cta01__btn-tel {
	padding: 1rem 1.5rem;
	background-color: #fff;
	border-radius: 30px;
	grid-area: 1 / 1 / 2 / 3;
	text-align: center;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.cta01__btn-line {
	height: fit-content;
	padding: 1rem;
	background-color: #06c755;
	border-radius: 30px;
	color: #fff;
	font-weight: 500;
	grid-area: 2 / 1 / 3 / 2;
	text-align: center;
}
.cta01__btn-mail {
	height: fit-content;
	padding: 1rem;
	background-color: #d46981;
	border-radius: 30px;
	color: #fff;
	font-weight: 500;
	grid-area: 2 / 2 / 3 / 3;
	text-align: center;
}
.cta01__btn-tel a {
	color: #854c60!important;
}
.cta01__btn-line a, .cta01__btn-mail a{
color: #fff!important;	
}
ol.cta01__dtl-wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 0 0.5rem 1rem;
    justify-items: center;
}

li.cta01__3points {
    background: #fff;
    border-radius: 1.5rem;
	width: auto;
	height: 5rem;
}
li.cta01__3points > p{
    font-size: medium;
    font-weight: 600;
	line-height: 1.2rem;
    white-space: break-spaces;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 0.8rem;
}
.bubble-small {
    position: relative;
	top: 30px;
	left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-bottom: 12px;
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    background-color: #639542;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
	color: #fff;
}

.bubble-small::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #639542 transparent transparent;
  translate: -50% 100%;
}
p.tel {
    font-size: 1.5rem;
    font-weight: 900;
}
p.contact {
    margin: 25px 0 1rem;
    font-size: xx-large;
    font-weight: 800;
    text-align: center;
    background: white;
    color: #ac291d;
    padding: 0;
}
p.recep {
    font-size: small;
    text-align: center;
	margin-bottom: 15px;
}

/* フロー */
.flow {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.flow-step {
  position: relative;
}

.flow-content {
  display: flex;
  align-items: center;
  gap: 24px;
	border-radius: 30px;
}

.flow-content.reverse {
  flex-direction: row-reverse;
}

.flow-number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 48px;
  font-weight: 700;
  color: #f9cf00;
  line-height: 1;
	-webkit-text-stroke: 6px #000;
    paint-order: stroke fill;
}
.flow-image{
	width: 200px;
}
.flow-text{
	flex: 1;
}
.flow-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.flow-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.flow-image img {
  width: 100%;
  max-width: 280px;
	border-radius: 100%;
	border: solid 3px;
}
/* ▼ 矢印アイコン部分 ▼ */
.flow-arrow {
  text-align: center;
  font-size: 36px;
  color: #f9cf00;
  margin-top: 20px;
}

.flow-arrow i {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
/* 支払い方法別手順 */
ol.pay {
	counter-reset: number;
}
ol.pay li {
  position: relative;
  margin: 0.5rem 0 0.5rem 2.5rem;
}
ol.pay li:last-of-type {
  border-bottom: none;
}
ol.pay li:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
	counter-increment: number;
	content: counter(number, decimal-leading-zero) ".";
	font-size: 1.5rem;
	font-weight: 800;
  margin-left: -2.5rem;
}
ol.pay {
position: relative;
padding: 0 0.5em;
margin-top: 2em;
list-style-type: none;
border: solid 2px #6e9452;
border-radius: 10px;
}
ol.pay::after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: attr(title);
    padding: 0.5rem 1rem;
    white-space: nowrap;
    font-weight: 700;
    font-size: 1.2rem;
    background: #6e9452;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}
.img-wide {
	margin:0 0 0 -2rem;	
    border-bottom: 2px dashed #6e9452;
}
.img-wide.last {
  border-bottom: none;
}
.img-wide img {
  width: 100%;
  display: block;
}
/* Swiper */
.clientv_title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
.clientv_swiper {
  width: 100%;
	height: calc(744px + 0.20vh);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
	z-index: 1;
}

.clientv_item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
	box-sizing: border-box;
}
/* Swiperスタイル
-------------------------*/
.swiper-button-prev {
    left: 0;
    background-image: none !important;
}
.swiper-button-prev::after {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.swiper-button-next {
    right: 0;
    background-image: none !important;
}
.swiper-button-next::after {
top: 50%;
right: 0;
transform: translate(-50%, -50%);
}
.container {
  --swiper-theme-color: #fff;
  --swiper-pagination-color: #FFD900;
  --swiper-navigation-size: 2rem;
  --swiper-pagination-bottom: -40px;
  --swiper-pagination-bullet-width: 1.2rem;
  --swiper-pagination-bullet-height: 3px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-inactive-color: #ccc;
  --swiper-navigation-sides-offset: -1.0rem;
	overflow: hidden;
}
.swiper-scrollbar {
    background: #eee; /* スクロールバーの背景色 */
    height: 8px; /* スクロールバーの高さ */
    position: absolute;
    bottom: 10px; /* スライダーの下から10pxに配置 */
    left: 10px; /* 左から10pxに配置 */
    width: calc(100% - 20px); /* 左右の余白を考慮した幅 */
}
.swiper-scrollbar .swiper-scrollbar-drag {
    background: #ffa600; /* スクロールドラッグの色 */
    border-radius: 4px; /* 角を丸くする */
}
.container .inner {
  position: relative;
  max-width: 1200px;
	height: fit-content;
  margin: 0 auto;
  padding: 30px 2rem 0rem;
}
.container .swiper {
  overflow: visible;
}
.swiper .swiper-slide .slide {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05);
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: var(--transition);
}

.swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
}
.swiper-pagination-bullet {
  transition: var(--transition);
}
.container .swiper .swiper-pagination-bullet-active {
  width: 3.2rem;
}
.swiper-button-next, .swiper-button-prev{
	background-image: none;
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  content: '';
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  background-color: rgb(0, 0, 0, .3);
  border-radius: 50%;
  transition: var(--transition);
  z-index: 1;
}
.container .swiper .swiper-button-prev:after, .container .swiper .swiper-button-next:after {
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 2;	

}
.swiper-button-prev:hover:before, .swiper-button-next:hover:before {
  transform: scale(1.2);
}
.swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
    background: #fff;
	width: 2rem;
	opacity: 1;
}
/* --- 丸い画像 --- */
.clientv_item__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    margin: 1rem 0 1rem -5rem;
	z-index: 4;
}

/* --- 吹き出し部分 --- */
.clientv_item__comment {
    position: relative;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0 2rem 1rem;
}
/* サブコピー */
.clientv_item__name {
	width: 100px;
	height: 100px;
	background-image: url(/wp-content/uploads/2025/12/水彩円.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 2rem;
	right: 20%;
  z-index: 1;
	padding: 1.2rem 0 1rem 1.5rem;
	line-height: 1.3rem;
  color: #666;
	font-size: 14px;
  font-weight: 600;
	transform: rotate(10deg);
}
.clientv_item__name > .emp {
	font-size: 1.2rem;
	color: transparent;
	background: repeating-linear-gradient(145deg, rgba(184, 0, 6, 1) 15%, rgba(255, 130, 77, 1) 35%, rgba(233, 71, 9, 1) 35%, rgba(187, 4, 6, 1) 50%, rgba(184, 0, 6, 1) 85%);
	-webkit-background-clip: text; /* テキストで切り抜く */
  -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
}
.clientv .swiper,
.clientv .swiper-wrapper,
.clientv .swiper-slide {
  height: auto !important;
}

.clientv .swiper-pagination {
  position: relative !important;
  margin-top: 20px;
    top: -1rem;
}
/* タブ切り替え */
.tab-switch {
  --tab-color: #6e9452;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
    padding-bottom: 2rem;
    margin: 1rem 1rem 0;
  gap: 5px;
}
.tab-switch.pay {
    --tab-color: #6e9452;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 1rem 0.5rem;
    gap: 5px;
    justify-content: space-evenly;
}
.tab-switch.pay label {
  padding: 0.7em 1em;
  cursor: pointer;
  order: -1; /* 上に表示 */
  text-align: center;
  flex: 1 1 1 auto; /* 均等幅 */
  border: 1px solid var(--tab-color); /* 枠線 */
  border-radius: 30px; /* 丸み */
}
.tab-switch label {
  padding: 0.7em 1em;
  cursor: pointer;
  order: -1; /* 上に表示 */
  text-align: center;
  flex: 1 1 auto; /* 均等幅 */
  border: 1px solid var(--tab-color); /* 枠線 */
  border-radius: 30px; /* 丸み */
}

/* ラジオ非表示 */
.tab-switch input {
  display: none;
}

/* コンテンツ非表示 */
.tab-content {
  display: none;
  width: 100%;
  padding: 1.5em 0;
}

/* 選択されたタブ＋コンテンツ表示 */
.tab-switch label:has(:checked) {
  background: var(--tab-color);
  color: #fff;
}
.tab-switch label:has(:checked) + .tab-content {
  display: block;
	line-height: 1.5rem;
    width: 80%;
    margin: 0 auto;
    padding: 1.5em 0;
}
.tab-content table {
border-collapse: collapse;
width: 100%;
max-width: 700px;
}
.tab-content th, .tab-content td {
padding: 0.5rem;
}
.tab-content th {
color: #6e9452;
font-weight: bold;
text-align: left;
min-width: 4em;
position: relative;
}
.tab-content th::after {
content: "";
background-color: #c1c7c6;
position: absolute;
top: 50%;
left: 100%;
transform: translateY(-50%);
width: 1px;
height: 60%;
}
/* 追従バナー */
.floating-cta {
  position: fixed;
  right: 0;
  bottom: 80px;
	left: auto;
  z-index: 1000;
	width: 280px;
  padding: 20px 16px;
	background: #6E9452;
background: linear-gradient(180deg, rgba(110, 148, 82, 1) 75%, rgba(193, 205, 117, 1) 100%);
	color: #fff;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  opacity: 0;
  pointer-events: none;
  transform: none;
  transition: opacity .3s ease, transform .3s ease;
}

.floating-cta.is-show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-cta__close {
  position: absolute;
  top: 6px;
  right: 8px;
  z-index: 10;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

.floating-cta__copy {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

.floating-cta__tel {
  font-size: 20px;
  font-weight: 800;
	border-radius: 9999px;
	padding: 0.5rem;
  text-decoration: none;
	text-align: center;
  margin-bottom: 12px;
  display: block;
	background: #fff;
}

.floating-cta__btn {
  display: block;
  padding: 12px 0;
  border-radius: 9999px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
	margin: 0.5rem;
}

.floating-cta__btn.line {
  background: #06c755;
  color: #fff;
	 box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.floating-cta__btn.mail {
  background: #d46981;
  color: #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

/* スマホ対応 */
@media screen and (max-width: 640px) {
	.lp {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    font-size: 1rem !important;
    background-color: #fff;
		border: none;
}
.lp-content {
    overflow: hidden;
}
.slant {
  transform: rotate(-2deg);	
    margin-left: 0.5rem;
	font-size: 1rem;
    line-height: 1.5rem;
}
.slant2 {
	transform: rotate(2deg);
	margin: 1rem 0 1rem 2rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
.first.cta01__btn-wrap {
	margin: 0 1rem;
}
.v__comment {
	padding: 1.5rem;
	font-size: large;
}
	.v__comment h3{
		
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 25px;
	}
	.v__comment::after {
    content: "";
    position: relative;
    top: -109px;
    font-size: 1.3rem;
}
	.lp .trouble-case {
    background: url(http://uranai.help/wp-content/uploads/2025/12/もやもや.png) center / cover no-repeat;
    padding: 1rem 0.5rem 1rem;
    border-radius: 16px;
    max-width: 980px;
    margin: 40px 0px;
}
.lp .trouble-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
	.acd summary::before {
    content: "！";
    position: absolute;
    top: -7px;
    left: 7%;
    transform: translate(-50%, -50%) rotate(-20deg);
    color: #fff;
    font-weight: 900;
    font-size: XXX-LARGE;
    text-shadow: 3px 3px 1px #c1cd75, -3px 3px 1px #c1cd75, 3px -3px 1px #c1cd75, -3px -3px 1px #c1cd75;
}
.trouble-text {
    padding: 2rem 2rem;	
	font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
	height: fit-content;
	top: -2rem;
}
#anxiety > .text{
    width: fit-content;
    margin: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}
li.cta01__3points {
    background: #fff;
    border-radius: 9999px;
    width: 110px;
    height: 110px;
}
  .flow-content {
    flex-direction: column-reverse;
	  text-align: left;
	  margin: 0 30px;
  }
  .flow-content.reverse {
    flex-direction: column-reverse;
  }
  .flow-image img {
    max-width: 80%;
	  margin: 0 auto;
  }
	.flow-number {
    position: absolute;
    top: 0;
    left: calc(50% - 100px);
    font-size: 48px;
    font-weight: 700;
    color: #f9cf00;
    line-height: 1;
    -webkit-text-stroke: 6px #000;
    paint-order: stroke fill;
	}
	.flow-arrow {
    text-align: center;
    font-size: 36px;
    color: #f9cf00;
    margin: 20px;
}
	.pc-on{
		display: none;
	}
	
/* 重ねるふきだし */
.voice-block {
  width: 100%;
  height: calc(320px + 1vh);
  max-width: 450px;
  position: relative; /* ←重ねるために必要 */
  padding: 10px;
}

.bubble {
	background: #dbe3eb;
  border: none;
  border-radius: 14px;
  padding: 12px;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, .1);
}
.bubble-1 {
  margin-left: 0;
	width: fit-content;
  z-index: 1;
}
.bubble-2 {
  width: fit-content;
  margin-left: auto;
  margin-top: -37%;
  z-index: 2;
  position: relative;
}

/* 人の画像を吹き出し②に少し重ねる */
.voice-person {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 3;
}
	
/*お客様の声*/
.container .inner {
    position: relative;
    max-width: 1200px;
    height: fit-content;
    margin: 0 auto;
    padding: 30px 0rem 0rem;
}
/* CTA */
	.cta01__inner > p {
		margin: 1rem 2rem;
	}
	.cta-02{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px 0;
}

a.cta-02 {
  font-size: 2.2rem;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 3.5rem;
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}

a.cta-02 span {
  font-size: 1.5rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.cta-02:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

a.cta-02_btn:hover:before {
  left: 2rem;
}
	.cta-03 {
    width: 100%;
    height: 570px;
    background-image: url(/wp-content/uploads/2025/12/タップするだけで電話できます.png);
    background-size: auto;
    background-position: center bottom;
    display: flex;
    flex-direction: column;
}
	/* メリット */
	.bft__top, .bft__bottom {
		display: grid;
    gap: 5px;
}
  .bft__top {
    grid-template-columns: repeat(3, 1fr);
  }
  .bft__bottom {
	  display: flex;
        justify-content: center;
        margin: 0 16%;
  }

	
#bft__list1, #bft__list2, #bft__list3, #bft__list4, #bft__list5{	
	flex: 1;
	width: 31vw;
	height: 31vw;
}
	.cta-04__tag {
    position: absolute;
		top: -1.5rem;
		left: 5%;
}
	.cta-04 > .cta__area {
    display: grid;
    grid-template-columns: 1fr 1fr;
	height: 290px;
	background: linear-gradient(0deg, white 45%, #f0ced3 45%, #f0ced3 90%, white 90%);
}
}

@media (max-width: 480px) {
	.lp {
    max-width: 100%;
    margin: 0.5rem 1rem;
}
	h3.flow-title {
    text-align: center;
    background-size: auto;
}
	.sp-on{
		display: inline-block;
	}
    .bft__area p {
		position: relative;
        font-size: smaller;
        font-weight: 600;
        margin: 0rem 0.2rem;
        padding: 2rem 0.5rem;
        line-height: 1.3rem;
        text-align: center;
    }
	.cta-01 > .cta__area{		
    grid-template-columns: 48% auto;
	}
.cta-01 .right {
    display: block;
}
.cta-01 a#tel{
    font-size: x-large;
    font-weight: 900;
    color: #fff;
}
	.cta-04 > .cta__area .right::after {
    content: '';
    display: inline-block;
    width: 150px;
    height: 180px;
    background-image: url(http://uranai.help/wp-content/uploads/2025/12/私も返金できる？.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 5%;
    bottom: 1rem;
    transform: rotate(20deg);
}
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
  .container {
    --swiper-pagination-bottom: -50px;
  }

.clientv_item__name {
	position: absolute;
	top: 33px;
	right: 25%;
  z-index: 1;
  font-size: 14px;
  color: #666;
  font-weight: 600;
	line-height:1rem;
	text-align: center;
	padding: 1.2rem 0 1rem;
}
	.cl__area > .box:nth-child(1) {
	background-image: url(/wp-content/uploads/2025/12/もやもや１.png);
    background-size: 85% 100%;
    background-repeat: no-repeat;
		margin-left: 0;
}
		.cl__area > .box:nth-child(2) {
	background-image: url(/wp-content/uploads/2025/12/もやもや２.png);
    background-size: 85% 100%;
    background-repeat: no-repeat;
		margin-left: 0;
}
	.tab-switch label:has(:checked) + .tab-content {
		width: 100%;
	}
		.floating-cta {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    max-width: 100%;   /* ← 重要 */
    box-sizing: border-box;
    border-radius: 12px 12px 0 0;
    transform: translateY(100%);
    padding: 0.5rem 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    text-align: center;
  }
.floating-cta__close {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 10;
    color: #000;
    background: none;
    border: none;
    font-size: 3rem;
    cursor: pointer;
}
  .floating-cta__copy,
  .floating-cta__tel {
    grid-column: 1 / -1;
  }
	.floating-cta__copy{
		margin-bottom: 0;
		font-size: 0.8rem;
	}
.floating-cta__btn {
    margin: 0;
}
	.floating-cta__tel {
		margin-bottom: 0;
		padding-left: 1.5rem;
	}
  .floating-cta.is-show {
    transform: translateY(0);
  }
}
@media screen and (min-width: 769px) {
	section#flow{
		padding: 0 2rem;
	}
}