@charset "utf-8";
@import url("base.css");

#kv .inner-kv { position: relative; overflow: hidden;}
#kv .inner-kv::before,
#kv .inner-kv::after{ content: ''; display: block; position: absolute; z-index: 1;}
#kv .inner-kv::before{ width: 50%; height: 100%; left: 0; top: 0px; background: url(/images/fit/kv.jpg) no-repeat 100% 50% / auto 100%;}
#kv .inner-kv::after { width: 20%; max-width: 350px; height: 200px; background: #fdf4f4; right: -50px; top: 0; transform: skew(-16deg);}
#kv .ctn { position: relative; width: 96%; max-width: 1100px; margin: 0 auto; padding: 90px 0 50px; z-index: 2;}
#kv .ctn .inner { position: relative; width: 65%; max-width: 700px; margin: 0 0 0 auto; z-index: 2;}
#kv .ctn h1 { margin-bottom: 30px;}
#kv .ctn h1 img { width: 92%; max-width: 660px;}
#kv .ctn h1 img.sp { display: none;}
#kv .ctn ul { position: absolute; left: 0px; bottom: 0; width: 100%; max-width: 480px; padding-left: 72px; font-size: 0;}
#kv .ctn ul li { display: inline-block; width: 50%; max-width: 200px; margin: 0 -8px;}
#kv .ctn ul li a { display: block; width: 100%; transition: 0.3s ease;}
#kv .ctn ul li a img { width: 100%;}
#kv .ctn ul li a:hover { opacity: 0.8; }
#kv .ctn .txt { padding-left: 100px; padding-bottom: 150px;}
#kv .ctn .txt p { font-size: 20px; letter-spacing: 0.075rem; line-height: 1.8;}
#kv .ctn .txt p span { display: block;}
@media (max-width: 1001px) {
	#kv .ctn ul { padding-left: 32px;}
	#kv .ctn .txt { padding-left: 60px;}
	#kv .ctn .txt p { font-size: 18px;}
}
@media (max-width: 801px) {
	#kv .inner-kv::before,
	#kv .inner-kv::after{ content: none;}
	#kv .ctn { width: 100%; padding: 0px 0 80px;}
	#kv .ctn .inner { width: 100%; max-width: 100%; margin: 0;}
	#kv .ctn h1 { margin-bottom: -8vw;}
	#kv .ctn h1 img.pc { display: none;}
	#kv .ctn h1 img.sp { display: block; width: 100%; max-width: 100%;}
	#kv .ctn ul { position: relative; left: auto; bottom: auto; padding-left: 0px; margin: 0 auto; text-align: center;}

	#kv .ctn .txt { width: 88%; max-width: 600px; margin: 0 auto; padding: 30px 0 0;}
	#kv .ctn .txt p span { display: inline;}
}
@media (max-width: 641px) {
	#kv .ctn .txt p { font-size: 18px; }
}
@media (max-width: 481px) {
	#kv .ctn { padding: 0px 0 40px;}
	#kv .ctn ul li { width: 45%;}
	#kv .ctn .txt p { font-size: 14px;}
}

.ttl { width: 90%; max-width: 1024px; margin: 0 auto; padding-bottom: 6px;}
.ttl h2 { text-align: center;}
.ttl h2 img { width: 80%; max-width: 480px;}


.cta { position: relative; width: 100%; padding: 40px 0; overflow: hidden;}
.cta .box { position: relative; z-index: 2; width: 88%; max-width: 1024px; margin: 0 auto; padding: 20px;
 background-image: repeating-linear-gradient(135deg, #dab300, #dab300 2px, transparent 2px, transparent 10px);
}
.cta .box .inner { padding: 50px; background: #fff;}
.cta .box .tit { position: relative; margin-bottom: 40px; padding: 0 10px; text-align: center;}
.cta .box .tit::before,
.cta .box .tit::after { content: ''; position: relative; display: inline-block; width: 0px; height: 0;vertical-align: bottom;
 border: solid 4px transparent; border-top: solid 40px #dab300; border-bottom: 0px;
}
.cta .box .tit::before{ transform: rotate(-25deg);}
.cta .box .tit::after { transform: rotate(25deg);}
.cta .box .tit h3 { display: inline-block; margin: 0 8px; font-size: clamp(18px,3.0vw,30px); font-weight: 700; text-align: center; vertical-align: top;}
.cta .box .tit h3 br { display: none;}
.cta .box .btn-line { width: 80%; max-width: 400px; margin: 0 auto 40px;}
.cta .box .btn-line a { display: block; width: 100%; padding: 25px 0; background: #03c754; border-radius: 50px; transition: 0.3s ease;
 color: #fff; font-size: clamp(18px,2.8vw,22px); font-weight: 700; letter-spacing: 0.1rem; text-align: center; text-decoration: none;
}
.cta .box .btn-line a:hover { opacity: 0.8;}
.cta .box .tel { width: 100%; margin-bottom: 30px; text-align: center;}
.cta .box .tel::before,
.cta .box .tel::after { content: ''; display: inline-block; width: 8px; height: 36px; border: solid 2px #000; vertical-align: middle;}
.cta .box .tel::before{ border-right: 0;}
.cta .box .tel::after { border-left: 0;}
.cta .box .tel dl { display: inline-block; vertical-align: middle; line-height: 1.2;}
.cta .box .tel dl dt,
.cta .box .tel dl dd { display: inline-block; padding: 0 12px; vertical-align: middle; font-weight: 700; }
.cta .box .tel dl dt { font-size: clamp(14px,2.1vw,21px);}
.cta .box .tel dl dd { font-size: clamp(15px,2.6vw,26px);}
.cta .box .tel dl dd a { pointer-events: none; color: #000; text-decoration: none;}
.cta .box .tel dl dd a svg { display: inline-block; width: 32px; margin-right: 10px; vertical-align: middle; fill: #c5a700;}
.cta .box .tel dl dd a span { display: inline-block; vertical-align: middle;}
.cta .box .tel dl dd a span.txt { display: none;}
.cta .box ul { width: 100%; max-width: 820px; margin: 0 auto; font-size: 0; text-align: center;}
.cta .box ul li { display: inline-block; width: 30%;}
.cta .box ul li:last-child { display: inline-block; width: 36%;}
.cta .box ul li dl { display: table; width: 100%;}
.cta .box ul li dl dt,
.cta .box ul li dl dd { display: table-cell; vertical-align: middle;}
.cta .box ul li dl dt { width: 100px;}
.cta .box ul li dl dt span { display: block; width: 92px; border: solid 2px #6a876f; border-radius: 50%; overflow: hidden;}
.cta .box ul li dl dt span img { width: 100%;}
.cta .box ul li dl dd { width: auto; padding-left: 12px; font-size: clamp(12px,1.8vw,18px); font-weight: 700; line-height: 1.4; text-align: left;}
.cta .box ul li dl dd br.sp { display: none;}
@media (max-width: 1001px) {
	.cta .box .inner { padding: 30px;}
	.cta .box .tit { margin-bottom: 30px;}
}
@media (max-width: 801px) {
	.cta .box .btn-line { max-width: 280px; margin-bottom: 20px;}
	.cta .box .btn-line a { padding: 18px 0;}
	.cta .box ul li dl dt { width: 80px;}
	.cta .box ul li dl dd { padding-left: 10px;}
	.cta .box ul li dl dd br.sp { display: block;}
}
@media (max-width: 641px) {
	.cta .box { padding: 15px;}
	.cta .box .inner { padding: 30px 12px;}
	.cta .box .tit { margin-bottom: 20px;}
	.cta .box .tit::before,
	.cta .box .tit::after { border: solid 6px transparent; border-top: solid 60px #dab300; border-bottom: 0px;}
	.cta .box .tit h3 { font-size: 4.6vw; line-height: 1.25;}
	.cta .box .tit h3 span.dot { display: none;}
	.cta .box .tit h3 br { display: block;}
	.cta .box .btn-line { width: 90%; max-width: 400px; margin-bottom: 15px;}
	.cta .box .btn-line a { padding: 12px 0;}

	.cta .box .tel { width: 100%; margin-bottom: 30px; text-align: center;}
	.cta .box .tel::before,
	.cta .box .tel::after { content: none; }

	.cta .box .tel dl { display: block; width: 100%;}
	.cta .box .tel dl dt,
	.cta .box .tel dl dd { padding: 0px;}
	.cta .box .tel dl dt { display: none;}
	.cta .box .tel dl dd { display: block; font-size: clamp(18px,2.8vw,22px);}
	.cta .box .tel dl dd a { display: block; width: 90%; max-width: 400px; margin: 0 auto; padding: 12px 0; background: #6a876f; border-radius: 50px; pointer-events: visible;}
	.cta .box .tel dl dd a svg { width: 28px; fill: #fff;}
	.cta .box .tel dl dd a span.no { display: none;}
	.cta .box .tel dl dd a span.txt { display: inline-block; color: #fff;}

	.cta .box ul { max-width: 460px;}
	.cta .box ul li dl dt,
	.cta .box ul li dl dd { display: block;}
	.cta .box ul li dl dt { width: 100%; margin: 0 auto 8px;}
	.cta .box ul li dl dt span { margin: 0 auto;}
	.cta .box ul li dl dd { width: 100%; padding: 0px; font-size: 18px; text-align: center;}
}
@media (max-width: 481px) {
	.cta { padding: 30px 0;}
	.cta .box { padding: 10px; background-image: repeating-linear-gradient(135deg, #dab300, #dab300 1.6px, transparent 1.6px, transparent 8px);}
	.cta .box .inner { padding: 20px 15px;}
	.cta .box .tit { margin-bottom: 8px;}
	.cta .box .tit::before,
	.cta .box .tit::after { border: solid 4px transparent; border-top: solid 50px #dab300; border-bottom: 0px;}
	.cta .box .tit h3 { font-size: 18px;}
	.cta .box .btn-line a { font-size: 16px; letter-spacing: 0.05rem;}
	.cta .box .tel { margin-bottom: 20px;}
	.cta .box .tel dl dd { font-size: 16px;}
	.cta .box .tel dl dd a svg { width: 24px;}

	.cta .box ul li dl dt { margin: 0 auto 6px;}
	.cta .box ul li dl dt span { width: 80%; max-width: 80px;}
	.cta .box ul li dl dd { font-size: 12px;}
}

.bg-shape { position: relative; width: 100%; z-index: 1;}
.bg-shape::after { content: ''; display: block; position: absolute; z-index: 1;
 width: 20%; max-width: 230px; height: 500px; background: #fdf4f4; right: -100px; bottom: 0; transform: skew(-16deg);
}
@media (max-width: 481px) {
	.bg-shape { display: none;}
}


#point .inner-sct { padding: 50px 0 20px;}
#point ul { width: 92%; max-width: 1048px; margin: 0 auto; font-size: 0px; text-align: center;}
#point ul li { display: inline-block; width: 20%; vertical-align: top;}
#point ul li dl dt { position: relative; width: 90%; max-width: 180px; margin: 0 auto 20px;}
#point ul li dl dt:before { content: ''; position: relative; display: block; width: 100%; padding-top: 98%; background: #fff;
 border: solid 2px #c5a700; border-radius: 50%;
}
#point ul li dl dt img { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 52%;}
#point ul li dl dd { font-size: clamp(12px,2.0vw,20px); font-weight: 700;}
@media (max-width: 801px) {
	#point ul li { width: 33%; max-width: 200px; padding: 10px 0;}
}
@media (max-width: 481px) {
	#point .inner-sct { padding: 30px 0 12px;}
	#point ul li { padding: 8px 0;}
	#point ul li dl dt { margin-bottom: 8px;}
}


#trial .inner-sct { padding: 50px 0;}
#trial .ttl { margin-bottom: 50px; border-bottom: solid 1px #6a876f;}
#trial .ctn { width: 88%; max-width: 1024px; margin: 0 auto;}
#trial .box { width: 100%; padding: 20px; background-image: repeating-linear-gradient(135deg, #dab300, #dab300 2px, transparent 2px, transparent 10px);}
#trial .box .inner { padding: 50px; background: #fff;}
#trial .box h3 { margin-bottom: 30px; font-size: 28px; font-weight: 700; line-height: 1; text-align: center;}
#trial .box dl { margin-bottom: 20px; color: #c5a700; font-weight: 700; text-align: center;}
#trial .box dl dt,
#trial .box dl dd { display: inline-block; line-height: 1.4;}
#trial .box dl dt { font-size: clamp(20px,3.2vw,32px);}
#trial .box dl dd { display: block; width: 100%; font-size: clamp(16px,2.6vw,26px); line-height: 1;}
#trial .box dl dd span { font-size: clamp(18px,3.2vw,32px);}
#trial .box dl dd span em { font-size: clamp(24px,4.6vw,45px);}
#trial .box dl dd span.slush { position: relative; display: inline-block; margin-right: 50px; font-size: clamp(12px,2.1vw,21px);}
#trial .box dl dd span.slush:before,
#trial .box dl dd span.slush:after { content: ''; display: block; position: absolute;}
#trial .box dl dd span.slush:before{ width: 94%; height: 3px; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-6.5deg); background: #6d8670;}
#trial .box dl dd span.slush:after { width: 40px; height: 24px; right: 0px; top: 50%; transform: translate(45px,-50%);
 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 54"><polygon points="100 27 48.45 0 48.45 15.78 0 15.78 0 38.22 48.45 38.22 48.45 54 100 27" fill="%236a876f" /></svg>');
 background-repeat: no-repeat; background-position: 100% 50%; background-size: auto 100%;
}
#trial .box dl dd span.slush em { font-size: clamp(16px,3.2vw,32px);}
#trial .box p { text-align: center;}
@media (max-width: 801px) {
	#trial .ttl { margin-bottom: 30px;}
	#trial .box { padding: 15px;}
	#trial .box .inner { padding: 30px 0;}
}
@media (max-width: 641px) {
	#trial .box h3 { margin-bottom: 20px; font-size: 24px;}
}
@media (max-width: 481px) {
	#trial .inner-sct { padding: 30px 0;}
	#trial .ttl { margin-bottom: 20px;}
	#trial .box { padding: 10px; background-image: repeating-linear-gradient(135deg, #dab300, #dab300 1.6px, transparent 1.6px, transparent 8px);}
	#trial .box .inner { padding: 24px 0;}
	#trial .box h3 { margin-bottom: 15px; font-size: 18px;}
	#trial .box dl { margin-bottom: 10px;}
	#trial .box dl dt { font-size: 15px;}
	#trial .box dl dd { font-size: 12px;}
	#trial .box dl dd span { font-size:16px;}
	#trial .box dl dd span em { font-size: 24px;}
	#trial .box dl dd span.slush { margin-right: 40px;}
	#trial .box dl dd span.slush:before{ height: 2px;}
	#trial .box dl dd span.slush:after { width: 30px; height: 20px; transform: translate(35px,-50%);}
	#trial .box p { font-size: 12px;}
}


#flow { margin-bottom: 80px;}
#flow .inner-sct { padding: 50px 0;}
#flow .ttl { margin-bottom: 30px; border-bottom: solid 1px #6a876f;}
#flow .ctn { width: 88%; max-width: 1024px; margin: 0 auto;}
#flow .bloc{ padding: 20px 0;}
#flow .bloc .tit { width: 90%; max-width: 1024px; margin: 0 auto; padding: 28px 0;}
#flow .bloc:nth-child(even) .tit { background: #6a876f;}
#flow .bloc:nth-child(odd) .tit { background: #c5a600;}
#flow .bloc .tit h3 { color: #fff; font-size: 26px; font-weight: 700; line-height: 1; text-align: center;}
#flow .bloc .tit h3 img,
#flow .bloc .tit h3 span { display: inline-block; vertical-align: middle;}
#flow .bloc .tit h3 img { width: 160px;}
#flow .bloc .tit h3 span{ width: calc( 100% - 180px ); max-width: 420px; padding-left: 40px; letter-spacing: 0.1rem; line-height: 1.4; text-align: left;}
#flow .bloc .txt { width: 88%; max-width: 700px; margin: 0 auto; padding-top: 30px;}
#flow .bloc .txt.bg-illust { padding-right: 150px; background: url('/images/fit/illust-1.png') no-repeat 100% 20px / 132px auto;}
#flow .bloc .txt p { font-size: 18px; line-height: 1.8; letter-spacing: 0.05rem;}
#flow .bloc .txt p.mb { margin-bottom: 30px;}
#flow .bloc .txt p.note { font-size: 14px; line-height: 1.4;}
#flow .bloc .txt .btn-line { width: 80%; max-width: 400px; margin: 0 auto;}
#flow .bloc .txt .btn-line a { display: block; padding: 25px 0; background: #03c754; border-radius: 50px;
 color: #fff; font-size: 22px; font-weight: 700; text-align: center; text-decoration: none; transition: 0.3s ease;
}
#flow .bloc .txt .btn-line a:hover { opacity: 0.8;}
#flow .bloc .txt ol {}
#flow .bloc .txt ol li { position: relative; padding: 9px; padding-left: 60px; font-size: 20px; font-weight: 700;}
#flow .bloc .txt ol li:nth-child(1) { margin-bottom: 20px;}
#flow .bloc .txt ol li:nth-child(2) { margin-bottom: 10px;}
#flow .bloc .txt ol li:last-child { margin-bottom: 0px;}
#flow .bloc .txt ol li::before { content: ''; display: block; width: 45px; height: 45px; position: absolute; left: 0;}
#flow .bloc .txt ol li:nth-child(1):before { top: 2px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 55 58"><g fill="%236a876f"><path d="M3.8,12.4c0-1.9.3-3.6,1-5.1.7-1.5,1.6-2.8,2.7-3.8,1.1-1.1,2.4-1.9,3.9-2.4,1.5-.6,3-.8,4.6-.8s3.1.3,4.6.8c1.5.6,2.7,1.4,3.9,2.4,1.1,1.1,2,2.3,2.7,3.8.7,1.5,1,3.2,1,5.1v33.3c0,1.9-.3,3.6-1,5.1-.7,1.5-1.6,2.8-2.7,3.8-1.1,1.1-2.4,1.9-3.9,2.4-1.5.6-3,.8-4.6.8s-3.1-.3-4.6-.8c-1.5-.6-2.7-1.4-3.9-2.4-1.1-1.1-2-2.3-2.7-3.8-.7-1.5-1-3.2-1-5.1V12.4ZM11.9,45.6c0,1.2.4,2.1,1.1,2.9.7.8,1.7,1.2,2.9,1.2s2.1-.4,2.9-1.2c.7-.8,1.1-1.7,1.1-2.9V12.4c0-1.2-.4-2.1-1.1-2.9-.7-.8-1.7-1.2-2.9-1.2s-2.1.4-2.9,1.2c-.7.8-1.1,1.7-1.1,2.9v33.3Z"/><path d="M43.1,57.3V9.3l-8.1,6V6.6L43.1.7h8.1v56.6h-8.1Z"/></g></svg>');
}
#flow .bloc .txt ol li:nth-child(2):before { top: 2px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 55 58"><g fill="%236a876f"><path d="M3.8,12.4c0-1.9.3-3.6,1-5.1.7-1.5,1.6-2.8,2.7-3.8,1.1-1.1,2.4-1.9,3.9-2.4,1.5-.6,3-.8,4.6-.8s3.1.3,4.6.8c1.5.6,2.7,1.4,3.9,2.4,1.1,1.1,2,2.3,2.7,3.8.7,1.5,1,3.2,1,5.1v33.3c0,1.9-.3,3.6-1,5.1-.7,1.5-1.6,2.8-2.7,3.8-1.1,1.1-2.4,1.9-3.9,2.4-1.5.6-3,.8-4.6.8s-3.1-.3-4.6-.8c-1.5-.6-2.7-1.4-3.9-2.4-1.1-1.1-2-2.3-2.7-3.8-.7-1.5-1-3.2-1-5.1V12.4ZM11.9,45.6c0,1.2.4,2.1,1.1,2.9.7.8,1.7,1.2,2.9,1.2s2.1-.4,2.9-1.2c.7-.8,1.1-1.7,1.1-2.9V12.4c0-1.2-.4-2.1-1.1-2.9-.7-.8-1.7-1.2-2.9-1.2s-2.1.4-2.9,1.2c-.7.8-1.1,1.7-1.1,2.9v33.3Z"/><path d="M30.2,57.3v-7.6l14.6-27.6c.7-1.4,1.2-2.6,1.3-3.6.1-1,.2-2.3.2-3.9s0-1.4,0-2.2c0-.8-.2-1.4-.4-2-.3-.6-.7-1.1-1.2-1.5-.5-.4-1.3-.6-2.3-.6s-2.2.3-2.9,1c-.7.7-1.1,1.7-1.1,3v4.6h-8.1v-4.5c0-1.7.3-3.3,1-4.8.6-1.5,1.5-2.8,2.6-3.9,1.1-1.1,2.3-2,3.8-2.7,1.5-.7,3.1-1,4.8-1s3.9.4,5.4,1.2c1.5.8,2.8,1.8,3.8,3.1,1,1.3,1.7,2.8,2.1,4.5.5,1.7.7,3.5.7,5.4s0,2.5,0,3.5c0,.9-.2,1.8-.3,2.7-.2.8-.4,1.7-.8,2.5-.4.8-.9,1.9-1.5,3.1l-11.9,23h14.6v8.1h-24.2Z"/></g></svg>');
}
#flow .bloc .txt ol li:nth-child(3):before { top: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 55 58"><g fill="%236a876f"><path d="M3.8,12.4c0-1.9.3-3.6,1-5.1.7-1.5,1.6-2.8,2.7-3.8,1.1-1.1,2.4-1.9,3.9-2.4,1.5-.6,3-.8,4.6-.8s3.1.3,4.6.8c1.5.6,2.7,1.4,3.9,2.4,1.1,1.1,2,2.3,2.7,3.8.7,1.5,1,3.2,1,5.1v33.3c0,1.9-.3,3.6-1,5.1-.7,1.5-1.6,2.8-2.7,3.8-1.1,1.1-2.4,1.9-3.9,2.4-1.5.6-3,.8-4.6.8s-3.1-.3-4.6-.8c-1.5-.6-2.7-1.4-3.9-2.4-1.1-1.1-2-2.3-2.7-3.8-.7-1.5-1-3.2-1-5.1V12.4ZM11.9,45.6c0,1.2.4,2.1,1.1,2.9.7.8,1.7,1.2,2.9,1.2s2.1-.4,2.9-1.2c.7-.8,1.1-1.7,1.1-2.9V12.4c0-1.2-.4-2.1-1.1-2.9-.7-.8-1.7-1.2-2.9-1.2s-2.1.4-2.9,1.2c-.7.8-1.1,1.7-1.1,2.9v33.3Z"/><path d="M39.8,24.5c2.4,0,4.1-.3,5.1-.9.9-.6,1.4-1.9,1.4-4.1v-7.3c0-1.2-.4-2.1-1.1-2.9-.7-.7-1.7-1.1-2.9-1.1s-2.5.5-3.1,1.4c-.6.9-.9,1.8-.9,2.6v4.6h-8.1v-4.7c0-1.6.3-3.2,1-4.7.6-1.5,1.5-2.8,2.6-3.8,1.1-1.1,2.4-1.9,3.9-2.5,1.5-.6,3.1-1,4.8-1s4.1.4,5.5,1.3c1.5.9,2.6,1.8,3.3,2.7.5.6,1,1.3,1.4,1.9.4.6.7,1.4,1,2.3.5,1.8.7,4.3.7,7.8s0,3.6-.1,4.8c0,1.2-.3,2.2-.6,3-.4.8-.9,1.6-1.6,2.1-.7.6-1.6,1.2-2.7,1.9,1.3.8,2.2,1.5,2.9,2.2.7.7,1.2,1.5,1.5,2.4.3,1,.5,2.1.6,3.4,0,1.3,0,3,0,5s0,3.4-.1,4.6c0,1.2-.2,2.2-.4,3-.2.8-.4,1.6-.6,2.1-.3.6-.6,1.2-1,1.8-1,1.5-2.3,2.7-3.9,3.7-1.6,1-3.6,1.5-6.2,1.5s-2.6-.2-4.1-.6c-1.4-.4-2.7-1.1-3.9-2.1-1.2-1-2.1-2.2-2.9-3.7-.8-1.5-1.2-3.4-1.2-5.6v-4.6h8.1v4.2c0,1.3.4,2.3,1.1,3.1.7.8,1.7,1.2,2.9,1.2s2.2-.4,2.9-1.2c.7-.8,1.1-1.9,1.1-3.3v-8.1c0-2.2-.4-3.7-1.3-4.4-.5-.4-1.1-.7-1.9-.8-.8-.1-1.9-.2-3.2-.2v-7.2Z"/></g></svg>');
}
#flow .bloc .txt ol li span { display: block;}
#flow .bloc .txt .box { width: 100%; max-width: 700px; margin: 0 auto 30px; padding: 8px; border: solid 1px #c5a600;}
#flow .bloc .txt .box div { padding: 30px; border: solid 1px #c5a600;}
#flow .bloc .txt .box div p { margin-bottom: 20px;}
#flow .bloc .txt .box div dl { display: table; width: 100%; max-width: 500px; margin: 0 auto;}
#flow .bloc .txt .box div dl dt,
#flow .bloc .txt .box div dl dd { display: table-cell; vertical-align: middle;}
#flow .bloc .txt .box div dl dt { width: 180px; text-align: center;}
#flow .bloc .txt .box div dl dd { width: auto; color: #6a876f; font-size: 18px; }
#flow .bloc .txt .box div dl dt img { width: 80%; max-width: 100px;}
@media (max-width: 801px) {
	#flow .ttl { margin-bottom: 12px;}
	#flow .bloc .txt p { font-size: 16px;}
	#flow .bloc .txt ol li span { display: inline;}
}
@media (max-width: 641px) {
	#flow .bloc .txt .box { padding: 6px;}
	#flow .bloc .txt .box div dl dt { width: 120px;}
	#flow .bloc .txt .box div dl dd { font-size: 16px; }
}
@media (max-width: 481px) {
	#flow { margin-bottom: 40px;}
	#flow .inner-sct { padding: 40px 0;}
	#flow .ttl { margin-bottom: 0px;}
	#flow .bloc .tit { padding: 8px 0;}
	#flow .bloc .tit h3 { font-size: 16px;}
	#flow .bloc .tit h3 img,
	#flow .bloc .tit h3 span { display: block;}
	#flow .bloc .tit h3 img { width: 25%; margin: 0 auto 4px;}
	#flow .bloc .tit h3 span { width: 100%; padding-left: 0px; text-align: center;}
	#flow .bloc .txt { padding-top: 20px;}
	#flow .bloc .txt.bg-illust { padding-right: 80px; background: url('/images/fit/illust-1@sp.png') no-repeat 96% 12px / 45px auto;}
	#flow .bloc .txt p { font-size: 14px;}
	#flow .bloc .txt p.mb { margin-bottom: 20px;}
	#flow .bloc .txt p.note { font-size: 12px;}
	#flow .bloc .txt .btn-line a { padding: 10px 0; font-size: 16px;}

	#flow .bloc .txt ol li { padding: 0px; padding-left: 40px; font-size: 14px;}
	#flow .bloc .txt ol li:nth-child(1) { margin-bottom: 18px;}
	#flow .bloc .txt ol li:nth-child(2) { margin-bottom: 18px;}
	#flow .bloc .txt ol li::before { width: 30px; height: 30px;}
	#flow .bloc .txt ol li:nth-child(1):before { top: 8px;}
	#flow .bloc .txt ol li:nth-child(2):before { top: 8px;}
	#flow .bloc .txt ol li:nth-child(3):before { top: 8px;}

	#flow .bloc .txt .box { margin-bottom: 20px; padding: 4px;}
	#flow .bloc .txt .box div { padding: 20px;}
	#flow .bloc .txt .box div p { font-size: 13px;}
	#flow .bloc .txt .box div dl dt { width: 60px;}
	#flow .bloc .txt .box div dl dd { font-size: 12px; }
}

#about { position: relative; overflow: hidden; margin-bottom: 50px;}
#about .inner-sct { padding: 50px 0 0;
 background-image: url('/images/fit/txt/social.svg'), url('/images/fit/txt/information.svg');
 background-repeat: no-repeat,no-repeat;
 background-position: 0 0, 100% 100%;
 background-size: auto 54px, auto 54px;
}
#about .ctn { display: flex; flex-direction: row-reverse; align-items: center; width: 100%; max-width: 1300px; margin: 0 auto;}
#about .ctn .txt { width: 45%; padding: 80px 0; background: url(/images/fit/bg/1.png) no-repeat 50% 50% / auto 100%;}
#about .ctn .pht { width: 55%;}
#about .ctn .txt h2 { margin-bottom: 35px; text-align: center;}
#about .ctn .txt h2 img { width: 92%; max-width: 440px;}
#about .ctn .txt p { font-size: clamp(18px,3.0vw,24px); font-weight: 700; line-height: 2.2; text-align: center;}
#about .ctn .txt p span { display: block;}
#about .ctn .pht picture { display: block; width: 94%; max-width: 710px; margin: 0 auto;}
#about .ctn .pht picture img { width: 100%;}
@media (max-width: 801px) {
	#about .inner-sct { background: none; padding: 0px;}
	#about .ctn { display: block; background: url(/images/fit/bg/1@sp.png) no-repeat 50% 0% / 80% auto;}
	#about .ctn .txt { width: 100%; padding: 50px 0; background: none;}
	#about .ctn .txt h2 img { width: 60%;}
	#about .ctn .pht { width: 100%;}
}
@media (max-width: 481px) {
	#about { margin-bottom: 30px;}
	#about .ctn .txt { padding: 30px 0;}
	#about .ctn .txt h2 { margin-bottom: 20px;}
	#about .ctn .txt p { font-size: 15px;}
	#about .ctn .txt p span { display: inline;}
}


#check .inner-sct { position: relative; padding: 50px 0;}
#check .inner-sct:after { content: ''; display: block; width: 50%; height: calc( 100% - 80px ); position: absolute; left: 0; top: 40px; z-index: 1;
background: url(/images/fit/pht-2.jpg) no-repeat 100% 50% / auto 100%;
}
#check .ctn { position: relative; width: 92%; max-width: 1100px; margin: 0 auto; padding: 110px 0 20px; z-index: 2;}
#check .ctn figure { position: relative; display: none;}
#check .ctn figure img { width: 100%;}
#check .ctn .txt { position: relative; width: 90%; max-width: 660px; margin: 0 0 0 auto; z-index: 2;}
#check .ctn .txt h2 { margin-bottom: 20px; text-indent: -20px;}
#check .ctn .txt h2 img { width: 98%; max-width: 660px;}
#check .ctn ul { padding-left: 80px;}
#check .ctn ul li { position: relative; padding: 10px; padding-left: 50px; border-bottom: solid 1px #dedede;
 font-size: 22px; font-weight: 700; letter-spacing: 0.075rem; line-height: 1.6;
}
#check .ctn ul li:last-child { border-bottom: 0px;}
#check .ctn ul li::before,
#check .ctn ul li::after { content: ''; display: block; position: absolute; }
#check .ctn ul li::before{ width: 25px; height: 25px; background: #eee; left: 2px; top: 0.75em;}
#check .ctn ul li::after { width: 14px; height: 26px; border-right: solid 4px #dab300; border-bottom: solid 4px #dab300;
 left: 12px; top: 0.4em; transform: rotate(40deg);
}
@media (max-width: 1001px) {
	#check .ctn ul { padding-left: 50px;}
}
@media (max-width: 801px) {
	#check .inner-sct:after { content: none;}
	#check .ctn { padding: 0px;}
	#check .ctn figure { display: block; margin-bottom: -8vw;}
	#check .ctn .txt { margin: 0 auto;}
	#check .ctn .txt h2 { margin-bottom: 12px;}
	#check .ctn ul { padding-left: 40px;}
	#check .ctn ul li { font-size: 20px;}
}
@media (max-width: 481px){
	#check .inner-sct { padding: 40px 0;}
	#check .ctn .txt h2 { margin-bottom: 0; text-indent: -12px;}
	#check .ctn .txt h2 img { width: 92%;}
	#check .ctn ul { padding-left: 0px;}
	#check .ctn ul li { padding: 8px 0; padding-left: 30px; font-size: 14px; letter-spacing: 0.03rem;}
	#check .ctn ul li::before{ width: 16px; height: 16px; top: 0.45em;}
	#check .ctn ul li::after { width: 9px; height: 20px; border-width: 3px; left: 10px;}
}


#solution { position: relative; width: 100%; overflow: hidden;}
#solution .inner-sct { position: relative; padding: 40px 0;}
#solution .inner-sct::after { content: ''; display: block; position: absolute; z-index: 1;
 width: 20%; max-width: 250px; height: 800px; background: #fdf4f4; left: -120px; top: 65%; transform: skew(-16deg);
}

#solution .tips {}
#solution .tips::before { content: ''; display: block; width: 0; height: 0; margin: 0 auto 70px;
 border: solid 225px transparent; border-top: solid 50px #ede4b2; border-bottom: 0;
}
#solution .tips h2 { text-align: center;}
#solution .tips h2 img { width: 85%; max-width: 620px;}
#solution .bloc { position: relative; padding: 60px 0; z-index: 2;}
#solution .ctn { width: 90%; max-width: 1024px; margin: 0 auto;}
#solution .ctn.point-1 { background: url(/images/fit/point/pht-1.jpg) no-repeat 0 0;}
#solution .ctn.point-2 { background: url(/images/fit/point/pht-2.jpg) no-repeat 100% 0;}
#solution .ctn.point-3 { background: url(/images/fit/point/pht-3.jpg) no-repeat 0 0;}
#solution .ctn.point-4 { background: url(/images/fit/point/pht-4.jpg) no-repeat 100% 0;}

#solution .tit { padding-bottom: 60px;}
#solution .tit h3 { position: relative; display: block; font-size: clamp(30px,5.0vw,42px); font-weight: 700; letter-spacing: 0.075rem; line-height: 1;}
#solution .tit.tit-R h3 { text-align: right;}
#solution .tit h3 img { display: block; width: 180px; margin: 0 0 40px;}
#solution .tit.tit-L h3 img { display: block; margin: 0 0 30px;}
#solution .tit.tit-R h3 img { display: block; margin: 0 0 30px auto;}
#solution .tit h3 span.bk { display: inline-block; padding: 2px 8px 6px; background: #000; color: #fff; line-height: 1;}
#solution .tit h3 span.line { display: block; width: 100%; height: 10px; background: none;}
#solution .flex { display: flex; width: 100%; justify-content: space-between;}
#solution .flex.re { flex-direction: row-reverse;}
#solution .img { width: 48%;}
#solution .img.w100 { display: none; width: 100%;}
#solution .txt { width: 48%; padding-top: 120px;}
#solution .txt.w100 { width: 100%;}
#solution .img picture { display: block; width: 100%; max-width: 480px; border: solid 2px #000; padding: 6px; background: #fff;}
#solution .img picture img,
#solution .img figure img { width: 100%;}
#solution .txt p { font-size: 18px; line-height: 2; letter-spacing: 0.075rem;}
#solution .bloc .course { padding-top: 40px;}
#solution .bloc .course ul { display: flex; width: 100%; justify-content: space-between;}
#solution .bloc .course ul li { width: 48%; }
#solution .bloc .course ul li dl dt { position: relative; margin-bottom: 30px; color: #fff; font-size: 21px; font-weight: 700; text-align: center;}
#solution .bloc .course ul li dl dt:after { content: ''; position: absolute; left: 50%; top: 0px; display: block; width: 98%; height: 100%;
 transform: translateX(-50%) skewX(-15deg); background: repeating-linear-gradient(125deg, #9eb1a1, #9eb1a1 2.5px, #6a876f 2.5px, #6a876f 5px);
}
#solution .bloc .course ul li dl dt span { position: relative; display: block; padding: 5px; z-index: 2;}
#solution .bloc .course ul li dl dd { width: 96%; font-size: 18px; line-height: 2; letter-spacing: 0.075rem;}

@media (max-width: 801px) {
	#solution .bloc { padding: 40px 0;}
	#solution .ctn { background: none !important;}
	#solution .tit { padding-bottom: 30px;}
	#solution .tit.tit-L h3 { padding-left: 180px}
	#solution .tit.tit-R h3 { padding-right: 180px;}
	#solution .tit h3 img { position: absolute; top: 50%; transform: translateY(-55%); width: 25%; max-width: 150px; margin: 0px;}
	#solution .tit.tit-L h3 img { left: 10px; margin: 0;}
	#solution .tit.tit-R h3 img { right: 10px; margin: 0}
	#solution .flex{ display: block;}
	#solution .img { width: 100%;}
	#solution .img.w100 { display: block; width: 100%; padding-right: 60px;}
	#solution .txt { width: 92%; margin: 0 auto; padding-top: 30px;}
	#solution .txt.w100 { width: 92%; margin: 0 auto;}
	#solution .img picture { width: 100%; max-width: 100%; border: none; padding: 0px; background: none;}
}
@media (max-width: 641px) {
	#solution .inner-sct::after { content: none;}
	#solution .tips::before { margin-bottom: 40px; border: solid 180px transparent; border-top: solid 40px #ede4b2; border-bottom: 0;}
	#solution .txt p { font-size: 16px;}
	#solution .txt p span { display: block;}
	#solution .bloc .course ul { display: block;}
	#solution .bloc .course ul li { width: 100%; margin-bottom: 30px;}
	#solution .bloc .course ul li:last-child { margin-bottom: 0;}
	#solution .bloc .course ul li dl dt { margin-bottom: 15px;}
	#solution .bloc .course ul li dl dd { width: 90%; margin: 0 auto; font-size: 16px;}
}
@media (max-width: 481px) {
	#solution .tips::before { border: solid 120px transparent; border-top: solid 30px #ede4b2; border-bottom: 0;}
	#solution .bloc { padding: 30px 0;}
	#solution .tit h3{ font-size: 21px;}
	#solution .tit.tit-L h3 { padding-left: 110px}
	#solution .tit.tit-R h3 { padding-right: 110px;}
	#solution .txt { padding-top: 20px;}
	#solution .txt p { font-size: 14px; letter-spacing: 0.03rem;}
	#solution .bloc .course ul li { margin-bottom: 20px;}
	#solution .bloc .course ul li dl dt { font-size: 16px;}
	#solution .bloc .course ul li dl dt:after { background: repeating-linear-gradient(125deg, #9eb1a1, #9eb1a1 2px, #6a876f 2px, #6a876f 4px);}
	#solution .bloc .course ul li dl dd { font-size: 14px;}
}



#plan .inner-sct { padding: 50px 0;}
#plan .ttl { margin-bottom: 50px; border-bottom: solid 1px #6a876f;}
#plan .ctn { width: 88%; max-width: 1024px; margin: 0 auto 50px;}
#plan .box { width: 100%; padding: 20px; background-image: repeating-linear-gradient(135deg, #dab300, #dab300 2px, transparent 2px, transparent 10px);}
#plan .box.mb { margin-bottom: 50px;}
#plan .box .inner { padding: 40px; background: #fff;}
#plan .box .tit { position: relative; margin-bottom: 30px; text-align: center;}
#plan .box .tit::before,
#plan .box .tit::after { content: ''; position: relative; display: inline-block; width: 0px; height: 0;vertical-align: bottom;
 border: solid 4px transparent; border-top: solid 40px #dab300; border-bottom: 0px;
}
#plan .box .tit::before{ transform: rotate(-25deg);}
#plan .box .tit::after { transform: rotate(25deg);}
#plan .box .tit h3 { display: inline-block; margin: 0 10px; color: #6a876f; font-size: clamp(20px,3.6vw,36px); font-weight: 700; line-height: 1; vertical-align: baseline;}
#plan .box dl { color: #c5a700; font-weight: 700; text-align: center;}
#plan .box dl dt,
#plan .box dl dd { display: inline-block; padding: 0 5px; font-size: clamp(16px,2.6vw,26px); line-height: 1;}
#plan .box dl dt { font-size:  clamp(20px,3.0vw,30px);;}
#plan .box dl dd span { font-size: clamp(18px,3.2vw,32px);}
#plan .box dl dd span em{ font-size: clamp(23px,4.6vw,45px);}

#plan .box .course { border-bottom: solid 1px #e48e96;}
#plan .box .course ul { width: 96%; max-width: 800px; margin: 0 auto;}
#plan .box .course ul li { padding: 25px 0; border-top: solid 1px #6b876f;}
#plan .box .course ul li dl { position: relative; display: flex; justify-content: space-between; width: 100%; align-items: center;}
#plan .box .course ul li dl dt,
#plan .box .course ul li dl dd { color: #000; font-weight: 700; line-height: 1;}
#plan .box .course ul li dl dt { width: 24%; font-size: clamp(14px,2.4vw,24px); text-align: left;}
#plan .box .course ul li dl dd.price { width: 34%; color: #c5a700; font-size: clamp(14px,2.0vw,20px); font-weight: 700;}
#plan .box .course ul li dl dd.price em { margin-right: 6px; font-size: clamp(20px,3.2vw,32px);}
#plan .box .course ul li dl dd.aside { width: 40%; font-size: 18px; text-align: left;}

#plan .box .service { width: 100%; margin: 0 auto; padding: 40px 0; border-top: solid 1px #e48e96; text-align: center;}
#plan .box .service h4 { margin-bottom: 20px; font-size: clamp(18px,3.0vw,24px); font-weight: 700; letter-spacing: 0.075rem; line-height: 1; text-align: center;}
#plan .box .service ul.inline {}
#plan .box .service ul.inline li { display: inline-block; padding: 0 10px; font-size: 18px; font-weight: 700;}
#plan .box .service .flex { display: flex; width: 100%; max-width: 780px; margin: 0 auto; padding-left: 20px;}
#plan .box .service .flex ul { text-align: left;}
#plan .box .service .flex ul.short { width: 40%; padding-right: 20px;}
#plan .box .service .flex ul.wide { width: 60%;}
#plan .box .service .flex ul li { padding: 6px 0; text-indent: -1.05em; font-size: 18px; font-weight: 700;}

#plan .box .plan-flex { display: flex; justify-content: space-between; width: 100%; margin: 0 auto; padding: 30px 0 0; border-top: solid 1px #e48e96;}
#plan .box .plan-flex .mini { width: 50%; border-left: solid 1px #e48e96; text-align: center;}
#plan .box .plan-flex .mini:first-child { border-left: none;}
#plan .box .plan-flex .mini h4 { margin-bottom: 18px; font-size: clamp(18px,3.0vw,24px); font-weight: 700; letter-spacing: 0.075rem; line-height: 1; text-align: center;}
#plan .box .plan-flex .mini p { margin-bottom: 10px; color: #c5a700; font-size: clamp(16px,2.6vw,26px); font-weight: 700; line-height: 1.4; text-align: center;}
#plan .box .plan-flex .mini p span { font-size: clamp(18px,3.2vw,32px);}
#plan .box .plan-flex .mini p span em{ font-size: clamp(24px,4.6vw,45px);}
#plan .box .plan-flex .mini ul { display: inline-block; text-align: left;}
#plan .box .plan-flex .mini ul li { font-size: 18px; font-weight: 700;}


#plan .icn-plus { position: relative; width: 100%; padding: 20px 0;}
#plan .icn-plus:before,
#plan .icn-plus:after { content: ''; display: block; width: 7px; height: 46px; background: #3cbdc0;}
#plan .icn-plus:before{ margin: 0 auto;}
#plan .icn-plus:after { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(90deg);}
#plan p.read { margin-bottom: 30px; font-size: clamp(16px,2.4vw,24px); font-weight: 700; letter-spacing: 0.075rem; text-align: center;}


#plan .nesseary { width: 88%; max-width: 760px; margin: 0 auto; padding: 40px 20px; border: solid 1px #6a876f;}
#plan .nesseary h3 { position: relative; margin-bottom: 30px; font-size: 22px; font-weight: 700; text-align: center;}
#plan .nesseary h3:after { content: ''; display: inline-block; width: 76%; max-width: 300px; height: 2px; background: #000; position: absolute; left: 50%; top: 50%; transform: translate(-50%,0);}
#plan .nesseary h3 span { position: relative; display: inline-block; padding: 0 18px; background: #fff; z-index: 2;}
#plan .nesseary ul { width: 100%; max-width: 620px; margin: 0 auto;}
#plan .nesseary ul li { position: relative; margin-bottom: 30px; padding-left: 50px; font-size: 16px; font-weight: 700;}
#plan .nesseary ul li:last-child { margin-bottom: 0px;}
#plan .nesseary ul li::before,
#plan .nesseary ul li::after { content: ''; display: block; position: absolute; }
#plan .nesseary ul li::before{ width: 25px; height: 25px; background: #eee; left: 0; top: 0.5em;}
#plan .nesseary ul li::after { width: 14px; height: 26px; border-right: solid 4px #dab300; border-bottom: solid 4px #dab300;
 left: 12px; top: 0; transform: rotate(40deg);
}
#plan .nesseary ul li span { display: inline-block; font-size: 22px; vertical-align: middle;}
#plan .nesseary ul li.card { padding-right: 360px;}
#plan .nesseary ul li.card img { display: block; width: 92%; max-width: 360px; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
@media (max-width: 801px) {
	#plan .ttl { margin-bottom: 30px;}
	#plan .box { padding: 15px;}
	#plan .box.mb { margin-bottom: 30px;}
	#plan .box .inner { padding: 30px;}
	#plan .box .tit { margin-bottom: 20px;}
	#plan .box .course ul li dl { flex-wrap: wrap;}
	#plan .box .course ul li dl dt { width: 100%; margin-bottom: 6px;}
	#plan .box .course ul li dl dd.price { width: 35%; text-align: left;}
	#plan .box .course ul li dl dd.aside { width: 65%;}

	#plan .box .service { padding: 30px 0;}
	#plan .box .service .flex { display: block; padding-left: 20px;}
	#plan .box .service .flex ul.short { width: 100%; max-width: 480px; margin: 0 auto; padding-right: 0px; text-align: left;}
	#plan .box .service .flex ul.wide { width: 100%; max-width: 480px; margin: 0 auto; text-align: left;}
	#plan .box .service .flex ul li { padding: 4px 0;}

	#plan .box .plan-flex .mini h4 { margin-bottom: 10px;}
	#plan .box .plan-flex .mini ul li { font-size: 16px;}

	#plan .nesseary h3 { margin-bottom: 20px;}
	#plan .nesseary ul { max-width: 500px;}
	#plan .nesseary ul li.card { padding-right: 0px;}
	#plan .nesseary ul li.card img { position: relative; right: auto; top: auto; transform: translateY(0%);}
}
@media (max-width: 641px) {
	#plan .box .service h4 { font-size: 24px;}
	#plan .box .plan-flex { display: block;}
	#plan .box .plan-flex .mini { width: 100%; padding: 30px 0 0; border-top: solid 1px #e48e96; border-left: none; text-align: center;}
	#plan .box .plan-flex .mini:first-child { padding: 0 0 30px; border-top: none;}
	#plan .box .plan-flex .mini h4 { font-size: 24px;}
}
@media (max-width: 481px) {
	#plan .inner-sct { padding: 40px 0;}
	#plan .ttl { margin-bottom: 20px;}
	#plan .ctn { margin-bottom: 30px;}
	#plan .box { padding: 10px; background-image: repeating-linear-gradient(135deg, #dab300, #dab300 1.6px, transparent 1.6px, transparent 8px);}
	#plan .box .inner { padding: 24px 18px;}
	#plan .box .tit { margin-bottom: 12px;}

	#plan .box dl dt,
	#plan .box dl dd { display: block;}
	#plan .box dl dt { margin-bottom: 6px; font-size: 18px;}

	#plan .box .course ul li dl { display: block;}
	#plan .box .course ul li dl dt,
	#plan .box .course ul li dl dd { display: block;}
	#plan .box .course ul li dl dt { width: 100%; margin-bottom: 10px; font-size:18px; text-align: center;}
	#plan .box .course ul li dl dd.price { width: 100%; margin-bottom: 8px; text-align: center;}
	#plan .box .course ul li dl dd.price em { margin-right: 4px; font-size: 24px;}
	#plan .box .course ul li dl dd.aside { width: 100%; font-size: 14px; text-align: center;}

	#plan .box .service { padding: 20px 0;}
	#plan .box .service h4 { margin-bottom: 12px; font-size: 20px;}
	#plan .box .service ul.inline { display: inline-block; text-align: left;}
	#plan .box .service ul.inline li { display: block; font-size: 14px;}
	#plan .box .service .flex ul li { padding: 2px 0; font-size: 13px;}
	
	#plan .box .plan-flex .mini { padding: 20px 0 0;}
	#plan .box .plan-flex .mini:first-child { padding: 0 0 20px;}
	#plan .box .plan-flex .mini h4 { font-size: 20px;}
	#plan .box .plan-flex .mini p { font-size: 14px;}
	#plan .box .plan-flex .mini ul li { font-size: 14px;}

	#plan .icn-plus:before,
	#plan .icn-plus:after { width: 5px; height: 32px;}
	#plan p.read { margin-bottom: 20px;}
	
	#plan .nesseary { padding: 20px 15px;}
	#plan .nesseary h3 { margin-bottom: 12px; font-size: 16px;}
	#plan .nesseary ul li { margin-bottom: 8px; padding-left: 30px; font-size: 12px;}
	#plan .nesseary ul li::before{ width: 16px; height: 16px; top: 0.45em;}
	#plan .nesseary ul li::after { width: 9px; height: 20px; border-width: 3px; left: 10px;}

	#plan .nesseary ul li span { display: block; font-size: 15px;}
}


#trainer .inner-sct { padding: 60px 0;}
#trainer .ttl { margin-bottom: 30px; border-bottom: solid 1px #6a876f;}
#trainer .ctn { width: 94%; max-width: 980px; margin: 0 auto;}
#trainer .ctn ul { width: 100%; max-width: 900px; margin: 0 auto; font-size: 0; text-align: center;}
#trainer .ctn ul li { display: inline-block; width: 25%; color: #6a876f; font-size: 18px;}
#trainer .ctn ul li img { display: block; width: 92%; margin: 0 auto 6px;}
#trainer .ctn ul li span { display: block; font-weight: 700;}
@media (max-width: 641px) {
	#trainer .inner-sct { padding: 40px 0;}
	#trainer .ttl { margin-bottom: 20px;}
	#trainer .ctn ul li { width: 33%; font-size: 14px;}
}



#voice .inner-sct { padding: 60px 0;}
#voice .ttl { margin-bottom: 50px; border-bottom: solid 1px #6a876f;}
#voice .bloc{ position: relative; margin-bottom: -80px;}
#voice .bloc:last-child { margin-bottom: 0px;}
#voice .bloc .ctn { width: 92%; max-width: 1024px; margin: 0 auto;}
#voice .box { position: relative; width: 92%; max-width: 900px;}
#voice .box.box-L { }
#voice .box.box-R { margin: 0 0 0 auto;}
#voice .box.box-L .bg { padding: 80px 60px 70px 40px; background: url(/images/fit/fukidashi-L.png) no-repeat 0 0 / 100% 100%;}
#voice .box.box-R .bg { padding: 80px 90px 70px 30px; background: url(/images/fit/fukidashi-R.png) no-repeat 100% 0 / 100% 100%;}
#voice .box .inner { position: relative; padding-left: 210px;}
#voice .box .pht { position: absolute; width: 200px; left: 0; top: 0; text-align: center;}
#voice .box .txt {}
#voice .box .pht img { width: 90%; max-width: 160px;}
#voice .box .txt p.name { margin-bottom: 30px; color: #6a876f; font-size:  clamp(14px,2.4vw,24px);}
#voice .box .txt p.read { font-size: clamp(12px,2.0vw,20px); line-height: 1.8; text-align: justify;}
@media (max-width: 801px) {
	#voice .ttl { margin-bottom: 30px;}
	#voice .bloc{ margin-bottom: -60px;}
	#voice .box.box-L .bg { padding: 60px 40px 70px 40px;}
	#voice .box.box-R .bg { padding: 60px 60px 70px 30px;}
	#voice .box .inner { padding-left: 160px;}
	#voice .box .pht { width: 150px;}
	#voice .box .txt p.name{ margin-bottom: 20px;}
}
@media (max-width: 641px) {
	#voice .box.box-L .bg { padding: 50px 40px 60px 40px;}
	#voice .box.box-R .bg { padding: 50px 60px 60px 25px;}
	#voice .box .txt p.name { margin-bottom: 10px;}
}
@media (max-width: 481px) {
	#voice .inner-sct { padding: 40px 0;}
	#voice .ttl { margin-bottom: 20px;}
	#voice .bloc{ margin-bottom: 0px;}
	#voice .box { width: 96%;}
	#voice .box.box-L .bg { padding: 30px 25px 25px;}
	#voice .box.box-R .bg { padding: 30px 30px 25px 15px;}
	#voice .box .inner { padding-left: 0px;}
	#voice .box .pht { width: 50px; left: 10px; top: 0px; width: 50px;}
	#voice .box .txt { width: 100%; padding: 15px 12px 10px;}
	#voice .box .txt p.name { margin-bottom: 18px; padding-left: 60px; line-height: 1.4;}
	#voice .box .txt p.read { line-height: 1.6;}
}



#faq .inner-sct { padding: 60px 0;}
#faq .ctn { width: 88%; max-width: 960px; margin: 0 auto 40px;}
#faq .ctn ul { border-top: solid 1px #6a876f;}
#faq .ctn ul li { padding: 30px 10px; border-bottom: dashed 1px #6a876f;}
#faq .ctn ul li dl dt { position: relative; padding: 6px 0; padding-left: 90px; color: #6a876f; font-size: 24px; font-weight: 700; letter-spacing: 0.05rem;}
#faq .ctn ul li dl dd { position: relative; padding: 6px 0; padding-left: 90px; font-size: 18px;}
#faq .ctn ul li dl dt:before,
#faq .ctn ul li dl dd:before { content: ''; display: block; width: 50px; height: 42px; position: absolute; left: 0; top: 8px;}
#faq .ctn ul li dl dt:before { background: url('/images/fit/txt/q.svg') no-repeat 50% 0 / 100% auto;}
#faq .ctn ul li dl dd:before { background: url('/images/fit/txt/a.svg') no-repeat 50% 0 / 100% auto;}
#faq .note { width: 88%; max-width: 960px; margin: 0 auto;}
#faq .note ul li { position: relative; padding: 2px 0;}
#faq .note ul li:before { content: '※'; display: inline;}
@media (max-width: 801px) {
	#faq .ctn ul li { padding: 20px 10px;}
	#faq .ctn ul li dl dt { padding-left: 60px; font-size: 20px; background-size: 40px auto;}
	#faq .ctn ul li dl dd { padding-left: 60px; font-size: 15px; background-size: 40px auto;}
	#faq .ctn ul li dl dt:before,
	#faq .ctn ul li dl dd:before { width: 40px;}
}
@media (max-width: 481px) {
	#faq .inner-sct { padding: 40px 0;}
	#faq .ctn { margin-bottom: 30px;}
	#faq .ctn ul li { padding: 8px;}
	#faq .ctn ul li dl dt { padding-left: 40px; font-size: 16px;}
	#faq .ctn ul li dl dd { padding-left: 40px; font-size: 13px;}
	#faq .ctn ul li dl dt:before,
	#faq .ctn ul li dl dd:before { width: 30px; top: 10px;}
}


#access .inner-sct { padding: 120px 0;}
#access .ttl { margin-bottom: 40px;}
#access .ctn { display: flex; justify-content: space-between; width: 88%; max-width: 1024px; margin: 0 auto;}
#access .ctn .box { width: 48.5%; padding: 10px 0;}
#access .ctn .box p { margin-bottom: 8px; font-size: 18px; font-weight: 700;}
#access .ctn .box p img { display: block; width: 100%; max-width: 400px; margin-bottom: 8px;}
#access .ctn .box ul { border-top: solid 1px #6a876f;}
#access .ctn .box ul li { padding: 18px 10px; padding-left: 0px; border-bottom: solid 1px #6a876f;}
#access .ctn .box ul li dl { display: table; width: 100%;}
#access .ctn .box ul li dl dt,
#access .ctn .box ul li dl dd { display: table-cell; font-size: 18px;}
#access .ctn .box ul li dl dt { width: 110px; color: #6a876f; font-weight: 700; text-align: center;}
#access .ctn .box ul li dl dd { width: auto;}
#access .ctn .box ul li dl dd span { display: block;}
#access .ctn .box ul li dl dd br { display: none;}
#access .ctn .box ul li.map { border-bottom: none;}
#access .ctn .box ul li.map .mapView {width: 100%; height: 400px; padding: 12px 0;}
#access .ctn .box ul li.map .mapView iframe {width: 100%; height: 100%;}
@media (max-width: 801px) {
	#access .inner-sct { padding: 80px 0;}
	#access .ctn { display: block;}
	#access .ctn .box { width: 100%; margin-bottom: 20px;}
	#access .ctn .box:last-child { margin-bottom: 0px;}
	#access .ctn .box ul li dl dt,
	#access .ctn .box ul li dl dd { font-size: 16px;}
}
@media (max-width: 481px) {
	#access .inner-sct { padding: 60px 0;}
	#access .ttl { margin-bottom: 20px;}
	#access .ctn .box p { font-size: 16px;}
	#access .ctn .box ul li { padding: 12px 5px; padding-left: 0px;}
	#access .ctn .box ul li dl dt,
	#access .ctn .box ul li dl dd { font-size: 13px;}
	#access .ctn .box ul li dl dt { width: 80px;}
}

#insta .inner-sct { padding: 40px 0;}
#insta .ttl { margin-bottom: 12px;}
#insta .ctn { width: 88%; max-width: 1024px; margin: 0 auto;}

