@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* clearfix */
.cf:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf,
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .cf,
* html .clearfix {
	height: 1%;
}

.cf,
.clearfix {
	display: block;
}

/* End hide from IE-mac */


/* CSS Document */



/*--------------------------------------------------------------------------
 reset
---------------------------------------------------------------------------*/
* {
	box-sizing: border-box;
	/* padding, borderを含めたサイズに */
}

html,
body {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
	margin: 0;
	font-size: 100%;
	letter-spacing: 0.1rem;
}

ul {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

img {
	vertical-align: top;
	-webkit-backface-visibility: hidden;
}

li {
	list-style-type: none;
	vertical-align: baseline;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

/* html {
	font-size: clamp(12px, 0.833vw, 16px);
} */

/* フォントの初期設定 */
body {
	font-family: "Noto Sans JP", "Roboto", sans-serif;
	padding-top: 100px;
	/* ヘッダーの高さ分、コンテンツを下げる */
}

/* 英数字をRobotoにする場合 */
.english {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
}

a {
	color: #000;
	text-decoration: none;
}

.pc {
	display: block;
}

.sp {
	display: none !important;
	;
}



@media screen and (max-width: 768px) {

	body {
		line-height: 1.8em;
		min-width: inherit;
		width: 100%;
		padding: 0;
	}

	#contents {
		overflow: hidden;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	img {
		max-width: 100%;
	}

	p {
		font-size: 14px;
		font-size: 1.4rem;
		margin: 0 0 10px 0;
	}

	a {
		color: #1b1401;
		text-decoration: none;
		-webkit-tap-highlight-color: transparent;
		/* 強調をなくす */
	}
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	/* 背景色を指定 */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	/* 影をつける */
	z-index: 1000;
	/* 他の要素より前に表示 */
}

.header_flex {
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	height: 100px;
}

.header_flex .header_inner {
	width: calc(100% - 200px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_flex .logo {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.header_flex .logo img {
	height: 5.0rem;
	width: auto;
	align-items: center;
}

.header_flex .logo h1 {
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0 0 0 3rem;
}

.header_flex .header_btn {
	background: linear-gradient(to bottom, #3793d1, #075e99);
	width: 35rem;
	height: 7.0rem;
	color: #fff;
	/*font-size: 2.4rem;*/
	font-size: 2.1rem;
	position: relative;
	border-radius: 50px;
	padding: 0.8rem 0 1.5rem 8rem;
	/*letter-spacing: 0.55rem;*/
	font-weight: 600;
}

.header_flex .header_btn .yellow {
	font-size: 1.4rem;
	color: #ffda00;
	letter-spacing: 0;
	margin: 0 0 -0.3rem;
	font-weight: 400;
}

.header_flex .header_btn .small {
	font-size: 1.8rem;
}

.header_flex .header_btn::before {
	content: "";
	position: absolute;
	background-image: url(../image/header_btn_before2.png);
	background-size: 100%;
	height: 6.0rem;
	width: 6.0rem;
	top: 0.5rem;
	left: 0.5rem;
	background-repeat: no-repeat;
}

.header_flex .header_btn::after {
	content: "";
	position: absolute;
	background-image: url(../image/header_btn_arr.png);
	background-size: 8px 10px;
	height: 10px;
	width: 8px;
	top: 3rem;
	right: 2rem;
	background-repeat: no-repeat;
}


.frist {
	/* height: 100vh; */
	margin: -3rem 0 0 0
}

.fv {
	width: 100%;
	/* max-height: 74rem;
	height: 70vh; */
	background-image: url(../image/fv.jpg);
	background-size: cover;
	position: relative;
	background-position: center;
	padding: 8.0rem 0 0;
}

.fv::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 100%;
	height: 200px;
	/* 右側の高さ */
	background: white;
	clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
	z-index: 2;
	/* 背景より前に配置 */
}

.fv .white_title {
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 38rem;
	position: relative;
}

.title_inner {
	width: 71rem;
	margin: 0 auto;
	position: relative;
}

.fv .title_inner .before_huki {
	width: 100%;
	height: 5.0rem;
	background-color: #ff7f00;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -2.5rem;
}

.fv .title_inner .before_huki img {
	width: 45rem;
}

.fv .title_inner .before_huki::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 35%;
	width: 0;
	height: 0;
	border-left: 45px solid transparent;
	border-top: 15px solid #ff7f00;
}


.fv .title_inner h2 {
	font-size: 8.8rem;
	color: #333;
	text-align: center;
	position: relative;
	top: -2rem;
	line-height: 1.1;
}

.fv .title_inner h2 .small {
	font-size: 6.0rem;
}

.fv .title_inner h2 .orange {
	font-style: italic;
	font-size: 12.6rem;
	color: #ff4800;
}

.fv .title_inner h2 .per {
	font-size: 6.3rem;
	color: #ff4800;
}

.fv .title_inner .orange_line {
	font-size: 5.8rem;
	color: #ff7f00;
	/* border-top: #ff7f00 2px solid; */
	/* border-bottom: #ff7f00 2px solid; */
	text-align: center;
	width: 100%;
	/* padding: 10px 0; */
	margin: 0px 0 0 0;
	font-weight: 600;
	text-shadow: -2px -2px 0 #fff,
		/* 左上 */
		0 -2px 0 #fff,
		/* 上 */
		2px -2px 0 #fff,
		/* 右上 */
		-2px 0 0 #fff,
		/* 左 */
		2px 0 0 #fff,
		/* 右 */
		-2px 2px 0 #fff,
		/* 左下 */
		0 2px 0 #fff,
		/* 下 */
		2px 2px 0 #fff;
	/* 右下 */
	;
	letter-spacing: 0.4rem;
}

.fv .title_flex {
	display: flex;
	margin: 1rem auto 0;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.fv .title_flex img {
	width: 30%;
}

.fv_after .strong {
	background: none;
	font-size: 3.0rem;
	position: relative;
	color: #000;
	text-align: center;
	margin: 6.0rem auto 0;
	width: fit-content;
	font-weight: 400;
	letter-spacing: 0.3em;
}

.fv_after .strong span {
	font-size: 4.0rem;
	margin: 0 1rem 0 0;
	letter-spacing: 0.1em;
	background: linear-gradient(transparent 50%, #FFDA00 50%);
	/* background-size: cover; */
	font-weight: 400;

}



.fv_after .fv_after_btn {
	font-weight: 600;
	color: #fff;
	/*font-size: 4.2rem;*/
	font-size: 3.8rem;
	display: flex;
	position: relative;
	background: linear-gradient(to bottom, #3793d1, #075e99);
	width: 78rem;
	height: 10rem;
	border-radius: 50px;
	margin: 4rem auto 0;
	justify-content: center;
	align-items: baseline;
	padding: 1.7rem 0 0 9rem;
	cursor: pointer;
	box-shadow: 0 5px 0 #0d2665;
	transition: all 0.2sease-in-out;
	letter-spacing: 0.6rem;
}


#btn_animation {
	animation: btn_animation 1.5s infinite;
}

@keyframes btn_animation {
	0% {
		transform: scale(1.1)
	}

	5% {
		transform: scale(1)
	}

	95% {
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.1)
	}
}

.fv_after .fv_after_btn::before {
	content: "";
	position: absolute;
	background-image: url(../image/main_btn_before2.png);
	background-size: 12rem 12.5rem;
	height: 14rem;
	width: 14rem;
	top: -1rem;
	left: 7rem;
	background-repeat: no-repeat;
}

.fv_after .fv_after_btn::after {
	content: "";
	position: absolute;
	background-image: url(../image/main_btn_arr.png);
	background-size: 100%;
	height: 6rem;
	width: 1.0rem;
	top: 4.0rem;
	right: 5.5rem;
	background-repeat: no-repeat;
}

.fv_after .fv_after_btn:active {
	transform: translateY(3px);
	/* クリック時に押し込む */
	box-shadow: 0 2px 0 #0d2665;
	/* 影を浅くする */
}

.fv_after .fv_after_btn .small {
	font-size: 3.0rem;
}


.start {
	margin: 13rem auto;
}

.start .content_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.start .left {
	display: block;
	width: 50%;
	padding: 0 2rem 0 0;
}

.start .left h2 {
	font-size: 5.0rem;
	line-height: 1.75;
	font-weight: 500;
	letter-spacing: .5rem;
}

.start .left h2 .yellow_line {
	background: linear-gradient(transparent 10%, #FFDA00 10%);
	letter-spacing: .5rem;
}

.start .left p {
	font-size: 2.0rem;
	line-height: 2.0;
	letter-spacing: .25rem;
	margin: 9rem 0 0 0;
	padding-right: 4rem
}

.start .left p .yellow_line {
	background: linear-gradient(transparent 90%, #FFDA00 90%);
	letter-spacing: .5rem;
}

.start .right {
	width: 50%;
	display: block;
}

.start .right .content {
	width: 100%;
	height: 15rem;
	border-radius: 1rem;
	border: 1rem solid #ff7f00;
	display: flex;
	position: relative;
	margin: 0 0 4rem auto;
	padding: 0;
	line-height: 0;
}

.start .right .content .title {
	position: relative;
	width: 17rem;
	height: 17rem;
	display: flex;
	border-radius: 50%;
	font-size: 3.4rem;
	background-color: #ff7f00;
	z-index: 3;
	top: -2rem;
	left: -5rem;
	display: block;
	text-align: center;
	font-weight: 500;
	padding: 3.6rem 0 0;
	line-height: 1.3;
}

.start .right .start01::before {
	content: "";
	background-image: url(../image/start01.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}


.start .right .start02::before {
	content: "";
	background-image: url(../image/start02.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}

.start .right .start03::before {
	content: "";
	background-image: url(../image/start03.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}

.start .right .content .title .yellow_line {
	background: linear-gradient(transparent 90%, #FFDA00 90%);
}

.start .right .content .title .small {
	font-size: 2.8rem;
}

.start .right .content .orange {
	padding: 3.5rem 0;
	display: flex;
	align-items: flex-end;
	margin: 0 -2.5rem;
}


.start .right .content .text01::after {
	content: "※2024/8/26-2024/9/25静岡店実績";
	font-size: 1.0rem;
	position: absolute;
	bottom: 1.5rem;
	right: 5.5rem;
	z-index: 4;
}

.start .right .content .text02::after {
	content: "※2024年12月松戸店実績";
	font-size: 1.0rem;
	position: absolute;
	bottom: 1.5rem;
	right: 3.5rem;
	z-index: 4;
}

.start .right .content .orange .small {
	font-size: 2.8rem;
	font-weight: 700;
	display: block;
	line-height: 1.1;
}

.start .right .content .orange .big {
	font-size: 4.4rem;
	display: block;
	padding: 0 0 2.5rem;
	font-weight: 700;
}

.start .right .content .orange .number {
	font-size: 9rem;
	color: #ffda00;
	font-weight: 600;
	font-style: italic;
	display: block;
	padding: 0 0 3rem;
}

.start .right .content .orange .per {
	font-size: 3.6rem;
	font-weight: 400;
	display: block;
	padding: 0 0 1rem;
}



.hot {
	padding: 13rem 0;
	background-color: #eeeeee;
}

.inner {
	max-width: 1200px;
	width: 84.5%;
	margin: 0 auto;
	position: relative;
}

.hot h2 {
	font-size: 5.0rem;
	line-height: 1.75;
	font-weight: 500;
	letter-spacing: .5rem;
	text-align: center;
	position: relative;
	width: fit-content;
	margin: 0 auto;
}

.hot h2 .yellow_line {
	background: linear-gradient(transparent 10%, #FFDA00 10%);
	letter-spacing: .5rem;
}

.hot h2::after {
	content: "";
	background-image: url(../image/back_hatena.png);
	background-size: 100%;
	width: 100px;
	height: 225px;
	bottom: -40px;
	right: -100px;
	display: flex;
	position: absolute;
}

.hot .content_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10rem auto;
	row-gap: 10rem;
}

.hot .content_flex .left {
	width: 45%;

}

.hot .content_flex .left h3 {
	font-size: 4.0rem;
	font-weight: 600;
	padding-left: 5rem;
	position: relative;
	line-height: 1.5;
}

.hot .content_flex .left p {
	font-size: 2.0rem;
	line-height: 2.2;
	margin: 8.5rem 0 0 0;
}

.hot .content_flex .left h3::before {
	content: "";
	background-image: url(../image/back_bikkuri.png);
	width: 50px;
	height: 168px;
	background-size: 100%;
	position: absolute;
	top: -30px;
	left: 0px;
}

.hot .content_flex .right {
	width: 50%;
	height: 40rem;
	padding: 2rem;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hot .content_flex .right img {
	width: 100%;
	/* height: 90%; */
}

.worry {
	background-image: url(../image/background_worry.png);
	background-size: cover;
	background-position: center;
	padding: 13rem 0;
}

.worry h2 {
	color: #fff;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
	width: fit-content;
	margin: 0 auto;
}

.worry h2 .small {
	font-size: 3.0rem;
	font-weight: 400;
	display: block;
}

.worry h2 .yellow_line {
	background: linear-gradient(transparent 10%, #FFDA00 10%);
	letter-spacing: .5rem;
	color: #000;
}

.worry h2::after {
	content: "";
	background-image: url(../image/back_hatena.png);
	background-size: 100%;
	width: 100px;
	height: 225px;
	bottom: -40px;
	right: -100px;
	display: flex;
	position: absolute;
}

.worry .content_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 7rem;
	margin: 10rem auto 0;
}

.worry .content_flex .content {
	background-color: #fff;
	border-radius: 12px;
	width: 46%;
	color: #000;
	font-size: 3.0rem;
	font-weight: 600;
	line-height: 1.75;
	text-align: center;
	padding: 4.0rem 0;
}

.worry .content_flex .content .yellow_line {
	background: linear-gradient(transparent 90%, #FFDA00 90%);

}

.solution {
	background-image: url(../image/background_yellow.jpg);
	background-size: cover;
	background-position: center;
	padding: 13rem 0;
	position: relative;
}

.solution::before {
	content: "";
	background-image: url(../image/worry_huki.png);
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 40px;
	background-size: 100%;
}

.solution h2 {
	color: #000;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
}


.solution h2 .orange_line {
	background: linear-gradient(transparent 10%, #ff7f00 10%);
	letter-spacing: .5rem;
	color: #fff;
}

.solution .content_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10rem auto 0;
}

.solution .content_flex .content {
	background-color: #fff;
	width: 32%;
	color: #000;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 2.2;
	padding: 5.0rem 4.0rem;
}

.solution .content_flex .content img {
	width: 80%;
	margin: 0 auto 2rem;
	/* margin: 0; */
	display: block;
}

.reason {
	padding: 13rem 0;
	position: relative;
	background-color: #fff;
}

.reason h2 {
	color: #000;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
}

.reason h2 .yellow_line {
	background: linear-gradient(transparent 10%, #FFDA00 10%);
	letter-spacing: .5rem;
}

.reason .content_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10rem auto 0;
	row-gap: 10rem;
}

.reason .content_flex .left {
	width: 45%;
}

.reason .content_flex .left img {
	width: 10rem;
}

.reason .content_flex .left h3 {
	font-size: 4.0rem;
	font-weight: 600;
	position: relative;
}

.reason .content_flex .left p {
	font-size: 2.0rem;
	line-height: 2.2;
	margin: 8.5rem 0 0 0;
	padding: 0 2rem 0 0;
}

.reason .content_flex .right {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.reason .content_flex .graph_yellow {
	background-color: #FFDA00;
	padding: 3rem 4rem;

}

.reason .content_flex .right img {
	width: 100%;
}

.suport {
	padding: 13rem 0;
	position: relative;
	background-color: #eeeeee;
}

.suport h2 {
	color: #000;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
}

.suport h2 .yellow_line {
	background: linear-gradient(transparent 10%, #FFDA00 10%);
	letter-spacing: .5rem;
}

.suport .strong {
	font-size: 2.4rem;
	position: relative;
	color: #000;
	text-align: center;
	background: linear-gradient(transparent 50%, #FFDA00 50%);
	margin: 10rem auto 0;
	width: fit-content;
	font-weight: 600;
	letter-spacing: 0.3em;
}

.suport .content_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10rem auto 0;
	gap: 1rem;
	row-gap: 5rem;
}

.suport .content_flex .content {
	width: 24%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	background-color: #fff;
	display: block;
	padding: 5rem 2rem 2rem 2rem;
	font-size: 2rem;
	text-align: center;
	position: relative;
}

.suport .content_flex .icon_box {
	width: 10rem;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.suport .content_flex .icon_box img {
	max-width: 100%;
	max-height: 100%;
}

.suport .content_flex .icon_box .h100 {
	height: 10rem;
}

.suport .content_flex .content p {
	height: 3rem;
	margin-top: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}


.model {
	background-image: url(../image/background_yellow.jpg);
	background-size: cover;
	background-position: center;
	padding: 13rem 0;
	position: relative;
}


.model h2 {
	color: #000;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
}


.model h2 .orange_line {
	background: linear-gradient(transparent 10%, #ff7f00 10%);
	letter-spacing: .5rem;
	color: #fff;
}

.model .content_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10rem auto 0;
}

.model .content_flex .content {
	background-color: #fff;
	width: 48%;
	height: 65rem;
	color: #000;
	padding: 5.0rem 4.0rem;
	border-radius: 10px;
}

.model .content_flex .content h3 {
	font-size: 4.0rem;
	font-weight: 600;
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 2rem;
}

.model .content_flex .content:nth-child(1) h3 img {
	width: 30%;
	height: 30%;
}

.model .content_flex .content:nth-child(2) h3 img {
	width: 20%;
	height: 20%;
}

.model .content_flex .content .main {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.model .content_flex .content .btn_box {
	background-image: url(../image/more_image.jpg);
	background-color: #eee;
	width: 100%;
	background-size: 90%;
	padding: 10px;
	text-align: center;
	height: 29rem;
	position: relative;
}

.model .content_flex .content .btn_box::before {
	content: "内訳";
	color: #ff7f00;
	font-size: 2.0rem;
	top: 2rem;
	left: 2rem;
	display: block;
	position: absolute;
	font-weight: 600;
}

.model .content_flex .content .btn_box p {
	display: block;
	margin: 8rem auto 2rem;
	font-size: 2rem;
	line-height: 1.5;
	color: #ff4800;
	font-weight: 600;
	position: relative;
}

.model .content_flex .content .btn_box a {
	background: #075e99;
	width: 90%;
	height: 8rem;
	text-align: center;
	padding: 1.8rem 0 0 0;
	color: #fff;
	font-size: 2.6rem;
	border-radius: 50px;
	display: block;
	margin: 0 auto;
	position: relative;
	font-weight: 600;
	letter-spacing: 0.2rem;
}

.model .content_flex .content .btn_box a .small {
	font-size: 2.0rem;
}

.model .content_flex .content .btn_box a::after {
	content: "";
	display: block;
	background-image: url(../image/main_btn_arr.png);
	width: 12px;
	background-size: 70%;
	position: absolute;
	top: 42%;
	right: 20px;
	height: 12px;
}

.model .kome {
	text-align: right;
	font-size: 1.4rem;
	margin: 2.0rem 0 0 0;
}

.owner {
	padding: 13rem 0;
	position: relative;
	background-color: #fff;
}

.owner h2 {
	color: #000;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
}

.owner h2 .yellow_line {
	background: linear-gradient(transparent 10%, #FFDA00 10%);
	letter-spacing: .5rem;
}

.owner .content_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10rem auto 0;
	row-gap: 10rem;
}

.owner .content_flex .left {
	width: 50%;
	position: relative;
}

.owner .content_flex .left img {
	width: 100%;
	position: relative;
}

.owner .content_flex .left .yellowbox {
	background-color: #FFDA00;
	position: relative;
	height: 16rem;
	display: flex;
	align-items: center;
	/* justify-content: flex-end; */
	color: #333;
	font-size: 2.0rem;
	padding: 0 5% 0 40%;
}

.owner .content_flex .left .yellowbox img {
	position: absolute;
	width: 30%;
	height: auto;
	top: -20%;
	left: 5%;
}

.owner .content_flex .right {
	width: 45%;
}


.owner .content_flex .right img {
	width: 10rem;
}

.owner .content_flex .right h3 {
	font-size: 4.0rem;
	font-weight: 600;
	position: relative;
	line-height: 1.75;
}

.owner .content_flex .right p {
	font-size: 2.0rem;
	line-height: 2.2;
	margin: 8.5rem 0 0 0;
}

.flow {
	background-image: url(../image/follow_back.jpg);
	background-size: cover;
	background-position: center;
	padding: 13rem 0;
}

.flow h2 {
	color: #000;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
}

.flow h2 .orange_line {
	background: linear-gradient(transparent 10%, #ff7f00 10%);
	letter-spacing: .5rem;
	color: #fff;
}

.flow .content_flex {
	display: flex;
	justify-content: space-between;
	margin: 10rem auto;
	align-items: end;
}

.flow .content_flex .content_white {
	width: 17%;
	height: 21rem;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #333;
	font-size: 2.0rem;
	font-weight: 600;
	background-color: #fff;
	text-align: center;

}

.flow .content_flex .content_white::after {
	content: "";
	background-image: url(../image/follow_arr.png);
	top: 50%;
	transform: translateY(-50%);
	right: -4rem;
	width: 6.5rem;
	height: 6.5rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
}

.flow .content_flex .content_white:nth-child(1)::before {
	content: "";
	background-image: url(../image/follow_01.png);
	top: 1rem;
	left: 1rem;
	width: 4.5rem;
	height: 4.5rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

.flow .content_flex .content_white:nth-child(2)::before {
	content: "";
	background-image: url(../image/follow_02.png);
	top: 1rem;
	left: 1rem;
	width: 4.5rem;
	height: 4.5rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

.flow .content_flex .content_white:nth-child(3)::before {
	content: "";
	background-image: url(../image/follow_03.png);
	top: 1rem;
	left: 1rem;
	width: 4.5rem;
	height: 4.5rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

.flow .content_flex .content_white:nth-child(4)::before {
	content: "";
	background-image: url(../image/follow_04.png);
	top: 1rem;
	left: 1rem;
	width: 4.5rem;
	height: 4.5rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

.flow .content_flex .content_orange {
	width: 26rem;
	height: 26rem;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 600;
	background-color: #ff7f00;
	text-align: center;
}

.flow .content_flex .content_orange .number {
	font-size: 4.0rem;
	font-style: italic;
}

.flow .content_flex .content_orange::before {
	content: "";
	background-image: url(../image/follow_05.png);
	top: 1rem;
	left: 1rem;
	width: 4.5rem;
	height: 4.5rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

.faq {
	padding: 13rem 0;
	position: relative;
	background-color: #eeeeee;
}

.faq h2 {
	color: #000;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
	margin-bottom: 10rem;
}

.faq h2 .yellow_line {
	background: linear-gradient(transparent 10%, #FFDA00 10%);
	letter-spacing: .5rem;
}

.faq .content_white_flex {
	display: flex;
	padding: 4.5rem 7rem;
	background-color: #fff;
	margin-bottom: 5rem;
}

.faq .content_white_flex:nth-of-type(4) {
	margin-bottom: 0rem;
}

.faq .content_white_flex .left {
	width: 20%;
}

.faq .content_white_flex .left .quetion {
	width: 6rem;
}

.faq .content_white_flex .right {
	width: auto;
}

.faq .content_white_flex .right h3 {
	font-size: 2.6rem;
	background: linear-gradient(transparent 95%, #FFDA00 95%);
	font-weight: 600;
	margin-bottom: 5rem;
	width: fit-content;
}

.faq .content_white_flex .right p {
	font-size: 2.0rem;
	line-height: 2.2;
}

.form {
	padding: 13rem 0;
	position: relative;
}

.form .form_wrap {
	border: 7px solid #FFDA00;
	border-radius: 10px;
	padding: 8rem;
	width: 100%;
}

.form .form_wrap .innner_wrap {
	width: 68.5rem;
	margin: 0 auto;
}

.form .form_wrap .innner_wrap .title_flex {
	display: flex;
	align-items: center;

}

.form .form_wrap .innner_wrap .title_flex .free {
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	background-color: #ffda00;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff7f00;
	font-size: 3.0rem;
	font-weight: 600;
	margin-right: 2rem;
}

.form .form_wrap .innner_wrap h3 {
	text-align: center;
	font-size: 3.0rem;
	color: #333;
	letter-spacing: 0.6;
}

.form .form_wrap .innner_wrap h3 .orange {
	font-size: 5.0rem;
	color: #ff7f00;
	font-style: italic;
	margin-right: 0.8rem;
}

.form .form_wrap .innner_wrap h3 .small {
	font-size: 2.4rem;
}

footer {
	padding: 10rem 0;
	background-color: #ff7f00;
	color: #fff;
}

footer .footer_flex {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

footer .footer_flex img {
	width: 25rem;
}

footer .footer_flex a {
	text-decoration: none;
	font-size: 1.4rem;
	color: #fff;
}

.sp_only_footer {
	display: none;
}

.recaptcha-note {
	display: none;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block;
	}

	header {
		position: absolute;
	}

	.header_flex {
		width: 100%;
		background-color: #fff;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		height: 60px;
	}

	.header_flex .header_inner {
		width: 86.6%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header_flex .logo {
		display: block;
	}

	.header_flex .logo img {
		height: 3.0rem;
		width: auto;
		align-items: center;
	}

	.header_flex h1 {
		font-size: 1.0rem;
		font-weight: 400;
		margin: 0 auto -3rem;
		width: 86.6%;
	}


	.header_flex .header_btn {
		background: #075e99;
		width: auto;
		height: 3.0rem;
		color: #fff;
		font-size: 1.2rem;
		position: relative;
		border-radius: 50px;
		padding: 0.5rem 3.0rem 0rem 2.0rem;
		font-weight: 600;
		letter-spacing: 0.1em;

	}

	.header_flex .header_btn .small {
		font-size: 1.3rem;
	}

	.header_flex .header_btn::before {
		display: none;
	}

	.header_flex .header_btn::after {
		content: "";
		position: absolute;
		background-image: url(../image/last_btn_arr.png);
		background-size: 100%;
		height: 20px;
		width: 20px;
		top: 0.4rem;
		right: 0.5rem;
		background-repeat: no-repeat;

	}


	.frist {
		height: auto;
		margin: 1rem 0 0;

	}

	.fv {
		width: 100%;
		max-height: auto;
		height: 60vh;
		background-image: url(../image/fv.jpg);
		background-size: cover;
		position: relative;
		background-position: center;
		padding: 8.0rem 0 0;
		margin-bottom: 5%;
	}

	.fv::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: -1px;
		width: 100%;
		height: 100px;
		/* 右側の高さ */
		background: white;
		clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
		z-index: 2;
		/* 背景より前に配置 */
	}

	.fv .white_title {
		background-color: rgba(255, 255, 255, 0.6);
		width: 100%;
		height: 20rem;
		position: relative;
	}

	.title_inner {
		width: 86.6%;
		margin: 0 auto;
		position: relative;
	}

	.fv .title_inner .before_huki {
		width: 100%;
		height: 3rem;
		background-color: #ff7f00;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		top: -1.5rem;
		margin: 0 auto;
	}

	.fv .title_inner .before_huki img {
		width: 70%;
		position: relative;
	}

	.fv .title_inner .before_huki::after {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 35%;
		width: 0;
		height: 0;
		border-left: 45px solid transparent;
		border-top: 15px solid #ff7f00;
	}


	.fv .title_inner h2 {
		font-size: 3.9rem;
		color: #333;
		text-align: center;
		position: relative;
		top: -1rem;
		line-height: 1.1;
	}

	.fv .title_inner h2 .small {
		font-size: 2.5rem;
	}

	.fv .title_inner h2 .orange {
		font-style: italic;
		font-size: 6.3rem;
		color: #ff4800;
	}

	.fv .title_inner h2 .per {
		font-size: 3.2rem;
		color: #ff4800;
	}

	.fv .title_inner .orange_line {
		font-size: 2.4rem;
		color: #ff7f00;
		/* border-top: #ff7f00 2px solid; */
		/* border-bottom: #ff7f00 2px solid; */
		text-align: center;
		width: 100%;
		padding: 5px 0;
		font-weight: 600;
		margin: 5px auto;
	}

	.fv .title_flex {
		display: flex;
		margin: 1rem auto 0;
		justify-content: space-between;
		position: relative;
		z-index: 3;
	}

	.fv .title_flex img {
		width: 30%;
	}

	.fv_after .strong {
		font-size: 1.2rem;
		display: block;
		margin: 0rem auto 0;
		width: fit-content;
		font-weight: 600;
		letter-spacing: 0em;
		line-height: 1.8;
	}

	.fv_after .strong span {
		font-size: 1.6rem;
		background: linear-gradient(transparent 50%, #FFDA00 50%);
		/* background-size: cover; */
		margin: 0 0.5rem 0 0;
		font-weight: 600;
	}

	.fv_after .fv_after_btn {
		font-weight: 600;
		color: #fff;
		/*font-size: 2.4rem;*/
		font-size: 2.0rem;
		display: flex;
		position: relative;
		/* background-color: #ff4800; */
		width: 86.6%;
		height: 7rem;
		border-radius: 50px;
		margin: 2rem auto 0;
		justify-content: center;
		align-items: baseline;
		padding: 2.5rem 0 0 3rem;
		cursor: pointer;
		/* box-shadow: 0 5px 0 #c1350a; */
		transition: all 0.2sease -in-out;
		letter-spacing: 0.1rem;
	}

	.fv_after .fv_after_btn span {
		font-size: 1.4rem;
	}

	.fv_after .fv_after_btn::before {
		content: "";
		position: absolute;
		background-image: url(../image/main_btn_before2.png);
		background-size: 100%;
		height: 6rem;
		width: 6rem;
		top: 0.5rem;
		left: 0.5rem;
		background-repeat: no-repeat;
	}

	.fv_after .fv_after_btn::after {
		content: "";
		position: absolute;
		background-image: url(../image/main_btn_arr.png);
		background-size: 100%;
		height: 6rem;
		width: 1.0rem;
		top: 2.75rem;
		right: 2.5rem;
		background-repeat: no-repeat;
	}

	.fv_after .fv_after_btn:active {
		transform: translateY(3px);
		/* クリック時に押し込む */
		box-shadow: 0 2px 0 #0d2665;
		/* 影を浅くする */
	}

	.fv_after .fv_after_btn .small {
		font-size: 1.5rem;
	}

	.start {
		margin: 5rem auto;
	}

	.start .content_flex {
		display: block;
	}

	.start .left {
		display: block;
		width: 100%;
		padding: 0;
	}

	.start .left h2 {
		font-size: 3.0rem;
		line-height: 1.75;
		font-weight: 500;
		letter-spacing: 0.1rem;
	}

	.start .left h2 .yellow_line {
		background: linear-gradient(transparent 10%, #FFDA00 10%);
		letter-spacing: 0.1rem;
	}

	.start .left p {
		font-size: 1.58rem;
		line-height: 2.0;
		letter-spacing: 0rem;
		margin: 3.5rem 0 4rem;
		padding-right: 0rem;
	}

	.start .left p .yellow_line {
		background: linear-gradient(transparent 90%, #FFDA00 90%);
		letter-spacing: 0rem;
	}

	.start .right {
		width: 100%;
		display: block;
	}

	.start .right .content {
		width: 100%;
		height: 8rem;
		border-radius: 1rem;
		border: 0.5rem solid #ff7f00;
		display: flex;
		position: relative;
		margin: 0 0 2rem auto;
		padding: 0 0 2rem 4rem;
		align-items: flex-end;
		line-height: 0;
	}

	.start .right .content .title {
		width: 9rem;
		height: 9rem;
		border-radius: 50%;
		font-size: 2rem;
		background-color: #ff7f00;
		z-index: 3;
		top: 3rem;
		left: -6rem;
		display: block;
		text-align: center;
		font-weight: 500;
		padding: 1.8rem 0 0;
		line-height: 1.3;
	}

	.start .right .content .orange {
		display: flex;
		align-items: flex-end;
		margin: 0 -3rem 0;
	}

	.start .right .start01::before {
		content: "";
		background-image: url(../image/start01.png);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 4;
		background-size: 100% 100%;
		width: 30px;
		height: 30px;
	}


	.start .right .start02::before {
		content: "";
		background-image: url(../image/start02.png);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 4;
		background-size: 100% 100%;
		width: 30px;
		height: 30px;
	}

	.start .right .start03::before {
		content: "";
		background-image: url(../image/start03.png);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 4;
		background-size: 100% 100%;
		width: 30px;
		height: 30px;
	}

	.start .right .content .title .yellow_line {
		background: linear-gradient(transparent 90%, #FFDA00 90%);
	}

	.start .right .content .title .small {
		font-size: 1.4rem;
		letter-spacing: 0;
		margin: 0 0 0 5px;
	}

	.start .right .content .orange {
		display: flex;
		align-items: flex-end;
		margin: 0px -4rem 0;
		padding: 0;
	}


	.start .right .content .text01::after {
		content: "※2024/8/26-2024/9/25静岡店実績";
		font-size: 1.0rem;
		position: absolute;
		bottom: 1.25rem;
		right: 4.5rem;
		z-index: 4;
	}

	.start .right .content .text02::after {
		content: "※2024年12月松戸店実績";
		font-size: 0.9rem;
		position: absolute;
		bottom: 1.25rem;
		right: 2.5rem;
		z-index: 4;
	}

	.start .right .content .orange .small {
		font-size: 1.4rem;
		letter-spacing: 0;
		margin: 0 0 0 5px;
	}

	.start .right .content .orange .big {
		font-size: 2.5rem;
		letter-spacing: 0;
		padding: 0 0 1.5rem;
	}

	.start .right .content .orange .number {
		font-size: 4.5rem;
		color: #ffda00;
		font-weight: 700;
		font-style: italic;
		letter-spacing: 0;
		padding: 0 0 1.5rem;
	}

	.start .right .content .orange .per {
		font-size: 1.8rem;
		font-weight: 700;
		font-style: italic;
		margin: 0 0 0 5px;
	}



	.hot {
		padding: 5rem 0;
		background-color: #eeeeee;
	}

	.inner {
		max-width: 1200px;
		width: 84.5%;
		margin: 0 auto;
	}

	.hot h2 {
		font-size: 2.5rem;
		line-height: 1.75;
		font-weight: 500;
		letter-spacing: .5rem;
		text-align: center;
		position: relative;
	}

	.hot h2 .yellow_line {
		background: linear-gradient(transparent 10%, #FFDA00 10%);
		letter-spacing: .5rem;
	}

	.hot h2::after {
		content: "";
		background-image: url(../image/back_hatena.png);
		background-size: 100%;
		width: 40px;
		height: 80px;
		bottom: -20px;
		right: 50px;
		display: flex;
		position: absolute;
	}

	.hot .content_flex {
		display: block;
		margin: 5rem auto 0;

	}

	.hot .content_flex .left {
		width: 100%;

	}

	.hot .content_flex .left h3 {
		font-size: 2.0rem;
		font-weight: 600;
		padding-left: 2rem;
		position: relative;
	}

	.hot .content_flex .left p {
		font-size: 1.4rem;
		line-height: 2.2;
		margin: 4rem 0 3rem;
	}

	.hot .content_flex .left h3::before {
		content: "";
		background-image: url(../image/back_bikkuri.png);
		width: 25px;
		height: 80px;
		background-size: 100%;
		position: absolute;
		top: -30px;
		left: 0px;
	}

	.hot .content_flex .right {
		width: 100%;
		height: auto;
		padding: 2.5rem;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 5rem;
	}

	.hot .content_flex .right:nth-of-type(4) {
		margin-bottom: 5rem;
	}

	.hot .content_flex .right img {
		width: auto;
		height: 90%;
	}

	.worry {
		background-image: url(../image/background_worry.png);
		background-size: cover;
		background-position: center;
		padding: 5rem 0;
	}

	.worry h2 {
		color: #fff;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.6;
	}

	.worry h2 .small {
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 1.8;
		display: block;
	}

	.worry h2 .yellow_line {
		background: linear-gradient(transparent 10%, #FFDA00 10%);
		letter-spacing: .5rem;
		color: #000;
	}

	.worry h2::after {
		content: "";
		background-image: url(../image/back_hatena.png);
		background-size: 100%;
		width: 50px;
		height: 135px;
		bottom: -40px;
		right: -25%;
		display: flex;
		position: absolute;
	}


	.worry .content_flex {
		display: block;
		margin: 5rem auto 0;
	}

	.worry .content_flex .content {
		background-color: #fff;
		border-radius: 12px;
		width: 100%;
		color: #000;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
		padding: 2.0rem 0;
		margin-bottom: 2.0rem;
	}

	.worry .content_flex .content .yellow_line {
		background: linear-gradient(transparent 90%, #FFDA00 90%);

	}

	.solution {
		background-image: url(../image/background_yellow.jpg);
		background-size: cover;
		background-position: center;
		padding: 5rem 0;
		position: relative;
	}

	.solution::before {
		content: "";
		background-image: url(../image/worry_huki.png);
		position: absolute;
		top: -1px;
		left: 50%;
		transform: translateX(-50%);
		width: 30px;
		height: 20px;
		background-size: 100%;
	}

	.solution h2 {
		color: #000;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.5;
	}


	.solution h2 .orange_line {
		background: linear-gradient(transparent 10%, #ff7f00 10%);
		letter-spacing: .5rem;
		color: #fff;
	}

	.solution .content_flex {
		display: block;
		margin: 5rem auto 0;
	}

	.solution .content_flex .content {
		background-color: #fff;
		width: 86.6%;
		color: #000;
		font-size: 2.0rem;
		font-weight: 400;
		line-height: 2.2;
		padding: 2.5rem 3rem 1.5rem;
		margin: 0 auto 2.0rem;
	}

	.solution .content_flex .content img {
		width: 60%;
		margin: 0 auto 2rem;
		/* margin: 0; */
		display: block;
	}

	.reason {
		padding: 5rem 0;
		position: relative;
		background-color: #fff;
	}

	.reason h2 {
		color: #000;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.6;
	}

	.reason h2 .yellow_line {
		background: linear-gradient(transparent 10%, #FFDA00 10%);
		letter-spacing: .5rem;
	}

	.reason .content_flex {
		display: block;
		margin: 5rem auto 0;
	}

	.reason .content_flex .left {
		width: 100%;
	}

	.reason .content_flex .left img {
		width: 20%;
	}

	.reason .content_flex .left h3 {
		font-size: 2.0rem;
		font-weight: 600;
		position: relative;
		line-height: 1.75;
	}

	.reason .content_flex .left p {
		font-size: 1.4rem;
		line-height: 2.2;
		margin: 3.5rem 0 0 0;
		padding: 0;
	}

	.reason .content_flex .right {
		width: 86.6%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 4rem auto;

	}

	.reason .content_flex .graph_yellow {
		background-color: #FFDA00;
		padding: 3rem 2rem;
		margin: 4rem auto;

	}

	.reason .content_flex .right img {
		width: 100%;
	}

	.suport {
		padding: 5rem 0;
		position: relative;
		background-color: #eeeeee;
	}

	.suport h2 {
		color: #000;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.6;
	}

	.suport h2 .yellow_line {
		background: linear-gradient(transparent 10%, #FFDA00 10%);
		letter-spacing: .5rem;
	}

	.suport .strong {
		font-size: 1.5rem;
		position: relative;
		color: #000;
		text-align: center;
		background: linear-gradient(transparent 50%, #FFDA00 50%);
		margin: 5rem auto 0;
		width: fit-content;
		font-weight: 600;
		letter-spacing: 0.3em;
	}

	.suport .content_flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 2.5rem auto 0;
		row-gap: 1.25rem;
	}

	.suport .content_flex .content {
		width: 31%;
		aspect-ratio: 1 / 1;
		border-radius: 10px;
		background-color: #fff;
		display: block;
		font-size: 1rem;
		text-align: center;
		position: relative;
		padding: 0.5rem 0 0 0;
		height: auto;
	}

	.suport .content_flex .icon_box {
		width: 60%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		aspect-ratio: 1 / 1;
		padding-top: 0.4rem;
	}

	.suport .content_flex .icon_box img {
		max-width: 90%;
		max-height: 70%;
		height: 100%;
		height: 100%;
		/* 追加 */
		object-fit: contain;
		/* 画像が潰れないように */
		-webkit-max-height: 70%;
		/* 追加 */
		margin: 0 0 10px 0;
	}


	.suport .content_flex .icon_box .h100 {
		height: 10rem;
	}

	.suport .content_flex .content p {
		height: auto;
		margin-top: 0rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1rem;
		margin: 0;
		line-height: 1.4;
	}


	.model {
		background-image: url(../image/background_yellow.jpg);
		background-size: cover;
		background-position: center;
		padding: 5rem 0;
		position: relative;
	}


	.model h2 {
		color: #000;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.6;
	}


	.model h2 .orange_line {
		background: linear-gradient(transparent 10%, #ff7f00 10%);
		letter-spacing: .5rem;
		color: #fff;
	}

	.model .content_flex {
		display: block;
		margin: 4rem auto 0;
	}

	.model .content_flex .content {
		background-color: #fff;
		width: 100%;
		height: auto;
		color: #000;
		padding: 2.5rem 2.0rem;
		border-radius: 10px;
		margin: 0 0 2.5rem;
	}

	.model .content_flex .content:nth-of-type(2) {
		margin-bottom: 0;
	}

	.model .content_flex .content h3 {
		font-size: 2.0rem;
		font-weight: 600;
		display: flex;
		gap: 10px;
		align-items: center;
		margin: 0 0 1rem;
	}

	.model .content_flex .content:nth-child(1) h3 img {
		width: 30%;
		height: 30%;
	}

	.model .content_flex .content:nth-child(2) h3 img {
		width: 20%;
		height: 20%;
	}

	.model .content_flex .content .main {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		display: block;
	}

	.model .content_flex .content .btn_box {
		background-image: url(../image/more_image.jpg);
		background-color: #eee;
		width: 100%;
		background-size: 90%;
		padding: 10px;
		text-align: center;
		height: 17.5rem;
		position: relative;
	}

	.model .content_flex .content .btn_box::before {
		content: "内訳";
		color: #ff7f00;
		font-size: 1.2rem;
		top: 2rem;
		left: 2rem;
		display: block;
		position: absolute;
		font-weight: 600;
	}

	.model .content_flex .content .btn_box p {
		display: block;
		margin: 4rem auto 2rem;
		font-size: 1.2rem;
		line-height: 1.5;
		color: #ff4800;
		font-weight: 600;
		position: relative;
	}

	.model .content_flex .content .btn_box a {
		background: #075e99;
		width: 90%;
		height: 4.6rem;
		text-align: center;
		padding: 1.3rem 0 0 0;
		color: #fff;
		font-size: 1.8rem;
		border-radius: 50px;
		display: block;
		margin: 0 auto;
		position: relative;
		font-weight: 600;
		letter-spacing: 0.1rem;
	}

	.model .content_flex .content .btn_box a .small {
		font-size: 1.0rem;
	}

	.model .content_flex .content .btn_box a::after {
		content: "";
		display: block;
		background-image: url(../image/main_btn_arr.png);
		width: 10px;
		background-size: 70%;
		position: absolute;
		top: 40%;
		right: 10px;
		height: 12px;
	}

	.model .kome {
		text-align: left;
		font-size: 1.0rem;
		margin: 1rem 0 0;
	}

	.owner {
		padding: 5rem 0;
		position: relative;
		background-color: #fff;
	}

	.owner h2 {
		color: #000;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.6;
	}

	.owner h2 .yellow_line {
		background: linear-gradient(transparent 10%, #FFDA00 10%);
		letter-spacing: .5rem;
	}

	.owner .content_flex {
		display: block;
		margin: 5rem auto 0;
	}

	.owner .content_flex .left {
		width: 86.6%;
		position: relative;
		margin: 0 auto;
	}

	.owner .content_flex .left img {
		width: 100%;
		position: relative;
	}

	.owner .content_flex .left .yellowbox {
		background-color: #FFDA00;
		position: relative;
		height: auto;
		display: flex;
		align-items: center;
		/* justify-content: flex-end; */
		color: #333;
		font-size: 1.2rem;
		padding: 1rem 5% 1rem 40%;
	}

	.owner .content_flex .left .yellowbox p {
		font-size: 1.2rem;

	}

	.owner .content_flex .left .yellowbox img {
		position: absolute;
		width: 30%;
		height: auto;
		top: -20%;
		left: 5%;
	}

	.owner .content_flex .right {
		width: 100%;
		margin-top: 2.5rem;
	}


	.owner .content_flex .right img {
		width: 10rem;
	}

	.owner .content_flex .right h3 {
		font-size: 2.0rem;
		font-weight: 600;
		position: relative;
		line-height: 1.75;
	}

	.owner .content_flex .right p {
		font-size: 1.4rem;
		line-height: 2.2;
		margin: 3.5rem 0 0 0;
	}

	.flow {
		background-image: url(../image/follow_back.jpg);
		background-size: cover;
		background-position: center;
		padding: 5rem 0;
	}

	.flow h2 {
		color: #000;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.6;
	}

	.flow h2 .orange_line {
		background: linear-gradient(transparent 10%, #ff7f00 10%);
		letter-spacing: .5rem;
		color: #fff;
	}

	.flow .content_flex {
		display: block;

		margin: 5rem auto;

	}

	.flow .content_flex .content_white {
		width: 86.6%;
		height: 5rem;
		border-radius: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		color: #333;
		font-size: 1.3rem;
		font-weight: 600;
		background-color: #fff;
		text-align: center;
		margin: 0 auto 1.0rem;
	}

	.flow .content_flex .content_white::after {
		content: "";
		background-image: url(../image/follow_arr.png);
		top: 4.25rem;
		left: calc(50% - 1rem);
		width: 2.5rem;
		height: 2.5rem;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 3;
		transform: rotate(90deg);
	}

	.flow .content_flex .content_white:nth-child(1)::before {
		content: "";
		background-image: url(../image/follow_01.png);
		top: 1.5rem;
		left: 1rem;
		width: 2.5rem;
		height: 2.5rem;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 2;
	}

	.flow .content_flex .content_white:nth-child(2)::before {
		content: "";
		background-image: url(../image/follow_02.png);
		top: 1.5rem;
		left: 1rem;
		width: 2.5rem;
		height: 2.5rem;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 2;
	}

	.flow .content_flex .content_white:nth-child(3)::before {
		content: "";
		background-image: url(../image/follow_03.png);
		top: 1.5rem;
		left: 1rem;
		width: 2.5rem;
		height: 2.5rem;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 2;
	}

	.flow .content_flex .content_white:nth-child(4)::before {
		content: "";
		background-image: url(../image/follow_04.png);
		top: 1.5rem;
		left: 1rem;
		width: 2.5rem;
		height: 2.5rem;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 2;
	}

	.flow .content_flex .content_orange {
		width: 86.6%;
		height: 5rem;
		border-radius: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		color: #fff;
		font-size: 1.3rem;
		font-weight: 600;
		background-color: #ff7f00;
		text-align: center;
		margin: 0 auto;
	}

	.flow .content_flex .content_orange .number {
		font-size: 1.8rem;
		font-style: italic;
	}

	.flow .content_flex .content_orange p {
		margin: 0;
	}

	.flow .content_flex .content_orange::before {
		content: "";
		background-image: url(../image/follow_05.png);
		top: 1.5rem;
		left: 1rem;
		width: 2.5rem;
		height: 2.5rem;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 2;
	}

	.faq {
		padding: 5rem 0;
		position: relative;
		background-color: #eeeeee;
	}

	.faq h2 {
		color: #000;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.6;
		margin-bottom: 5rem;
	}

	.faq h2 .yellow_line {
		background: linear-gradient(transparent 10%, #FFDA00 10%);
		letter-spacing: .5rem;
	}

	.faq .content_white_flex {
		display: flex;
		padding: 2.5rem 3rem 2.5rem 0;
		background-color: #fff;
		margin-bottom: 3.5rem;
	}

	.faq .content_white_flex:nth-of-type(4) {
		margin-bottom: 0rem;
	}

	.faq .content_white_flex .left {
		width: 30%;
		margin: 0 1.5rem;
	}

	.faq .content_white_flex .left .quetion {
		width: 6rem;
		position: relative;
		top: 0.5rem;
	}

	.faq .content_white_flex .right {
		width: auto;
	}

	.faq .content_white_flex .right h3 {
		font-size: 1.6rem;
		background: linear-gradient(transparent 90%, #FFDA00 90%);
		font-weight: 600;
		margin-bottom: 2rem;
		line-height: 1.8;
		/* width: fit-content; */
		display: inline;
	}

	.faq .content_white_flex .right p {
		font-size: 1.4rem;
		line-height: 2.2;
	}

	.form {
		padding: 5rem 0;
		position: relative;
	}

	.form .form_wrap {
		border: 3.5px solid #FFDA00;
		border-radius: 10px;
		padding: 2.5rem 1.5rem;
		width: 100%;
	}

	.form .form_wrap .innner_wrap {
		width: 100%;
		margin: 0 auto;
	}

	.form .form_wrap .innner_wrap .title_flex {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.form .form_wrap .innner_wrap .title_flex .free {
		width: 6rem;
		height: 6rem;
		border-radius: 50%;
		background-color: #ffda00;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #ff7f00;
		font-size: 1.8rem;
		font-weight: 600;
		margin-right: 1rem;
	}

	.form .form_wrap .innner_wrap h3 {
		text-align: center;
		font-size: 1.8rem;
		color: #333;
		letter-spacing: 0.6;
	}

	.form .form_wrap .innner_wrap h3 .orange {
		font-size: 2.5rem;
		color: #ff7f00;
		font-style: italic;
		margin-right: 0.8rem;
	}

	.form .form_wrap .innner_wrap h3 .small {
		font-size: 1.2rem;
	}

	footer {
		padding: 5rem 0;
		background-color: #ff7f00;
		color: #fff;
	}

	footer .footer_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: end;
		row-gap: 10px;
		margin-top: 2.5rem;
	}

	footer img {
		width: 12.5rem;
		margin: 0 auto;

	}

	footer .footer_flex a {
		text-decoration: none;
		font-size: 1.4rem;
		color: #fff;
		width: 50%;
	}

	.sp_only_footer {
		display: block;
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		background-color: rgba(0, 0, 0, 0.25);
		padding: 0% 0 6%;
		z-index: 5;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.4s ease, visibility 0.4s ease;
	}

	.sp_only_footer .fv_after .fv_after_btn {
		width: 90%;
	}

	.sp_only_footer.visible {
		opacity: 1;
		visibility: visible;
	}

	.grecaptcha-badge {
		visibility: hidden;
	}

	.recaptcha-note {
		display: block;
		margin: 2rem 0;
		color: #fff;
		font-size: 1.0rem;
	}

	.recaptcha-note a {
		color: #fff;
	}
}

.form .innner_wrap .form_flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 8rem auto 0;
	row-gap: 2.5rem;
}


.form .innner_wrap .form_flex dd {
	font-size: 2.0rem;
	width: 30%;
}

.form .innner_wrap .form_flex dt {
	font-size: 2.0rem;
	width: 60%;
	position: relative;
	display: inline-block;
}
.form .innner_wrap .form_flex dt:last-child {
	font-size: 2.0rem;
	width: 60%;
	position: relative;
	display: inline-block;
}

.form .innner_wrap .form_flex dt input {
	border: #333 1px solid;
	border-radius: 5px;
	width: 100%;
	padding: 1rem;
}

.form .innner_wrap .form_flex dt select {
	border: #333 1px solid;
	border-radius: 5px;
	width: 100%;
	padding: 1rem;
	appearance: none;
	/* デフォルトのスタイルを無効化 */
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

/* 矢印をつける */
.form .innner_wrap .form_flex .select::after {
	content: "▼";
	/* 矢印 */
	font-size: 14px;
	color: #999;
	/* 矢印の色 */
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	/* クリックを邪魔しない */
}

/* IE対応用 */
select::-ms-expand {
	display: none;
}

.form .innner_wrap p {
	font-size: 2.0rem;
	/* text-align: center; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2.0rem 0;
}

.form .innner_wrap p a {
	color: #ff7f00;
	text-decoration-line: underline;
}

.form .lastbtn {
	font-weight: 600;
	color: #fff;
	font-size: 3.0rem;
	display: flex;
	position: relative;
	background: linear-gradient(to bottom, #3793d1, #075e99);
	width: 50rem;
	height: 8.5rem;
	border-radius: 50px;
	margin: 4rem auto 0;
	justify-content: center;
	align-items: baseline;
	cursor: pointer;
	box-shadow: 0 5px 0 #0d2665;

}

.form .btn_wrap {
	position: relative;
}

.form .btn_wrap::after {
	content: "";
	position: absolute;
	background-image: url(../image/last_btn_arr.png);
	background-size: 60%;
	height: 12rem;
	width: 12rem;
	top: 0.5rem;
	right: 5.5rem;
	background-repeat: no-repeat;
	z-index: 3;
}

.form .innner_wrap .check_wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	/* チェックボックスとテキストの間隔 */
	font-size: 16px;
	cursor: pointer;
	/* ラベルクリックでチェック可能に */
	margin: 4rem auto;
	justify-content: center;
}

/* チェックボックスのデフォルトスタイル */
.form .innner_wrap .check_wrap input[type="checkbox"] {
	width: 18px;
	height: 18px;
	cursor: pointer;
	border: 1px solid #333;
	display: none
}

/* チェックボックスのスタイル */
.check_wrap input.check[type="checkbox"] {
	width: 18px;
	height: 18px;
	cursor: pointer;
	border: 2px solid #999;
	border-radius: 3px;
	position: relative;
	appearance: none;
	/* デフォルトのスタイルを無効化 */
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
}

/* チェックボックスが選択されたときの背景色変更 */
.check_wrap input.check[type="checkbox"]:checked {
	background-color: #ff7f00;
	/* チェック時の背景色 */
	border-color: #ff7f00;
}

/* チェックマークを追加 */
.check_wrap input.check[type="checkbox"]:checked::after {
	content: "✔";
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* チェックボックスのラベル */
.check_wrap label {
	display: flex;
	align-items: center;
	gap: 8px;
	/* チェックボックスとテキストの間隔 */
	font-size: 16px;
	cursor: pointer;
}

/* リンクのスタイル */
.check_wrap .wpcf7-list-item-label a {
	color: #ff7f00;
	text-decoration: underline;
}

.check_wrap .wpcf7-list-item-label a:hover {
	text-decoration: none;
}

/* チェックボックスがチェックされたときのテキストの色変更 */
.check_wrap input.check[type="checkbox"]:checked {
	color: #0073aa;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.form .innner_wrap .form_flex {
		display: block;
		margin: 2rem auto 0;
	}

	.form .innner_wrap .form_flex dd {
		font-size: 1.4rem;
		width: auto;
		margin: 1.5rem 0 0.5rem;
	}

	.form .innner_wrap .form_flex dt {
		font-size: 1.4rem;
		width: 100%;
		position: relative;
		display: inline-block;
	}

	.form .innner_wrap .check_wrap {
		font-size: 1.4rem;
	}

	span.wpcf7-list-item {
		margin: 0 !important;
	}

	.form .lastbtn {
		font-weight: 600;
		color: #fff;
		font-size: 1.8rem;
		display: flex;
		position: relative;
		/* background-color: #ff4800; */
		width: 100%;
		height: 5rem;
		border-radius: 50px;
		margin: 2rem auto 0;
		justify-content: center;
		align-items: baseline;
		cursor: pointer;
		box-shadow: none;
		padding-right: 2rem;
		opacity:0
	}

	.form .btn_wrap::after {
		content: "";
		position: absolute;
		background-image: url(../image/last_btn_arr.png);
		background-size: 60%;
		height: 6.5rem;
		width: 6.5rem;
		top: 0.5rem;
		right: -2rem;
		background-repeat: no-repeat;
		z-index: 3;
	}
}

.thanks {
	text-align: center;
	margin: 3rem auto;
	width: 86%;
}

.thanks h3 {
	font-size: 4.0rem;
	font-weight: 600;
	position: relative;
}

.thanks p {
	font-size: 2.0rem;
	line-height: 2.2;
	margin: 8.5rem 0 0 0;
	padding: 0 2rem 0 0;
}

.thanks a {
	font-weight: 600;
	color: #fff;
	font-size: 1.8rem;
	display: flex;
	position: relative;
	background: linear-gradient(to bottom, #3793d1, #075e99);
	width: 40%;
	/* height: 10rem; */
	border-radius: 50px;
	margin: 4rem auto 0;
	justify-content: center;
	align-items: baseline;
	padding: 2rem 0;
	cursor: pointer;
	box-shadow: 0 5px 0 #0d2665;
}


@media screen and (max-width: 768px) {
	.thanks {
		text-align: center;
		margin: auto;
		width: 86%;
	}

	.thanks h3 {
		font-size: 2.0rem;
		font-weight: 600;
		position: relative;
	}

	.thanks p {
		font-size: 1.4rem;
		line-height: 1.8;
		margin: 3rem 0 0 0;
		padding: 0;
	}

	.thanks a {
		font-weight: 600;
		color: #fff;
		font-size: 1.4rem;
		display: flex;
		position: relative;
		/* background-color: #ff4800; */
		width: 80%;
		/* height: 10rem; */
		border-radius: 50px;
		margin: 4rem auto 0;
		justify-content: center;
		align-items: baseline;
		padding: 1rem 0;
		cursor: pointer;
		/* box-shadow: 0 5px 0 #c1350a; */
	}
}

/* update date 2025-06-16 */


@media (min-width: 751px) and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
body {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
}

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

span {
  display: inline-block;
}

@media screen and (min-width: 751px) {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
}
.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.header_flex .header_btn {
  border-radius: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 197, 15)), to(rgb(247, 115, 6)));
  background: linear-gradient(90deg, rgb(249, 197, 15) 0%, rgb(247, 115, 6) 100%);
  height: 6.5rem;
  padding: 0 1.8rem 0 9rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 7px 0px 0px rgb(136, 44, 8);
  box-shadow: 0px 7px 0px 0px rgb(136, 44, 8);
  margin-top: -0.7rem;
}

.header_flex .header_btn > .sm {
  font-size: 1.1rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #900101;
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

.header_flex .header_btn > .med {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
}

.header_flex .header_btn::before {
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/btn_before02.png);
  height: 5.5rem;
  width: 5.5rem;
  left: 1.9rem;
}

.header_flex .header_btn::after {
  content: none;
}

#main {
  padding-top: 100px;
  font-family: "Noto Serif JP", serif;
}

#main .c_btn {
  font-family: "Noto Sans JP", serif;
  position: relative;
  border-radius: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 197, 15)), to(rgb(247, 115, 6)));
  background: linear-gradient(90deg, rgb(249, 197, 15) 0%, rgb(247, 115, 6) 100%);
  height: 9.2rem;
  padding: 0 1.8rem 0 12.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 7px 0px 0px rgb(136, 44, 8);
  box-shadow: 0px 7px 0px 0px rgb(136, 44, 8);
  margin-top: -0.7rem;
}

#main .c_btn > .sm {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #900101;
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

#main .c_btn > .med {
  font-size: 3.1rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
}

#main .c_btn::before {
  content: "";
  position: absolute;
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/btn_before02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0.6rem;
  height: 7.8rem;
  width: 7.8rem;
  left: 2.2rem;
  z-index: 1;
}

#main .btn__box {
  margin-top: 5.6rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.5rem 4rem 3.5rem 3rem;
}

#main .btn__box .left {
  text-align: center;
}

#main .btn__box .left > .label span {
  background-color: #101d32;
  border-radius: 4rem;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 800;
  color: #fff;
  position: relative;
  min-width: 39.6rem;
  padding: 0.3rem 2rem 0.5rem;
}

#main .btn__box .left > .label span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 99%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0.7rem 0.7rem 0 0.7rem;
  border-color: #101d32 transparent transparent transparent;
  -webkit-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  z-index: 1;
}

#main .btn__box .left > .txtLine {
  margin-top: 1.6rem;
}

#main .btn__box .left > .txtLine > span {
  color: #101d32;
  font-size: 3.2rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.03em;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(70.5%, transparent), color-stop(0%, #dfbd55)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70.5%, #dfbd55 0%) repeat scroll 0 0;
}

#main .btn__box .left > .txtLine .dot {
  position: relative;
}

#main .btn__box .left > .txtLine .dot::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #dfbd55;
  top: -0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 0.1rem solid #101d32;
  z-index: 1;
}

#main .c-line {
  position: relative;
  height: 0.7rem;
  display: block;
}

#main .c-line::before, #main .c-line::after {
  content: "";
  position: absolute;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(152, 115, 18)), to(rgb(188, 172, 113)));
  background: linear-gradient(90deg, rgb(152, 115, 18) 0%, rgb(188, 172, 113) 100%);
  z-index: 1;
  left: 0;
}

#main .c-line::before {
  height: 1px;
  top: 0;
}

#main .c-line::after {
  height: 0.3rem;
  bottom: 0;
}

#main .fv {
  position: relative;
  overflow: hidden;
  min-height: 64.5rem;
  padding: 2.3rem 5.2rem;
}

#main .fv::after {
  content: none;
}

#main .fv-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#main .fv-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(267.99deg, rgba(188, 214, 255, 0) -10.11%, #101d32 54.84%, #172d59 75.62%, #050d31 83.6%, #03081e 97.96%);
  z-index: 2;
}

#main .fv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#main .fv .container {
  max-width: 1440px;
}

#main .fv-content {
  position: relative;
  z-index: 2;
  max-width: 79.5rem;
}

#main .fv-content .text-before > span {
  padding: 0.8rem 1.2rem;
  background-color: #111e33;
  border-radius: 0.5rem;
  font-size: 3.2rem;
  line-height: 1.5313;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.06em;
}

#main .fv-content .text-line {
  margin-top: 1.4rem;
}

#main .fv-content .text-line > span {
  font-size: 4rem;
  line-height: 1.5313;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.06em;
  position: relative;
}

#main .fv-content .text-title {
  color: #fff;
  font-size: 6.3rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: -2.5rem;
}

#main .fv-content .text-title .gradient {
  -webkit-font-feature-settings: "palt" on;
  -moz-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  background: linear-gradient(89.98deg, #a3892b -14.9%, #ddb752 48.41%, #e7cd65 84.83%, #e2d981 108.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#main .fv-content .text-title .num {
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  font-size: 18.7rem;
  font-weight: 800;
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}

#main .fv-content .text-title .larg {
  font-size: 10rem;
  line-height: 1;
}

#main .fv-content .text-promt {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}

#main .fv-content .text-promt > span {
  width: 24.9rem;
}

#main .fv .form {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  padding: 0;
  max-width: 1440px;
  margin: 0 auto;
 height: 100%;
  width: 100%;
  padding: 2.4rem 14rem 2.4rem 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
::-webkit-scrollbar {
  width: 2px; 
}
#main .fv .form .btn_form {
  position: relative;
  border-radius: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 197, 15)), to(rgb(247, 115, 6)));
  background: linear-gradient(90deg, rgb(249, 197, 15) 0%, rgb(247, 115, 6) 100%);
  height: 5.9rem;
  padding: 0 1.6rem 0 8.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 6px 0px 0px rgb(136, 44, 8);
  box-shadow: 0px 6px 0px 0px rgb(136, 44, 8);
}

#main .fv .form .btn_form .ajax-loader {
  position: absolute;
  z-index: -9999;
}

#main .fv .form .btn_form > .sm {
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #900101;
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

#main .fv .form .btn_form > .med {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
}

#main .fv .form .btn_form::before {
  content: "";
  position: absolute;
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/btn_before02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0.5rem;
  height: 5rem;
  width: 5rem;
  left: 1.7rem;
}

#main .fv .form .form_wrap {
  border: none;
  border-radius: 0;
  padding: 1.8rem 4rem 0;
  max-width: 41rem;
  width: 100%;
  float: right;
  background: #fff;
    height: 100%;
    overflow-y: auto;
}

#main .fv .form .form_wrap .innner_wrap {
  width: auto;
  margin: 0 auto;
}

#main .fv .form .form_wrap .innner_wrap .title_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: #1a1a19;
  max-width: 88%;
  margin: 0 auto;
  padding: 0.6rem 0 0 6rem;
  min-height: 5.3rem;
}

#main .fv .form .form_wrap .innner_wrap .title_flex::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 2.6rem 0 2.6rem 1.8rem;
  border-color: transparent transparent transparent #1a1a19;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

#main .fv .form .form_wrap .innner_wrap .title_flex .free {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #ae0606;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  border: 0.3rem solid #fff;
  margin: 0;
  position: absolute;
  left: -2.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#main .fv .form .form_wrap .innner_wrap h3 {
  line-height: 1;
}

#main .fv .form .form_wrap .innner_wrap h3 .small {
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  min-height: 2.7rem;
  width: 22.8rem;
  background-color: #ae0606;
  border: 1px solid #fff;
  border-radius: 4rem;
  position: absolute;
  top: -1.5rem;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 0.5rem;
  letter-spacing: 0;
}

#main .fv .form .form_wrap .innner_wrap h3 .larg {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  color: #fff;
}

#main .fv .form .innner_wrap .form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1.7rem auto 0;
  row-gap: 0;
}

#main .fv .form .innner_wrap .form_flex dd {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #191919;
  margin-bottom: 0.6rem;
}

#main .fv .form .innner_wrap .form_flex dd .eq {
  min-width: 4rem;
  min-height: 2.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #ae0606;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 0.8rem;
}

#main .fv .form .innner_wrap .form_flex dd .eq.no-eq {
  background-color: #fff;
  border: 1px solid #191919;
  color: #191919;
}

#main .fv .form .innner_wrap .form_flex dt {
  width: 100%;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1.5rem;
}

#main .fv .form .innner_wrap .form_flex dt input {
  border: 1px solid #908888;
  background-color: #f8f8f8;
  border-radius: 0.2rem;
  padding: 0.9rem;
}

#main .fv .form .innner_wrap .form_flex dt input::-webkit-input-placeholder {
  color: #a5a5a5;
  font-size: 1.6rem;
}

#main .fv .form .innner_wrap .form_flex dt input::-moz-placeholder {
  color: #a5a5a5;
  font-size: 1.6rem;
}

#main .fv .form .innner_wrap .form_flex dt input:-ms-input-placeholder {
  color: #a5a5a5;
  font-size: 1.6rem;
}

#main .fv .form .innner_wrap .form_flex dt input::-ms-input-placeholder {
  color: #a5a5a5;
  font-size: 1.6rem;
}

#main .fv .form .innner_wrap .form_flex dt input::placeholder {
  color: #a5a5a5;
  font-size: 1.6rem;
}

#main .fv .form .innner_wrap .check_wrap {
  margin: 0 0 1.6rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

#main .fv .form .innner_wrap .check_wrap > p {
  font-size: 1.2rem;
  line-height: 1.1;
}

#main .fv .form .innner_wrap p {
  margin: 0;
}

#main .fv .form span.wpcf7-list-item {
  margin: 0;
}

#main .fv .form .check_wrap .wpcf7-list-item-label a {
  color: #0047ff;
  text-decoration: none;
}

#main .fv .form .lastbtn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 10;
  border-radius: 0;
  margin: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
	opacity:0
}

#main .fv .form .btn_wrap::after {
  content: none;
}

#main .scroll-container {
  padding: 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main .scroll-container .infinite-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

#main .scroll-container .infinite-scroll-wrapper .infinite-scroll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  white-space: nowrap;
  -webkit-animation: scroll 100s linear infinite;
  animation: scroll 100s linear infinite;
  width: 100%;
  gap: 7.6rem;
}

#main .scroll-container .infinite-scroll-wrapper .infinite-scroll-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 7.6rem;
}

#main .scroll-container .infinite-scroll-wrapper .infinite-scroll-items figure {
  margin: 0;
  padding: 0;
}

#main .concerns {
  padding: 8rem 0 7.2rem;
  overflow: hidden;
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/bg_concerns.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#main .concerns__inner {
  max-width: 83.2rem;
  margin: 0 auto;
  position: relative;
}

#main .concerns .heading {
  text-align: center;
}

#main .concerns .heading > span {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 0.5rem 0;
  text-shadow: 0px 0px 2.8rem rgba(0, 0, 0, 0.25);
}

#main .concerns .heading > span::before, #main .concerns .heading > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(rgb(188, 172, 113)), to(rgb(152, 115, 18)));
  background: linear-gradient(90deg, rgb(188, 172, 113) 0%, rgb(152, 115, 18) 100%);
  z-index: 1;
}

#main .concerns .heading > span::before {
  top: 0;
}

#main .concerns .heading > span::after {
  bottom: 0;
}

#main .concerns .headingSub {
  margin-top: 4.5rem;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#main .concerns .headingSub > .larg {
  font-size: 4.9rem;
  line-height: 1;
}

#main .concerns .headingSub > .larg > span {
  position: relative;
}

#main .concerns .headingSub > .larg > span::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

#main .concerns_boxList {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 3rem rgba(14, 28, 58, 0.5);
  box-shadow: 0px 0px 3rem rgba(14, 28, 58, 0.5);
  border-radius: 2.4rem;
  padding: 3.8rem;
  margin-top: 5.2rem;
  text-align: center;
}

#main .concerns_boxList ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#main .concerns_boxList ul li {
  font-size: 2.4rem;
  font-weight: bold;
  color: #222e41;
  text-shadow: 0px 0px 2.8rem rgba(0, 0, 0, 0.25);
  line-height: 2.1666666667;
  padding-left: 4.5rem;
  position: relative;
  text-align: left;
}

#main .concerns_boxList ul li > span {
  color: #ffd461;
  background-color: #222e41;
  line-height: 1.3;
  padding: 0 0.3rem 0.3rem;
}

#main .concerns_boxList ul li::before {
  content: "";
  position: absolute;
  width: 2.9rem;
  height: 2.9rem;
  left: 0;
  top: 1.3rem;
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/icon_check.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

#main .worldFit {
	position: relative;
  padding: 3rem 0 2.6rem;
  overflow: hidden;
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/bg_worldfit.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#main .worldFit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FCF2C9;
  opacity: 0.8;
  z-index: 0;
}

#main .worldFit__inner {
  max-width: 108rem;
  margin: 0 auto;
  position: relative;
}

#main .worldFit .heading {
  font-size: 3.2rem;
  font-weight: 800;
  color: #101d32;
  text-align: center;
  letter-spacing: 0;
}

#main .worldFit .heading .pic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 37.1rem;
}

#main .worldFit .heading .child2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  letter-spacing: 0.06em;
}

#main .worldFit .heading .line {
  position: relative;
  margin-bottom: 2rem;
}

#main .worldFit .heading .line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background-color: #fbd438;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}

#main .worldFit .headingSub {
  margin-top: 1.2rem;
}

#main .worldFit .headingSub__boxIn {
  position: relative;
  max-width: 91.1rem;
  width: 100%;
  margin: 0 auto;
  background-color: #fcf2c9;
  padding: 0.4rem 2rem 1.6rem;
  font-weight: bold;
  color: #0b173f;
  font-size: 3.6rem;
  text-align: center;
  border-width: 1px;
  line-height: 1.35;
  border-style: solid;
  -o-border-image: linear-gradient(to right, rgb(163, 137, 43) 0%, rgb(221, 183, 82) 51%, rgb(231, 205, 101) 81%, rgb(226, 217, 129) 100%) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(rgb(163, 137, 43)), color-stop(51%, rgb(221, 183, 82)), color-stop(81%, rgb(231, 205, 101)), to(rgb(226, 217, 129))) 1;
  border-image: linear-gradient(to right, rgb(163, 137, 43) 0%, rgb(221, 183, 82) 51%, rgb(231, 205, 101) 81%, rgb(226, 217, 129) 100%) 1;
}

#main .worldFit .headingSub__boxIn .med {
  font-size: 2.4rem;
}

#main .worldFit .headingSub__boxIn .larg {
  font-size: 5.6rem;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(76.5%, transparent), color-stop(0%, #fff)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 76.5%, #fff 0%) repeat scroll 0 0;
}

#main .worldFit .headingSub__boxIn::before, #main .worldFit .headingSub__boxIn::after {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: calc(100% + 0.6rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

#main .worldFit .headingSub__boxIn::before {
  left: -0.2rem;
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/line_gradient01.png);
  background-size: 2.6rem 100%;
  background-repeat: no-repeat;
}

#main .worldFit .headingSub__boxIn::after {
  right: -0.2rem;
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/line_gradient02.png);
  background-size: 2.6rem 100%;
  background-repeat: no-repeat;
}

#main .worldFit-provides {
  margin-top: 3rem;
  width: 100%;
}

#main .worldFit .txtEnd {
  text-align: center;
  color: #101d32;
  font-size: 2.4rem;
  font-weight: 800;
  margin-top: 1.8rem;
}

#main .worldFit .txtEnd .med {
  font-size: 4rem;
  line-height: 1;
}

#main .shop {
  padding: 2.5rem 0;
  overflow: hidden;
  background-color: #222e41;
}

#main .shop__inner {
  max-width: 105.3rem;
  margin: 0 auto;
  position: relative;
}

#main .shop .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#main .shop .title > span.en {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.12em;
}

#main .shop .title > span.en > span {
  background: linear-gradient(271.75deg, #987312 2.97%, #bcac71 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#main .shop .title > span.ja {
  display: block;
  text-align: center;
}

#main .shop .title > span.ja > span {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  padding: 0 3rem;
  line-height: 1.2;
}

#main .shop .title > span.ja > span::before, #main .shop .title > span.ja > span::after {
  content: "";
  position: absolute;
  width: 28.2rem;
  height: 1px;
  background-color: #fff;
  top: 56%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

#main .shop .title > span.ja > span::before {
  left: 100%;
}

#main .shop .title > span.ja > span::after {
  right: 100%;
}

#main .shop.--01 {
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/bg_shop01.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#main .shop.--01 .text {
  margin-top: 4.8rem;
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.53125;
  letter-spacing: 0.03em;
}

#main .shop.--01 .text .txt_yellow {
  color: #dfbd55;
}

#main .shop.--01 .shop_location {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.7rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#main .shop.--01 .shop_location--boxIn {
  width: calc(50% - 1.85rem);
  position: relative;
}

#main .shop.--01 .shop_location--boxIn .head {
  position: absolute;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  background-color: #222e41;
  padding: 0 1rem 0 3rem;
  color: #fff;
  top: 1.6rem;
  left: 1.6rem;
}

#main .shop.--01 .shop_location--boxIn .head::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/icon_location.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

#main .shop.--01 .shop_location--boxIn .visitors {
  margin-top: 1rem;
  text-align: center;
  font-size: 4.3rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}

#main .shop.--01 .shop_location--boxIn .visitors .num {
  font-size: 9rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(89.98deg, #a3892b 30.01%, #ddb752 62.76%, #e7cd65 81.6%, #e2d981 93.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#main .shop.--01 .shop_location--boxIn .visitors sup {
  top: 0;
  font-size: 2.8rem;
}

#main .shop.--01 .shop_location--boxIn .note {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

#main .shop.--02 {
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/bg_shop02.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#main .shop.--02 .shop__inner {
  max-width: 108rem;
}

#main .shop.--02 .chart {
  position: relative;
  margin-top: 3.2rem;
}

#main .shop.--02 .chart .text {
  position: absolute;
  top: 42%;
  left: 31%;
  z-index: 1;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  color: #101d32;
}

#main .shop.--02 .result {
  margin-top: 3.3rem;
}

#main .shop.--02 .result .c-line.--01 {
  top: 2.8rem;
}

#main .shop.--02 .result h3 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 2.8rem;
}

#main .shop.--02 .result h3 > span {
  color: #fff;
  font-size: 2.9rem;
  font-weight: 800;
  line-height: 1.5517241379;
  letter-spacing: 0;
  position: relative;
  min-width: 80.6rem;
  padding: 0 3rem;
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/bg_title.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#main .shop.--02 .result ul {
  padding-bottom: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.4rem;
}

#main .shop.--02 .result ul li {
  position: relative;
  padding: 2.5rem 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#main .shop.--02 .result ul li > .tit {
  font-size: 2.4rem;
  line-height: 1.0833333333;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0;
}

#main .shop.--02 .result ul li > .number {
  font-size: 7.3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
  background: linear-gradient(89.98deg, #a3892b -14.9%, #ddb752 48.41%, #e7cd65 84.83%, #e2d981 108.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#main .shop.--02 .result ul li > .number > span {
  font-size: 3.8rem;
}

#main .shop.--02 .result ul li::before, #main .shop.--02 .result ul li::after {
  content: "";
  position: absolute;
  width: 6rem;
  height: 14.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

#main .shop.--02 .result ul li::before {
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/deco_result01.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
}

#main .shop.--02 .result ul li::after {
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/deco_result02.png);
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
}

#main .operation {
  padding: 3rem 0 3.6rem;
  overflow: hidden;
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/bg_operational.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #222e41;
}

#main .operation__inner {
  max-width: 108rem;
  margin: 0 auto;
  position: relative;
}

#main .operation .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#main .operation .title > span.en {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.12em;
}

#main .operation .title > span.en > span {
  background: linear-gradient(271.75deg, #987312 2.97%, #bcac71 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#main .operation .title > span.ja {
  display: block;
  text-align: center;
}

#main .operation .title > span.ja > span {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  padding: 0 3rem;
  line-height: 1.2;
}

#main .operation .title > span.ja > span::before, #main .operation .title > span.ja > span::after {
  content: "";
  position: absolute;
  width: 28.2rem;
  height: 1px;
  background-color: #fff;
  top: 56%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

#main .operation .title > span.ja > span::before {
  left: 100%;
}

#main .operation .title > span.ja > span::after {
  right: 100%;
}

#main .operation .text {
  margin-top: 3.2rem;
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.53125;
  font-weight: 800;
  letter-spacing: 0.03em;
}

#main .operation .text > .txt_yellow {
  color: #dfbd55;
}

#main .operation_boxIn {
  background-color: #fff;
  margin-top: 2rem;
  padding: 5.4rem 3.6rem;
}

#main .operation_boxIn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem;
}

#main .operation_boxIn ul li {
  width: calc(16.6666666667% - 2rem);
  background-color: #101d32;
  border-radius: 1.2rem;
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#main .operation_boxIn ul li .icon {
  margin: 0;
  min-height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#main .operation_boxIn ul li .txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#main .approval {
  position: relative;
  padding: 9.8rem 0;
  overflow: hidden;
  background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/bg_approval.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#main .approval::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #101d32;
  opacity: 0.8;
  z-index: 0;
}

#main .approval__inner {
  max-width: 108rem;
  margin: 0 auto;
  position: relative;
}

#main .approval .heading {
  text-align: center;
}

#main .approval .heading span.tit {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  padding: 1.8rem 0 1rem;
}

#main .approval .heading .larg {
  color: #dfbd55;
  font-size: 5.6rem;
  line-height: 1;
}

#main .approval .heading .larg > .dot {
  position: relative;
}

#main .approval .heading .larg > .dot::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

#main .approval .text {
  margin-top: 5.7rem;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}

#main .approval .text .txt_yellow {
  color: #dfbd55;
}

#main .reason {
  position: relative;
  padding: 2.4rem 0 7.5rem;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(16, 29, 50)), color-stop(51%, rgba(16, 29, 50, 0.8)), to(rgba(49, 88, 152, 0.89))), url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/bg_reason.jpg) no-repeat center/cover;
  background: linear-gradient(180deg, rgb(16, 29, 50) 0%, rgba(16, 29, 50, 0.8) 51%, rgba(49, 88, 152, 0.89) 100%), url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/bg_reason.jpg) no-repeat center/cover;
}

#main .reason__inner {
  max-width: 108rem;
  margin: 0 auto;
  position: relative;
}

#main .reason .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#main .reason .title__inner {
  position: relative;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
}

#main .reason .title__inner > span.en {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 2;
}

#main .reason .title__inner > span.en::before, #main .reason .title__inner > span.en::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  width: 37%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
}

#main .reason .title__inner > span.en::before {
  left: 0;
}

#main .reason .title__inner > span.en::after {
  right: 0;
}

#main .reason .title__inner > span.en > span {
  padding: 0 3rem;
}

#main .reason .title__inner > span.en > span > span {
  background: linear-gradient(271.75deg, #987312 2.97%, #bcac71 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#main .reason .title__inner > span.ja {
  text-align: center;
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.2;
  padding: 0.7rem 0;
}

#main .reason .text {
  margin-top: 2.4rem;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 800;
  line-height: 1.75;
  color: #fff;
}

#main .reason .point {
  margin-top: 4rem;
}

#main .reason .point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main .reason .point ul > li {
  width: calc(33.3333333333% - 1rem);
  background-color: #fff;
}

#main .reason .point ul > li > h3 {
  background-color: #101d32;
  text-align: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5625;
}

#main .reason .point ul > li > .txt {
  text-align: center;
  padding: 1.8rem 1rem;
  font-size: 3rem;
  font-weight: 800;
  color: #101d32;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
}

#main .reason .point ul > li > .txt .gradient {
  font-size: 4rem;
  background: linear-gradient(257.33deg, #101d32 1.67%, #101d32 13.1%, #284681 33.88%, #050d31 68.06%, #03081e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#main .reason .point ul > li > .pic {
  width: 100%;
}

#main .access {
  position: relative;
  padding: 2.4rem 0 5.5rem;
  overflow: hidden;
  background: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/bg_access.jpg) no-repeat center/cover;
}

#main .access::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(16, 29, 50)), color-stop(51%, rgba(16, 29, 50, 0.8)), to(rgba(49, 88, 152, 0.89)));
  background: linear-gradient(180deg, rgb(16, 29, 50) 0%, rgba(16, 29, 50, 0.8) 51%, rgba(49, 88, 152, 0.89) 100%);
  opacity: 0.4;
  z-index: 0;
}

#main .access__inner {
  max-width: 108rem;
  margin: 0 auto;
  position: relative;
}

#main .access .txt_yellow {
  color: #ffd34e;
}

#main .access .btn__box {
  margin-top: 4rem;
}

#main .access .heading {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.625;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-shadow: 0px 0px 20px rgba(78, 94, 110, 0.5);
}

#main .access-content {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4.8rem;
}

#main .access-content .left h3 > span {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.625;
  position: relative;
}

#main .access-content .left h3 > span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
}

#main .access-content .left h3 > span > span {
  position: relative;
  z-index: 2;
  background: linear-gradient(257.33deg, #101d32 1.67%, #101d32 13.1%, #284681 33.88%, #050d31 68.06%, #03081e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#main .access-content .left .txt {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #fff;
}

#main .access-content .right {
  width: 24.8rem;
  border-radius: 0.6rem;
}

#main .voice {
  position: relative;
  padding: 2.4rem 0 8.2rem;
  overflow: hidden;
  background: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/bg_voice.jpg) no-repeat center/cover;
  min-height: 76.4rem;
}

#main .voice::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(252, 242, 201, 0.8)), color-stop(58.17%, rgba(252, 242, 201, 0.8)), to(rgba(150, 144, 120, 0)));
  background: linear-gradient(90deg, rgba(252, 242, 201, 0.8) 0%, rgba(252, 242, 201, 0.8) 58.17%, rgba(150, 144, 120, 0) 100%);
  opacity: 0.8;
  z-index: 0;
}

#main .voice__inner {
  max-width: 108.4rem;
  margin: 0 auto;
  position: relative;
}

#main .voice .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#main .voice .title > span.en {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.12em;
}

#main .voice .title > span.en > span {
  background: linear-gradient(271.75deg, #987312 2.97%, #bcac71 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#main .voice .title > span.ja {
  display: block;
  text-align: center;
}

#main .voice .title > span.ja > span {
  font-size: 4rem;
  color: #101d32;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  padding: 0 2.5rem;
  line-height: 1.2;
}

#main .voice .title > span.ja > span::before, #main .voice .title > span.ja > span::after {
  content: "";
  position: absolute;
  width: 28.2rem;
  height: 1px;
  background-color: #101d32;
  top: 56%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

#main .voice .title > span.ja > span::before {
  left: 100%;
}

#main .voice .title > span.ja > span::after {
  right: 100%;
}

#main .voice_boxIn {
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#main .voice_boxIn .left {
  width: calc(100% - 40.9rem - 2.6rem);
}

#main .voice_boxIn .left .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.5rem;
}

#main .voice_boxIn .left .head-stt {
  text-align: center;
  position: relative;
  font-style: italic;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#main .voice_boxIn .left .head-stt::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 20.5rem;
  background-color: #101d32;
  right: -3rem;
  top: -2.5rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  z-index: 1;
}

#main .voice_boxIn .left .head-stt > .txt {
  font-size: 2rem;
  color: #101d32;
  font-weight: 600;
  line-height: 1.5;
}

#main .voice_boxIn .left .head-stt > .num {
  font-size: 8rem;
  color: #101d32;
  line-height: 1;
  font-weight: 600;
}

#main .voice_boxIn .left .head-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 5.2rem;
}

#main .voice_boxIn .left .head-tit > span > span {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0.4rem;
  background-color: #101d32;
}

#main .voice_boxIn .left .desc {
  font-size: 2.4rem;
  line-height: 2.1666666667;
  color: #000;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 4rem;
}

#main .voice_boxIn .left .desc .bg_white {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  display: inline;
}

#main .voice_boxIn .right {
  width: 40.9rem;
  padding-top: 5rem;
}

#main .voice_boxIn .right .pic {
  position: relative;
}

#main .voice_boxIn .right .pic .author {
  position: absolute;
  bottom: 1.8rem;
  left: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
}

#main .voice_boxIn .right .pic .author > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#main .voice_boxIn .right .pic .author > span > span {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.3;
  color: #fff;
  background-color: #101d32;
  padding: 0 0.4rem;
  font-weight: bold;
}

#main .performance {
  position: relative;
  padding: 2.4rem 0 4.4rem;
  overflow: hidden;
  background: linear-gradient(257.33deg, #101d32 1.67%, #101d32 13.1%, #284681 33.88%, #050d31 68.06%, #03081e 100%);
}

#main .performance__inner {
  max-width: 101rem;
  margin: 0 auto;
  position: relative;
}

#main .performance .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#main .performance .title__inner {
  position: relative;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 5rem 2rem;
  border-bottom: 1px solid #fff;
}

#main .performance .title__inner > span.en {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 2;
}

#main .performance .title__inner > span.en::before, #main .performance .title__inner > span.en::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  width: 37%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
}

#main .performance .title__inner > span.en::before {
  left: -5rem;
}

#main .performance .title__inner > span.en::after {
  right: -5rem;
}

#main .performance .title__inner > span.en > span {
  padding: 0 3rem;
}

#main .performance .title__inner > span.en > span > span {
  background: linear-gradient(271.75deg, #987312 2.97%, #bcac71 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#main .performance .title__inner > span.ja {
  text-align: center;
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.2;
  padding: 0.7rem 0;
}

#main .performance_boxIn {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 7rem;
}

#main .performance_boxIn .boxItem {
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 1.6rem 1.5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main .performance_boxIn .boxItem .line {
  width: 80.685%;
  margin: 0 auto;
  border-top: 1px dashed #101d32;
  margin: 0.4rem 0 0.8rem;
}

#main .performance_boxIn .boxItem > h3 {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.667;
  border-radius: 5rem;
  background: linear-gradient(257.33deg, #101d32 1.67%, #101d32 13.1%, #284681 33.88%, #050d31 68.06%, #03081e 100%);
  text-align: center;
}

#main .performance_boxIn .boxItem > .text {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  margin-top: 3.3rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#main .performance_boxIn .boxItem > .text .txtMed {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.5;
}

#main .performance_boxIn .boxItem > .text .txtMed > span {
  background: linear-gradient(257.33deg, #101d32 1.67%, #101d32 13.1%, #284681 33.88%, #050d31 68.06%, #03081e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#main .performance_boxIn .boxItem > .text .label {
  font-size: 4.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
}

#main .performance_boxIn .boxItem > .text .label .num {
  font-size: 8rem;
  line-height: 1.15;
}

#main .performance_boxIn .boxItem > .text .label > span {
  background: linear-gradient(257.33deg, #101d32 1.67%, #101d32 13.1%, #284681 33.88%, #050d31 68.06%, #03081e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#main .performance_boxIn .boxItem > .boxBtn {
  padding: 0 4.5rem;
  margin-top: 2.5rem;
}

#main .performance_boxIn .boxItem > .boxBtn .c_btn {
  height: 6.5rem;
  padding: 0 1.8rem 0 9rem;
}

#main .performance_boxIn .boxItem > .boxBtn .c_btn::before {
  width: 5.5rem;
  height: 5.5rem;
}

#main .performance_boxIn .boxItem > .boxBtn .c_btn > .sm {
  font-size: 1.1rem;
}

#main .performance_boxIn .boxItem > .boxBtn .c_btn > .med {
  font-size: 2.2rem;
}


#main .flow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.4rem 0 3.7rem;
  overflow: hidden;
  min-height: 76.4rem;
  background: linear-gradient(257.33deg, #101d32 1.67%, #101d32 13.1%, #284681 33.88%, #050d31 68.06%, #03081e 100%);
}

#main .flow__inner {
  max-width: 113rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#main .flow .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#main .flow .title__inner {
  position: relative;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 0rem 1.5rem;
  border-bottom: 1px solid #fff;
}

#main .flow .title__inner > span.en {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 2;
}

#main .flow .title__inner > span.en::before, #main .flow .title__inner > span.en::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  width: 37%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
}

#main .flow .title__inner > span.en::before {
  left: 0;
}

#main .flow .title__inner > span.en::after {
  right: 0;
}

#main .flow .title__inner > span.en > span {
  padding: 0 3rem;
}

#main .flow .title__inner > span.en > span > span {
  background: linear-gradient(271.75deg, #987312 2.97%, #bcac71 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#main .flow .title__inner > span.ja {
  text-align: center;
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  line-height: 1.2;
  padding: 0.7rem 0;
}

#main .flow-content {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

#main .flow-content .boxStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  width: calc(100% - 12.3rem);
}

#main .flow-content .boxStep > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  color: #fff;
}

#main .flow-content .boxStep > ul > li:not(:first-child) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0 0.5rem 0.5rem;
  height: 100%;
  width: calc((100% - 21.9rem) / 5 - 1.6rem);
  min-height: 15.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  line-height: 1.56;
  border-radius: 0.4rem;
}

#main .flow-content .boxStep > ul > li:not(:first-child) > .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 7.5rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

#main .flow-content .boxStep > ul > li:not(:first-child) > .check .icon {
  width: 2.9rem;
  margin-bottom: 0.5rem;
}

#main .flow-content .boxStep > ul > li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 1.2rem 0 1.2rem 1.8rem;
  border-color: transparent transparent transparent #2a4f8b;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  z-index: 1;
}

#main .flow-content .boxStep > ul.head {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#main .flow-content .boxStep > ul.head > li {
  min-height: auto;
  font-size: 1.3rem;
}

#main .flow-content .boxStep > ul.head > li .txt_yellow {
  color: #dfbd55;
}

#main .flow-content .boxStep > ul.head > li::before {
  content: none;
}

#main .flow-content .boxStep > ul.wfit > li:not(:first-child) {
  background-color: #2a4f8b;
}

#main .flow-content .boxStep > ul.company {
  margin-top: 1.4rem;
}

#main .flow-content .boxStep > ul.company > li:not(:first-child) {
  background-color: #fff;
  color: #000;
  font-size: 1.3rem;
}

#main .flow-content .boxStep > ul.company > li:not(:first-child)::before {
  border-color: transparent transparent transparent #fff;
}

#main .flow-content .boxStep .tit {
  width: 19.9rem;
  text-align: center;
}

#main .flow-content .boxStep .tit > span {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}

#main .flow-content .grandOpen {
  width: 10rem;
}

#main .flow-content .grandOpen > span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.6rem;
  background-color: #78df55;
  font-family: "Lora", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 2.8rem;
  letter-spacing: -0.06em;
}

#main .flow-text {
  text-align: center;
  margin-top: 3.5rem;
}

#main .flow-text span.tit {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  padding: 1.8rem 0 1rem;
}

#main .flow-text .larg {
  color: #dfbd55;
  font-size: 5.6rem;
  line-height: 1;
}

#main .flow-text .larg > .dot {
  position: relative;
}

#main .flow-text .larg > .dot::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}


#main .faq {
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
  background: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/bg_faq.jpg) no-repeat center/cover;
}

#main .faq::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 0;
}

#main .faq__inner {
  max-width: 108rem;
  margin: 0 auto;
  position: relative;
}

#main .faq .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#main .faq .title > span.en {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.12em;
}

#main .faq .title > span.en > span {
  background: linear-gradient(271.75deg, #987312 2.97%, #bcac71 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#main .faq .title > span.ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#main .faq .title > span.ja > span {
  font-size: 4rem;
  color: #101d32;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  padding: 0 2.5rem;
  line-height: 1.2;
}

#main .faq .title > span.ja > span::before, #main .faq .title > span.ja > span::after {
  content: "";
  position: absolute;
  width: 28.2rem;
  height: 1px;
  background-color: #101d32;
  top: 56%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

#main .faq .title > span.ja > span::before {
  left: 100%;
}

#main .faq .title > span.ja > span::after {
  right: 100%;
}

#main .faq-list {
  margin-top: 10.6rem;
}

#main .faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

#main .faq-item + .faq-item {
  margin-top: 2.4rem;
}

#main .faq-item > div {
  background-color: #fff;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

#main .faq-item .label {
  width: 4.4rem;
  height: 4.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  padding: 0rem 0 1rem;
  position: relative;
}

#main .faq-item .label::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1px;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

#main .faq-question > .label {
  background-color: #191d43;
}

#main .faq-question > .label::before {
  background-color: #191d43;
}

#main .faq-question > .text {
  font-size: 2rem;
  color: #191d43;
  font-weight: 700;
  line-height: 1.55;
  padding: 0.8rem 0;
}

#main .faq-answer > .label {
  background-color: #1d72c1;
}

#main .faq-answer > .label::before {
  background-color: #1d72c1;
}

#main .faq-answer > .text {
  font-size: 1.8rem;
  color: #1d72c1;
  font-weight: 700;
  line-height: 1.7222222222;
  padding: 1rem 0;
}


#main .ctaBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 0;
  overflow: hidden;
  min-height: 67.8rem;
  background: linear-gradient(257.33deg, #101d32 1.67%, #101d32 13.1%, #284681 33.88%, #050d31 68.06%, #03081e 100%);
}

#main .ctaBtn__inner {
  max-width: 108rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#main .ctaBtn .btn__box {
  margin-top: 0;
  gap: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3.9rem 5rem 5.7rem;
}


footer {
  padding: 1.5rem 0;
  background-color: #000;
}

footer .footer_flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}

footer .footer_list li a {
  font-size: 1.8rem;
  font-weight: bold;
}
.wpcf7-not-valid-tip{
	font-size: 1.1rem !important 
}
@media (max-width: 768px) {
	footer .footer_list{
		gap: 1rem;
    flex-direction: column;
    margin: 3rem auto 2rem;
	}
footer .footer_list li a {
    font-size: 1.2rem;
}
  .header_flex .logo{
    margin: 0;
    height: auto;
  }
  .header_flex .logo h1 {
    margin: 0;
  }
  .header_flex .logo img {
    height: auto;
    width: 16.4rem;
  }
  .form {
    font-family: "Noto Sans JP", "Roboto", sans-serif;
    z-index: 3;
    width: calc(100% - 2rem);
    margin: 6rem auto 0;
    padding: 0;
  }
  .form-sp {
    background-color: #101d32;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/bgForm_sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 5rem;
	height: 100%;
  }
  .form-sp::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(188, 214, 255, 0)), color-stop(48%, rgb(16, 29, 50)), color-stop(73%, rgba(23, 45, 89, 0.8)), color-stop(83%, rgba(0, 0, 0, 0.89)), to(rgb(3, 8, 30)));
    background: linear-gradient(180deg, rgba(188, 214, 255, 0) 0%, rgb(16, 29, 50) 48%, rgba(23, 45, 89, 0.8) 73%, rgba(0, 0, 0, 0.89) 83%, rgb(3, 8, 30) 100%);
    z-index: 1;
  }
  .form .btn_form {
    position: relative;
    border-radius: 0.2rem;
    background: -webkit-gradient(linear, left top, right top, from(rgb(249, 197, 15)), to(rgb(247, 115, 6)));
    background: linear-gradient(90deg, rgb(249, 197, 15) 0%, rgb(247, 115, 6) 100%);
    height: 5.3rem;
    padding: 0 1.6rem 0 8.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 6px 0px 0px rgb(136, 44, 8);
    box-shadow: 0px 6px 0px 0px rgb(136, 44, 8);
  }
  .form .btn_form .ajax-loader {
    position: absolute;
    z-index: -9999;
  }
  .form .btn_form > .sm {
    font-size: 0.9rem;
    letter-spacing: 0;
    font-weight: bold;
    color: #900101;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
  }
  .form .btn_form > .med {
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .form .btn_form::before {
    content: "";
    position: absolute;
    background-image: url(https://pilates-kasane.jp/slp01/wp-content/uploads/2025/06/btn_before02.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0.5rem;
    height: 4.5rem;
    width: 4.5rem;
    left: 1.7rem;
  }
  .form .form_wrap {
    border: none;
    border-radius: 0;
    padding: 1.8rem 3.5rem 4rem;
    max-width: 41rem;
    width: 100%;
    float: unset;
    background: #fff;
  }
  .form .form_wrap .innner_wrap {
    width: auto;
    margin: 0 auto;
  }
  .form .form_wrap .innner_wrap .title_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #1a1a19;
    max-width: 88%;
    margin: 0 auto;
    padding: 0.8rem 0 0 5rem;
    min-height: 4.6rem;
  }
  .form .form_wrap .innner_wrap .title_flex::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 2.3rem 0 2.3rem 1.8rem;
    border-color: transparent transparent transparent #1a1a19;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .form .form_wrap .innner_wrap .title_flex .free {
    width: 6.1rem;
    height: 6.1rem;
    border-radius: 50%;
    background-color: #ae0606;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 800;
    border: 0.2rem solid #fff;
    margin: 0;
    position: absolute;
    left: -2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .form .form_wrap .innner_wrap h3 {
    line-height: 1;
  }
  .form .form_wrap .innner_wrap h3 .small {
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    min-height: 2.4rem;
    width: 21rem;
    background-color: #ae0606;
    border: 1px solid #fff;
    border-radius: 4rem;
    position: absolute;
    top: -1.3rem;
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 0 0.5rem;
    letter-spacing: 0;
  }
  .form .form_wrap .innner_wrap h3 .larg {
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.5;
    color: #fff;
  }
  .form .innner_wrap .form_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1.7rem auto 0;
    row-gap: 0;
  }
  .form .innner_wrap .form_flex dd {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    color: #191919;
    margin: 0 0 0.6rem;
  }
  .form .innner_wrap .form_flex dd .eq {
    min-width: 3.5rem;
    min-height: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #ae0606;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    margin-right: 0.8rem;
  }
  .form .innner_wrap .form_flex dt:last-child {
    width: 100%;
  }
  .form .innner_wrap .form_flex dd .eq.no-eq {
    background-color: #fff;
    border: 1px solid #191919;
    color: #191919;
  }
  .form .innner_wrap .form_flex dt {
    width: 100%;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 1.5rem;
  }
  .form .innner_wrap .form_flex dt input {
    border: 1px solid #908888;
    background-color: #f8f8f8;
    border-radius: 0.2rem;
    padding: 0.9rem;
  }
  .form .innner_wrap .form_flex dt input::-webkit-input-placeholder {
    color: #a5a5a5;
    font-size: 1.6rem;
  }
  .form .innner_wrap .form_flex dt input::-moz-placeholder {
    color: #a5a5a5;
    font-size: 1.6rem;
  }
  .form .innner_wrap .form_flex dt input:-ms-input-placeholder {
    color: #a5a5a5;
    font-size: 1.6rem;
  }
  .form .innner_wrap .form_flex dt input::-ms-input-placeholder {
    color: #a5a5a5;
    font-size: 1.6rem;
  }
  .form .innner_wrap .form_flex dt input::placeholder {
    color: #a5a5a5;
    font-size: 1.6rem;
  }
  .form .innner_wrap .check_wrap {
    margin: 0 0 1.6rem;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
  }
  .form .innner_wrap .check_wrap > p {
    font-size: 1.1rem;
    line-height: 1.1;
  }
  .form .innner_wrap p {
    margin: 0;
  }
  .form span.wpcf7-list-item {
    margin: 0;
  }
  .form .check_wrap .wpcf7-list-item-label a {
    color: #0047ff;
    text-decoration: none;
  }
  .form .lastbtn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 10;
    border-radius: 0;
    margin: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .form .btn_wrap::after {
    content: none;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* shop */
#shop {
        padding-top: 6rem;
    }

    #shop .shop__inner h2 {
        font-size: 3.2rem;
        text-align: center;
        color: #333;
        font-weight: bold;
        margin-bottom: 3rem;
    }

    #shop .shop__inner {
        padding: 3rem 1.5rem 7rem;
    background-color: rgba(86, 86, 75, .1);
    }

    #shop .accordion .at-item {
        background-color: #fff;
        overflow: hidden;
        box-shadow: 2px 2px 4px rgba(51, 51, 51, 0.2);
    }

    #shop .accordion .at-item+.at-item {
        margin-top: 2rem;
    }

    #shop .accordion .at-title {
        background-color: #fff;
        display: flex;
        gap: 2rem;
        justify-content: space-between;
        padding: 1rem 2rem;
        align-items: center;
        min-height: 6rem;
        position: relative;
        cursor: pointer;
        box-shadow: 2px 2px 4px rgba(51, 51, 51, 0.2);
    }

    #shop .accordion .at-title>.icon {
        width: 2.6rem;
        height: 2.6rem;
        position: relative;
    }

    #shop .accordion .at-title>.icon::before,
    #shop .accordion .at-title>.icon::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #000;
        z-index: 1;
		transition: transform .3s ease,opacity  .3s ease;
    }

 #shop .accordion .at-title.active >.icon::before{
	opacity: 0
}

 #shop .accordion .at-title.active >.icon::after{
	transform: translate(-50%, -50%) rotate(90deg);
}

    #shop .accordion .at-title>.icon::before {
        width: 2rem;
        height: 1px;
    }

    #shop .accordion .at-title>.icon::after {
        width: 1px;
        height: 2rem;
    }

    #shop .accordion .at-title>h3 {
        font-size: 1.8rem;
        color: #333333;
        font-weight: bold;
        line-height: 1.5;
    }

    #shop .accordion .at-tab {
        padding: 1.5rem;
        display: none;
        background-color: #fff;
    }

    #shop .accordion .at-tab__inner>h3:nth-child(1) {
        margin: 1rem 0 1.5rem;
    }

    #shop .accordion .at-tab__inner>h3 {
        font-size: 2rem;
        color: #333333;
        text-align: center;
        line-height: 1.5;
        font-weight: bold;
        margin: 6rem 0 1.5rem;
    }

    #shop .accordion .at-tab__inner .pic {
        width: 100%;
        margin-bottom: 2rem;
        border: 1px solid #ececec;
    }

    #shop .accordion .at-tab__inner .map_frame {
        height: 24rem;
    }

    #shop .accordion .at-tab__inner .map_frame iframe {
        width: 100%;
        height: 100%;
    }

    #shop .accordion .at-tab__inner .content-item h4 {
        margin-bottom: .8rem;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.5;
        color: #333;
    }

    #shop .accordion .at-tab__inner .content-item .desc {
        font-size: 1.4rem;
        font-weight: 400;
        color: #333;
        line-height: 1.5;
    }

    #shop .accordion .at-tab__inner .content-item+.content-item {
        margin-top: 3rem;
    }

    #shop .accordion .at-tab__inner .mapLink {
        margin-top: 2rem;
    }

    #shop .accordion .at-tab__inner .mapLink>a {
        display: block;
    }

footer.sub,
header.headerSub .header_flex{
	background-color: rgba(86, 86, 75,.89);
}
header.headerSub{
	background: rgba(86, 86, 75, .89);
}

footer.sub .footer_flex img{
	    width: 12rem;
}

footer.sub .footer_list{
	        align-items: flex-start;
	        margin: 2rem auto ;
}
footer.sub .footer_flex{
margin:0
}

footer.sub{
 padding: 2.5rem 0
}
