@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
.fadeIn {
	opacity: 0;
	transition: 2s;
}
.fadeIn.is-show{
	opacity: 1;
}
/*　　背景色　　*/
.bg-blue{
	background: #F7F9FD;
}
/*　　フォント　　*/
.c-yellow{
	color: #F2FC00;
}
.c-pink{
	color: #E43A7E;
}
.c-blue{
	color: #0F286B;
}
/*　　見出し　　*/
.guide-ttl{
	position: relative;
	margin-bottom: 2rem;
}
.guide-ttl .roma{
	font-family: "Poppins", sans-serif;
	color: #0F286B;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 0.5rem;
}
.guide-ttl h2{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.35;
}
.bubble-blue{
	position: relative;
	background: #0F286B;
	padding: 1rem 1.5rem 1rem 1.5rem;
}
.bubble-blue::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.75rem;
	border: 0.75rem solid transparent;
	border-top: 1.25rem solid #0F286B;
}
.bubble-blue h2{
	color: #FFFFFF;
	font-size: 2.75rem;
	font-weight: 700;
	line-height: 1.35;
}
@media only screen and (max-width: 767px) {
	.guide-ttl{
		margin-bottom: 1.5rem;
	}
	.guide-ttl .roma{
		font-size: 1.125rem;
		margin-bottom: 0.375rem;
	}
	.guide-ttl h2{
		font-size: 1.5rem;
	}
	.bubble-blue{
		padding: 1rem 1.5rem 1rem 1.5rem;
	}
	.bubble-blue::before {
		margin-left: -0.75rem;
		border: 0.75rem solid transparent;
		border-top: 0.875rem solid #0F286B;
	}
	.bubble-blue h2{
		font-size: 1.5rem;
	}
}
/*　　テーブル　　*/
.bg-tbl{
	max-width: 800px;
	margin: 0 auto;
}
.bg-tbl table tr th,
.bg-tbl table tr td{
	font-size: 1.125rem;
	line-height: 1.45;
	border: 1px solid #D9D9D9;
	padding: 1.5rem 1.875rem;
}
.bg-tbl table tr th{
	background: #FAFAFA;
	width: 15.3125rem;
	font-weight: 700;
}
.bg-tbl table tr td{
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.bg-tbl table tr th,
	.bg-tbl table tr td{
		font-size: 0.9375rem;
		padding: 1rem;
	}
	.bg-tbl table tr th{
		width: 8.3125rem;
	}
}
/**
/* LP CSS
----------------------------------------------- */
/*　　MV　　*/
.fv-view{
	background: url(../img/mv_bg.png) top center no-repeat;
	background-size: cover;
	padding: 9.1875rem 0 3.5rem 0;
}
.fv-view .view-box{
	text-align: center;
}
.fv-view .bubble-blue{
	display: inline-block;
	border-radius: 0.5rem;
	padding: 0.5rem 2.5rem;
	margin-bottom: 2rem;
}
.fv-view .bubble-blue h2{
	font-size: 2.875rem;
}
.fv-view .bg-text{
	position: relative;
	font-size: 4.625rem;
	font-weight: 700;
	line-height: 1.08;
	margin-bottom: 0.75rem;
}
.fv-view .bg-text::before,
.fv-view .bg-text::after{
	content: "";
	position: absolute;
}
.fv-view .bg-text::before{
	background: url(../img/icon2.png) top center;
	background-size: cover;
	width: 3.75rem;
	height: 3.75rem;
	top: 1rem;
	left: -1.5rem;
}
.fv-view .bg-text::after{
	background: url(../img/icon1.png) top center;
	background-size: cover;
	width: 8.75rem;
	height: 16.125rem;
	top: -3.5rem;
	right: -1.5rem;
}
.fv-view .view-text .p-text{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3;
}
.fv-view .view-text .p-text span{
	font-weight: 700;
}
.fv-view .fv-list{
	column-gap: 1.5rem;
	margin-top: 2rem;
}
.fv-list .fv-items{
	background: #FFFFFF;
	width: calc(25% - 1.125rem);
	align-items: center;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 1.25rem 0px rgba(41, 43, 54, 0.1);
	padding: 1.5rem 1rem 1.5rem 1.5rem;
}
.fv-list .fv-items .icon{
	display: inline-block;
	width: 4.5rem;
}
.fv-list .fv-items .text{
	width: calc(100% - 4.5rem);
	color: #0F286B;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.125;
	text-align: left;
	padding-left: 1rem;
}
@media only screen and (max-width: 1200px) {
	.fv-view .bubble-blue h2{
		font-size: 2.75rem;
	}
	.fv-view .bg-text{
		font-size: 4.25rem;
	}
	.fv-view .bg-text::before{
		left: -1.5rem;
	}
	.fv-view .bg-text::after{
		right: -5.5rem;
	}
	.fv-view .fv-list{
		column-gap: 1rem;
	}
	.fv-list .fv-items{
		width: calc(25% - 0.75rem);
		padding: 1.5rem 1rem 1.5rem 1rem;
	}
	.fv-list .fv-items .text{
		font-size: 1.25rem;
	}
}
@media only screen and (max-width: 767px) {
	.fv-view{
		background: url(../img/sp_mv_bg.png) top center no-repeat;
		background-size: cover;
		padding: 6.1875rem 0 2rem 0;
	}
	.fv-view .bubble-blue{
		border-radius: 0.5rem;
		padding: 0.5rem 1.25rem;
		margin-bottom: 1.4375rem;
	}
	.fv-view .bubble-blue h2{
		font-size: 1.4375rem;
	}
	.fv-view .bg-text{
		font-size: 2.3125rem;
		margin-bottom: 0.625rem;
	}
	.fv-view .bg-text::before{
		width: 2rem;
		height: 2rem;
		top: 5.5rem;
		left: -0.5rem;
	}
	.fv-view .bg-text::after{
		background: url(../img/sp_icon2.png) top center;
		background-size: cover;
		width: 2.625rem;
		height: 5.375rem;
		top: -0.625rem;
		right: 0;
	}
	.fv-view .view-text .p-text{
		width: calc(100% - 4.375rem);
		font-size: 1.25rem;
	}
	.fv-view .view-text .icon{
		width: 4.375rem;
	}
	.fv-view .fv-list{
		column-gap: 0.75rem;
		row-gap: 0.75rem;
		margin-top: 1rem;
	}
	.fv-list .fv-items{
		width: calc(50% - 0.375rem);
		border-radius: 0.5rem;
		padding: 1rem 0.5rem;
	}
	.fv-list .fv-items .icon{
		width: 3.125rem;
	}
	.fv-list .fv-items .text{
		width: calc(100% - 3.125rem);
		font-size: 1.125rem;
		padding-left: 0.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.fv-view .bubble-blue h2{
		font-size: 2.75rem;
	}
}
/*　　こんなお悩みはありませんか？　　*/
.concerns-guide{
	padding: 4rem 0 4.5rem 0;
}
.concerns-guide::before{
	content: "";
	position: absolute;
	background: url(../img/concerns_bg.png) top center;
	background-size: cover;
	width: 120rem;
	height: 40.25rem;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.concerns-guide .concerns-list{
	max-width: 1000px;
	margin: 0 auto;
	column-gap: 2rem;
	row-gap: 2rem;
}
.concerns-list .concerns-items{
	position: relative;
	width: calc(50% - 1rem);
	background: #FFFFFF;
	text-align: center;
	box-shadow: 0px 0px 1.25rem 0px rgba(41, 43, 54, 0.1);
	border-radius: 1rem;
	border: 0.25rem solid #D9D9D9;
	padding: 2.5rem 1rem 1.5rem 1rem;
}
.concerns-list .concerns-items .no{
	position: absolute;
	width: 5.5rem;
	top: -1rem;
	left: -1rem;
}
.concerns-list .concerns-items .imgArea{
	margin-bottom: 1rem;
}
.concerns-list .concerns-items .text{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.concerns-guide{
		padding: 3rem 0 2.5rem 0;
	}
	.concerns-guide::before{
		width: 40rem;
		height: 20.25rem;
	}
	.concerns-guide .concerns-list{
		column-gap: 0;
		row-gap: 1rem;
	}
	.concerns-list .concerns-items{
		width: 100%;
		border: 0.25rem solid #D9D9D9;
		padding: 1.5rem 0.5rem 1.5rem 0.5rem;
	}
	.concerns-list .concerns-items .no{
		width: 4rem;
		top: -0.5rem;
		left: -0.5rem;
	}
	.concerns-list .concerns-items .imgArea{
		margin-bottom: 0.375rem;
	}
	.concerns-list .concerns-items .imgArea img{
		max-width: 14rem;
	}
	.concerns-list .concerns-items .text{
		font-size: 1.125rem;
	}
}
/*　　ファクタリングとは？　　*/
.about-guide .about-grid{
	padding: 4.5rem 0 5rem 0;
}
.about-guide .guide-ttl{
	margin-bottom: 1.5rem;
}
.about-guide .p-text{
	font-size: 1.25rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 3rem;
}
.about-guide .p-text span{
	color: #0F286B;
	font-weight: 700;
}
.about-guide .about-list{
	max-width: 1000px;
	margin: 0 auto;
	column-gap: 2rem;
}
.about-list .about-items{
	position: relative;
	width: calc(33.3333% - 1.35rem);
	background: #FFFFFF;
	text-align: center;
	box-shadow: 0px 0px 1.25rem 0px rgba(41, 43, 54, 0.1);
	border-radius: 1rem;
	padding: 2.5rem 1rem 1.5rem 1rem;
}
.about-list .about-items::before{
	content: "";
	position: absolute;
	background: url(../img/icon/check_p.svg) top center;
	background-size: cover;
	width: 2.5rem;
	height: 2.5rem;
	top: -1.25rem;
	left: 50%;
	transform: translateX(-50%);
}
.about-list .about-items .imgArea{
	margin-bottom: 1rem;
}
.about-list .about-items .text{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
}
@media only screen and (max-width: 767px) {
	.about-guide .about-grid{
		padding: 2.5rem 0 3rem 0;
	}
	.about-guide .guide-ttl{
		margin-bottom: 1.25rem;
	}
	.about-guide .p-text{
		font-size: 1rem;
		text-align: left;
		margin-bottom: 3rem;
	}
	.about-guide .p-text span{
		font-weight: 700;
	}
	.about-guide .about-list{
		column-gap: 0;
		row-gap: 1.25rem;
	}
	.about-list .about-items{
		width: 100%;
		padding: 2rem 1rem 1.5rem 1rem;
	}
	.about-list .about-items::before{
		width: 2rem;
		height: 2rem;
		top: -0.5rem;
	}
	.about-list .about-items .imgArea{
		margin-bottom: 0.5rem;
	}
	.about-list .about-items .imgArea img{
		max-width: 10rem;
	}
	.about-list .about-items .text{
		font-size: 1.125rem;
	}
}
/*　　銀行融資とファクタリングの違い　　*/
.difference-guide{
	padding: 4rem 0 4.5rem 0;
}
.difference-guide .guide-ttl{
	margin-bottom: 2.5rem;
}
.difference-guide .difference-list{
	column-gap: 2.5rem;
}
.difference-list .difference-items{
	background: #FFFFFF;
	width: calc(50% - 1.25rem);
	box-shadow: 0px 0px 1.25rem 0px rgba(41, 43, 54, 0.1);
	border-radius: 1rem;
}
.difference-list .difference-items h3{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	border-radius: 1rem 1rem 0 0;
	padding: 1rem;
}
.difference-list .difference-items:nth-child(1) h3{
	background: #D3D3D3;
}
.difference-list .difference-items:nth-child(2) h3{
	background: #E43A7E;
	color: #FFFFFF;
}
.difference-list .difference-items .contentArea{
	padding: 2rem;
}
.difference-list .difference-items .imgArea{
	text-align: center;
}
.difference-list .difference-items ul li{
	position: relative;
	background: #F8F8F8;
	color: #0F286B;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.45;
	border: 2px solid #D9D9D9;
	border-radius: 0.5rem;
	padding: 0.5625rem 1rem 0.5625rem 3.5rem;
}
.difference-list .difference-items ul li::before{
	content: "";
	position: absolute;
	background: url(../img/icon/check_p.png) top center;
	background-size: cover;
	left: 0.625rem;
	top: 0.25rem;
	width: 2.5rem;
	height: 2.5rem;
}
.difference-list .difference-items ul li + li{
	margin-top: 0.5rem;
}
.difference-list .difference-items .text{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
	.difference-guide{
		padding: 3rem 0 2.5rem 0;
	}
	.difference-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.difference-guide .difference-list{
		column-gap: 0;
		row-gap: 1rem;
	}
	.difference-list .difference-items{
		width: 100%;
		border-radius: 1rem;
	}
	.difference-list .difference-items h3{
		font-size: 1.125rem;
		padding: 0.875rem;
	}
	.difference-list .difference-items .contentArea{
		padding: 1.25rem;
	}
	.difference-list .difference-items ul li{
		font-size: 1.0625rem;
		border: 1px solid #D9D9D9;
		padding: 0.5625rem 0.625rem 0.5625rem 2.5rem;
	}
	.difference-list .difference-items ul li::before{
		left: 0.5rem;
		top: 0.375rem;
		width: 1.875rem;
		height: 1.875rem;
	}
	.difference-list .difference-items ul li + li{
		margin-top: 0.5rem;
	}
	.difference-list .difference-items .imgArea img{
		max-width: 14rem;
	}
	.difference-list .difference-items .text{
		font-size: 1rem;
		margin-top: 0.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.difference-guide .difference-list{
		column-gap: 1rem;
	}
	.difference-list .difference-items{
		width: calc(50% - 0.5rem);
	}
	.difference-list .difference-items .contentArea{
		padding: 2rem 1rem;
	}
	.difference-list .difference-items .imgArea img{
		max-width: 22rem;
	}
	.difference-list .difference-items ul li{
		font-size: 1.375rem;
	}
}
/*　　当社が選ばれる理由　　*/
.reason-guide{
	padding: 4.5rem 0 3rem 0;
}
.reason-guide .guide-ttl{
	margin-bottom: 2.6875rem;
}
.reason-list .reason-items{
	background: #FFFFFF;
	border-radius: 1rem;
	box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.1);
}
.reason-list .reason-items:not(:last-child){
	margin-bottom: 1.5rem;
}
.reason-list .reason-items .imgArea{
	width: 30%;
}
.reason-list .reason-items .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reason-list .reason-items:nth-child(odd) .imgArea img{
	border-radius: 1rem 0 0 1rem;
}
.reason-list .reason-items:nth-child(even) .imgArea img{
	border-radius: 0 1rem 1rem 0;
}
.reason-list .reason-items .contentArea{
	width: 70%;
	padding: 2.5rem 3rem;
}
.reason-list .reason-items .no{
	color: #E43A7E;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1rem;
}
.reason-list .reason-items h3{
	color: #0F286B;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1rem;
}
.reason-list .reason-items .text{
	font-size: 1.25rem;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.reason-guide{
		padding: 3.5rem 0 2rem 0;
	}
	.reason-guide .guide-ttl{
		margin-bottom: 1.6875rem;
	}
	.reason-list .reason-items{
		border-radius: 1rem;
	}
	.reason-list .reason-items:not(:last-child){
		margin-bottom: 1.125rem;
	}
	.reason-list .reason-items .imgArea{
		width: 100%;
	}
	.reason-list .reason-items:nth-child(odd) .imgArea img{
		border-radius: 1rem 1rem 0 0;
	}
	.reason-list .reason-items:nth-child(even) .imgArea img{
		border-radius: 1rem 1rem 0 0;
	}
	.reason-list .reason-items .contentArea{
		width: 100%;
		padding: 1.5rem;
	}
	.reason-list .reason-items .no{
		font-size: 1.375rem;
		margin-bottom: 0.5rem;
	}
	.reason-list .reason-items h3{
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}
	.reason-list .reason-items .text{
		font-size: 1rem;
	}
}
/*　　サービス概要　　*/
.service-guide{
	padding: 3rem 0 7rem 0;
}
@media only screen and (max-width: 767px) {
	.service-guide{
		padding: 2rem 0 3rem 0;
	}
}
/*　　ご利用の流れ　　*/
.flow-guide{
	padding: 4rem 0;
}
.flow-guide .flow-list{
	column-gap: 1.5rem;
}
.flow-list .flow-items{
	position: relative;
	width: calc(25% - 1.125rem);
	background: #FFFFFF;
	text-align: center;
	box-shadow: 0px 0px 1.25rem 0px rgba(41, 43, 54, 0.1);
	border-radius: 1rem;
	padding: 3.5rem 0.5rem 2rem 0.5rem;
}
.flow-list .flow-items:not(:last-child):after{
	content: "";
	position: absolute;
	background: #9CAAC6;
	right: -1.5rem;
	top: calc(50% - 0.125rem);
	width: 1.5rem;
	height: 0.25rem;
}
.flow-list .flow-items .imgArea{
	margin-bottom: 1rem;
}
.flow-list .flow-items .no{
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Poppins", sans-serif;
	background: #0F286B;
	width: 3rem;
	height: 3rem;
	color: #FFFFFF;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 3rem;
	text-align: center;
	border-radius: 1rem 0 1rem 0;
}
.flow-list .flow-items .text{
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.25;
}
@media only screen and (max-width: 767px) {
	.flow-guide{
		padding: 3rem 0;
	}
	.flow-guide .flow-list{
		column-gap: 0;
		row-gap: 1rem;
	}
	.flow-list .flow-items{
		width: 100%;
		padding: 2.5rem 1rem 2rem 1rem;
	}
	.flow-list .flow-items:not(:last-child):after{
		right: calc(50% - 0.125rem);
		bottom: -1.25rem;
		top: auto;
		width: 0.25rem;
		height: 1.25rem;
	}
	.flow-list .flow-items .imgArea{
		margin-bottom: 0.5rem;
	}
	.flow-list .flow-items .imgArea img{
		max-width: 14rem;
	}
	.flow-list .flow-items .no{
		font-size: 1.5rem;
	}
	.flow-list .flow-items .text{
		font-size: 1.25rem;
	}
}
/*　　よくあるご質問　　*/
.faq-guide{
	padding: 4rem 0 6rem 0;
}
.faq-guide .faq-list{
	max-width: 1000px;
	margin: 0 auto;
}
.faq-list .faq-items{
	background: #FFFFFF;
	border: 2px solid #D9D9D9;
	border-radius: 1rem;
	padding: 1.5rem;
}
.faq-list .faq-items:not(:last-child){
	margin-bottom: 1rem;
}
.faq-list .faq-items .dl_table{
	width: 100%;
	display: table;
}
.faq-list .faq-items .dl_table dt,
.faq-list .faq-items .dl_table dd{
	display: table-cell;
	vertical-align: middle;
}
.faq-list .faq-items .question{
	position: relative;
	cursor: pointer;
}
.faq-list .faq-items .question:after{
	content: "";
	position: absolute;
	background: url(../img/icon/plus.png) top center;
	background-size: cover;
	right: 0.5rem;
	top: 0.875rem;
	width: 1.5rem;
	height: 1.5rem;
}
.faq-list .faq-items .question.open:after{
	background: url(../img/icon/minus.png) top center;
	background-size: cover;
	top: 1.375rem;
	width: 1.5rem;
	height: 0.25rem;
}
.faq-list .faq-items .answer{
	display: none;
	margin-top: 1rem;
}
.faq-list .faq-items .question dt,
.faq-list .faq-items .answer dt{
	width: 3rem;
}
.faq-list .faq-items .question dt span,
.faq-list .faq-items .answer dt span{
	display: block;
	font-family: "Poppins", sans-serif;
	width: 3rem;
	height: 3rem;
	color: #FFFFFF;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 3rem;
	text-align: center;
	border-radius: 100%;
}
.faq-list .faq-items .question dt span{
	background: #0F286B;
}
.faq-list .faq-items .answer dt span{
	background: #E43A7E;
}
.faq-list .faq-items .question dd,
.faq-list .faq-items .answer dd{
	width: calc(100% - 3rem);
	vertical-align: middle;
	padding-left: 1.5rem;
}
.faq-list .faq-items .question dd{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
}
.faq-list .faq-items .answer dd{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
}
@media only screen and (max-width: 767px) {
	.faq-guide{
		padding: 3rem 0 3rem 0;
	}
	.faq-list .faq-items{
		border: 1px solid #D9D9D9;
		padding: 1rem 0.5rem;
	}
	.faq-list .faq-items:not(:last-child){
		margin-bottom: 0.5rem;
	}
	.faq-list .faq-items .question:after{
		right: 0.375rem;
		top: 0.875rem;
		width: 1rem;
		height: 1rem;
	}
	.faq-list .faq-items .question.open:after{
		top: 1.25rem;
		width: 1rem;
		height: 0.2rem;
	}
	.faq-list .faq-items .answer{
		margin-top: 0.5rem;
	}
	.faq-list .faq-items .question dt,
	.faq-list .faq-items .answer dt{
		width: 2rem;
	}
	.faq-list .faq-items .question dt span,
	.faq-list .faq-items .answer dt span{
		width: 2rem;
		height: 2rem;
		font-size: 1.25rem;
		line-height: 2rem;
		vertical-align: top;
	}
	.faq-list .faq-items .question dd,
	.faq-list .faq-items .answer dd{
		width: calc(100% - 2rem);
		padding-left: 0.75rem;
		padding-right: 1.25rem;
	}
	.faq-list .faq-items .question dd{
		font-size: 1rem;
	}
	.faq-list .faq-items .answer dd{
		font-size: 0.875rem;
	}
}
/*　　安心してご利用いただくために　　*/
.use-guide{
	padding: 4rem 0 3.75rem 0;
}
.use-guide::before {
	content: "";
	position: absolute;
	background: #F7F9FD;
	width: 90%;
	max-width: 1600px;
	height: 22.125rem;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 2.5rem;
}
.use-guide .guide-ttl{
	margin-bottom: 3rem;
}
.use-guide .use-list{
	max-width: 1000px;
	column-gap: 2rem;
	margin: 0 auto;
}
.use-list .use-items{
	position: relative;
	width: calc(33.3333% - 1.35rem);
	background: #FFFFFF;
	text-align: center;
	border-radius: 1rem;
	box-shadow: 0px 0px 1.25rem 0px rgba(41, 43, 54, 0.1);
	padding: 2.5rem 1.5rem 1.5rem 1.5rem;
}
.use-list .use-items::before{
	content: '';
	position: absolute;
	display: inline-block;
	background: url(../img/icon/check_p.svg) center center no-repeat;
	background-size: cover;
	width: 2.5rem;
	height: 2.5rem;
	top: -1.25rem;
	left: 50%;
	transform: translateX(-50%);
}
.use-list .use-items .imgArea{
	margin-bottom: 1rem;
}
.use-list .use-items .text{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
}
@media only screen and (max-width: 767px) {
	.use-guide{
		padding: 3rem 0 2.5rem 0;
	}
	.use-guide::before {
		width: 100%;
		height: 30rem;
	}
	.use-guide .guide-ttl{
		margin-bottom: 2.5rem;
	}
	.use-guide .use-list{
		column-gap: 0;
		row-gap: 1.25rem;
	}
	.use-list .use-items{
		width: 100%;
		padding: 2rem 1rem 1.5rem 1rem;
	}
	.use-list .use-items::before{
		width: 2rem;
		height: 2rem;
		top: -0.5rem;
	}
	.use-list .use-items .imgArea{
		margin-bottom: 0.5rem;
	}
	.use-list .use-items .imgArea img{
		max-width: 10rem;
	}
	.use-list .use-items .text{
		font-size: 1.125rem;
	}
}
/*　　会社概要　　*/
.company-guide{
	padding: 3.75rem 0 7rem 0;
}
.company-guide .point-box{
	background: #F7F9FD;
	max-width: 800px;
	border-radius: 1.5rem;
	padding: 2.5rem;
	margin: 4rem auto 0 auto;
}
.company-guide .point-box h3{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 2rem;
}
.point-box .point-list{
	background: #FFFFFF;
	border-radius: 1rem;
}
.point-box .point-list .point-items{
	width: 33.3333%;
	text-align: center;
	padding: 1rem;
}
.point-box .point-list .point-items:not(:last-child){
	border-right: 1px solid #D9D9D9;
}
.point-box .point-list .point-items .icon{
	margin-bottom: 0.5rem;
}
.point-box .point-list .point-items .ttl{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
.point-box .point-list .point-items .number{
	font-family: "Poppins", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.25;
}
.point-box .point-list .point-items .url{
	font-family: "Poppins", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
}
@media only screen and (max-width: 767px) {
	.company-guide{
		padding: 2.5rem 0 3rem 0;
	}
	.company-guide .point-box{
		border-radius: 1rem;
		padding: 2rem 1.25rem 1.25rem 1.25rem;
		margin: 2.5rem auto 0 auto;
	}
	.company-guide .point-box h3{
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
	}
	.point-box .point-list{
		border-radius: 0.5rem;
	}
	.point-box .point-list .point-items{
		width: 100%;
	}
	.point-box .point-list .point-items:not(:last-child){
		border-right: none;
		border-bottom: 1px solid #D9D9D9;
	}
}
/*　　ご相談　　*/
.contact-guide{
	background: #0F286B;
	padding: 1.5rem 0 1.75rem 0;
}
.contact-guide.bottom-contact{
	padding: 3rem 0 3.5rem 0;
}
.contact-guide .guide-ttl{
	margin-bottom: 1rem;
}
.contact-guide .guide-ttl .roma,
.contact-guide .guide-ttl h2{
	color: #FFFFFF;
}
.contact-guide .p-text{
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center;
}
.bottom-contact .btn-wrap{
	margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.contact-guide{
		padding: 1.5rem;
	}
	.contact-guide.bottom-contact{
		padding: 3rem 1rem 2.5rem 1rem;
	}
	.contact-guide .guide-ttl{
		margin-bottom: 1rem;
	}
	.contact-guide .p-text{
		font-size: 0.875rem;
		text-align: center;
	}
	.bottom-contact .btn-wrap{
		margin-top: 1.125rem;
	}
}
/*　　お問い合わせフォーム　　*/
.form-guide{
	background: #FAFAFA;
	padding: 5.5rem 0;
}
.form-guide .inner{
	max-width: 1000px;
}
.form-box table{
	max-width: 720px;
	margin: 0 auto 3.5rem auto;
}
.form-box table tr th,
.form-box table tr td{
	display: block;
}
.form-box table th{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
	padding: 0 0 0.5rem 0;
}
.form-box table tr:not(:first-child) th{
	padding: 2rem 0 0.5rem 0;
}
.form-box table th .ttl span{
	font-size: 1rem;
	margin-left: 1rem;
}
.form-box table th.required .ttl span{
	color: #E43A7E;
}
.form-box table th.any .ttl span{
	color: #BEBEBE;
}
.form-box table td{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: 0.1em;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	border: 1px solid #D9D9D9;
	background: #FFFFFF;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.35;
	border-radius: 0.5rem;
	padding: 0.9375rem 1.25rem;
}
textarea{
	height: 11.375rem;
}
.form-box .acceptance{
	margin-top: 2rem;
}
.form-box .acceptance p{
	text-align: center;
}
.form-box .acceptance p label{
	display: flex;
	align-items: center;
	column-gap: 0.625rem;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
}
input[type='checkbox']{
	appearance: none;
	position: relative;
	background: #FFFFFF;
	width: 1.75rem;
	height: 1.75rem;
	border: 1px solid #AFAFAF;
	cursor: pointer;
	margin: 0;
}
input[type='checkbox']:checked::after{
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 0.35rem;
	width: 1rem;
	height: 0.5rem;
	border-bottom: 3px solid #E43A7E;
	border-left: 3px solid #E43A7E;
	transform: rotate(-45deg);
}
.form-box .submit_btn{
	text-align: center;
	margin-top: 3rem;
}
.form-box .submit_btn li{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 30rem;
}
.form-box .submit_btn li::after{
	content: '';
	position: absolute;
	background: url(../img/icon/arrow_w.svg) top center;
	background-size: cover;
	width: 1rem;
	height: 1rem;
	top: 0;
	bottom: 0;
	right: 2rem;
	margin: auto;
}
.form-box .submit_btn input[type="submit"]{
	background: #E43A7E;
	width: 100%;
	border: none;
	font-family: "Noto Sans JP", sans-serif;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
	cursor: pointer;
	border-radius: 4rem;
	box-shadow: 0px 4px 0px 0px rgba(139, 33, 75, 1);
	padding: 1rem;
}
.formErrorContent{
	color: #ff0000;
	font-size: 0.875rem;
	line-height: 1.25;
	margin-top: 0.5rem;
}
.form-box .error{
	color: #ff1421;
	font-size: 0.875rem;
}
.form-box .privacy-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6875;
	letter-spacing: 0.02em;
	text-align: center;
}
.form-box .privacy-box{
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	margin-top: 2rem;
}
.form-box .privacy-box .box{
	height: 14rem;
	overflow-y: scroll;
	padding: 1.5rem;
}
.form-box .privacy-box h3{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 1rem;
}
.form-box .privacy-box p{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.05em;
	margin-bottom: 1.5rem;
}
.form-box .privacy-box dl{
	margin-bottom: 1.5rem;
}
.form-box .privacy-box dl:last-child{
	margin-bottom: 0;
}
.form-box .privacy-box dl dt{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}
.form-box .privacy-box dl dd{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.05em;
	overflow-wrap: break-word;
}
@media only screen and (max-width: 767px) {
	.form-guide{
		padding: 3.5rem 0;
	}
	.form-box table{
		margin: 0 auto 2rem auto;
	}
	.form-box table th{
		font-size: 1rem;
		padding: 0 0 0.5rem 0;
	}
	.form-box table tr:not(:first-child) th{
		padding: 1.5rem 0 0.5rem 0;
	}
	.form-box table th .ttl span{
		font-size: 0.75rem;
		margin-left: 0.625rem;
	}
	.form-box table td{
		font-size: 1rem;
	}
	textarea{
		height: 10rem;
	}
	.form-box .acceptance{
		margin-top: 1.5rem;
	}
	.form-box .acceptance p label{
		column-gap: 0.5rem;
		font-size: 0.875rem;
	}
	input[type='checkbox']{
		width: 1.5rem;
		height: 1.5rem;
	}
	input[type='checkbox']:checked::after{
		top: 0.45rem;
		left: 0.25rem;
		width: 0.875rem;
		height: 0.35rem;
		border-bottom: 2px solid #E43A7E;
		border-left: 2px solid #E43A7E;
	}
	.form-box .submit_btn{
		margin-top: 2rem;
	}
	.form-box .submit_btn li{
		max-width: 20rem;
	}
	.form-box .submit_btn li::after{
		width: 0.875rem;
		height: 0.875rem;
		right: 1.5rem;
	}
	.form-box .submit_btn input[type="submit"]{
		font-size: 1.125rem;
		padding: 0.75rem;
	}
	.formErrorContent{
		font-size: 0.875rem;
		margin-top: 0.5rem;
	}
	.form-box .error{
		font-size: 0.75rem;
	}
	.form-box .privacy-text{
		font-size: 0.875rem;
	}
	.form-box .privacy-box{
		margin-top: 1.5rem;
	}
	.form-box .privacy-box .box{
		height: 10rem;
		padding: 1.5rem 1.25rem;
	}
	.form-box .privacy-box h3{
		font-size: 1rem;
		margin-bottom: 0.75rem;
	}
	.form-box .privacy-box p{
		font-size: 0.75rem;
		margin-bottom: 1.25rem;
	}
	.form-box .privacy-box dl{
		margin-bottom: 1.25rem;
	}
	.form-box .privacy-box dl dt{
		font-size: 0.875rem;
		margin-bottom: 0.375rem;
	}
	.form-box .privacy-box dl dd{
		font-size: 0.75rem;
	}
}
/*　　送信完了　　*/
.page-view{
	text-align: center;
	padding: 11rem 0 3rem 0;
}
.page-view h1{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
.thanks-guide{
	padding: 3rem 0 5rem 0;
}
.thanks-guide .box{
	background: #F5F5F5;
	padding: 2rem 1rem;
}
.thanks-guide .box p{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	margin-bottom: 1.5rem;
}
.thanks-guide .box p:last-child{
	margin-bottom: 0;
}
.thanks-guide .block_btn{
	margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
	.page-view{
		padding: 8rem 0 1rem 0;
	}
	.page-view h1{
		font-size: 1.5rem;
	}
	.thanks-guide{
		padding: 3.25rem 0;
	}
	.thanks-guide .box{
		padding: 2rem 1.5rem;
	}
	.thanks-guide .box p{
		font-size: 0.9375rem;
		text-align: left;
		margin-bottom: 1.25rem;
	}
	.thanks-guide .block_btn{
		margin-top: 2.5rem;
	}
}