:root {
	--navy: #001C2F;
	--gold: #CEAE43;
	--gold2: #987500;
	--red: #C1272D;
	--yellow: #FFFF00;
}

/*枠外背景*/
.keni-container, .keni-mv_wrap {
	overflow: hidden;
	background-image:url(https://slimo-fc.welneseikotu.xyz/wp-content/uploads/2024/06/bg.webp);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

/*幅調整*/
.col1 .keni-header_outer, .col1 .keni-gnav_outer, .col1 .keni-mv_outer, .col1 .catch-area, .col1 .archive_title_wrap, .col1 .keni-breadcrumb-list_outer, .col1 .keni-footer_outer, .col1 .keni-copyright, .col1 .keni-section_wrap, .col1 .keni-sep-conts_outer, .col1 .keni-footer-panel_outer {
	max-width: 600px!important;
}

/*ヘッダー非表示*/
.keni-header_outer {
	display: none!important;
}

/*位置調整*/
.keni-section_wrap {
	padding: 0!important;
}

.br-auto {
	display: block;
}

.keni-main_inner {
	padding: 0!important;
}

.top-h1-write {
	max-width: 600px!important;
	margin: 0 auto;
}

/*グロナビPC非表示*/
.keni-gnav_wrap {
	display: none;
}

/*検索窓非表示*/
.search-box {
	display:none;
}

/*見出し*/
h2:not(.title_no-style) {
	background: none;
}

.text-red {
	color: #C1272D;
}

/*左右余白*/
.section-inner {
	padding-left:3.6rem!important;
	padding-right:3.6rem!important;
}

/*直接指導*/
.direct-instruction {
	background: var(--navy);
	padding: 5rem 0 6rem;
	text-align: center;
}

.direct-instruction h2 {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 3.8rem;
	line-height: 1.3;
	margin-bottom: 4rem!important;
}

.direct-instruction h2 span {
	color: var(--gold);
}

.direct-half-img {
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 0;
}

.direct-half-img img {
	width: 48.5%;
}

/*ビジネスモデル全国展開*/
.biz-model h2, .biz-model p {
	text-align: center;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.biz-model h2 {
	background: url(https://slimo-fc.welneseikotu.xyz/wp-content/uploads/2024/06/biz-model-ttl-bg.webp);
	background-size: cover;
	background-position: center;
	color: #333;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.4;
	padding: 4rem 1rem;
	margin-bottom: 0!important
}

ul.biz-model-list {
	list-style: none;
	margin: 0!important;
	background: var(--navy);
	padding: 4rem 0;
}

.biz-model-list li {
	background: url(https://slimo-fc.welneseikotu.xyz/wp-content/uploads/2024/06/biz-model-list-bg.webp);
}

.biz-model-list li p {
	font-size: 2.6rem;
	margin-bottom: 3rem;
	line-height: 1.5;
	font-weight: 600;
}

p.list-number {
	font-family: "Cinzel", serif!important;
	background: var(--gold2);
	color:#fff;
	font-size:2.4rem!important;
	text-align: center;
	font-weight: 400!important;
}

.list-number span{
	font-size: 3.5rem;
}

.biz-model-finale {
	color: white;
	font-size: 3.4rem;
	line-height: 1.4;
	font-weight: 600;
}

.biz-model-finale span {
	color: var(--gold);
}

p.biz-model-finale {
	margin-bottom: 0!important;
}

/*加盟店の声*/
.voice {
	background: #FFF7ED;
	padding: 4rem 0;
}

.voice h2 {
	text-align: center;
	background: var(--red);
	font-size: 3.4rem;
	border-radius: 4rem;
	padding: 1.5rem;
}

.voice ul {
	list-style: none;
	margin: 0!important;
}

.voice li {
	background: #333;
	border-radius: 1rem;
	padding: 2rem 3rem 1rem;
	margin-bottom: 2rem
}

.voice li p {
	font-size: 2.5rem;
	color: white;
	margin-bottom: 2rem;
	text-align: justify;
}

/*悩み*/
.problem {
	background: var(--navy);
	padding: 6rem;
}

.problem-inner {
	background: #86B5B6;
	border-radius: 3rem;
	padding: 3rem 2rem;
}

.problem-inner h2 {
	color: var(--yellow);
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.2;
	margin-bottom: 0!important;
}

.problem-inner ul {
	margin: 0!important;
	list-style: none;
	color: white;
	padding: 2rem 1rem;
	font-size: 2.4rem;
}

.problem-inner li {
	position:relative;
	padding-left: 2.5rem;
	line-height: 1.5;
	font-weight: 600;
}

.problem-inner li:before {
	position: absolute;
	top: 1rem;
	left: 0;
	content: "";
	clip-path: inset(0 0 0 0);
	width: 1.2rem;
	height: 1.2rem;
	background: white;
}

.problem-inner li span {
	border-bottom: solid 1px;
	padding-bottom: 3px;
}


/*ニーズ*/
.needs h2 {
	background: var(--red);
	font-size: 3.6rem;
	text-align: center;
	line-height: 1.4;
	padding: 2rem 1rem;
	margin-bottom: 0!important;
}

.bg-white {
	background: white;
	color: var(--red);
	padding: 0.3rem 1rem;
}

.yellow-text {
	color: var(--yellow);
}

.needs ul {
	margin: 0!important;
	list-style: none;
	line-height: 1.5;
}

.needs ul li {
	margin: 0!important;
}

.needs-item {
	padding: 4rem 0 3rem;
}

.needs-item:nth-of-type(odd) {
	background: var(--navy);
}

.needs-item:nth-of-type(even) {
	background: #193D55;
}

.needs-item h3 {
	background: var(--gold2);
	border-radius: 4rem;
	border: none;
	text-align: center;
	color: white;
	font-size: 3rem;
	padding: 1rem 1rem 0.5rem;
}

.needs-item li {
	font-size: 2.4rem;
	position: relative;
	color: white;
	margin-bottom: 0!important;
	padding-left: 3rem;
	padding-bottom: 1rem;
	text-align: justify;
}

.needs-item li:before {
	position: absolute;
	content: "";
	clip-path: inset(0 0 0 0);
	width: 1.5rem;
	height: 1.5rem;
	background: white;
	top: 1rem;
	left: -0.1rem;
}

.needs-item img {
	margin-bottom: 2rem;
}

/*マネタイズ*/
.monetization {
	text-align: center;
}

.monetization h2 {
	border: solid 3px #333;
	color: #333;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin: 2rem!important;
	font-size: 3.2rem;
	line-height: 1.4;
	padding: 2rem;
}

.monetization h2 span {
	color: var(--red);
}

.monetization-text {
	background: var(--navy);
	padding: 3rem 0;
}

.monetization-text p {
	color: white;
	font-size: 2.2rem;
	line-height: 1.6;
	margin-bottom: 2rem!important;
}

.monetization-text p:last-of-type {
	margin-bottom: 0!important;
}

.monetization-text p span {
	font-weight:bold;
	background:linear-gradient(transparent 60%, #2E5B6F 60%);
	padding-bottom: 0.3rem;
}

.monetization-text img {
	padding: 1.5rem 0 1rem;
}

/*フッターボタン*/
.footer_btn {
    display: block;
    position: fixed;
    bottom: 6px;
    right: 10px;
    width: 400px;
    z-index: 1000;
    transition-duration: 0.6S;
}

.footer_btn:hover, .contact_btn img:hover{
 	transform:scale(1.05,1.05);
}

.footer_btn img{
	width: 100%;
}

.keni-footer_wrap {
	background: #193D55!important;
}

.keni-copyright_wrap {
	border:none!important;
	color: white;
	text-align: center;
}

/*問い合わせボタン*/
.contact_btn {
	padding: 5rem 5rem 10rem;
	background: var(--navy);
}

.contact_btn img {
	transition: 0.6s;
}

.article_wrap {
	margin-bottom: 0!important;
}

.keni-footer_wrap {
	margin-top: -5rem;
}


/*フォロー研修*/
.follow h2 {
	background: var(--red);
	font-size: 3.6rem;
	text-align: center;
	line-height: 1.4;
	padding: 2rem 1rem;
	margin-bottom: 0!important;
}

.follow ul {
	list-style: none;
	margin: 0!important;
}

.follow li {
		margin-bottom: 0!important;
}

.follow-item {
	padding: 5rem 0;
	text-align: center
}

.follow-item:nth-of-type(odd) {
	background: var(--navy);
}

.follow-item:nth-of-type(even) {
	background: #193D55;
}

.follow-item h3 {
	border: solid 1px;
	text-align: center;
	color: white;
	background: var(--gold2);
	font-size: 2.4rem;
	padding: 0.5rem;
}

.follow-item img {
	padding-bottom: 2rem
}

.follow-item p {
	font-size: 2rem;
	color: white;
	margin-bottom: 2rem!important;
}

.follow-item-white {
	background: white;
	padding: 2rem 3rem;
}

.follow-item-white h4 {
	border: none;
	color: var(--navy);
	font-size: 2.3rem;
}

.follow-item-white ul, ul.follow-item3 {
	text-align: left;
}

.follow-item-white li, .follow-item3 li {
	position: relative;
	padding: 1rem 0 0.6rem 3rem;
	line-height: 24px;
	font-size: 2rem;
}

.follow-item-white li {
	color: var(--navy);
	border-bottom: dashed 1px;
}

.follow-item3 li {
	color: white;
	border-bottom: dashed 1px;
}

.follow-item-white li:before, .follow-item3 li:before {
	position: absolute;
	top: 1rem;
	left: 0;
	content: "■";
	width: 20px;
	height: 20px;
}

.follow-item3 li:before {
	color: #FFFF00;
}

.follow-item-list-note {
	font-size: 80%;
	color: #2a4073;
}

p.follow-item1-note {
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0!important;
	margin-top: 2rem;
}

ul.follow-item3 {
	margin:2rem 3rem 0!important;
}

ul.follow-item3 span {
	color: #FFFF00;
}

.follow-item3 li {
	line-height: 1.6;
}

.follow-commendation {
	background: url(https://slimo-fc.welneseikotu.xyz/wp-content/uploads/2024/06/follow-commendation-bg.webp);
	background-size: cover;
	padding: 4rem 0;
	text-align: center;
	font-size: 2.2rem;
	color: #C1272D;
	font-weight: 600;
}

.follow-commendation p {
	margin-bottom: 2rem!important;
}

.follow-commendation p:last-child {
	margin-bottom: 0!important;
}

/*流れ*/
.flow h2 {
	background: var(--gold2);
	text-align: center;
	font-size: 3.6rem;
	padding: 3rem 1rem;
	line-height: 1.4
}

ul.flow-list {
	list-style: none;
	margin: 6rem 0 0;
	counter-reset: flow;
}

.flow h3 {
	border: none;
	color: #333;
	font-size: 3rem;
	margin-bottom: 1rem;
	padding-top: 0
}

.flow p {
	font-size: 2rem;
	margin-bottom: 0!important;
	text-align: justify;
}

.flow-list li {
	border-left: solid 6px var(--gold2);
	padding-bottom:6rem;
	margin-left: 3.5rem;
	margin-bottom: 0;
	position: relative;
}

.flow-list li:last-child {
	border-left: none;
}

.flow-list-inner {
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 3rem;
}

.flow-list li:last-child .flow-list-inner {
	border-left: solid 1px #333;
}

.flow-list li:before {
	position: absolute;
	content: "";
	background: url(https://slimo-fc.welneseikotu.xyz/wp-content/uploads/2024/06/step.webp);
	background-size: cover;
	width: 7rem;
	height: 7rem;
	top: -3.5rem;
	left:-3.7rem;
}

.flow-list li:after {
	position: absolute;
	content:counter(flow);
	counter-increment:flow;
	color: white;
	font-size:3rem;
	top: -0.7rem;
	left: -1.2rem;
	font-weight: bold;
}

.flow-list-detail {
	background: #FFF7ED;
	padding: 2rem;
	margin-top: 2rem;
}

.flow-list-detail h4 {
	text-align: center;
	border: none;
	color: var(--navy);
	font-size: 2.1rem;
	margin-bottom: 1rem;
}

.flow-list-detail p {
	border-left: none;
	padding: 0 0 0 1.5rem;
	color: var(--navy);
	font-size: 1.8rem;
	position: relative;
	margin-left: 2rem;
}

.flow-list-detail p:before{
	position: absolute;
	content: "■";
	font-size: 1.8rem;
	top: 0;
	left: -1rem;
}

/*加盟資格*/
.membership {
	text-align: center;
	background: #FFF7ED;
	padding: 6rem 0;
}

.membership h2 {
	background: #193D55;
	border-radius: 5rem;
	font-size: 3.4rem;
	padding: 2rem 1rem;
}

.membership p {
	font-size: 2.6rem;
	font-weight: 600;
	margin-bottom: 3rem;
	line-height: 1.4
}


.briefing {
    padding: 0 40px;
    box-sizing: border-box;
		background: white;
}

.briefing p {
    position: relative;
    font-weight: bold;
		color: var(--red);
	font-size: 3.8rem!important;
	padding: 2rem 1rem;
}

.briefing p::before, .briefing p::after {
    position: absolute;
    top: 1.8rem;
    height: 5rem;
    content: '';
}

.briefing p::before {
    border-left: solid 1px;
    left: 2rem;
    transform: rotate(-30deg);
}

.briefing p::after {
    border-right: solid 1px;
    right: 2rem;
    transform: rotate(30deg);
}

@media (max-width: 768px) {

}











@media (max-width:768px) {
	/*幅調整*/
	.keni-section_wrap {
		width:100%;
		margin:0 auto;
		padding: 0 5%;
	}
	
	.keni-section_wrap {
		margin: 0!important;
	}
	
	/*左右余白*/
	.section-inner {
		padding-left:5%!important;
		padding-right:5%!important;
	}

	/*直接指導*/
	.direct-instruction {
		padding: 3rem 0 6rem;
		margin-top: -2px;
	}

	.direct-instruction h2 {
		font-size: 2.4rem;
	}
	
	/*ビジネスモデル全国展開*/
	.biz-model h2 {
		font-size: 2rem;
		padding: 3rem 1rem;
	}

	ul.biz-model-list {
		padding: 3rem 0;
	}

	.biz-model-list li {

	}

	.biz-model-list li p {
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}

	p.list-number {
		padding:0;
		color:#fff;
		font-size:1.8rem;
		text-align: center;
	}

	.list-number span{
		font-size: 2.6rem;
	}
	
	.biz-model-finale {
		font-size: 2.2rem;
	}
	
	/*加盟店の声*/
	.voice li p {
		font-size: 1.8rem;
	}
	
	.voice h2 {
		font-size: 2.6rem;
	}
	
	/*悩み*/
	.problem {
		padding: 4rem;
	}

	.problem-inner {
		border-radius: 2rem;
		padding: 2rem 1rem;
	}

	.problem-inner h2 {
		font-size: 2.6rem;
	}

	.problem-inner ul {
		padding: 1rem 1rem;
		font-size: 2rem;
	}

	.problem-inner li {
		padding-left: 2rem;
	}

	.problem-inner li:before {
		position: absolute;
		top: 0.8rem;
		width: 1rem;
		height: 1rem;
	}
	
	/*ニーズ*/
	.needs h2 {
		font-size: 2.6rem;
	}

	.bg-white {
		padding: 0.3rem 0.5rem;
	}

	.needs ul {
		line-height: 1.5;
	}

	.needs-item {
		padding: 3rem 0;
	}

	.needs-item h3 {
		font-size: 2rem;
		padding: 0.7rem 1rem 0.5rem;
	}

	.needs-item li {
		font-size: 1.8rem;
		padding-left: 2rem;
	}

	.needs-item li:before {
		width: 1rem;
		height: 1rem;
		top: 0.8rem;
		left: 0;
	}
	
	/*マネタイズ*/
	.monetization h2 {
		font-size: 2.2rem;
		padding: 1.3rem;
	}

	.monetization-text {
		padding: 2rem 0;
	}

	.monetization-text p {
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.monetization-text img {
		padding: 1rem 0 0.5rem;
	}
	
	/*フォロー研修*/
	.follow h2 {
		font-size: 2.3rem;
		line-height: 1.3;
	}

	.follow-item {
		padding: 3rem 0;
	}

	.follow-item h3 {
		font-size: 2rem;
	}

	.follow-item img {
		padding-bottom: 1.5rem
	}

	.follow-item p {
		font-size: 1.6rem;
	}

	.follow-item-white {
		background: white;
		padding: 2rem;
	}

	.follow-item-white h4 {
		margin-bottom:0!important;
		font-size: 1.8rem;
	}

	.follow-item-white li, .follow-item3 li {
		padding: 1rem 0 0.6rem 2.4rem;
		font-size: 1.6rem;
	}

	p.follow-item1-note {
		font-size: 2rem;
	}
	
	ul.follow-item3 {
		margin:2rem 2rem 0!important;
	}

	.follow-item3 li {
		line-height: 1.5;
	}

	.follow-commendation {
		padding: 3rem 0;
		font-size: 1.7rem;
	}
	
	/*流れ*/
	.flow h2 {
		font-size: 2.6rem;
		padding: 2rem 1rem;
	}

	ul.flow-list {
		margin: 4rem 0 3rem;
	}

	.flow h3 {
		font-size: 2.4rem;
	}

	.flow p {
		font-size: 1.7rem;
		text-align: justify;
	}

	.flow-list li {
		margin-left: 2.5rem;
		padding-bottom: 4rem;
	}

	.flow-list-inner {
		padding: 2rem 1.5rem 1.5rem;
	}

	.flow-list li:before {
		width: 5rem;
		height: 5rem;
		top: -2.5rem;
		left:-3rem;
	}

	.flow-list li:after {
		font-size:2.1rem;
		top: -0.7rem;
		left: -1.1rem;
	}

	.flow-list-detail {
		padding: 1.5rem;
	}

	.flow-list-detail h4 {
		font-size: 1.8rem;
	}

	.flow-list-detail p {
		padding: 0 0 0 1.2rem;
		font-size: 1.6rem;
		margin-left: 1rem;
		text-align: justify;
	}

	.flow-list-detail p:before{
		font-size: 1.6rem;
	}
	
	/*加盟資格*/
	.membership h2 {
		font-size: 2.8rem;
		padding: 1rem;
	}

	.membership p {
		font-size: 2rem;
	}

	.briefing p {
		font-size: 2.4rem!important;
		padding: 1rem;
	}
	
	.briefing p::before, .briefing p::after {
    top: 1rem;
		height: 3rem;
	}

	.briefing p::before {
		left: 0;
	}
	
	.briefing p::after {
		right: 0;
	}
	
	/*問い合わせボタン*/
	.contact_btn {
		padding: 3rem 2rem 6rem;
	}
	
	/*フッターボタン*/
	.footer_btn{
	    width: 100%;
		bottom: 0px;
		right: 0px;
		transition: 0.5s;
		display: block;
	}
}








@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
