@charset "UTF-8";

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

	common.css
	Version: 0.1
	
*/

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

	WEB FONT

*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

:root {
	--color-light-orange: #FFC32C;
	--color-Default : #FFFFFF;
	--color-main-orange: #F36E47;
	--color-Gray900 : #18191F;
	--color-text-color: #4D4D4D;
	--color-main-orange-10: #FFF0EB;
	--font-size-h1: 100px;
}

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

	RESET

*/


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	font-style: normal;
	font-size: inherit;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: inherit;
	line-height: 150%; /* 1.5rem */
	color: var(--text-color, #4D4D4D);
}

html, body {
	width: 100%;
	scroll-padding-top: 80px; /* 固定ヘッダーの高さに応じて調整 */
}

body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	font-weight: 700;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
}
a, button {
	cursor: pointer;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
input, select, textarea, button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	resize: none;
}

::placeholder {
	color: #ccc;
}
::-ms-input-placeholder {
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}

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

	HTML

*/



header {
	background: var(--main-orange-10, #FFF0EB);
	color: #fff;
	padding:0;
	width: 1100px;
	height: 84px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

header h1 {
	display: flex;
	width: 214px;
	padding: 16px 38px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: var(--main-orange, #F36E47);
	margin: 0;
}

header nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1 0 0;
	width: 850px;
	list-style: none;
    margin: 0;
    padding: 0;
	flex-direction: row;
}

header nav ul li {
    margin: 0 5px;
}

header nav li a {
    text-decoration: none;
	color: var(--Text-Gray-900, #18191F);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}

header nav li a.btn {
    text-decoration: none;
	color: var(--Default-White, #FFF);
	font-weight: 700;
	line-height: 1.25rem; /* 125% */
	display: flex;
	width: 13.4375rem;
	padding: 0.625rem 1.25rem;
	justify-content: center;
	border-radius: 0.375rem;
	background: var(--light-orange, #FFC32C);
	margin-right: 15px;
	cursor: pointer;

}

header nav li a.btn:hover {
    background-color: #FFC32C;
    transform: scale(1.02);
}

main {
	text-align: center;
	width: 1100px;
    margin: auto;
}

.fv {
	display: flex;
	height: 31.25rem;
	text-align: left;
	flex-shrink: 0;
	align-self: stretch;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.2rem;
	padding: 80px 50px;
	background: url(../img/main_bg.png) rgb(255, 255, 255) 0% / contain no-repeat;
}


.fv h2 {
	color: var(--Neutral-D_Grey, #4D4D4D);
	font-size: 3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4.25rem; /* 141.667% */

}

.fv h3 {
	align-self: stretch;
	color: var(--Neutral-D_Grey, #4D4D4D);
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5rem
}

.fv span{
	color: #F36E47;
	font-size: inherit;
}

.fv p {
	color: var(--Neutral-Grey, #717171);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 120% */
}


.riyu {
	display: flex;
	width: 1100px;
	padding: 0rem 9rem;
	flex-direction: column;
	align-items: center;
	gap: 0rem;
	align-self: stretch;
	margin-top: 30px;

}

.riyu h3 {
	display: flex;
	width: 1100px;
	padding: 0.625rem 0rem;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	background: var(--main-orange-10, #FFF0EB);
	font-size: 2.25rem;
	font-weight: 600;
	}

.riyu .feature-list {
	display: flex;
	width: 68.5rem;
	height: 24.25rem;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	row-gap: 2rem;
	flex-wrap: wrap;
}

.riyu .feature-list li {
	display: flex;
	width: 14.9375rem;
	height: 24.25rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.25rem;
	flex-shrink: 0;
}

.riyu .feature-list span {
	color: var(--text-color, #4D4D4D);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.25rem;
}

.riyu .feature-list span span {
	color: #F36E47;
}

.riyu .feature-list .icon-wrapper{
	display: flex;
	width: 12.5rem;
	height: 12.5rem;
	overflow: hidden;
	padding: 2.125rem;
	border-radius: var(--Corner-Full, 62.5rem);
	background: var(--light-orange, #FFC32C);
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	flex-shrink: 0;
	aspect-ratio: 1/1;
}

.kaiketsu{
	display: flex;
	width: 1100px;
	padding: 2rem 0rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	align-self: stretch;
	background: #F8F8F8;
	margin-top: 50px;

}

.kaiketsu h3 {
	color: var(--main-orange, #F36E47);
	text-align: center;
	font-size: 2.25rem;
	width: 1100px;
}

.kaiketsu .feature-list {
	display: flex;
	width: 1100px;
	justify-content: space-between;
	padding: 30px;
	gap: 1rem;
}

.kaiketsu .feature-list li {
	display: flex;
	width: 21.0625rem;
	height: 28.125rem;
	padding: 1.5rem 2rem;
	flex-direction: column;
	align-items: center;
	gap: 1rem;

	border-radius: var(--Corner-None, 0rem);
	box-shadow: 2px 2px 10px 0px rgba(187, 187, 187, 0.50);
	background: var(--Neutral-White, #FFF);
}

.kaiketsu .feature-list span {
	color: var(--Neutral-D_Grey, #4D4D4D);
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.25rem; /* 150% */
}

.kaiketsu .feature-list p {
	color: var(--Neutral-D_Grey, #4D4D4D);
	font-size: 1rem;
	line-height: 1.6875rem; /* 168.75% */
}

.kaiketsu .feature-list .icon-wrapper{
	display: flex;
	padding: 0rem 2.0625rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	background: var(--main-orange-10, #FFF0EB);
}

.cost {
	display: flex;
	width: 1100px;
	flex-direction: column;
	align-items: center;
	gap: 28px;
	flex-shrink: 0;
	margin-top: 5rem;
}

.cost h3 {
	color: var(--main-orange, #F36E47);
	text-align: center;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 2.75rem; /* 122.222% */
}

.cost div.before {
    width: 1100px;
    display: flex;
    width: 68.5rem;
    padding: 1.875rem 0rem;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
    background: var(--main-orange-10, #FFF0EB);
    align-items: flex-start;
    justify-content: center;
}

.cost div.before img {
    display: block;
    width: 95%;
    height: auto;
}

.cost div.after {
	width: 1100px;
	display: flex;
	padding: 3rem;
    flex-direction: row;
	flex-shrink: 0;
	background: var(--main-orange-10, #FFF0EB);
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.cost div.after h3 {
	color: var(--text-color, #4D4D4D);
	font-size: 36px;
	font-weight: 700;
	line-height: 150%; /* 54px */
	text-align: left;
	letter-spacing: -0.792px;
	padding-bottom: 1rem;
}

.cost div.after h3 span{
	color: #F36E47;
	font-size: inherit;
}

.cost div.after img {
	width: 397px;
	flex-shrink: 0;
	}

.cost div.after div {
	display: flex;
	width: 574px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	flex-shrink: 0;
	text-align: left;
	padding-top: 20px;
}

.cost div.after div p {
	font-size: 1rem;
	line-height: 150%; /* 1.5rem */
}

.cost div.after div p.stext {
	font-size: 0.875rem;
}

.step{
	display: flex;
	width: 1100px;

	flex-direction: column;
	align-items: flex-start;
	gap: 3rem;
	align-self: stretch;
	margin-top: 3rem;

}

.step h3 {
	text-align: center;
	font-size: 2.25rem;
	width: 1100px;
}

.step .feature-list {
	display: flex;
	width: 1100px;
	justify-content: center;
	align-items: center;
	gap: 1.875rem;
	flex-shrink: 0;
}

.step .feature-list li {
	display: flex;
	width: 90%;
	height: 33rem;
	padding: 1.25rem 1rem 1rem 1rem;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	align-self: stretch;
	border-radius: 0.5rem;
	background: #F8F8F8;
}

.step .feature-list .stepno {
	display: flex;
	height: 1.875rem;
	padding: 0.625rem 2.8125rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	flex-shrink: 0;
	overflow: hidden;
	background: var(--main-sashi-01, #417A5C);
}

.step .feature-list .stepno span {
	color: #FFF;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.75rem; /* 183.333% */
}

.step .feature-list span {
	color: var(--Neutral-D_Grey, #4D4D4D);
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.25rem; /* 150% */
}

.step .feature-list p {
	color: var(--Neutral-D_Grey, #4D4D4D);
	font-size: 1rem;
	line-height: 1.6875rem; /* 168.75% */
}

.step .feature-list img {
	width: 285px;
	height: 310px;
	border: 1px solid #F36E47;
	border-radius: 8px;
}


.price {
	display: flex;
	width: 1100px;
	padding: 3.125rem 0rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 3rem;
	align-self: stretch;
	margin-top: 50px;
	margin-bottom: 3rem;
	background: #FFF0EB;
}

.price h3 {
	text-align: center;
	font-size: 2.25rem;
	width: 1100px;
}

.price .feature-list {
	display: flex;
	width: 1100px;
	justify-content: center;
	align-items: center;
	gap: 1.875rem;
	flex-shrink: 0;
}

.price .feature-list li {
	display: flex;
	width: 19.75rem;
	height: 20.125rem;
	padding: 2rem;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	align-self: stretch;
	background: #fff;
	border: 2px solid #F36E47;
	border-radius: 8px;

}

.price .feature-list li .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.625rem;
}

.price .feature-list .stepno {
	display: flex;
	height: 1.875rem;
	padding: 0.625rem 2.8125rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	flex-shrink: 0;
	overflow: hidden;
	background: var(--main-orange, #F36E47);
	margin-bottom: 20px;
}

.price .feature-list .stepno span {
	color: #FFF;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.75rem; /* 183.333% */
}

.price .feature-list p {
	color: var(--main-orange, #F36E47);
	font-size: 1.25rem;
    display: flex;
	align-items: center;
	gap: 1.1875rem;
	align-self: stretch;
}

.price .feature-list p img {
	width: 1.25rem;
	height: 1.25rem;
}

.price .feature-list p.month-price {
	color: var(--main-orange, #F36E47);
	font-size: 40px;
	font-weight: 700;
	display: block;
	text-align: center;
	line-height: 30px;
}

.price .feature-list p.month-price span {
	color: var(--main-orange, #F36E47);
	font-size: 16px;
}


.price .feature-list2 {
	display: flex;
	width: 1100px;
	justify-content: center;
	align-items: center;
	gap: 1.875rem;
	flex-shrink: 0;
	height: 250px;
}

.price .feature-list2 li {
	display: flex;
	width: 63rem;
	padding: 2rem 4rem 3rem 4.5rem;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	align-self: stretch;
	background: #fff;
	border: 2px solid var(--sashi-01, #417A5C);
	border-radius: 8px;

}

.price .feature-list2 .stepno {
	display: flex;
	height: 1.875rem;
	padding: 0.625rem 2.8125rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	flex-shrink: 0;
	overflow: hidden;
	background: var(--sashi-01, #417A5C);
	margin-bottom: 20px;
}

.price .feature-list2 .stepno span {
	color: #FFF;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.75rem; /* 183.333% */
}

.price .feature-list2 li .inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 1.625rem;
	width: 850px;
}

.price .feature-list2 li .inner1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0rem;
	width: 500px;
}

.price .feature-list2 li .inner1 span {
    display: block;
	font-size: 1.5rem;
	font-weight: 700;
}

.price .feature-list2 li .inner1 span.ss {

	font-size: 16px;
}

.price .feature-list2 li .inner2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 1.625rem;

}

.price .feature-list2 p.left {
	font-size: 1.5rem;
    display: flex;
	gap: 1.1875rem;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
}

.price .feature-list2 p {
	text-align: left;
}

.green {
	color: var(--sashi-01, #417A5C);
	font-size: 1.5rem;
}


.price .feature-list2 p.month-price {
	font-size: 40px;
	font-weight: 700;
	display: block;
	text-align: center;
	line-height: 30px;
}

.price .feature-list2 p.month-price span {
	color: var(--main-orange, #F36E47);
	font-size: 16px;
}


.kinou {
	display: flex;
	width: 1100px;
	padding: 3.125rem 0rem 0rem 0rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	align-self: stretch;
	background: #F8F8F8;
	margin-top: 50px;
	margin-bottom: 3rem;
}

.kinou h3 {
	text-align: center;
	font-size: 2.25rem;
	width: 1100px;
}

.kinou h4 {
	color: var(--main-orange, #F36E47);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 150%; /* 2.25rem */

}

.kinou .feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列レイアウト */
	width: 1100px;
	justify-content: space-between;
	padding: 30px;
}

.kinou .feature-list li {
	display: flex;
	height: 28.125rem;
	padding: 2rem;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}

.kinou .feature-list p {
	font-size: 1rem;
	line-height: 1.6875rem; /* 168.75% */
	text-align: left;
}

.kinou .feature-list .icon-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	background: var(--main-orange-10, #FFF0EB);
	border: 1px solid #F36E47;
	/* border-radius: 8px; */

}

.lcta {
    display: flex;
    flex-direction: row;
	width: 1100px;
	gap: 3rem;
	justify-content: space-around;
	margin-bottom: 3rem;
}

.cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	gap: 1rem;
}
.cta-text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2.0625rem; /* 165% */
}

.cta-button {
    background: var(--main-orange, #F36E47);
    display: flex;
	width: 27rem;
	height: 5rem;
    align-items: center;
    justify-content: center;
	gap: 1rem;
    color: white;
    padding: 1.25rem 1rem 1.25rem 2rem;
    border: none;
    border-radius: 0.625rem;
	font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease; /* ホバー時の変化 */
}

.cta-button img {
    width: 1.875rem;
    height: auto;
}

.cta-button:hover {
    background-color: #e55a00;
    transform: scale(1.02);
}

.cta-button2 {
	background: var(--light-orange, #FFC32C);
    display: flex;
	width: 25.875rem;
	height: 5rem;
    align-items: center;
    justify-content: center;
	gap: 1rem;
    color: white;
    padding: 1.25rem 1.875rem 1.25rem 2.5rem;
    border: none;
    border-radius: 0.625rem;
	font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease; /* ホバー時の変化 */
}

.cta-button2 img {
    width: 1.875rem;
    height: auto;
}

.cta-button2:hover {
    background-color: #ffb700;
    transform: scale(1.02);
}

footer {
	background: var(--text-color, #4D4D4D);
	color: #fff;
	text-align: center;
	padding: 1rem;
	position: absolute;
	width: 100%;
	align-items: center;
}

.footer-inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
	display: flex;
	padding: 2.25rem 2.8125rem;
	justify-content: space-between;
	align-items: center;
}

footer p {
	color: #fff;
}

footer a {
	color: #fff;
}

.pc-menu {
    display: block; 
}

.hamburger-menu {
    display: none;
}

.pcnone {
    display: none !important;
}


/* スマホ対応 */
@media screen and (max-width: 1070px) {

	nav ul {
		flex-direction: column;
		gap: 0.5rem;
	}

	.hamburger-menu{
		display:block;
		width: 100%;
	}

	#menu-btn-check {
		position: fixed;
		top: 10px;
		left: 10px;
		display: flex;
		/* appearance: auto; */
	}

	.menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: #FFC32C;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 8px;
	}
	.menu-btn span:after {
		top: 8px;
	}

	#menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}

	#menu-btn-check:checked ~ .menu-content {
		left: 0;/*メニューを画面内へ*/
	}

	.menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		background-color: #F36E47;
		transition: .5s;
	}

	.menu-content ul {
		padding: 70px 10px 0;
		flex-direction: column;
		width: 100%;
	}

	.menu-content ul li {
		list-style: none;
	}

	.menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 1.25rem;;
		box-sizing: border-box;
		color:#ffffff;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	}

	main {

	}

	h2 {
		font-size: 1.8rem !important;
		width: 100% !important;
	}
	h3 {
		font-size: 1.8rem !important;
		width: 100% !important;
	}

	.pc-menu {
        display: none; /* スマホではPC用ナビを非表示 */
    }

	header {
		width: 100%;
        display: flex
;
        align-items: center;
        flex-direction: row;
        align-content: center;
        flex-wrap: wrap;
	}

	header h1 {
		width: 100%;
        height: 80px;
        display: flex;
        /* text-align: left; */
        justify-content: flex-start;
        flex-direction: row;
	}

	header img {
		display: block;
        width: 120px;
        /* height: auto; */
	}

	main {
		/* text-align: center; */
		width: 100%;
		/* margin: auto; */
		overflow: hidden;
	}

	.fv {
        /* padding: 50vh 20px; */
        /* background: url(../img/sp_bg.png) no-repeat; */
        /* background-size: min(80%, 550px) auto; */
        /* background-position: center top; */
        /* padding: clamp(20vh, 50vh, 30vh) 20px; */
        /* background: url(../img/sp_bg.png) no-repeat; */
        /* background-size: min(60%, 720px) auto; */
        /* background-position: center top; */
        padding: 70vh 20px 35vh;
        background: url(../img/sp_bg.png) no-repeat;
        background-size: 720px auto;
        background-position: center top;
        background-attachment: scroll;
	}

	.fv h2 {
		font-size: 1.8rem;
		line-height: 3rem;
		width: 100%;
		text-align: center;
	}
	.fv h3 {
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: -20px;
	}

	.fv p {
		text-align: center;
		width: 100%;
	}

	.cta-wrapper {
		width: 100%;
		padding: 0 20px;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 1rem;
	}

    .cta-button {
        width: 100%;
        padding: 1rem 0.5rem 1rem 0.9rem;
        font-size: 1.2rem;
        transition: background-color 0.2sease, transform 0.2sease;
    }

	.cta-button2 {
        width: 100%;
        padding: 1rem 1rem 1rem 2rem;
        font-size: 1.3rem;
        transition: background-color 0.2sease, transform 0.2sease;
    }

	.pdnone {
	padding: 0;
	}

	.riyu {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.riyu h3 {
		width: 100%;
	}

    .riyu .feature-list {
        display: flex;
        width: 100%;
        justify-content: space-around;
        align-items: flex-start;
        row-gap: 2rem;
        flex-wrap: wrap;
		height: auto;
    }

	.riyu .feature-list li {
		width: 48%;
		height: auto;
		gap: 1.25rem;
		margin-top: 20px;
	}

	.riyu .feature-list span {
		line-height: 2rem;
	}

	.riyu .feature-list .icon-wrapper {
		width: 10rem;
		height: 10rem;
		padding: 2.125rem;
	}

	.riyu .feature-list span {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}

	.kaiketsu {
		display: flex;
		width: 100%;
		padding: 2rem 20px;
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
		align-self: stretch;
		background: #F8F8F8;
		margin-top: 50px;
	}

	.kaiketsu .feature-list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 30px;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
		gap: 1rem;
	}

	.kaiketsu .feature-list li {
		display: flex;
		width: 100%;
		height: auto;
		padding: 1.5rem 2rem;
	}

	.cost {
		display: flex;
		width: 100%;
	}

	.cost div.before {
		width: 100%;
		display: flex;
	}

	.cost div.after {
		width: 100%;
		display: flex;
		padding: 2rem;
		flex-direction: column;
		flex-shrink: 0;
		background: var(--main-orange-10, #FFF0EB);
		align-items: center;
		justify-content: space-between;
		margin-bottom: 3rem;
	}

	.cost div.after img {
		width: 100%;
		height: auto;
		max-width: 500px;
	}

	.cost div.after div {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		flex-shrink: 0;
		text-align: left;
		padding-top: 30px;
	}

	.step {
		width: 100%;
		display: flex;
	}

	.step .feature-list {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
	}

	.price {
        width: 100%;
		display: flex;
		padding: 3.125rem 0rem;
		flex-direction: column;
		align-items: flex-start;
		align-self: stretch;
		align-content: center;
	}

	.price .feature-list {
		display: flex;
		width: 100%;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		flex-wrap: wrap;
        align-content: center;
    }

	.price .feature-list2 {
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		gap: 1.875rem;
		flex-shrink: 0;
		height: auto;
	}

	.price .feature-list2 li {
		display: flex;
		width: 85%;
		padding: 2rem;
		flex-direction: column;
		align-items: center;
		align-self: stretch;
	}

	.price .feature-list2 li .inner {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		gap: 1.625rem;
		align-content: center;
	}

	.price .feature-list2 li .inner1 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0rem;
		width: 100%;
	}

	.kinou {
		width: 100%;
	}

	.kinou .feature-list {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
		gap: 1rem;
    }

	.kinou .feature-list li {
		width: 100%;
		display: flex;
		height: auto;
		padding: 0rem;
		flex-direction: column;
        align-items: center;
		gap: 1rem;
	}

	.lcta {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 1rem;
		justify-content: space-around;
		margin-bottom: 3rem;
	}


	.footer-inner {
		width: 100%;
		margin: 0 auto;
		display: flex;
		padding: 0;
		flex-direction: column;
	}

	.footer-inner a {
		margin-bottom: 1rem;
		display: inline-block;
	}

	.tbnone {
		display:block !important;
	}

}


@media screen and (max-width: 600px) {
	.fv {
        padding: 42vh 20px 40vh;
		background: url(../img/sp_bg.png) no-repeat;
		background-size: 100% auto;
        background-position: center top;
        background-attachment: scroll;
	}

	.pcnone {
		display:block !important;
	}

	.spnone {
		display:none !important;
	}
}