body {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
}

.wrapper {
	overflow: hidden;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.access {
	background: #7F6246;
	padding: 8.75rem 0;
}

.access__wrapper {
	grid-gap: 0 7%;
	align-items: center;
	display: grid;
	gap: 0 7%;
	grid-template-columns: 66% 27%;
	margin: 0 auto;
	max-width: 70rem;
	width: 90%;
}

.access__map {
	aspect-ratio: 740/520;
	height: auto;
	width: 100%;
}

.access__map iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.access__text {
	color: #fff;
}

.access__lead {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	padding-top: 11%;
}

.access__detail {
	font-size: 1rem;
	line-height: 1.8;
	padding: 2% 0 6%;
}

.access__item {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 5% 0;
}

.access__adress {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
}

.access__mail {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 5%;
}

.access__mail span {
	background: #fff;
	border-radius: 1.875rem;
	color: #654E39;
	font-size: 0.8125rem;
	line-height: 1;
	margin-right: 5%;
	padding: 1% 6%;
}

.comparison {
	background: #F2E5D9;
	padding: 7.5rem 0 7.5rem;
}

.comparison__wrapper {
	margin: 3% auto 0;
	max-width: 60.3125rem;
	width: 80%;
}

.comparison__wrapper img {
	width: 100%;
}

.concept {
	background: #F2E5D9;
	padding: 7.5rem 0;
}

.concept__wrapper {
	margin: 3.4375rem auto 0;
	max-width: 79.375rem;
	padding: 0 1.5625rem;
}

.concept__items {
	grid-gap: 0 9%;
	display: grid;
	gap: 0 9%;
	grid-template-columns: 57% 34%;
}

.concept__item1 {
	grid-area: 1/1/2/2;
}

.concept__item2 {
	grid-area: 1/2/2/3;
}

.concept__item3 {
	grid-area: 2/1/3/3;
	margin-left: 20%;
	margin-top: -6%;
	width: 41%;
}

.concept__text-l {
	color: #A47B53;
	font-family: "EB Garamond";
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
}

.concept__text-r {
	color: #654E39;
}

.concept__text-r .concept__text-head {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
}

.concept__text-r p {
	font-size: 1rem;
	line-height: 2;
	margin-top: 0.625rem;
}

.concept__item1 .concept__img {
	margin-left: auto;
	position: relative;
	width: 94%;
	z-index: 0;
}

.concept__item1 .concept__img::before {
	background: #A9896A;
	bottom: -8%;
	content: "";
	height: 90%;
	left: -7%;
	position: absolute;
	width: 93%;
	z-index: -1;
}

.concept__item1 .concept__text {
	grid-gap: 0 2%;
	display: grid;
	gap: 0 2%;
	grid-template-columns: 9% 89%;
	margin-left: auto;
	margin-top: 3.75rem;
	width: 93%;
}

.concept__item2 .concept__img {
	margin-top: 24%;
	position: relative;
	width: 87%;
	z-index: 0;
}

.concept__item2 .concept__img::before {
	background: #A9896A;
	content: "";
	height: 96%;
	position: absolute;
	right: -15%;
	top: -8%;
	width: 96%;
	z-index: -1;
}

.concept__item2 .concept__text {
	grid-gap: 0 2%;
	display: grid;
	gap: 0 2%;
	grid-template-columns: 18% 80%;
	margin-top: 1.5625rem;
	width: 92%;
}

.concept__item3 .concept__img {
	position: relative;
	z-index: 0;
}

.concept__item3 .concept__img::before {
	background: #A9896A;
	bottom: -9%;
	content: "";
	height: 97%;
	position: absolute;
	right: -9%;
	width: 93%;
	z-index: -1;
}

.concept__item3 .concept__text {
	grid-gap: 0 2%;
	display: grid;
	gap: 0 2%;
	grid-template-columns: 9% 89%;
	margin-top: 3.75rem;
}

.faq {
	background: #F8F2EC;
	padding: 8.75rem 0 8.75rem;
}

.faq__wrapper {
	margin: 0 auto;
	max-width: 75.625rem;
	width: 83%;
}

.faq__items {
	grid-gap: 0 7%;
	display: grid;
	gap: 0 7%;
	grid-template-columns: 19% 74%;
}

.faq .tab__menu {
	grid-gap: 0 0;
	align-self: start;
	display: grid;
	gap: 0 0;
	grid-template-columns: 1fr;
	padding-top: 63%;
	position: relative;
}

.faq .tab__menu-item {
	border-bottom: 1px solid #ECDDCE;
	color: #654E39;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1.8;
	opacity: 0.8;
	padding-bottom: 7%;
	position: relative;
	transition: all 0.3s ease;
}

.faq .tab__menu-item:not(:first-of-type) {
	padding-top: 7%;
}

.faq .tab__menu-item:hover {
	color: #A47B53;
	cursor: pointer;
	font-weight: 700;
	opacity: 1;
}

.faq .tab__menu-item.is-active {
	color: #A47B53;
	font-weight: 700;
	opacity: 1;
}

.tab__head {
	color: #654E39;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8;
	padding-bottom: 2.5%;
}

.faq .tab__content-item {
	display: none;
}

.faq .tab__content-item.is-active {
	animation: fade 0.3s;
	display: block;
}

.faq__item {
	border-top: 1px solid #999;
	color: #654E39;
	cursor: pointer;
	padding: 4.4% 0;
}

.faq__item:last-of-type {
	border-bottom: 1px solid #999;
}

.faq__q {
	grid-gap: 0 2%;
	display: grid;
	gap: 0 2%;
	grid-template-columns: 91% 7%;
}

.faq__q-text {
	word-wrap: break-word; /* 改行を追加 */
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	word-break: break-all; /* 必要に応じて単語を折り返す */
}

.faq__q-icon {
	position: relative;
}

.faq__q-icon::before,
.faq__q-icon::after {
	background: #654E39;
	content: "";
	height: 2px;
	margin: auto;
	position: absolute;
	right: 57%;
	top: 50%;
	transform: translateY(-50%);
	width: 32%;
}

.faq__q-icon::after {
	transform: rotate(-90deg);
	transition: transform 0.3s;
}

.faq__q-icon.open::after {
	transform: rotate(0deg);
}

.faq__content {
	display: none;
	font-size: 1rem;
	line-height: 2;
	margin-top: 1%;
	width: 91%;
}

.flow {
	background: #A9896A;
	padding: 9.6% 0 19%;
}

.flow__items {
	grid-gap: 0 7%;
	color: #fff;
	display: grid;
	gap: 0 7%;
	grid-template-columns: repeat(3, 1fr);
	margin: 4.375rem auto 0;
	position: relative;
	width: 83.5%;
}

.flow__items::before {
	background: #fff;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 20%;
	transform: translate(-50%, -50%);
	width: 120%;
}

.flow__img {
	margin: 0 auto;
	position: relative;
	width: 70%;
}

.flow__num {
	font-family: "EB Garamond";
	font-size: 3.375rem;
	left: 0;
	position: absolute;
	top: -8%;
}

.flow__head {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 6%;
}

.flow__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 2%;
}

.flow__bottom {
	font-size: 0.8125rem;
	line-height: 2;
	margin-top: 2%;
}

.footer {
	background: #654E39;
	color: #fff;
	padding: 6.25rem 0;
	transition: all 0.3s;
}

.footer a:hover {
	opacity: 0.7;
}

.footer__wrapper {
	grid-gap: 0 0;
	align-items: center;
	display: grid;
	gap: 0 0;
	grid-template-columns: 43% 57%;
	margin: 0 auto;
	width: 83%;
}

.footer__logo {
	display: block;
	width: 14.0625rem;
}

.footer__adress {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 3%;
}

.footer__map {
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 2%;
}

.footer__map img {
	margin-right: 1%;
	width: 1.8em;
}

.footer__map a {
	border-bottom: 1px solid #fff;
}

.footer__menu {
	grid-gap: 0 3%;
	border-bottom: 1px solid #fff;
	display: grid;
	font-size: clamp(0.5625rem, 0.2054rem + 0.744vw, 0.875rem);
	gap: 0 3%;
	grid-template-columns: 17% 14% 12% 9% 12% 14% 4%;
	line-height: 1.4;
	padding-bottom: 7%;
}

.footer__b {
	font-size: 0.75rem;
	padding-top: 5%;
	text-align: right;
}

.fv {
	background: linear-gradient(180deg, #A9896A 0%, #A9896A 68%, #F2E5D9 68%, #F2E5D9 100%);
	position: relative;
}

.fv__img {
	margin: 0 auto;
	position: relative;
	width: 89%;
}

.fv__text {
	color: #654E39;
	font-size: 2.22vw;
	font-weight: 500;
	left: 14.5%;
	letter-spacing: 1px;
	line-height: 1.6;
	position: absolute;
	top: 25%;
}

.fv__text span {
	display: block;
	font-family: "EB Garamond";
	font-size: 1.14vw;
	font-weight: 500;
	letter-spacing: -0.2px;
	margin-top: 1vw;
}

.fv__logo {
	position: absolute;
	right: 14.5%;
	top: 54%;
	width: 6.7vw;
}

.fv__copy {
	color: #fff;
	font-family: "EB Garamond";
	font-size: 1vw;
	letter-spacing: 1.3px;
	position: absolute;
	right: 2%;
	top: 44%;
	writing-mode: vertical-lr;
}

.fv__b {
	bottom: -9%;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 8.5%;
	width: 26.5%;
}

.fv__b-text {
	color: #000;
	font-size: 0.97vw;
	line-height: 1.4;
	margin-bottom: 3%;
	text-align: center;
}

.fv__b-button {
	grid-gap: 0 7%;
	display: grid;
	gap: 0 7%;
	grid-template-columns: repeat(2, 1fr);
}

.fv__b-button01,
.fv__b-button02 {
	align-items: center;
	aspect-ratio: 1/1;
	display: flex;
	font-size: 1.25vw;
	font-weight: 500;
	justify-content: center;
	position: relative;
	transition: all 0.3s;
	z-index: 0;
}

.fv__b-button01 {
	color: #A47B53;
}

.fv__b-button02 {
	color: #fff;
}

.fv__b-button01 span,
.fv__b-button02 span {
	margin-top: -10%;
	text-align: center;
}

.fv__b-button01 svg,
.fv__b-button02 svg {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.fv__b-button01:hover {
	color: #fff;
}

.fv__b-button02:hover {
	color: #A47B53;
}

.fv__b-button01:hover svg circle {
	fill: #A47B53;
	stroke: white;
	transition: all 0.3s;
}

.fv__b-button01:hover svg path {
	stroke: white;
	transition: all 0.3s;
}

.fv__b-button02:hover svg circle {
	fill: white;
	stroke: #A47B53;
	transition: all 0.3s;
}

.fv__b-button02:hover svg path {
	stroke: #A47B53;
	transition: all 0.3s;
}

.header {
	background: #A9896A;
	height: auto;
	height: auto;
	position: relative;
	z-index: 1;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: 0 auto;
	padding: 1.3% 5.5%;
	position: relative;
	z-index: 0;
}

.header__l {
	align-items: center;
	display: flex;
	flex: 1;
}

.header h1 {
	width: min(15vw, 180px);
}

.header h1 a {
	transition: all 0.3s;
}

.header h1 a:hover {
	opacity: 0.8;
}

.header__l span {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	margin-left: 3.5%;
}

.header__menu-button {
	display: flex;
}

.button {
	align-items: center;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 3.125rem;
	color: #A47B53;
	display: flex;
	font-weight: 500;
	justify-content: space-between;
	margin-left: auto;
	position: relative;
	text-align: center;
	transition: all 0.3s;
	width: 12.1875rem;
}

.button:hover {
	background: #A47B53;
	color: #fff;
}

.button:hover svg circle {
	fill: #fff;
}

.button:hover svg path {
	stroke: #A47B53;
}

.header .button {
	font-size: 0.875rem;
	padding: 0.5vw 0.5vw 0.5vw 1.6vw;
}

.header .button:first-of-type {
	margin-left: -6%;
}

.header .button svg {
	width: 26%;
}

.started__items .button {
	font-size: 1.125rem;
	padding: 0.5vw 0.5vw 0.5vw 2vw;
	width: 100%;
}

.started__items .button svg {
	height: auto;
	width: 25%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.price {
	background: #F2E5D9;
	padding: 1.875rem 0 8%;
	position: relative;
	z-index: 0;
}

.price::before {
	background: transparent url(../images/price-bg.png) no-repeat top center/contain;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: -10vw;
	transform: translateX(-50%);
	width: 110%;
	z-index: -1;
}

.price__wrapper {
	grid-gap: 0 4.5%;
	align-items: center;
	background: #EDE3DA;
	display: grid;
	gap: 0 4.5%;
	grid-template-columns: 31% 64.5%;
	margin: 0 auto;
	max-width: 70rem;
	width: 78%;
}

.price__text {
	color: #654E39;
	font-weight: 500;
	margin-top: 16%;
}

.price__lead {
	border-bottom: 1px solid #fff;
	font-size: 1.25rem;
	line-height: 1.8;
	padding-bottom: 4%;
}

.price__item {
	border-bottom: 1px solid #fff;
	padding: 4% 0 4%;
}

.price__head {
	background: #fff;
	border-radius: 1.875rem;
	font-size: 1rem;
	padding: 1% 5%;
	width: -moz-fit-content;
	width: fit-content;
}

.price__detail {
	font-size: 1rem;
	line-height: 2;
	padding: 3% 0 0;
}

.price__b {
	font-size: 1rem;
	padding-top: 6%;
}

.started {
	background: #F8F2EC;
}

.started > .started__items {
	margin-top: 3.5625rem;
}

.started__items {
	grid-gap: 0 0;
	display: grid;
	gap: 0 0;
	grid-template-columns: repeat(2, 1fr);
}

.started__item {
	align-items: flex-end;
	aspect-ratio: 720/320;
	display: flex;
	justify-content: space-between;
	padding: 6% 8%;
}

.started__item1 {
	background: url(../images/cta01.jpg) center center/cover;
}

.started__item2 {
	background: url(../images/cta02.jpg) center center/cover;
}

.started__l {
	color: #fff;
	font-size: 1rem;
	line-height: 1.8;
}

.started__r {
	width: 43%;
}

.started__r > span {
	color: #fff;
	display: inline-block;
	font-size: 0.8125rem;
	font-size: clamp(0.5rem, 0.0714rem + 0.8929vw, 0.875rem);
	font-weight: 700;
	padding-bottom: 2%;
	text-align: center;
	width: 100%;
}

/* === 固定ヘッダー & フッター（thanksページ専用レイアウト） ======================
   どのブラウザ高さでも：
   - ヘッダーは上にぴったり
   - フッターは下にぴったり
   - メイン（thanksセクション）は伸縮して、画面より小さくならない
   wrapper単位で完結させ、グローバル(html, body)は触らない
================================================================ */

.thanks-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100svh;
}

.thanks-wrapper .header {
	flex: 0 0 auto;
}

.thanks-wrapper main {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	min-height: 0;
}

.thanks-wrapper .footer {
	flex: 0 0 auto;
	margin-top: auto;
}

/* ================================================================= */

.thanks {
	background: #F8F2EC;
	box-sizing: border-box;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	font-size: 30px;
	justify-content: center;
	min-height: 0;
	padding: 9.375rem 0 6.25rem;
	text-align: center;
}

.thanks__lead {
	color: #654E39;
	font-size: max(1.8rem, 24px);
}

.thanks__button {
	background: #A47B53;
	border: 1px solid #A47B53;
	border-radius: 3.125rem;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	margin: 0 auto;
	padding: 1rem 0;
	text-align: center;
	transition: all 0.3s;
	width: 20rem;
}

.thanks__button:hover {
	background: #fff;
	color: #A47B53;
}

.thanks .button__wrapper {
	margin-top: 9.375rem;
}

h2 {
	font-family: "EB Garamond";
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 auto;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

h2 span {
	display: block;
	font-family: "Zen Kaku Gothic Antique";
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 auto;
	padding-top: 0.5rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

h2 span::before,
h2 span::after {
	content: "";
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
}

h2 span::before {
	height: 0.8125rem;
	left: -1.25rem;
	width: 0.8125rem;
}

h2 span::after {
	height: 0.8125rem;
	right: -1.25rem;
	width: 0.8125rem;
}

.concept h2,
.price h2,
.comparison h2,
.faq h2,
.started h2,
.trial h2 {
	color: #654E39;
}

.concept h2 span,
.price h2 span,
.comparison h2 span,
.faq h2 span,
.started h2 span,
.trial h2 span {
	color: #A47B53;
}

.concept h2 span::before,
.concept h2 span::after,
.price h2 span::before,
.price h2 span::after,
.comparison h2 span::before,
.comparison h2 span::after,
.faq h2 span::before,
.faq h2 span::after,
.started h2 span::before,
.started h2 span::after,
.trial h2 span::before,
.trial h2 span::after {
	background: transparent url(../images/title-g.png) no-repeat center left/contain;
}

.flow h2,
.access h2 {
	color: #fff;
}

.flow h2 span,
.access h2 span {
	color: #fff;
}

.flow h2 span::before,
.flow h2 span::after,
.access h2 span::before,
.access h2 span::after {
	background: transparent url(../images/title-w.png) no-repeat center left/contain;
}

.price h2,
.access h2 {
	margin-left: 0;
}

.price h2 span {
	margin-left: 23%;
}

.faq h2 {
	left: 0;
	position: absolute;
	top: 0;
}

.tokushoho {
	background: #F8F2EC;
	padding: 5rem 0;
}

.tokushoho__wrapper {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	color: #654E39;
	margin: 0 auto;
	max-width: 55.5rem;
	width: 74%;
}

.tokushoho__q {
	grid-gap: 0 2%;
	display: grid;
	gap: 0 2%;
	grid-template-columns: 91% 7%;
	padding: 3.5% 0;
}

.tokushoho__q:hover {
	cursor: pointer;
}

.tokushoho__q-r-text {
	word-wrap: break-word; /* 改行を追加 */
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	word-break: break-all; /* 必要に応じて単語を折り返す */
}

.tokushoho__q-r-icon {
	position: relative;
}

.tokushoho__q-r-icon::before,
.tokushoho__q-r-icon::after {
	background: #654E39;
	content: "";
	height: 0.125rem;
	left: 6%;
	margin: auto;
	position: absolute;
	top: 0.8em;
	width: 27%;
}

.tokushoho__q-r-icon::after {
	transform: rotate(-90deg);
	transition: transform 0.3s;
}

.tokushoho__q-r-icon.open::after {
	transform: rotate(0deg);
}

.tokushoho__content {
	display: none;
	padding: 3% 3% 5%;
}

.tokushoho__content p {
	font-size: 0.875rem;
	line-height: 1.8;
}

.tokushoho__content p:nth-of-type(n + 2) {
	margin-top: 3%;
}

.tokushoho__mail {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.trial {
	background: #F8F2EC;
	padding: 3.125rem 0 6.25rem;
}

.trial__wrapper {
	background: #fff;
	margin: 3% auto 0;
	max-width: 62.5rem;
	width: 90%;
}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.access {
	padding: 4.0625rem 0 5rem;
}

.access__wrapper {
	gap: 6vw 0;
	grid-template-columns: 1fr;
	max-width: 34.375rem;
	width: 91%;
}

.access__map {
	aspect-ratio: 358/240;
	grid-row: 2;
	width: 99%;
}

.access__text {
	grid-row: 1;
}

.access__lead {
	padding-top: 9%;
}

.access__detail {
	padding: 2% 0 4%;
}

.access__item {
	padding: 5% 0 4%;
}

.access__mail span {
	padding: 1% 4%;
}

.comparison {
	padding: 5.3125rem 0 3.75rem;
}

.comparison__wrapper {
	margin: 5% auto 0;
	width: 92%;
}

.comparison__wrapper img {
	margin: 0 auto 1.25rem;
	max-width: 544px;
	width: 544px;
}

.concept {
	padding: 55% 0 5rem;
}

.concept__wrapper {
	margin: 2.0625rem auto 0;
	max-width: 34.375rem;
	padding: 0;
	width: 91%;
}

.concept__items {
	gap: 5.3125rem 0;
	grid-template-columns: 1fr;
}

.concept__item1 {
	grid-area: 1/1/2/2;
}

.concept__item2 {
	grid-area: 2/1/3/2;
}

.concept__item3 {
	grid-area: 3/1/4/2;
	margin-left: 0;
	width: 100%;
}

.concept__text-l {
	font-size: 2rem;
}

.concept__text-r .concept__text-head {
	font-size: 1.25rem;
}

.concept__text-r p {
	margin-top: 0.4375rem;
}

.concept__item1 .concept__img {
	margin-left: 0;
	width: 100%;
}

.concept__item1 .concept__img::before {
	bottom: -6%;
	height: 93%;
	left: -8%;
	width: 100%;
}

.concept__item1 .concept__text {
	gap: 0 4%;
	grid-template-columns: 9% 87%;
	margin-left: 0;
	margin-top: 3.125rem;
	width: 100%;
}

.concept__item2 .concept__img {
	margin-top: 0;
	width: 100%;
}

.concept__item2 .concept__img::before {
	height: 91%;
	right: -5%;
	top: -5%;
}

.concept__item2 .concept__text {
	gap: 0 4%;
	grid-template-columns: 9% 87%;
	margin-top: 1.375rem;
	width: 100%;
}

.concept__item3 .concept__img::before {
	bottom: -7%;
	height: 93%;
	left: -8%;
	right: auto;
	width: 100%;
}

.concept__item3 .concept__text {
	gap: 0 4%;
	grid-template-columns: 9% 87%;
	margin-top: 3.3125rem;
}

.faq {
	padding: 5.1875rem 0 5.3125rem;
}

.faq__wrapper {
	max-width: 34.375rem;
	width: 91%;
}

.faq__items {
	gap: 2.1875rem 0;
	grid-template-columns: 1fr;
}

.faq .tab__menu {
	gap: 4vw 5%;
	grid-template-columns: repeat(2, 1fr);
	padding-top: 7.1875rem;
}

.faq .tab__menu-item {
	font-size: 0.875rem;
	padding-bottom: 4%;
}

.faq .tab__menu-item:not(:first-of-type) {
	padding-top: 0;
}

.tab__head {
	font-size: 1.25rem;
	padding-bottom: 3.5%;
}

.faq__item {
	padding: 6.4% 0;
}

.faq__q {
	gap: 0 3%;
	grid-template-columns: 90% 7%;
}

.faq__q-icon::before,
.faq__q-icon::after {
	right: 0%;
	width: 68%;
}

.flow {
	padding: 21% 0 37%;
}

.flow__items {
	gap: 12vw 0;
	grid-template-columns: 1fr;
	margin: 1.875rem auto 0;
	max-width: 34.375rem;
	width: 92%;
}

.flow__items::before {
	display: none;
}

.flow__img {
	width: 67%;
}

.flow__num {
	left: -7%;
	top: 0;
}

.flow__head {
	font-size: 1.25rem;
	text-align: center;
}

.flow__bottom {
	margin-top: 2.5%;
}

.footer {
	padding: 4.0625rem 0;
	text-align: center;
}

.footer__wrapper {
	gap: 3.625rem 0;
	grid-template-columns: 1fr;
	max-width: 34.375rem;
	width: 62%;
}

.footer__logo {
	margin: 0 auto;
}

.footer__adress {
	margin-top: 10%;
}

.footer__map {
	justify-content: center;
	margin-top: 7%;
}

.footer__menu {
	font-size: 0.875rem;
	gap: 1.3125rem 0;
	grid-template-columns: 1fr;
	padding-bottom: 9%;
}

.footer__menu img {
	margin: 0.625rem auto 0;
	width: 2em;
}

.footer__b {
	padding-top: 9%;
	text-align: center;
}

.fv {
	background: linear-gradient(180deg, #A9896A 0%, #A9896A 72%, #F2E5D9 72%, #F2E5D9 100%);
}

.fv__img {
	margin-left: auto;
	margin-right: 0;
	width: 96%;
}

.fv__text {
	font-size: 5.15vw;
	left: 10.5%;
	top: 13%;
}

.fv__text span {
	font-size: 2.55vw;
	letter-spacing: 0px;
	margin-top: 3vw;
}

.fv__logo {
	left: 11%;
	right: auto;
	top: 52%;
	width: 14vw;
}

.fv__b {
	bottom: -38%;
	flex-direction: column-reverse;
	left: 49%;
	right: auto;
	transform: translateX(-50%);
	width: 77%;
}

.fv__b-text {
	color: #A47B53;
	font-size: 3.59vw;
	margin-bottom: 0;
	margin-top: 4%;
}

.fv__b-button {
	gap: 0 4%;
}

.fv__b-button01,
.fv__b-button02 {
	font-size: 3.59vw;
}

.header__inner {
	padding: 2.5% 4%;
}

.header__l {
	justify-content: space-between;
}

.header h1 {
	width: min(34vw, 145px);
}

.header__l span {
	font-size: 0.625rem;
	margin-left: 4%;
	text-align: right;
}

.header__menu {
	display: none;
}

.started__items .button {
	margin: 0 auto;
	padding: 10px 7px 10px 31px;
	width: min(79%, 350px);
}

.started__items .button svg {
	width: 22%;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.price {
	padding: 2.5rem 0 20%;
}

.price__wrapper {
	background: none;
	gap: 5vw 0;
	grid-template-columns: 1fr;
	max-width: 34.375rem;
	width: 92%;
}

.price__text {
	margin-top: 9%;
}

.price__item {
	padding: 3.6% 0 3.6%;
}

.started > .started__items {
	margin-top: 1.875rem;
}

.started__items {
	grid-template-columns: 1fr;
}

.started__item {
	align-items: center;
	aspect-ratio: 390/308;
	flex-direction: column;
	justify-content: center;
}

.started__item1 {
	background: url(../images/cta01_sp.jpg) center center/cover;
}

.started__item2 {
	background: url(../images/cta02_sp.jpg) center center/cover;
}

.started__l {
	margin-bottom: 11%;
	text-align: center;
}

.started__r {
	width: 100%;
}

.started__r > span {
	font-size: 0.8125rem;
}

.thanks {
	font-size: 27px;
	padding: 6.25rem 0;
}

.thanks__lead {
	font-size: 1.5rem;
}

.thanks__button {
	font-size: 1.2rem;
	margin: 0 auto;
	width: min(87%, 300px);
}

.thanks .button__wrapper {
	margin-top: 3.125rem;
}

.price h2,
.access h2 {
	margin: 0 auto;
}

.price h2 span {
	margin: 0 auto;
}

.faq h2 {
	left: 50%;
	transform: translateX(-50%);
}

.tokushoho {
	padding: 3.5625rem 0 5rem;
}

.tokushoho__wrapper {
	max-width: 34.375rem;
	width: 92%;
}

.tokushoho__q {
	gap: 0 3%;
	grid-template-columns: 87% 10%;
	padding: 9.5% 0 8%;
}

.tokushoho__q-r-icon::before,
.tokushoho__q-r-icon::after {
	left: 47%;
	width: 49%;
}

.tokushoho__content {
	padding: 3% 5% 5%;
}

.tokushoho__content p {
	font-size: 0.8125rem;
}

.trial__wrapper {
	max-width: 34.375rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}


/*# sourceMappingURL=style.css.map */
