@charset "utf-8";
/**
/* CSS START
----------------------------------------------- */
html,body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
}
/**
/* 共通 CSS
----------------------------------------------- */
/*　　背景　　*/
.bg_orange{
	background: #E7700E;
}
.bg_l_orange{
	background: #FFF4E8;
}
.bg_g_orange{
	background: #FF5100;
	background: linear-gradient(45deg,rgba(255, 81, 0, 1) 0%, rgba(249, 171, 13, 1) 100%);
}
.bg_yellow{
	background: #FFF7CC;
}
.box_w{
	background: #FFFFFF;
}
.box_o{
	background: #FDF1E7;
}
.box_g{
	background: #F8F8F8;
}
.border-o{
	border: 1px solid #E7700E;
}
.border-g{
	border: 1px solid #C3C3C3;
}
/*　　色　　*/
.c-white{
	color: #FFFFFF;
}
.c-gray{
	color: #333333;
}
.c-orange{
	color: #F7700F;
}
.c-g_orange{
	background: #FF5100;
	background: linear-gradient(45deg,rgba(255, 81, 0, 1) 0%, rgba(249, 171, 13, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*　　アニメーション　　*/
.fadeInUp{
	opacity: 0;
	transform: translateY(5px);
	transition: transform 0.6s ease-in, opacity 1s ease-in;
}
.fadeInUp.active{
	opacity: 1;
	transform: translateY(0);
}
/*　　見出し　　*/
.guide-ttl{
	position: relative;
	margin-bottom: 3.75rem;
}
.guide-ttl.border{
	margin-bottom: 3.75rem;
}
.guide-ttl.border::after{
	position: absolute;
	content: '';
	width: 3.75rem;
	height: 0.25rem;
	bottom: -1.25rem;
}
.guide-ttl.border_g::after{
	background: #FF5100;
	background: linear-gradient(90deg,rgba(255, 81, 0, 1) 0%, rgba(249, 171, 13, 1) 100%);
}
.guide-ttl.border_w::after{
	background: #FFFFFF;
}
.guide-ttl.border.center::after{
	left: 50%;
	transform: translateX(-50%);
}
.guide-ttl h2{
	color: #333333;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
	.guide-ttl{
		margin-bottom: 3rem;
	}
	.guide-ttl.border{
		margin-bottom: 3rem;
	}
	.guide-ttl.border::after{
		bottom: -1rem;
	}
	.guide-ttl h2{
		font-size: 2rem;
	}
}
/**
/* FV CSS
----------------------------------------------- */
.fv-view{
	position: relative;
	padding: 5.75rem 0 6.875rem 0;
	margin-top: 6.85rem;
}
.fv-view::after{
	position: absolute;
	background: url(../img/01/fv_bg.png) no-repeat center;
	background-size: cover;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
}
.fv-view .fv-view-video{
	position: absolute;
	top:  0;
	bottom: 0;
	left: 0;
	right: 0;
}
.fv-view .fv-view-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fv-view .view-box{
	position: relative;
	width: 77%;
	z-index: 1;
	padding-right: 5.625rem;
}
.fv-view .view-box h1{
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.fv-view .view-box .bg-text1{
	margin-bottom: 1.125rem;
}
.fv-view .view-box .bg-text2{
	transition-delay: 0.5s;
}
.fv-view .view-box .bg-text2 img{
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.fv-view .view-list.pc{
	transition-delay: 0.8s;
	margin-top: 1.25rem;
}
.fv-view .view-list.pc li{
	position: relative;
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding-left: 1.5rem;
}
.fv-view .view-list.pc li span{
	background: linear-gradient(transparent 50%, #FA8900 50%);
}
.fv-view .view-list.pc li::before{
	position: absolute;
	content: '';
	background: url(../img/01/icon/check_w.svg) no-repeat center;
	background-size: cover;
	width: 1.125rem;
	height: 1.125rem;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fv-view .view-list.pc li + li{
	margin-top: 0.75rem;
}
.fv-view .view-box .block_btn{
	transition-delay: 1.4s;
	column-gap: 1.25rem;
	margin-top: 3.625rem;
}
.fv-view .view-box .block_btn li{
	width: calc(50% - 0.625rem);
}
.fv-view .view-box .block_btn .btn{
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.04em;
	border-radius: 3.125rem;
	padding: 1.25rem 2.5rem;
}
.fv-view .view-box .block_btn .btn span{
	position: relative;
	display: inline-block;
}
.fv-view .view-box .block_btn .btn span::before,
.fv-view .view-box .block_btn .btn span::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.fv-view .view-box .block_btn .btn span::before{
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 100%;
	right: -1.25rem;
}
.fv-view .view-box .block_btn .btn span::after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 0.625rem;
	font-weight: 900;
	line-height: 1;
	right: -0.8125rem;
}
.fv-view .view-box .block_btn .contact_btn{
	max-width: 21rem;
}
.fv-view .view-box .block_btn .contact_btn .btn{
	background: #007AFF;
	color: #FFFFFF;
	border: 0.125rem solid #FFFFFF;
	box-shadow: 0 0.1875rem 0 #0057A7;
}
.fv-view .view-box .block_btn .contact_btn .btn span{
	padding-right: 1.6875rem;
}
.fv-view .view-box .block_btn .contact_btn .btn span::before{
	background: #FFFFFF;
}
.fv-view .view-box .block_btn .contact_btn .btn span::after{
	color: #007AFF;
}
.fv-view .view-box .block_btn .contact_btn .btn:hover{
	background: #FFFFFF;
	color: #007AFF;
	border: 0.125rem solid #007AFF;
	box-shadow: 0 0 0 #0057A7;
}
.fv-view .view-box .block_btn .contact_btn .btn:hover span::before{
	background: #007AFF;
}
.fv-view .view-box .block_btn .contact_btn .btn:hover span::after{
	color: #FFFFFF;
}
.fv-view .view-box .block_btn .line_btn{
	max-width: 16.5rem;
}
.fv-view .view-box .block_btn .line_btn .btn{
	background: #FFFFFF;
	color: #34C759;
	border: 0.125rem solid #34C759;
	box-shadow: 0 0.1875rem 0 #139D36;
}
.fv-view .view-box .block_btn .line_btn .btn span{
	padding-right: 0.625rem;
}
.fv-view .view-box .block_btn .line_btn .btn span::before{
	background: #34C759;
}
.fv-view .view-box .block_btn .line_btn .btn span::after{
	color: #FFFFFF;
}
.fv-view .view-box .block_btn .line_btn .btn:hover{
	background: #34C759;
	color: #FFFFFF;
	border: 0.125rem solid #34C759;
	box-shadow: 0 0 0 #139D36;
}
.fv-view .view-box .block_btn .line_btn .btn:hover span::before{
	background: #FFFFFF;
}
.fv-view .view-box .block_btn .line_btn .btn:hover span::after{
	color: #34C759;
}
.view-img{
	transition-delay: 1.1s;
	position: relative;
	width: 23%;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	.fv-view{
		padding: 1.5rem 0 2.375rem 0;
		margin-top: 4.75rem;
	}
	.fv-view::after{
		background: url(../img/01/sp_fv_bg.png) no-repeat center;
		background-size: cover;
	}
	.fv-view .view-box{
		width: 100%;
		padding-right: 0;
	}
	.fv-view .view-box .bg-text1{
		margin-bottom: 0.5rem;
	}
	.fv-view .view-box .bg-text2 img{
		width: 14.6875rem;
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	}
	.fv-view .view-box .bg-text3{
		transition-delay: 0.8s;
	}
	.fv-view .view-box .bg-text3 img{
		width: 17.5rem;
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	}
	.fv-view .view-box .view-img{
		position: relative;
		width: 100%;
	}
	.fv-view .view-box .view-img .view-vision{
		transition-delay: 1.7s;
		width: 11rem;
		margin-left: auto;
	}
	.fv-view .view-box .view-list li{
		position: absolute;
	}
	.fv-view .view-box .view-list li:nth-child(1){
		transition-delay: 0.8s;
		width: 8.125rem;
		top: 1rem;
		left: 4rem;
	}
	.fv-view .view-box .view-list li:nth-child(2){
		transition-delay: 1.1s;
		width: 7.8125rem;
		top: 8rem;
		left: 0;
	}
	.fv-view .view-box .view-list li:nth-child(3){
		transition-delay: 1.4s;
		width: 7.75rem;
		top: 15rem;
		left: 4rem;
	}
	.fv-view .view-box .block_btn{
		transition-delay: 0.1s;
		column-gap: 0;
		margin-top: 2.375rem;
	}
	.fv-view .view-box .block_btn li{
		width: 100%;
	}
	.fv-view .view-box .block_btn .btn{
		text-align: center;
		padding: 1rem 2rem;
	}
	.fv-view .view-box .block_btn .contact_btn{
		max-width: 100%;
	}
	.fv-view .view-box .block_btn .line_btn{
		max-width: 100%;
		margin-top: 1.25rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.fv-view{
		margin-top: 4.75rem;
	}
}
/**
/* お悩み CSS
----------------------------------------------- */
.trouble-guide{
	position: relative;
	background: #333333;
	padding: 5rem 0;
	margin-bottom: 6.25rem;
}
.trouble-guide::after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.25rem 50vw 0 50vw;
	border-color: #333333 transparent transparent transparent;
	top: 100%;
	left: 0;
	right: 0;
}
.trouble-guide .guide-ttl{
	margin-bottom: 4.375rem;
}
.trouble-guide .guide-ttl .caption{
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 0.25rem;
}
.trouble-guide .guide-ttl h2{
	position: relative;
	color: #FFFFFF;
	font-size: 2.5rem;
}
.trouble-guide .guide-ttl h2::after{
	background: url(../img/01/icon/heading_w.svg) no-repeat left center;
	background-size: cover;
	content: "";
	position: absolute;
	width: 36.875rem;
	height: 0.625rem;
	bottom: -0.75rem;
	left: 50%;
	transform: translateX(-50%);
}
.trouble-container .trouble-items{
	width: 62%;
	padding-left: 3.75rem;
}
.trouble-container .trouble-items ul li{
	position: relative;
	background: #FFFFFF;
	color: #333333;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	border-radius: 0.25rem;
	padding: 0.75rem 0.75rem 0.75rem 2.75rem;
}
.trouble-container .trouble-items ul li::before{
	position: absolute;
	content: '';
	background: url(../img/01/icon/check_g.svg) no-repeat center;
	background-size: cover;
	width: 1.5rem;
	height: 1.5rem;
	left: 0.75rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.trouble-container .trouble-items ul li + li{
	margin-top: 0.75rem;
}
.trouble-container .imgArea{
	width: 38%;
}
@media only screen and (max-width: 767px) {
	.trouble-guide{
		padding: 3.75rem 0 2.5rem 0;
		margin-bottom: 3rem;
	}
	.trouble-guide::after{
		border-width: 3rem 50vw 0 50vw;
	}
	.trouble-guide .inner{
		width: calc(100% - 1.25rem);
	}
	.trouble-guide .guide-ttl{
		margin-bottom: 2.6875rem;
	}
	.trouble-guide .guide-ttl .caption{
		margin-bottom: 0.25rem;
	}
	.trouble-guide .guide-ttl h2{
		font-size: 2rem;
	}
	.trouble-guide .guide-ttl h2::after{
		width: 100%;
		max-width: 22.875rem;
	}
	.trouble-container .trouble-items{
		width: 100%;
		padding-left: 0;
		margin-bottom: 2rem;
	}
	.trouble-container .trouble-items ul li{
		padding: 0.5rem 0.75rem 0.5rem 2.5rem;
	}
	.trouble-container .imgArea{
		width: 100%;
		text-align: center;
	}
	.trouble-container .imgArea img{
		max-width: 13.1875rem;
	}
}
/**
/*  縦型デジタルサイネージ広告 CSS
----------------------------------------------- */
.about-guide{
	padding: 5rem 0;
}
.about-guide .ttl{
	margin-bottom: 0.625rem;
}
.about-guide .ttl .caption{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 0.75rem;
}
.about-guide .ttl h2{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
.about-guide .ttl h2 span{
	font-size: 3rem;
	font-weight: 900;
}
.about-guide .imgArea{
	text-align: center;
}
.about-guide .imgArea img{
	width: 100%;
	max-width: 44.125rem;
}
@media only screen and (max-width: 767px) {
	.about-guide{
		padding: 2rem 0 0 0;
	}
	.about-guide .inner{
		width: calc(100% - 1.25rem);
	}
	.about-guide .ttl{
		margin-bottom: 0.625rem;
	}
	.about-guide .ttl .caption{
		font-size: 1.25rem;
	}
	.about-guide .ttl h2{
		font-size: 2rem;
	}
	.about-guide .ttl h2 span{
		font-size: 2.5rem;
	}
	.about-guide .imgArea img{
		max-width: 44.125rem;
	}
}
/**
/*  強み CSS
----------------------------------------------- */
.strengths-guide{
	background: url(../img/01/strengths_bg.png) no-repeat top center;
	background-size: cover;
	padding: 12rem 0 6.25rem 0;
	margin-top: -15.5rem;
}
.strengths-guide .guide-ttl{
	margin-bottom: 2.25rem;
}
.strengths-guide .guide-ttl h2{
	color: #FFFFFF;
	font-size: 4rem;
    line-height: 1.125;
}
.strengths-guide .guide-ttl h2 small{
	display: inline-block;
    font-size: 1.5rem;
}
.strengths-guide .guide-ttl h2 span{
	display: inline-block;
    font-size: 2rem;
}
.strengths-guide .guide-ttl::after{
	bottom: -1rem;
}
.strengths-guide .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.strengths-guide .strengths-list{
	margin-top: 4rem;
}
.strengths-list .strengths-items:not(:last-child){
	margin-bottom: 2.75rem;
}
.strengths-list .strengths-items .contentArea{
	background: #FFFFFF;
	width: calc(53% + 6.125rem);
	margin-top: 2.25rem;
}
.strengths-list .strengths-items:nth-child(odd) .contentArea{
	padding: 3.75rem 2.5rem 3.75rem 8.625rem;
	margin-left: -6.125rem;
}
.strengths-list .strengths-items:nth-child(even) .contentArea{
	padding: 3.75rem 8.625rem 3.75rem 2.5rem;
	margin-right: -6.125rem;
}
.strengths-list .strengths-items .ttlArea{
	align-items: center;
	margin-bottom: 1.875rem;
}
.strengths-list .strengths-items .point{
	text-align: center;
}
.strengths-list .strengths-items .point span{
	display: block;
}
.strengths-list .strengths-items .point .roma{
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0.02em;
}
.strengths-list .strengths-items .point .no{
	font-family: "Roboto", sans-serif;
	font-size: 3.75rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.02em;
	margin-top: -0.125rem;
}
.strengths-list .strengths-items h3{
	color: #333333;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-left: 0.75rem;
}
.strengths-list .strengths-items .text{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.strengths-list .strengths-items .imgArea{
	position: relative;
	width: 47%;
	height: 15.8125rem;
}
.strengths-list .strengths-items .imgArea img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.strengths-guide .merit-box{
	position: relative;
	max-width: 46.25rem;
	padding: 2.5rem;
	margin: 0 auto;
	margin-top: 6.25rem;
}
.strengths-guide .merit-box::before,
.strengths-guide .merit-box::after{
	position: absolute;
	content: "";
}
.strengths-guide .merit-box::before{
	background: url(../img/01/icon/merit-icon-l.png) no-repeat;
	background-size: cover;
	width: 5.3125rem;
	height: 9.9375rem;
	top: -4.375rem;
	left: 0.875rem;
}
.strengths-guide .merit-box::after{
	background: url(../img/01/icon/merit-icon-r.png) no-repeat;
	background-size: cover;
	width: 4.75rem;
	height: 9.0625rem;
	bottom: -4.625rem;
	right: 0.3125rem;
}
.strengths-guide .merit-box h3{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 1.75rem;
}
.strengths-guide .merit-box ul{
	column-gap: 2.5rem;
}
.strengths-guide .merit-box ul li{
	position: relative;
	width: calc(50% - 1.25rem);
	color: #333333;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	border-bottom: 1px dashed #333333;
	padding: 0.75rem 0 0.75rem 2.25rem;
}
.strengths-guide .merit-box ul li::before{
	position: absolute;
	content: '';
	background: url(../img/01/icon/check_o.png) no-repeat center;
	background-size: cover;
	width: 1.5rem;
	height: 1.5rem;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.strengths-guide .merit-box ul li span{
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.strengths-guide{
		background: url(../img/01/sp_strengths_bg.png) no-repeat top center;
		background-size: cover;
		padding: 9rem 0 4.375rem 0;
		margin-top: -8rem;
	}
	.strengths-guide .guide-ttl h2{
		font-size: 3.8rem;
	}
	.strengths-guide .strengths-list{
		margin-top: 2rem;
	}
	.strengths-list .strengths-items:not(:last-child){
		margin-bottom: 2rem;
	}
	.strengths-list .strengths-items .contentArea{
		width: 100%;
		border-radius: 0.75rem 0.75rem 0 0;
		margin-top: 0;
	}
	.strengths-list .strengths-items:nth-child(odd) .contentArea{
		padding: 1.25rem 0.625rem;
		margin-left: 0;
	}
	.strengths-list .strengths-items:nth-child(even) .contentArea{
		padding: 1.25rem 0.625rem;
		margin-right: 0;
	}
	.strengths-list .strengths-items .ttlArea{
		margin-bottom: 0.375rem;
	}
	.strengths-list .strengths-items .point .roma{
		font-size: 1.0625rem;
	}
	.strengths-list .strengths-items .point .no{
		font-size: 3.0625rem;
		margin-top: -0.125rem;
	}
	.strengths-list .strengths-items h3{
		font-size: 1.5rem;
		line-height: 1.3;
		margin-left: 0.3125rem;
	}
	.strengths-list .strengths-items .text{
		font-size: 0.875rem;
	}
	.strengths-list .strengths-items .imgArea{
		width: 100%;
		height: auto;
	}
	.strengths-list .strengths-items .imgArea img{
		border-radius: 0 0 0.75rem 0.75rem;
	}
	.strengths-guide .merit-box{
		padding: 2.5rem 0.625rem;
		margin-top: 3.75rem;
	}
	.strengths-guide .merit-box::before{
		width: 4.0625rem;
		height: 7.6875rem;
		top: -4.375rem;
		left: 0;
	}
	.strengths-guide .merit-box::after{
		width: 4.6875rem;
		height: 8.9375rem;
		bottom: -3.1875rem;
		right: 0;
	}
	.strengths-guide .merit-box h3{
		margin-bottom: 1.25rem;
	}
	.strengths-guide .merit-box h3 span{
		color: #F7700F;
	}
	.strengths-guide .merit-box ul{
		column-gap: 0;
	}
	.strengths-guide .merit-box ul li{
		width: 100%;
		padding: 0.5rem 0 0.5rem 2.25rem;
	}
}
/**
/*  設置エリア CSS
----------------------------------------------- */
.location-guide{
	padding: 5rem 0 6.25rem 0;
}
.location-guide h3{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 0.75rem;
}
.location-guide .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
}
.location-guide .location-box{
	padding: 2.5rem 1.25rem;
	margin-top: 2.5rem;
}
.location-guide .location-box h4{
	color: #FF5656;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 1.25rem;
}
.location-guide .location-box .location-map{
	width: 58%;
}
.location-guide .location-box .location-container{
	width: 42%;
	column-gap: 0.75rem;
	padding-left: 1.25rem;
}
.location-container .location-grid{
	width: calc(50% - 0.375rem);
}
.location-container .location-grid .location-store:not(:last-child){
	margin-bottom: 1.25rem;
}
.location-store .prefe{
	margin-bottom: 0.5rem;
}
.location-store .prefe span{
	display: inline-block;
	background: #FF5100;
	background: linear-gradient(45deg,rgba(255, 81, 0, 1) 0%, rgba(249, 171, 13, 1) 100%);
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	border-radius: 0.25rem;
	padding: 0.25rem 0.75rem;
}
.location-store .store-list dl{
	width: 100%;
}
.location-store .store-list dl + dl{
	margin-top: 0.5rem;
}
.location-store .store-list dl dt{
	color: #FA8900;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.location-store .store-list dl dd ul li{
	color: #333333;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.location-store .store-list dl dd ul li a{
	color: #333333;
}
@media only screen and (max-width: 767px) {
	.location-guide{
		padding: 3.75rem 0 2.5rem 0;
	}
	.location-guide .location-box{
		padding: 1.25rem 0.625rem;
		margin-top: 1.25rem;
	}
	.location-guide .location-box h4{
		font-size: 1.25rem;
		margin-bottom: 0.375rem;
	}
	.location-guide .location-box .location-map{
		width: 100%;
		margin-bottom: 1.25rem;
	}
	.location-guide .location-box .location-map iframe{
		height: 20rem;
	}
	.location-guide .location-box .location-container{
		width: 100%;
		column-gap: 0;
		row-gap: 0.75rem;
		padding-left: 0;
	}
	.location-container .location-grid{
		width: 100%;
	}
	.location-container .location-grid .location-store:not(:last-child){
		margin-bottom: 1.25rem;
	}
	.location-store .store-list{
		column-gap: 0.5rem;
	}
	.location-store .store-list dl{
		width: calc(50% - 0.25rem);
	}
	.location-store .store-list dl + dl{
		margin-top: 0;
	}
}
/**
/*  特徴 CSS
----------------------------------------------- */
.feature-guide{
	padding: 5rem 0 5.5rem 0;
}
.feature-guide .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 0.75rem;
}
.feature-guide h3{
	text-align: center;
	margin-bottom: 2.5rem;
}
.feature-guide h3 span{
	background: #FF5100;
	background: linear-gradient(45deg,rgba(255, 81, 0, 1) 0%, rgba(249, 171, 13, 1) 100%);
	padding: 0.375rem 0 2.5rem 0;
	display: inline-block;
	color: #FFFFFF;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	padding: 0 0.625rem;
	margin-top: 0.1875rem;
}
.feature-guide h3 small{
	font-size: 2rem;
}
.feature-guide .caption{
	color: #E7700E;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 2.5rem;
}
.feature-guide .feature-list{
	column-gap: 1.25rem;
	row-gap: 0.875rem;
}
.feature-list .feature-items{
	width: calc(50% - 0.625rem);
	border-radius: 0.5rem;
	padding: 0.75rem 0.625rem;
}
.feature-list .feature-items .imgArea{
	width: 36%;
}
.feature-list .feature-items .imgArea img{
	width: 100%;
}
.feature-list .feature-items .contentArea{
	width: 64%;
	padding-left: 0.5rem;
}
.feature-list .feature-items h4{
	color: #333333;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 0.25rem;
}
.feature-list .feature-items .text{
	color: #333333;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.feature-list .feature-items .passerby{
	color: #E7700E;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.feature-list .feature-items .passerby span{
	font-size: 1.25rem;
}
.feature-list .feature-items .box{
	background: #FFF4E8;
	width: 100%;
	border-radius: 0.25rem;
	padding: 0.75rem 0.5rem;
	margin-top: 0.5rem;
}
.feature-list .feature-items .box dl dt{
	color: #E7700E;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 0.25rem;
}
.feature-list .feature-items .box ul{
	list-style: disc;
    margin-left: 1.5rem;
}
.feature-list .feature-items .box ul li{
	color: #333333;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.feature-guide .bg-text{
	position: relative;
	color: #333333;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-top: 5.1875rem;
}
.feature-guide .bg-text::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.25rem 0.875rem 0 0.875rem;
	border-color: #333333 transparent transparent transparent;
	position: absolute;
	top: -3rem;
	left: 50%;
	transform: translateX(-50%);
}
.feature-guide .bg-text small{
	font-size: 1.875rem;
}
.feature-guide .bg-text span{
	position: relative;
	display: inline-block;
	margin-left: 0.5rem;
}
.feature-guide .bg-text strong{
	font-size: 2.25rem;
}
.feature-guide .bg-text span::before{
	content: "";
	background: url(../img/01/icon/heading_o.png) no-repeat;
	background-size: cover;
	position: absolute;
	width: 2.375rem;
	height: 1.65625rem;
	top: -1rem;
	left: -1.625rem;
}
.feature-guide .bnr-list{
	column-gap: 1rem;
	row-gap: 1rem;
	margin-top: 3.125rem;
}
.feature-guide .bnr-list li{
	height: 4rem;
}
.feature-guide .bnr-list li img{
	width: 100%;
	height: 4rem;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.feature-guide{
		padding: 3.5625rem 0 2.5rem 0;
	}
	.feature-guide .inner{
		width: calc(100% - 1.25rem);
	}
	.feature-guide .p-text{
		font-size: 1rem;
		margin-bottom: 0.75rem;
	}
	.feature-guide h3{
		margin-bottom: 2.5rem;
	}
	.feature-guide h3 span{
		padding: 0.375rem 0 2.5rem 0;
		font-size: 1.75rem;
		padding: 0 0.625rem;
		margin-top: 0.1875rem;
	}
	.feature-guide h3 small{
		font-size: 1.5rem;
	}
	.feature-guide .caption{
		font-size: 1rem;
		margin-bottom: 1.25rem;
	}
	.feature-guide .feature-list{
		column-gap: 0;
		row-gap: 0.75rem;
	}
	.feature-list .feature-items{
		width: 100%;
	}
	.feature-list .feature-items .imgArea{
		width: 45%;
	}
	.feature-list .feature-items .contentArea{
		width: 55%;
	}
	.feature-list .feature-items .text{
		font-size: 0.6875rem;
	}
	.feature-list .feature-items .box ul{
	    margin-left: 1.25rem;
	}
	.feature-list .feature-items .box ul li{
		font-size: 0.6875rem;
	}
	.feature-guide .bg-text{
		font-size: 1.5rem;
		margin-top: 5.1875rem;
	}
	.feature-guide .bg-text::after{
		top: -2.5rem;
	}
	.feature-guide .bg-text small{
		font-size: 1.25rem;
	}
	.feature-guide .bg-text span{
		margin-left: 0.5rem;
	}
	.feature-guide .bg-text strong{
		font-size: 2.125rem;
	}
	.feature-guide .bg-text span::before{
		top: -0.75rem;
		left: -1.5rem;
	}
	.feature-guide .bnr-list{
		margin-top: 2.625rem;
	}
	.feature-guide .bnr-list li{
		height: 2.625rem;
	}
	.feature-guide .bnr-list li img{
		height: 2.625rem;
	}
}
/*　　吹き出し　　*/
.bg-bubble-guide{
	position: relative;
	background: url(../img/01/bubble_bg.png) no-repeat top center;
	background-size: cover;
	padding: 3.625rem 0;
}
.bg-bubble-guide::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1.125rem 1.625rem 1.125rem;
	border-color: transparent transparent #4C4D4E transparent;
	position: absolute;
	top: -1.625rem;
	left: 50%;
	transform: translateX(-50%);
}
.bg-bubble-guide .bg-bubble-ttl{
	display: flex;
	align-items: center;
	margin-right: 1.25rem;
}
.bg-bubble-guide .bg-bubble-ttl .icon{
	width: 4.875rem;
	height: 4.875rem;
	background: #E7700E;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
}
.bg-bubble-guide .bg-bubble-ttl .text{
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-left: 0.625rem;
}
.bg-bubble-guide .passerby{
	width: 55%;
}
@media only screen and (max-width: 767px) {
	.bg-bubble-guide{
		padding: 2rem 0 1.5rem 0;
	}
	.bg-bubble-guide::after{
		border-width: 0 1.125rem 1.625rem 1.125rem;
		top: -1.6rem;
	}
	.bg-bubble-guide .bg-bubble-ttl{
		width: 100%;
		-webkit-justify-content: center;
		justify-content: center;
		margin-right: 0;
		margin-bottom: 0.625rem;
	}
	.bg-bubble-guide .bg-bubble-ttl .icon{
		width: 3.8125rem;
		height: 3.8125rem;
		font-size: 0.6875rem;
	}
	.bg-bubble-guide .bg-bubble-ttl .text{
		font-size: 0.875rem;
		margin-left: 0.75rem;
	}
	.bg-bubble-guide .passerby{
		width: 100%;
		text-align: center;
	}
	.bg-bubble-guide .passerby img{
		width: 17.3125rem;
	}
}
/**
/*  比較 CSS
----------------------------------------------- */
.comparison-guide{
	background: #FFF7CC;
	padding: 5rem 0 6.25rem 0;
}
.comparison-guide h2{
	color: #333333;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 2.5rem;
}
.comparison-tbl-container{
	max-width: 740px;
	margin: 0 auto;
}
.comparison-tbl-head .tbl-head-th{
	width: calc(30% - 0.15625rem);
}
.comparison-tbl-head .tbl-head-main{
	background: #FA8900;
	width: calc(38% + 0.3125rem);
	text-align: center;
	border-radius: 0.5rem 0.5rem 0 0;
	padding: 2rem 0;
}
.comparison-tbl-head .tbl-head-main img{
	width: 80%;
	max-width: 11rem;
}
.comparison-tbl-head .tbl-head-td{
	background: #C3C3C3;
	width: calc(32% - 0.15625rem);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 1.125rem 0;
}
.comparison-tbl tr th,
.comparison-tbl tr td{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #C3C3C3;
	padding: 1.75rem 0;
}
.comparison-tbl tr th{
	background: #F9F9F9;
	width: 30%;
}
.comparison-tbl tr td{
	background: #FFFFFF;
	width: 32%;
}
.comparison-tbl tr td.main{
	position: relative;
	background: #FFF8F0;
	width: 38%;
	color: #FA8900;
	font-size: 1.25rem;
	font-weight: 700;
	border-left: 0.3125rem solid #FA8900;
	border-right: 0.3125rem solid #FA8900;
	padding: 1.375rem 0;
}
.comparison-tbl tr td.main span{
	display: block;
	font-size: 1rem;
}
.comparison-tbl tr:first-child td.main::after{
	position: absolute;
	content: '';
	background: #FA8900;
	width: 100%;
	height: 0.3125rem;
	top: -1px;
	left: 0;
}
.comparison-tbl tr:last-child td.main::after{
	position: absolute;
	content: '';
	background: #FA8900;
	width: 100%;
	height: 0.3125rem;
	bottom: -1px;
	left: 0;
}
@media only screen and (max-width: 767px) {
	.comparison-guide{
		padding: 2rem 0 3.375rem 0;
	}
	.comparison-guide .inner{
		width: calc(100% - 1.25rem);
	}
	.comparison-guide h2{
		font-size: 1.5rem;
		margin-bottom: 1.25rem;
	}
	.comparison-tbl-head .tbl-head-th{
		width: calc(30% - 1.5px);
	}
	.comparison-tbl-head .tbl-head-main{
		width: calc(38% + 3px);
		border-radius: 0.5rem 0.5rem 0 0;
	}
	.comparison-tbl-head .tbl-head-main img{
		width: 80%;
		max-width: 11rem;
	}
	.comparison-tbl-head .tbl-head-td{
		width: calc(32% - 1.5px);
		font-size: 0.6875rem;
		padding: 1rem 0;
	}
	.comparison-tbl tr th,
	.comparison-tbl tr td{
		font-size: 0.6875rem;
	}
	.comparison-tbl tr td.main{
		font-size: 1rem;
		border-left: 3px solid #FA8900;
		border-right: 3px solid #FA8900;
		padding: 1.75rem 0;
	}
	.comparison-tbl tr:first-child td.main::after{
		height: 3px;
	}
	.comparison-tbl tr:last-child td.main::after{
		height: 3px;
	}
}
/**
/*  選ばれる理由 CSS
----------------------------------------------- */
.reason-guide{
	padding: 5rem 0;
}
.reason-guide .guide-ttl h2{
	color: #FFFFFF;
}
.reason-container .reason-items{
	border-radius: 0.5rem;
	padding: 2.5rem 1.25rem;
}
.reason-container .reason-items:not(:last-child){
	margin-bottom: 1.25rem;
}
.reason-container .reason-items .no{
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	font-family: "Roboto", sans-serif;
	color: #333333;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.02em;
	margin-bottom: 0.375rem;
}
.reason-container .reason-items .no span{
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1;
	margin-left: 0.3125rem;
}
.reason-container .reason-items h3{
	color: #333333;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 2rem;
}
.reason-container .reason-items .contentArea{
	width: 50%;
	padding-left: 1.25rem;
}
.reason-container .reason-items .p-text{
	color: #333333;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 1.25rem;
}
.reason-container .reason-items .contentArea .box{
	border-radius: 0.25rem;
	padding: 1.25rem;
}
.reason-container .reason-items .contentArea .box ul li{
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
}
.reason-container .reason-items .contentArea .box ul li + li{
	margin-top: 0.75rem;
}
.reason-container .reason-items .contentArea .box ul li span{
	display: inline-block;
    line-height: 1;
    margin-right: 0.3125rem;
}
.reason-container .reason-items .contentArea .box ul li span img{
	width: 1.25rem;
}
.reason-container .reason-items figure{
	width: 50%;
}
.reason-container .reason-items .difference-list .box{
	width: calc(50% - 3.125rem);
	border-radius: 0.25rem;
	padding: 1.25rem 0.875rem;
}
.reason-container .reason-items .difference-list .border-o{
	border: 2px solid #E7700E;
} 
.reason-container .reason-items .difference-list .box_g{
	border: 2px solid #DDDDDD;
} 
.reason-container .reason-items .difference-list .box h4{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 1.25rem;
}
.reason-container .reason-items .difference-list .box_g h4{
	color: #333333;
}
.reason-container .reason-items .difference-list .box ul{
	list-style: disc;
    margin-left: 1.5rem;
}
.reason-container .reason-items .difference-list .box ul li{
	color: #333333;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.reason-container .reason-items .difference-list .box ul li span{
	color: #F7700F;
	font-size: 1rem;
	font-weight: 700;
}
.reason-container .reason-items .difference-list .box ul li + li{
	margin-top: 0.75rem;
}
.reason-container .reason-items .difference-list .vs{
	width: 6.25rem;
	text-align: center;
}
.reason-container .reason-items .difference-list .vs img{
	width: 3.75rem;
}
.reason-container .reason-4 .reason-4-list{
	column-gap: 4.25rem;
	margin-bottom: 1.25rem;
}
.reason-container .reason-4 .reason-4-list .reason-4-items{
	position: relative;
	width: calc(50% - 2.125rem);
}
.reason-container .reason-4 .reason-4-list  .reason-4-items:first-child::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.625rem 0 0.625rem 1.25rem;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: 0;
	right: -2.875rem;
	bottom: 0;
	margin: auto;
}
.reason-container .reason-4 .reason-4-list  .reason-4-items .img{
	border: 1px solid #C3C3C3;
	border-bottom: none;
}
.reason-container .reason-4 .reason-4-list  .reason-4-items .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reason-container .reason-4 .reason-4-list  .reason-4-items h4{
	background: #E7700E;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	padding: 1rem;
}
.reason-container .reason-4 .p-text{
	margin-bottom: 0;
}
.reason-container .reason-4 .note{
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-top: 0.75rem;
}
@media only screen and (max-width: 767px) {
	.reason-guide{
		padding: 3.75rem 0;
	}
	.reason-guide .inner{
		width: calc(100% - 1.25rem);
	}
	.reason-container .reason-items{
		padding: 1.25rem 0.625rem;
	}
	.reason-container .reason-items .no{
		font-size: 1.0625rem;
		margin-bottom: 0.25rem;
	}
	.reason-container .reason-items .no span{
		font-size: 1.875rem;
		margin-left: 0.125rem;
	}
	.reason-container .reason-items h3{
		margin-bottom: 0.75rem;
	}
	.reason-container .reason-items .contentArea{
		width: 100%;
		padding-left: 0;
	}
	.reason-container .reason-items .p-text{
		margin-bottom: 0.75rem;
	}
	.reason-container .reason-items .contentArea .box{
		padding: 0.75rem;
	}
	.reason-container .reason-items .contentArea .box ul li + li{
		margin-top: 0.75rem;
	}
	.reason-container .reason-items figure{
		width: 100%;
		margin-bottom: 0.75rem;
	}
	.reason-container .reason-items .difference-list{
		position: relative;
		align-items: unset;
		column-gap: 0.3125rem;
	}
	.reason-container .reason-items .difference-list .box{
		width: calc(50% - 0.15625rem);
		padding: 1.25rem 0.5rem;
	}
	.reason-container .reason-items .difference-list .box h4{
		font-size: 1rem;
		margin-bottom: 0.625rem;
	}
	.reason-container .reason-items .difference-list .box ul{
	    margin-left: 1.25rem;
	}
	.reason-container .reason-items .difference-list .box ul li + li{
		margin-top: 0.375rem;
	}
	.reason-container .reason-items .difference-list .vs{
		position: absolute;
		width: 1.875rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.reason-container .reason-items .difference-list .vs img{
		width: 1.875rem;
	}
	.reason-container .reason-4 .reason-4-list{
		column-gap: 0;
		row-gap: 2rem;
		margin-bottom: 0.75rem;
	}
	.reason-container .reason-4 .reason-4-list .reason-4-items{
		width: 100%;
	}
	.reason-container .reason-4 .reason-4-list  .reason-4-items:first-child::after{
		border-width: 0.625rem 0 0.625rem 0.875rem;
		top: auto;
		right: 0;
		left: 0;
		bottom: -25px;
		transform: rotate(90deg);
	}
	.reason-container .reason-4 .reason-4-list  .reason-4-items h4{
		padding: 0.625rem;
	}
	.reason-container .reason-4 .note{
		font-size: 0.6875rem;
		margin-top: 0.5rem;
	}
}
/**
/*  料金プラン CSS
----------------------------------------------- */
.plan-guide{
	padding: 5rem 0 6.25rem 0;
}
.plan-guide .guide-ttl{
	margin-bottom: 2.5rem;
}
.plan-guide .p-text{
	color: #333333;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.plan-guide .plan-list{
	column-gap: 2.5rem;
	margin-top: 2.5rem;
}
.plan-list .plan-items{
	width: calc(50% - 1.25rem);
}
.plan-list .plan-items h3{
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 1.25rem;
	overflow: hidden;
	border-radius: 0.5rem 0.5rem 0 0;
}
.plan-list .plan-1 h3{
	background: #E7700E;
}
.plan-list .plan-2 h3{
	background: #FF5656;
}
.plan-list .plan-items .plan-body{
	padding: 2rem;
	border: 1px solid #C3C3C3;
	border-top: none;
	border-radius: 0 0 0.5rem 0.5rem;
}
.plan-list .plan-items .point{
	color: #333333;
	font-size: 1.125rem;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
}
.plan-list .plan-items .point span.bg{
	display: inline-block;
	background: #FFD800;
	border-radius: 3rem;
	padding: 0 0.75rem;
}
.plan-list .plan-items .point span.no{
	position: relative;
	font-family: "Roboto", sans-serif;
	font-size: 1.5625rem;
	letter-spacing: -0.06em;
	top: 0.125rem;
	margin-right: 0.125rem;
}
.plan-list .plan-items .fee{
	display: flex;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.plan-list .plan-items .fee .monthly{
	color: #333333;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5;
	margin-right: 0.1875rem;
}
.plan-list .plan-items .fee .price{
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5;
}
.plan-list .plan-1 .fee .price{
	color: #E7700E;
}
.plan-list .plan-2 .fee .price{
	color: #FF5656;
}
.plan-list .plan-items .fee .price .bg{
	font-family: "Roboto", sans-serif;
	font-size: 3.25rem;
}
.plan-list .plan-items .text{
	color: #333333;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
	margin-top: 0.5rem;
}
.plan-guide .note{
	color: #333333;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
	margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.plan-guide{
		padding: 3.75rem 0;
	}
	.plan-guide .inner{
		width: calc(100% - 1.25rem);
	}
	.plan-guide .guide-ttl{
		margin-bottom: 2.25rem;
	}
	.plan-guide .p-text{
		font-size: 0.875rem;
	}
	.plan-guide .plan-list{
		column-gap: 0;
		row-gap: 0.75rem;
		margin-top: 1.25rem;
	}
	.plan-list .plan-items{
		width: 100%;
	}
	.plan-list .plan-items h3{
		font-size: 1.5rem;
		padding: 1.125rem;
	}
	.plan-list .plan-items .plan-body{
		padding: 1.25rem;
	}
	.plan-guide .note{
		font-size: 0.875rem;
		margin-top: 0.75rem;
	}
}
/**
/*  導入事例 CSS
----------------------------------------------- */
.case-guide{
	padding: 5rem 0;
}
.case-guide .case-list{
	max-width: 750px;
	margin: 0 auto;
}
.case-guide .slick-track{
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	column-gap: 2.5rem;
}
.case-list .case-items{
	width: calc(50% - 1.25rem)!important;
	height: auto;
	border-radius: 0.25rem;
	padding: 1.25rem 0.78125rem;
}
.case-list .case-items .imgArea{
	margin-bottom: 1.25rem;
}
.case-list .case-items .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.25rem;
}
.case-list .case-items h3{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 0.75rem;
}
.case-list .case-items p{
	color: #333333;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.case-guide .slick-next,
.case-guide .slick-prev{
	width: 2rem;
	height: 2rem;
	z-index: 10;
}
.case-guide .slick-prev{
	left: -0.5rem;
}
.case-guide .slick-next{
	right: -1.5rem;
}
.case-guide .slick-next::before,
.case-guide .slick-prev::before{
	color: #333;
	font-size: 2rem;
	opacity: 1;
}
@media only screen and (max-width: 767px) {
	.case-guide{
		padding: 3.75rem 0;
	}
	.case-guide .inner{
		width: calc(100% - 2rem);
	}
	.case-guide .slick-track{
		column-gap: 0;
	}
	.case-list .case-items{
		width: 100%!important;
	}
	.case-list .case-items .imgArea{
		margin-bottom: 1.5rem;
	}
	.case-guide .slick-next,
	.case-guide .slick-prev{
		width: 1.5rem;
		height: 1.5rem;
	}
	.case-guide .slick-prev{
		left: -0.75rem;
	}
	.case-guide .slick-next{
		right: -0.75rem;
	}
	.case-guide .slick-next::before,
	.case-guide .slick-prev::before{
		font-size: 1.5rem;
	}
}
/**
/*  掲載までの流れ CSS
----------------------------------------------- */
.flow-guide{
	padding: 5rem 0 5.625rem 0;
}
.flow-guide .bubble{
	margin-bottom: 3.3125rem;
}
.flow-guide .bubble p{
	position: relative;
	display: inline-block;
	background: #FF5656;
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
	border-radius: 2.5rem;
	padding: 0.375rem 1.875rem 0.5rem 1.875rem;
}
.flow-guide .bubble p span{
	font-size: 1.25rem;
}
.flow-guide .bubble p:after {
	position: absolute;
	bottom: -0.9375rem;
	right: 50%;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-right: 0.5625rem solid transparent;
	border-left: 0.5625rem solid transparent;
	border-top: 1rem solid #ff5656;
	border-bottom: 0;
}
.flow-guide .flow-container{
	max-width: 920px;
    margin: 0 auto;
}
.flow-container .flow-items{
	position: relative;
	column-gap: 2.5rem;
}
.flow-container .flow-items.bottom{
	z-index: 1;
}
.flow-container .flow-items .flow-arrow{
	position: relative;
	width: 5.75rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	overflow: hidden;
}
.flow-container .flow-items.top .flow-arrow{
	background: #E7700E;
}
.flow-container .flow-items.bottom .flow-arrow{
	background: #FF5656;
}
.flow-container .flow-items.bottom .flow-arrow:before,
.flow-container .flow-items.bottom .flow-arrow:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: calc(50% - 3.5rem);
	border-style: solid;
	border-width: 1rem 3.5rem 0 3.5rem;
	z-index: 10;
	margin: auto;
}
.flow-container .flow-items.bottom .flow-arrow:before{
	top: 0;
	left: calc(50% - 3.5rem);
	border-color: #fff transparent transparent transparent;
	border-width: 1rem 3.5rem 0 3.5rem;
}
.flow-container .flow-items.bottom .flow-arrow:after{
	top: -0.25rem;
	left: calc(50% - 3.75rem);
	border-color: #E7700E transparent transparent transparent;
	border-width: 1rem 3.75rem 0 3.75rem;
}
.flow-container .flow-items .flow-list{
	width: calc(100% - 8.25rem);
}
.flow-container .flow-items .flow-list dl{
	display:flex;
	align-items: center;
	padding: 2rem 0 1.875rem 0;
}
.flow-container .flow-items.top .flow-list dl{
	border-bottom: 1px dashed #E7700E;
}
.flow-container .flow-items.top .flow-list dl:first-child{
	border-top: 1px dashed #E7700E;
}
.flow-container .flow-items.bottom .flow-list dl{
	border-bottom: 1px dashed #FF5656;
}
.flow-container .flow-items .flow-list dl dt{
	width: 20rem;
	display:flex;
	align-items: center;
}
.flow-container .flow-items .flow-list dl dt .no{
	width: 4.6875rem;
	margin-right: 1.25rem;
}
.flow-container .flow-items .flow-list dl dt .no span{
	display: block;
	font-family: "Roboto", sans-serif;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	border-radius: 1.25rem;
	padding: 0.1875rem 0 0.09375rem 0;
}
.flow-container .flow-items.top .flow-list dl dt .no span{
	background: #E7700E;
}
.flow-container .flow-items.bottom .flow-list dl dt .no span{
	background: #FF5656;
}
.flow-container .flow-items .flow-list dl dt .ttl{
	width: calc(100% - 5.9375rem);
	color: #333333;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.flow-container .flow-items .flow-list dl dd{
	width: calc(100% - 20rem);
	color: #333333;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
	.flow-guide{
		padding: 3.75rem 0;
	}
	.flow-guide .bubble{
		margin-bottom: 2.3125rem;
	}
	.flow-container .flow-items{
		column-gap: 1.5rem;
	}
	.flow-container .flow-items .flow-arrow{
		width: 3.125rem;
		font-size: 1.25rem;
		-webkit-writing-mode: vertical-rl; /* Safari用 */
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
	.flow-container .flow-items.bottom .flow-arrow:before,
	.flow-container .flow-items.bottom .flow-arrow:after{
		left: calc(50% - 3.5rem);
		border-width: 1rem 3.5rem 0 3.5rem;
	}
	.flow-container .flow-items.bottom .flow-arrow:before{
		left: calc(50% - 3.5rem);
		border-width: 1rem 3.5rem 0 3.5rem;
	}
	.flow-container .flow-items.bottom .flow-arrow:after{
		top: -0.5rem;
	}
	.flow-container .flow-items .flow-list{
		width: calc(100% - 4.625rem);
	}
	.flow-container .flow-items .flow-list dl{
		display: block;
		padding: 1rem 0;
	}
	.flow-container .flow-items .flow-list dl dt{
		width: 100%;
		display: block;
		margin-bottom: 0.5rem;
	}
	.flow-container .flow-items .flow-list dl dt .no{
		width: 4.125rem;
		margin-right: 1.25rem;
		margin-bottom: 0.125rem;
	}
	.flow-container .flow-items .flow-list dl dt .no span{
		font-size: 0.875rem;
		padding: 0.1875rem 0 0.09375rem 0;
	}
	.flow-container .flow-items .flow-list dl dt .ttl{
		width: 100%;
		font-size: 1.5rem;
	}
	.flow-container .flow-items .flow-list dl dd{
		width: 100%;
	}
}
/**
/*  よくある質問 CSS
----------------------------------------------- */
.faq-guide{
	padding: 5rem 0;
}
.faq-list .faq-items{
	border-radius: 0.25rem;
	padding: 2rem 1.25rem;
}
.faq-list .faq-items:not(:last-child){
	margin-bottom: 1.25rem;
}
.faq-list .faq-items .question{
	position: relative;
	cursor: pointer;
}
.faq-list .faq-items .question::before{
	position: absolute;
	content: "";
	width: 0.75rem;
	height: 0.75rem;
	top: 0;
	bottom: 0;
	right: 0.375rem;
	border-top: 0.1875rem solid #E7700E;
	border-right: 0.1875rem solid #E7700E;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	vertical-align: middle;
	margin: auto;
}
.faq-list .faq-items .question.open::before{
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.faq-guide .faq-list .faq-items .question dl,
.faq-guide .faq-list .faq-items .answer dl{
	display:flex;
}
.faq-guide .faq-list .faq-items .question dt,
.faq-guide .faq-list .faq-items .answer dt{
	width: 1.125rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align: center;
}
.faq-guide .faq-list .faq-items .question dt span,
.faq-guide .faq-list .faq-items .answer dt span{
	font-family: "Lato", sans-serif;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.5;
}
.faq-guide .faq-list .faq-items .question dt{
	color: #E7700E;
}
.faq-guide .faq-list .faq-items .answer dt{
	color: #333333;
}
.faq-guide .faq-list .faq-items .answer{
	display: none;
	padding-top: 0.75rem;
}
.faq-guide .faq-list .faq-items .question dd,
.faq-guide .faq-list .faq-items .answer dd{
	width: calc(100% - 1.125rem);
	display:flex;
	flex-direction:column;
	justify-content:center;
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: 0.04em;
	padding: 0 1.25rem;
}
.faq-guide .faq-list .faq-items .question dd{
	color: #E7700E;
	font-weight: 700;
}
.faq-guide .faq-list .faq-items .answer dd{
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.faq-guide{
		padding: 3.75rem 0;
	}
	.faq-guide .inner{
		width: calc(100% - 1.25rem);
	}
	.faq-list .faq-items{
		padding: 1.25rem 0.625rem;
	}
	.faq-list .faq-items:not(:last-child){
		margin-bottom: 0.75rem;
	}
	.faq-list .faq-items .question::before{
		width: 0.625rem;
		height: 0.625rem;
	}
	.faq-guide .faq-list .faq-items .answer{
		padding-top: 0.5rem;
	}
	.faq-guide .faq-list .faq-items .question dd{
		padding: 0 0.75rem;
	}
	.faq-guide .faq-list .faq-items .answer dd{
		padding: 0 0 0 1.25rem;
	}
}
/**
/*  お問い合わせ・資料請求 CSS
----------------------------------------------- */
.contact-guide{
	padding: 5rem 0;
}
.contact-guide .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 2.5rem;
}
.contact-guide .form-grid{
	max-width: 600px;
	margin: 0 auto;
}
.form-box dl:not(:last-child){
	margin-bottom: 1.25rem;
}
.form-box dl dt,
.form-box dl dd{
	color: #333333;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.form-box dl dt{
	display: flex;
	align-items: center;
	margin-bottom: 0.625rem;
}
.form-box dl dt span{
	display: inline-block;
	color: #FFFFFF;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	border-radius: 0.125rem;
	padding: 0.125rem 0.25rem;
	margin-left: 0.25rem;
}
.form-box dl dt .required{
	background: #FF3B30;
}
.form-box dl dt .any{
	background: #C3C3C3;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	width: 100%;
	background: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 0.25rem;
	border: 1px solid #CCCCCC;
	padding: 0.625rem;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder{
	color: #C3C3C3;
}
input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #C3C3C3;
}
input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #C3C3C3;
}
.form-box textarea{
	height: 8.75rem;
}
.wpcf7-list-item {
	display: inline-block;
	line-height: 1.4;
	margin: 0 2rem 0 0;
}
.wpcf7-radio label{
	display: flex;
	align-items: center;
	column-gap: 0.25rem;
	width: fit-content;
	line-height: 1;
	cursor: pointer;
}
.wpcf7-radio input[type=radio]{
	appearance: none;
	position: relative;
	background-color: #FFFFFF;
	width: 1.25rem;
	height: 1.25rem;
	border: 1px solid #C3C3C3;
	border-radius: 9999px;
	cursor: pointer;
}
.wpcf7-radio input[type=radio]:checked{
	border: 1px solid #E7700E;
}
.wpcf7-radio input[type=radio]:checked::after{
	content: "";
	position: absolute;
	inset: 0;
	width: 0.75rem;
	height: 0.75rem;
	margin: auto;
	border-radius: 9999px;
	background-color: #E7700E;
}
.wpcf7-radio .wpcf7-list-item-label{
	color: #333333;
	font-weight: 500;
}
.form-grid .acceptance-text{
	color: #333333;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-top: 1.25rem;
}
.form-grid .acceptance-text a{
	color: #0693FF;
	text-decoration: underline;
}
.form-grid .acceptance-text label{
	display: flex;
	align-items: center;
	column-gap: 0.625rem;
	width: fit-content;
	line-height: 1;
	cursor: pointer;
}
.form-grid .acceptance-text .wpcf7-list-item-label span{
	display: inline-block;
	background: #FF3B30;
	color: #FFFFFF;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	border-radius: 0.125rem;
	padding: 0.125rem 0.25rem;
	margin-left: 0.25rem;
}
.acceptance{
	appearance: none;
	position: relative;
	background: #FFFFFF;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 0.25rem;
	border: 1px solid #868686;
	cursor: pointer;
	margin: 0;
}
.acceptance:checked{
	background-color: #E7700E;
	border: 1px solid #E7700E;
}
.acceptance:checked::after{
	content: "";
	position: absolute;
	top: 0.3125rem;
	left: 0.2rem;
	width: 0.75rem;
	height: 0.375rem;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: rotate(-45deg);
}
.acceptance .wpcf7-list-item{
	margin: 0;
}
.submit_btn{
	text-align: center;
	margin-top: 2.5rem;
}
.submit_btn input[type="submit"]{
	background: #007AFF;
	border: 0.125rem solid #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 700;
	line-height: 3.1;
	letter-spacing: 0.04em;
	border-radius: 3.125rem;
	box-shadow: 0 0.1875rem 0 #0057A7;
}
.wpcf7-spinner{
	display: block;
}
@media only screen and (max-width: 767px) {
	.contact-guide{
		padding: 3.75rem 0;
	}
	.contact-guide .p-text{
		text-align: left;
		margin-bottom: 1.625rem;
	}
	.form-box dl:not(:last-child){
		margin-bottom: 0.75rem;
	}
	.form-box dl dt{
		margin-bottom: 0.25rem;
	}
	.form-box textarea{
		height: 8.375rem;
	}
	.form-grid .acceptance-text{
		margin-top: 0.75rem;
	}
	.form-grid .acceptance-text label{
		column-gap: 0.25rem;
	}
	.submit_btn{
		margin-top: 1.625rem;
	}
}
/**
/* お問い合わせください! CSS
----------------------------------------------- */
.app-guide .bubble{
	position: relative;
	background: #FF5100;
	background: linear-gradient(45deg,rgba(255, 81, 0, 1) 0%, rgba(249, 171, 13, 1) 100%);
	text-align: center;
	padding: 0.375rem 0 2.5rem 0;
}
.app-guide .bubble:after {
	position: absolute;
	bottom: -10.975rem;
	right: 50%;
	content: '';
	width: 11rem;
	height: 11rem;
	background: linear-gradient(60deg,rgba(255, 81, 0, 1) 0%, rgba(249, 171, 13, 1) 100%);
	clip-path: polygon(50% 15%, 0 0, 100% 0);
	transform: translateX(50%);
}
.app-guide .bubble .app-icon{
	margin-bottom: 0.75rem;
}
.app-guide .bubble .app-icon img{
	width: 12.5rem;
	margin-top: -4rem;
}
.app-guide .bubble .ttl{
	position: relative;
	display: inline-block;
	color: #FFFFFF;
}
.app-guide .bubble .ttl::before,
.app-guide .bubble .ttl::after{
	content: "";
	position: absolute;
	width: 2rem;
	height: 5.75rem;
	top: 50%;
	transform: translateY(-50%);
}
.app-guide .bubble .ttl::before{
	background: url(../img/01/icon/heading_w_l.png) no-repeat;
	background-size: cover;
	left: -4.625rem;
}
.app-guide .bubble .ttl::after{
	background: url(../img/01/icon/heading_w_r.png) no-repeat;
	background-size: cover;
	right: -4.625rem;
}
.app-guide .bubble .caption{
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.app-guide .bubble h2{
	position: relative;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.app-guide .bubble h2::after{
	background: url(../img/01/icon/heading_w.svg) no-repeat left center;
	background-size: cover;
	content: "";
	position: absolute;
	width: 27.125rem;
	height: 0.5rem;
	bottom: -0.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.app-guide .btn-container{
	padding: 3rem 0 2.5rem 0;
}
.app-guide .block_btn{
	column-gap: 2rem;
}
.app-guide .block_btn li{
	width: calc(50% - 1rem);
}
.app-guide .block_btn .btn{
	display: block;
	color: #222222;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.04em;
	border-radius: 3.125rem;
	padding: 1.25rem 2.5rem;
}
.app-guide .block_btn .btn span{
	position: relative;
	display: inline-block;
}
.app-guide .block_btn .btn span::before,
.app-guide .block_btn .btn span::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.app-guide .block_btn .btn span::before{
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 100%;
	right: -1.25rem;
}
.app-guide .block_btn .btn span::after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 0.625rem;
	font-weight: 900;
	line-height: 1;
	right: -0.8125rem;
}
.app-guide .block_btn .contact_btn{
	max-width: 21rem;
}
.app-guide .block_btn .contact_btn .btn{
	background: #007AFF;
	color: #FFFFFF;
	border: 0.125rem solid #FFFFFF;
	box-shadow: 0 0.1875rem 0 #0057A7;
}
.app-guide .block_btn .contact_btn .btn span{
	padding-right: 1.6875rem;
}
.app-guide .block_btn .contact_btn .btn span::before{
	background: #FFFFFF;
}
.app-guide .block_btn .contact_btn .btn span::after{
	color: #007AFF;
}
.app-guide .block_btn .contact_btn .btn:hover{
	background: #FFFFFF;
	color: #007AFF;
	border: 0.125rem solid #007AFF;
	box-shadow: 0 0 0 #0057A7;
}
.app-guide .block_btn .contact_btn .btn:hover span::before{
	background: #007AFF;
}
.app-guide .block_btn .contact_btn .btn:hover span::after{
	color: #FFFFFF;
}
.app-guide .block_btn .line_btn{
	max-width: 16.5rem;
}
.app-guide .block_btn .line_btn .btn{
	background: #FFFFFF;
	color: #34C759;
	border: 0.125rem solid #34C759;
	box-shadow: 0 0.1875rem 0 #139D36;
}
.app-guide .block_btn .line_btn .btn span{
	padding-right: 0.625rem;
}
.app-guide .block_btn .line_btn .btn span::before{
	background: #34C759;
}
.app-guide .block_btn .line_btn .btn span::after{
	color: #FFFFFF;
}
.app-guide .block_btn .line_btn .btn:hover{
	background: #34C759;
	color: #FFFFFF;
	border: 0.125rem solid #34C759;
	box-shadow: 0 0 0 #139D36;
}
.app-guide .block_btn .line_btn .btn:hover span::before{
	background: #FFFFFF;
}
.app-guide .block_btn .line_btn .btn:hover span::after{
	color: #34C759;
}
@media only screen and (max-width: 767px) {
	.app-guide .bubble{
		background: url(../img/01/sp_app_bg.png) no-repeat bottom center;
		background-size: cover;
		padding: 2rem 0 4rem 0;
	}
	.app-guide .bubble:after {
		content: none;
	}
	.app-guide .bubble .app-icon{
		margin-bottom: 0;
	}
	.app-guide .bubble .app-icon .icon-l,
	.app-guide .bubble .app-icon .icon-r{
		position: absolute;
	}
	.app-guide .bubble .app-icon .icon-l{
		left: 0.25rem;
		top: -1.25rem;
	}
	.app-guide .bubble .app-icon .icon-r{
		right: 0.625rem;
		top: -1.125rem;
	}
	.app-guide .bubble .app-icon .icon-l img{
		width: 4.5rem;
		margin-top: 0;
	}
	.app-guide .bubble .app-icon .icon-r img{
		width: 4.1875rem;
		margin-top: 0;
	}
	.app-guide .bubble .ttl::before,
	.app-guide .bubble .ttl::after{
		width: 2rem;
		height: 5.75rem;
	}
	.app-guide .bubble .ttl::before{
		left: -4.625rem;
	}
	.app-guide .bubble .ttl::after{
		right: -4.625rem;
	}
	.app-guide .bubble .caption{
		font-size: 1.125rem;
	}
	.app-guide .bubble h2{
		font-size: 1.875rem;
	}
	.app-guide .bubble h2::after{
		width: 20.1875rem;
		height: 0.5rem;
		bottom: -0.5rem;
	}
	.app-guide .btn-container{
		padding: 1.5625rem 1.25rem 2.5rem 1.25rem;
	}
	.app-guide .block_btn{
		column-gap: 0;
		row-gap: 1.25rem;
	}
	.app-guide .block_btn li{
		width: 100%;
	}
	.app-guide .block_btn .contact_btn,
	.app-guide .block_btn .line_btn{
		max-width: 20.9375rem;
	}
	.app-guide .block_btn .btn{
		text-align: center;
		padding: 1rem 2rem;
	}
}
/**
/* 完了ページ CSS
----------------------------------------------- */
.thanks-guide{
	padding-bottom: 5rem;
}
.thanks-guide .guide-ttl{
	margin-bottom: 2.5rem;
}
.thanks-guide .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.thanks-guide .block_btn{
	margin-top: 1.25rem;
}
.consultation-guide .p-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.consultation-container{
	margin-top: 1.25rem;
}
.consultation-guide .block_btn{
	margin-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
	.thanks-guide{
		padding-bottom: 4rem;
	}
	.thanks-guide .guide-ttl{
		margin-bottom: 2.5rem;
	}
	.thanks-guide .p-text{
		font-size: 0.9375rem;
		text-align: left;
	}
	.thanks-guide .block_btn{
		margin-top: 1.25rem;
	}
	.consultation-guide .p-text{
		font-size: 0.9375rem;
		text-align: left;
	}
	.consultation-container{
		margin-top: 1.25rem;
	}
	.consultation-guide .block_btn{
		margin-top: 1.75rem;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
@media only screen and (max-width: 767px) {
	.footer{
		padding: 1.25rem 0 6.25rem 0;
	}
}