@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
.fadeIn {
	opacity: 0;
	transition: 2s;
}
.fadeIn.is-show{
	opacity: 1;
}
/*　　背景色　　*/
.bg-yellow{
	background: #FEFCC0;
}
.bg-cream{
	background: #FFF5DC;
}
.bg-gray{
	background: #F6F6F2;
}
/*　　フォント　　*/
.c-yellow{
	color: #F2FC00;
}
/*　　見出し　　*/
.guide-ttl{
	position: relative;
	margin-bottom: 4rem;
}
.guide-ttl.border::before {
	content: "";
	position: absolute;
	background: #E96C64;
	width: 11.75rem;
	height: 0.25rem;
	bottom: -1rem;
	left: 50%;
	margin-left: -5.875rem;
}
.guide-ttl .caption{
	font-family: "Zen Maru Gothic", sans-serif;
	color: #E96C64;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.35;
}
.guide-ttl h2{
	font-family: "Zen Maru Gothic", sans-serif;
	color: #2B2B2B;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.45;
}
.bubble-green{
	position: relative;
	background: #3DB23D;
	background: linear-gradient(90deg,rgba(60, 160, 59, 1) 0%, rgba(61, 178, 61, 1) 50%, rgba(60, 160, 59, 1) 100%);
	padding: 0.875rem 1.5rem 0.875rem 1.5rem;
}
.bubble-green::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.9375rem;
	border: 0.9375rem solid transparent;
	border-top: 1.25rem solid #3DB23D;
}
.bubble-green h2{
	font-family: "Zen Maru Gothic", sans-serif;
	color: #FFFFFF;
	font-size: 2.4375rem;
	font-weight: 700;
	line-height: 1.15;
}
.bubble-green .bg{
	font-size: 2.8125rem;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
	.guide-ttl{
		margin-bottom: 2rem;
	}
	.guide-ttl.border::before {
		width: 5.875rem;
		height: 0.125rem;
		bottom: -0.5rem;
		margin-left: -2.9375rem;
	}
	.guide-ttl .caption{
		font-size: 1.0625rem;
	}
	.guide-ttl h2{
		font-size: 1.5625rem;
	}
	.bubble-green{
		padding: 0.625rem 1rem;
	}
	.bubble-green::before {
		margin-left: -0.468rem;
		border: 0.468rem solid transparent;
		border-top: 0.625rem solid #3DB23D;
	}
	.bubble-green h2{
		font-size: 1.375rem;
	}
	.bubble-green .bg{
		font-size: 1.625rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.guide-ttl{
		margin-bottom: 3.5rem;
	}
	.guide-ttl.border::before {
		width: 9.75rem;
		margin-left: -4.875rem;
	}
	.guide-ttl .caption{
		font-size: 1.25rem;
	}
	.guide-ttl h2{
		font-size: 2.5rem;
	}
	.bubble-green{
		padding: 0.875rem 1rem 0.875rem 1rem;
	}
	.bubble-green h2{
		font-size: 1.875rem;
	}
	.bubble-green .bg{
		font-size: 2.25rem;
	}
}
/**
/* LP CSS
----------------------------------------------- */
/*　　MV　　*/
.mv-view{
	background: url(../img/mv_bg.jpg) top center no-repeat;
	background-size: cover;
}
.mv-view .view-box{
	align-items: flex-end;
}
.mv-view .view-img{
	width: 75%;
	max-width: 74.1875rem;
	padding-top: 2.5rem;
}
.mv-view .view-bottom{
	background: #3CA03B;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #FFFFFF;
	font-size: 2.0625rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	padding: 0.625rem
}
@media only screen and (max-width: 1300px) {
	.mv-view .view-img{
		margin-left: -5rem;
	}
}
@media only screen and (max-width: 767px) {
	.mv-view{
		background: url(../img/sp_mv_bg.jpg) top center no-repeat;
		background-size: cover;
	}
	.mv-view .view-img{
		width: calc(100% + 10rem);
		max-width: calc(100% + 10rem);
		margin-left: -5rem;
		margin-right: -5rem;
		margin-bottom: -2rem;
		padding: 9.9375rem 0 0 0;
	}
	.mv-view .view-bottom{
		font-size: 1.4375rem;
		padding: 0.625rem
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.mv-view .view-img{
		margin-left: -7rem;
	}
	.mv-view .view-bottom{
		font-size: 1.625rem;
	}
}
/*　　こんな不安　　*/
.anxiety-guide{
	background: url(../img/anxiety_bg.png) no-repeat center;
	background-size: cover;
	padding: 4.5rem 0;
}
.anxiety-guide .inner-wrap{
	max-width: 1272px;
}
.anxiety-guide .guide-ttl{
	margin-bottom: 2rem;
}
.anxiety-guide .guide-ttl .caption{
	font-size: 4.375rem;
	line-height: 1.125;
}
.anxiety-guide .guide-ttl h2{
	font-size: 3.3125rem;
	line-height: 1.125;
}
.anxiety-guide .anxiety-list{
	column-gap: 2.5rem;
	row-gap: 2.5rem;
}
.anxiety-list .anxiety-items{
	width: calc(25% - 1.875rem);
}
.anxiety-list .anxiety-items:nth-child(1),
.anxiety-list .anxiety-items:nth-child(4){
	margin-top: -5.25rem;
}
.anxiety-list .anxiety-items h3{
	background: #C18D3A;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #FFFFFF;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	padding: 0.4375rem 0.625rem;
	border-radius: 0.6875rem;
}
.anxiety-list .anxiety-items:nth-child(even) h3{
	background: #C1AC3A;
}
.anxiety-list .anxiety-items .p-text{
	color: #2B2B2B;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
	.anxiety-guide{
		padding: 2rem 0 2.5rem 0;
	}
	.anxiety-guide .guide-ttl{
		margin-bottom: 1rem;
	}
	.anxiety-guide .guide-ttl .caption{
		font-size: 2.1875rem;
	}
	.anxiety-guide .guide-ttl h2{
		font-size: 1.6875rem;
	}
	.anxiety-guide .anxiety-list{
		column-gap: 1.5rem;
		row-gap: 1.25rem;
	}
	.anxiety-list .anxiety-items{
		width: calc(50% - 0.875rem);
	}
	.anxiety-list .anxiety-items:nth-child(1),
	.anxiety-list .anxiety-items:nth-child(4){
		margin-top: 0;
	}
	.anxiety-list .anxiety-items h3{
		font-size: 1.125rem;
		padding: 0.4375rem 0.375rem;
		border-radius: 0.375rem;
	}
	.anxiety-list .anxiety-items .p-text{
		font-size: 0.9375rem;
		margin-top: 0.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.anxiety-guide{
		padding: 3.5rem 0;
	}
	.anxiety-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.anxiety-guide .guide-ttl .caption{
		font-size: 3rem;
	}
	.anxiety-guide .guide-ttl h2{
		font-size: 2rem;
	}
	.anxiety-guide .anxiety-list{
		column-gap: 1rem;
		row-gap: 2.5rem;
	}
	.anxiety-list .anxiety-items{
		width: calc(25% - 0.75rem);
	}
	.anxiety-list .anxiety-items:nth-child(1),
	.anxiety-list .anxiety-items:nth-child(4){
		margin-top: -4rem;
	}
	.anxiety-list .anxiety-items h3{
		font-size: 1.25rem;
		padding: 0.4375rem 0;
	}
	.anxiety-list .anxiety-items .p-text{
		font-size: 1rem;
	}
}
/*　　サポート　　*/
.support-guide .support-grid{
	background: url(../img/support_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5rem 0 4.625rem 0;
}
.support-guide .support-list{
	column-gap: 2.5rem;
	row-gap: 1.71875rem;
}
.support-list .support-items{
	width: calc(50% - 1.25rem);
	background: #FFFFFF;
	border-radius: 1rem;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.16);
}
.support-list .support-items .support-ttl{
	position: relative;
	align-items: center;
	padding: 0.75rem 2.5rem 0.75rem 2rem;
	border-radius: 1rem 1rem 0 0;
}
.support-list .support-items:nth-child(1) .support-ttl{
	background: #E96C64;
}
.support-list .support-items:nth-child(2) .support-ttl{
	background: #E0960D;
}
.support-list .support-items .support-ttl::after{
	content: '';
	position: absolute;
	width: 6.75rem;
	height: 6.25rem;
	right: 2.5rem;
	bottom: 0;
}
.support-list .support-items:nth-child(1) .support-ttl::after{
	background: url(../img/icon/support1-icon2.png) no-repeat center;
	background-size: contain;
}
.support-list .support-items:nth-child(2) .support-ttl::after{
	background: url(../img/icon/support2-icon2.png) no-repeat center;
	background-size: contain;
}
.support-list .support-items .icon{
	width: 3.8125rem;
}
.support-list .support-items h3{
	width: calc(100% - 3.8125rem);
	font-family: "Zen Maru Gothic", sans-serif;
	color: #FFFFFF;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.2;
	padding-left: 1rem;
}
.support-list .support-items .contentArea{
	padding: 2.5rem;
}
.support-list .support-items .check-list li{
	position: relative;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 4rem;
}
.support-list .support-items .check-list li + li{
	margin-top: 2rem;
}
.support-list .support-items .check-list li::before{
	content: '';
	position: absolute;
	width: 2.5rem;
	height: 2.5rem;
	top: -0.125rem;
	left: 0;
}
.support-list .support-items:nth-child(1) .check-list li::before{
	background: url(../img/icon/check_pink.png) center no-repeat;
	background-size: contain;
}
.support-list .support-items:nth-child(2) .check-list li::before{
	background: url(../img/icon/check_orange.png) center no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
	.support-guide .support-grid{
		padding: 2.5rem 0 1.75rem 0;
	}
	.support-guide .support-list{
		column-gap: 0;
		row-gap: 1.71875rem;
	}
	.support-list .support-items{
		width: 100%;
	}
	.support-list .support-items .support-ttl{
		padding: 0.625rem 0.875rem 0.625rem 0.75rem;
	}
	.support-list .support-items .support-ttl::after{
		width: 4.5rem;
		height: 4.0625rem;
		right: 0.875rem;
	}
	.support-list .support-items .icon{
		width: 1.875rem;
	}
	.support-list .support-items h3{
		width: calc(100% - 1.875rem);
		font-size: 1.375rem;
		padding-left: 0.75rem;
	}
	.support-list .support-items .contentArea{
		padding: 1.25rem;
	}
	.support-list .support-items .check-list li{
		font-size: 1rem;
		padding-left: 2.375rem;
	}
	.support-list .support-items .check-list li + li{
		margin-top: 0.75rem;
	}
	.support-list .support-items .check-list li::before{
		width: 1.625rem;
		height: 1.625rem;
		top: -0.125rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.support-guide .support-grid{
		padding: 4rem 0 3rem 0;
	}
	.support-guide .support-list{
		column-gap: 1.5rem;
		row-gap: 1.71875rem;
	}
	.support-list .support-items{
		width: calc(50% - 0.75rem);
	}
	.support-list .support-items .support-ttl{
		padding: 0.625rem 1.25rem 0.625rem 1rem;
	}
	.support-list .support-items .support-ttl::after{
		width: 5.75rem;
		height: 5.25rem;
		right: 1rem;
	}
	.support-list .support-items .icon{
		width: 2.8125rem;
	}
	.support-list .support-items h3{
		width: calc(100% - 1.8125rem);
		font-size: 1.5rem;
		padding-left: 1rem;
	}
	.support-list .support-items .contentArea{
		padding: 1.5rem 1.25rem;
	}
	.support-list .support-items .check-list li{
		font-size: 1.25rem;
		padding-left: 2.5rem;
	}
	.support-list .support-items .check-list li + li{
		margin-top: 1.25rem;
	}
	.support-list .support-items .check-list li::before{
		width: 2rem;
		height: 2rem;
		top: 0;
	}
}
/*　　強み　　*/
.strengths-guide .inner-wrap{
	background: #FFFFFF;
	padding: 4.375rem 1rem 5.5rem 1rem;
}
.strengths-guide .inner-wrap::before,
.strengths-guide .inner-wrap::after{
	content: "";
	position: absolute;
	background: #D6D2B5;
	width: 4px;
	height: 100%;
	top: 0;
	bottom: 0;
}
.strengths-guide .inner-wrap::before{
	left: 1rem;
}
.strengths-guide .inner-wrap::after{
	right: 1rem;
}
.strengths-guide .strengths-list{
	max-width: 1000px;
	column-gap: 2.5rem;
	row-gap: 2rem;
	margin: 0 auto;
	padding: 0 2%;
}
.strengths-list .strengths-items{
	width: calc(50% - 1.25rem);
}
.strengths-list .strengths-items .imgArea{
	margin-bottom: 1.5rem;
}
.strengths-list .strengths-items .imgArea img{
	box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.16);
}
.strengths-list .strengths-items dl{
	position: relative;
	display: flex;
	align-items: center;
}
.strengths-list .strengths-items dl::after{
	content: '';
	position: absolute;
	width: 5.625rem;
	height: 5.625rem;
	right: 0;
	bottom: 0;
}
.strengths-list .strengths-items:nth-child(1) dl::after{
	background: url(../img/icon/strengths_icon1.png) no-repeat center;
	background-size: cover;
}
.strengths-list .strengths-items:nth-child(2) dl::after{
	background: url(../img/icon/strengths_icon2.png) no-repeat center;
	background-size: cover;
}
.strengths-list .strengths-items:nth-child(3) dl::after{
	background: url(../img/icon/strengths_icon3.png) no-repeat center;
	background-size: cover;
}
.strengths-list .strengths-items:nth-child(4) dl::after{
	background: url(../img/icon/strengths_icon4.png) no-repeat center;
	background-size: cover;
}
.strengths-list .strengths-items dl dt{
	width: 5.625rem;
}
.strengths-list .strengths-items dl dd{
	position: relative;
	width: calc(100% - 5.625rem);
	padding-left: 1rem;
	z-index: 1;
}
.strengths-list .strengths-items p{
	font-family: "Zen Maru Gothic", sans-serif;
	color: #2B2B2B;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.45;
}
.strengths-list .strengths-items h3{
	font-family: "Zen Maru Gothic", sans-serif;
	color: #3CA03B;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.25;
}
@media only screen and (max-width: 767px) {
	.strengths-guide{
		padding: 0 0.75rem;
	}
	.strengths-guide .inner-wrap{
		padding: 2rem 1rem;
	}
	.strengths-guide .inner-wrap::before,
	.strengths-guide .inner-wrap::after{
		width: 1px;
	}
	.strengths-guide .inner-wrap::before{
		left: 0.5rem;
	}
	.strengths-guide .inner-wrap::after{
		right: 1rem;
	}
	.strengths-guide .strengths-list{
		column-gap: 0;
		row-gap: 1.75rem;
		padding: 0 2rem;
	}
	.strengths-list .strengths-items{
		width: 100%;
	}
	.strengths-list .strengths-items .imgArea{
		margin-bottom: 1.5rem;
	}
	.strengths-list .strengths-items dl::after{
		width: 3.4375rem;
		height: 3.4375rem;
	}
	.strengths-list .strengths-items dl dt{
		width: 3.4375rem;
	}
	.strengths-list .strengths-items dl dd{
		width: calc(100% - 3.4375rem);
		padding-left: 0.625rem;
	}
	.strengths-list .strengths-items p{
		font-size: 1.0625rem;
		line-height: 1.25;
	}
	.strengths-list .strengths-items h3{
		font-size: 1.5625rem;
		line-height: 1.125;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.strengths-guide .inner-wrap{
		padding: 3.375rem 1.5rem 4.5rem 1.5rem;
	}
	.strengths-guide .inner-wrap::before,
	.strengths-guide .inner-wrap::after{
		width: 3px;
	}
	.strengths-guide .inner-wrap::before{
		left: 0.625rem;
	}
	.strengths-guide .inner-wrap::after{
		right: 1rem;
	}
	.strengths-guide .strengths-list{
		column-gap: 1.5rem;
		row-gap: 1.5rem;
	}
	.strengths-list .strengths-items{
		width: calc(50% - 0.75rem);
	}
	.strengths-list .strengths-items .imgArea{
		margin-bottom: 1.25rem;
	}
	.strengths-list .strengths-items dl::after{
		width: 4.625rem;
		height: 4.625rem;
	}
	.strengths-list .strengths-items dl dt{
		width: 4.625rem;
	}
	.strengths-list .strengths-items dl dd{
		width: calc(100% - 4.625rem);
		padding-left: 0.625rem;
	}
	.strengths-list .strengths-items p{
		font-size: 1.125rem;
	}
	.strengths-list .strengths-items h3{
		font-size: 1.5rem;
	}
}
/*　　喜びの声　　*/
.flow-guide .bubble-pink{
	position: relative;
	background: #DD1306 url(../img/bubble-pink_bg.png) no-repeat center;
	background-size: cover;
	padding: 1.5rem;
}
.flow-guide .bubble-pink::before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.9375rem;
	border: 0.9375rem solid transparent;
	border-top: 1.25rem solid #F08377;
}
.flow-guide .bubble-pink .guide-ttl{
	display: inline-block;
	margin-bottom: 0;
}
.flow-guide .bubble-pink .guide-ttl .caption{
	color: #FFFFFF;
}
.flow-guide .bubble-pink .guide-ttl h2{
	color: #FFFFFF;
}
.flow-guide .flow-grid{
	padding: 4.375rem 0 4.5rem 0;
}
.flow-guide .flow-grid .guide-ttl{
	margin-bottom: 7.75rem;
}
.flow-guide .flow-list{
	max-width: 1100px;
	margin: 0 auto;
}
.flow-list .flow-items{
	max-width: 1100px;
}
.flow-list .flow-items:nth-child(even){
	margin-left: auto;
}
.flow-list .flow-items:not(:last-child){
	margin-bottom: 2.75rem;
}
.flow-items .flow-inner{
	max-width: 1000px;
	position: relative;
	align-items: center;
	background: #FFFFFF;
}
.flow-list .flow-items:nth-child(even) .flow-inner{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flow-items .flow-inner::before{
	content: "";
	position: absolute;
	top: 0;
}
.flow-list .flow-items:nth-child(odd) .flow-inner::before{
	right: 0;
	border-bottom: 1.875rem solid transparent;
	border-right: 1.875rem solid #E0960D;
}
.flow-list .flow-items:nth-child(even) .flow-inner::before{
	left: 0;
	border-bottom: 1.875rem solid transparent;
	border-left: 1.875rem solid #3CA03B;
}
.flow-list .flow-items:nth-child(odd) .flow-inner{
	margin-left: auto;
}
.flow-items .flow-inner .imgArea{
	position: relative;
	width: 48%;
	margin-top: -4rem;
	z-index: 2;
}
.flow-items:nth-child(odd) .imgArea{
	margin-left: -6rem;
}
.flow-items:nth-child(even) .imgArea{
	margin-right: -6rem;
}
.flow-items .flow-inner .imgArea img{
	filter: drop-shadow(0.1875rem 0.1875rem 0.625rem rgba(0, 0, 0, .16));
}
.flow-items .flow-inner .contentArea{
	width: calc(52% + 6rem);
}
.flow-items:nth-child(odd) .contentArea{
	padding: 3rem 4rem 3rem 3.125rem;
}
.flow-items:nth-child(even) .contentArea{
	padding: 3rem 3.125rem 3rem 4rem;
}
.flow-items .flow-inner .contentArea .no{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.35;
}
.flow-items .flow-inner .contentArea .no span{
	font-size: 3.125rem;
	margin-left: 0.5rem;
}
.flow-items:nth-child(odd) .contentArea .no{
	color: #E0960D;
}
.flow-items:nth-child(even) .contentArea .no{
	color: #3CA03B;
}
.flow-items .contentArea h3{
	position: relative;
	color: #2B2B2B;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 3rem;
}
.flow-items .contentArea h3::after{
	content: "";
	position: absolute;
	background: #E3DAC9;
	width: calc(100% + 4rem);
	height: 2px;
	left: -4rem;
	bottom: -1.5rem;
}
.flow-items:nth-child(even) .contentArea h3::after{
	background: #DAE5CA;
}
.flow-items .flow-inner .contentArea .p-text{
	color: #2B2B2B;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}
.flow-items .flow-inner .contentArea dl{
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
}
.flow-items .flow-inner .contentArea dl dt{
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5;
}
.flow-items:nth-child(odd) .contentArea dl dt{
	color: #E0960D;
}
.flow-items:nth-child(even) .contentArea dl dt{
	color: #3CA03B;
}
.flow-items .flow-inner .contentArea dl dd{
	color: #2B2B2B;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-left: 1.5rem;
}
.flow-items .flow-inner .contentArea .note{
	color: #696969;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.35;
	margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
	.flow-guide .bubble-pink{
		padding: 1.125rem;
	}
	.flow-guide .bubble-pink::before{
		margin-left: -0.468rem;
		border: 0.468rem solid transparent;
		border-top: 0.625rem solid #F08377;
	}
	.flow-guide .flow-grid{
		padding: 4.25rem 0.75rem 2.75rem 0.75rem;
	}
	.flow-list .flow-items:not(:last-child){
		margin-bottom: 3.5625rem;
	}
	.flow-list .flow-items:nth-child(odd) .flow-inner::before{
		border-bottom: 1.5rem solid transparent;
		border-right: 1.5rem solid #E0960D;
	}
	.flow-list .flow-items:nth-child(even) .flow-inner::before{
		border-bottom: 1.5rem solid transparent;
		border-left: 1.5rem solid #3CA03B;
	}
	.flow-items .flow-inner .imgArea{
		width: 100%;
		text-align: center;
		margin-top: -2.5rem;
	}
	.flow-items:nth-child(odd) .imgArea{
		margin-left: 0;
	}
	.flow-items:nth-child(even) .imgArea{
		margin-right: 0;
	}
	.flow-items .flow-inner .imgArea img{
		width: 80%;
	}
	.flow-items .flow-inner .contentArea{
		width: 100%;
	}
	.flow-items:nth-child(odd) .contentArea{
		padding: 0.875rem 1.5rem 1.25rem 1.5rem;
	}
	.flow-items:nth-child(even) .contentArea{
		padding: 0.875rem 1.5rem 1.25rem 1.5rem;
	}
	.flow-items .flow-inner .contentArea .no{
		font-size: 1.8125rem;
		text-align: center;
		margin-bottom: 0.25rem;
	}
	.flow-items .flow-inner .contentArea .no span{
		font-size: 2.4375rem;
		margin-left: 0.5rem;
	}
	.flow-items .contentArea h3{
		font-size: 1.4375rem;
		margin-bottom: 1.75rem;
	}
	.flow-items .contentArea h3::after{
		width: 100%;
		height: 2px;
		left: 0;
		bottom: -0.75rem;
	}
	.flow-items .flow-inner .contentArea dl{
		display: block;
		margin-bottom: 0.25rem;
	}
	.flow-items .flow-inner .contentArea dl dt{
		font-size: 1.25rem;
	}
	.flow-items .flow-inner .contentArea dl dd{
		margin-left: 0;
	}
	.flow-items .flow-inner .contentArea .note{
		font-size: 0.8125rem;
		margin-top: 0.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.flow-guide .bubble-pink{
		padding: 1.25rem;
	}
	.flow-guide .flow-grid{
		padding: 4.25rem 0 3.5rem 0;
	}
	.flow-list .flow-items:not(:last-child){
		margin-bottom: 2.75rem;
	}
	.flow-items .flow-inner .imgArea{
		margin-top: -3rem;
	}
	.flow-items:nth-child(odd) .imgArea{
		margin-left: -1rem;
	}
	.flow-items:nth-child(even) .imgArea{
		margin-right: -1rem;
	}
	.flow-items .flow-inner .contentArea{
		width: calc(52% + 1rem);
	}
	.flow-items:nth-child(odd) .contentArea{
		padding: 2rem 2rem 2rem 2.125rem;
	}
	.flow-items:nth-child(even) .contentArea{
		padding: 2rem 1.125rem 2rem 2rem;
	}
	.flow-items .flow-inner .contentArea .no{
		font-size: 1.875rem;
	}
	.flow-items .flow-inner .contentArea .no span{
		font-size: 2.5rem;
	}
	.flow-items .contentArea h3{
		font-size: 1.5rem;
		margin-bottom: 2.5rem;
	}
	.flow-items .contentArea h3::after{
		width: calc(100% + 2rem);
		height: 2px;
		left: -2rem;
		bottom: -1.25rem;
	}
	.flow-items .flow-inner .contentArea dl dt{
		font-size: 1.25rem;
	}
}
/*　　よくあるご質問　　*/
.faq-guide{
	padding: 5rem 0 6.25rem 0;
}
.faq-list .faq-items:not(:last-child){
	margin-bottom: 1.5rem;
}
.faq-list .faq-items .icon{
	width: 6.375rem;
}
.faq-list .faq-items .question{
	align-items: center;
}
.faq-list .faq-items .question .bubble{
	position: relative;
	display: inline-block;
	background-color: #FFFFFF;
	margin: 1.125rem 0 1.125rem 2rem;
	padding: 1rem 1.5rem;
	border: 3px solid #3ca03b;
	border-radius: 0.5rem;
}
.faq-list .faq-items .question .bubble::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 0.5rem 1rem 0.5rem 0;
	border-color: transparent #3ca03b transparent transparent;
	translate: -100% -50%;
}
.faq-list .faq-items .question .bubble::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 0.2875rem 0.58125rem 0.2875rem 0;
	border-color: transparent #3CA03B transparent transparent;
	translate: -100% -50%;
}
.faq-list .faq-items .question .bubble p{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.45;
}
.faq-list .faq-items .answer{
	align-items: flex-end;
}
.faq-list .faq-items .answer .bubble{
	position: relative;
	display: inline-block;
	max-width: 684px;
	background-color: #FFF8EA;
	margin: 1.125rem 2rem 1.125rem 0;
	padding: 1rem 1.5rem;
	border: 3px solid #E0960D;
	border-radius: 0.5rem;
}
.faq-list .faq-items .answer .bubble::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border-style: solid;
	border-width: 0.5rem 0 0.5rem 1rem;
	border-color: transparent transparent transparent #E0960D;
	translate: 100% -50%;
}
.faq-list .faq-items .answer .bubble::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border-style: solid;
	border-width: 0.2875rem 0 0.2875rem 0.58125rem;
	border-color: transparent transparent transparent #E0960D;
	translate: 100% -50%;
}
.faq-list .faq-items .answer .bubble p{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.45;
}
@media only screen and (max-width: 767px) {
	.faq-guide{
		padding: 3rem 0 3.25rem 0;
	}
	.faq-list .faq-items:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.faq-list .faq-items .icon{
		width: 4.5rem;
	}
	.faq-list .faq-items .question{
		margin-bottom: 1rem;
	}
	.faq-list .faq-items .question .bubble{
		width: calc(100% - 5.5rem);
		margin: 0;
		margin-left: 1rem;
		padding: 0.625rem 1rem;
		border: 2px solid #3ca03b;
	}
	.faq-list .faq-items .question .bubble::before {
		border-width: 0.375rem 0 0.375rem 0.75rem;
	}
	.faq-list .faq-items .question .bubble::after {
		border-width: 0.1625rem 0 0.1625rem 0.45625rem;
	}
	.faq-list .faq-items .question .bubble p{
		font-size: 1rem;
	}
	.faq-list .faq-items .answer .bubble{
		width: calc(100% - 4.5rem);
		margin: 0;
		margin-right: 1rem;
		padding: 0.625rem 1rem;
		border: 2px solid #E0960D;
	}
	.faq-list .faq-items .answer .bubble::before {
		border-width: 0.375rem 0 0.375rem 0.75rem;
	}
	.faq-list .faq-items .answer .bubble::after {
		border-width: 0.1625rem 0 0.1625rem 0.45625rem;
	}
	.faq-list .faq-items .answer .bubble p{
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.faq-guide{
		padding: 5rem 0 6.25rem 0;
	}
	.faq-list .faq-items:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.faq-list .faq-items .question .bubble{
		width: calc(100% - 8.375rem);
		margin: 1.125rem 0 1.125rem 2rem;
	}
	.faq-list .faq-items .question .bubble p{
		font-size: 1.25rem;
	}
	.faq-list .faq-items .answer .bubble{
		width: calc(100% - 8.375rem);
		margin: 1.125rem 2rem 1.125rem 0;
	}
	.faq-list .faq-items .answer .bubble p{
		font-size: 1rem;
	}
}
/*　　こんな方にご利用されています　　*/

@media only screen and (max-width: 767px) {
	
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	
}
/*　　相続でお悩みの方へ　　*/
.concept-guide{
	background: url(../img/concept_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 3.5rem 0 2.5rem 0;
}
.concept-guide .inner-wrap{
	max-width: 1360px;
}
.concept-guide .bubble-box{
	position: relative;
	background: #FFFFFF;
	padding: 3.5rem 5rem;
	border-radius: 2.5rem;
}
.concept-guide .bubble-box::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.9375rem;
	border: 0.9375rem solid transparent;
	border-top: 1.25rem solid #FFFFFF;
}
.concept-guide .ttl-l{
	width: 18rem;
}
.concept-guide .ttl-r{
	width: 18rem;
}
.concept-guide .ttl{
	width: calc(100% - 24rem);
	margin: 0 -6rem;
	z-index: 1;
}
.concept-guide .guide-ttl{
	margin-bottom: 3rem;
}
.concept-guide .ttl .p-text{
	color: #2B2B2B;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
.concept-guide .check-list{
	column-gap: 24px;
	row-gap: 1.5rem;
}
.concept-guide .check-list li{
	position: relative;
	width: calc(33.3333% - 1rem);
	background: #F5F5F5;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 1.375rem 1rem 1.375rem 4.5rem;
	border-radius: 0.5rem;
}
.concept-guide .check-list li::before{
	background: url(../img/icon/check_pink.png) center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 2.5rem;
	height: 2.5rem;
	top: calc(50% - 1.25rem);
	left: 1rem;
}
.concept-guide h3{
	font-family: "Zen Maru Gothic", sans-serif;
	color: #FFFFFF;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.125;
	text-align: center;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.45);
	margin-top: 4rem;
}
.concept-guide .bg-text{
	color: #FFFFFF;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.45);
	margin-top: 0.5rem;
}
@media only screen and (max-width: 1250px) {
	.concept-guide .bubble-box{
		padding: 3.5rem 2.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.concept-guide{
		padding: 2.25rem 0 2.25rem 0;
	}
	.concept-guide .bubble-box{
		padding: 2rem 1rem 1.5rem 1rem;
		border-radius: 1.25rem;
	}
	.concept-guide .bubble-box::before {
		margin-left: -0.9375rem;
		border: 0.9375rem solid transparent;
		border-top: 1.25rem solid #FFFFFF;
	}
	.concept-guide .ttl-l{
		width: 18rem;
	}
	.concept-guide .ttl-r{
		width: 100%;
	}
	.concept-guide .ttl{
		width: 100%;
		margin: 0;
		margin-bottom: 1rem;
		/* z-index: 1; */
	}
	.concept-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.concept-guide .ttl .p-text{
		font-size: 0.9375rem;
	}
	.concept-guide .check-list{
		column-gap: 0;
		row-gap: 0.5rem;
	}
	.concept-guide .check-list li{
		width: 100%;
		font-size: 1rem;
		padding: 0.875rem 0.875rem 0.875rem 2.5rem;
	}
	.concept-guide .check-list li::before{
		width: 1.25rem;
		height: 1.25rem;
		top: calc(50% - 0.625rem);
		left: 0.625rem;
	}
	.concept-guide h3{
		font-size: 1.5625rem;
		margin-top: 3rem;
	}
	.concept-guide .bg-text{
		font-size: 1rem;
		margin-top: 0.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.concept-guide{
		padding: 3.5rem 0 2.5rem 0;
	}
	.concept-guide .bubble-box{
		padding: 2.5rem 1.5rem;
		border-radius: 2.5rem;
	}
	.concept-guide .ttl-l{
		width: 14rem;
	}
	.concept-guide .ttl-r{
		width: 14rem;
	}
	.concept-guide .ttl{
		width: calc(100% - 16rem);
		margin: 0 -6rem;
		z-index: 1;
	}
	.concept-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.concept-guide .ttl .p-text{
		font-size: 1.25rem;
	}
	.concept-guide .check-list{
		column-gap: 0.9375rem;
		row-gap: 1.5rem;
	}
	.concept-guide .check-list li{
		width: calc(33.3333% - 0.75rem);
		font-size: 1.125rem;
		padding: 1.375rem 1rem 1.375rem 4rem;
	}
	.concept-guide .check-list li::before{
		width: 2rem;
		height: 2rem;
		top: calc(50% - 1rem);
		left: 1rem;
	}
	.concept-guide h3{
		font-size: 2rem;
		margin-top: 3rem;
	}
	.concept-guide .bg-text{
		font-size: 1.375rem;
	}
}
/*　　難しい手続きや面倒な作業　　*/
.procedure-guide{
	padding: 4.375rem 0;
}
.procedure-guide .guide-ttl{
	margin-bottom: 2.5rem;
}
.procedure-guide .guide-ttl .caption{
	font-size: 4.375rem;
	line-height: 1.125;
}
.procedure-guide .guide-ttl h2{
	font-size: 3.3125rem;
	line-height: 1.125;
}
.procedure-guide .procedure-list{
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}
.procedure-list .procedure-items{
	width: calc(33.3333% - 1rem);
}
.procedure-list .procedure-items:last-child{
	width: calc(45% - 1rem);
}
.procedure-list .procedure-items .imgArea{
	height: 15.375rem;
}
.procedure-list .procedure-items .imgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.procedure-list .procedure-items h3{
	background: #E0960D;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #FFFFFF;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	padding: 0.625rem;
}
@media only screen and (max-width: 767px) {
	.procedure-guide{
		padding: 2.5rem 0;
	}
	.procedure-guide .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.procedure-guide .guide-ttl .caption{
		font-size: 1.875rem;
	}
	.procedure-guide .guide-ttl h2{
		font-size: 1.5rem;
	}
	.procedure-guide .procedure-list{
		column-gap: 0;
		row-gap: 1rem;
		padding: 0 0.75rem;
	}
	.procedure-list .procedure-items,
	.procedure-list .procedure-items:last-child{
		width: 100%;
	}
	.procedure-list .procedure-items .imgArea{
		height: auto;
	}
	.procedure-list .procedure-items h3{
		font-size: 1.0625rem;
		padding: 0.625rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.procedure-guide{
		padding: 4rem 0;
	}
	.procedure-guide .guide-ttl{
		margin-bottom: 2rem;
	}
	.procedure-guide .guide-ttl .caption{
		font-size: 3rem;
	}
	.procedure-guide .guide-ttl h2{
		font-size: 2rem;
	}
	.procedure-guide .procedure-list{
		column-gap: 1.25rem;
		row-gap: 1.25rem;
	}
	.procedure-list .procedure-items{
		width: calc(33.3333% - 0.875rem);
	}
	.procedure-list .procedure-items:last-child{
		width: calc(50% - 0.875rem);
	}
	.procedure-list .procedure-items .imgArea{
		height: 10.45rem;
	}
	.procedure-list .procedure-items h3{
		font-size: 1.25rem;
		padding: 0.625rem 0;
	}
}
/*　　安心の体制と実績　　*/
.achievement-grid{
	padding: 4.375rem 0 4rem 0;
}
.achievement-grid .achievement-list{
	column-gap: 2.5rem;
	row-gap: 2rem;
}
.achievement-list .achievement-items{
	width: calc(50% - 1.25rem);
	background: #FFFFFF;
	box-shadow: 0 0.1875rem 0.375rem rgba(0,0,0,0.09);
}
.achievement-list .achievement-items dl{
	display: flex;
	align-items: center;
	padding: 1rem 1.5rem;
}
.achievement-list .achievement-items dl dt{
	width: 5.625rem;
}
.achievement-list .achievement-items dl dd{
	width: calc(100% - 5.625rem);
	padding-left: 1rem;
}
.achievement-list .achievement-items p{
	font-family: "Zen Maru Gothic", sans-serif;
	color: #2B2B2B;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.45;
}
.achievement-list .achievement-items h3{
	font-family: "Zen Maru Gothic", sans-serif;
	color: #E96C64;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
}
@media only screen and (max-width: 767px) {
	.achievement-grid{
		padding: 2.5rem 0;
	}
	.achievement-grid .achievement-list{
		column-gap: 0;
		row-gap: 1.75rem;
	}
	.achievement-list .achievement-items{
		width: 100%;
	}
	.achievement-list .achievement-items dl{
		padding: 0.875rem 1rem;
	}
	.achievement-list .achievement-items dl dt{
		width: 3.4375rem;
	}
	.achievement-list .achievement-items dl dd{
		width: calc(100% - 3.4375rem);
		padding-left: 0.625rem;
	}
	.achievement-list .achievement-items p{
		font-size: 1.0625rem;
		line-height: 1.25;
	}
	.achievement-list .achievement-items h3{
		font-size: 1.375rem;
		line-height: 1.125;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.achievement-grid{
		padding: 4.375rem 0 4rem 0;
	}
	.achievement-grid .achievement-list{
		column-gap: 1.5rem;
		row-gap: 1.5rem;
	}
	.achievement-list .achievement-items{
		width: calc(50% - 0.75rem);
	}
	.achievement-list .achievement-items dl{
		padding: 1rem 1.25rem;
	}
	.achievement-list .achievement-items dl dt{
		width: 4.625rem;
	}
	.achievement-list .achievement-items dl dd{
		width: calc(100% - 4.625rem);
		padding-left: 0.625rem;
	}
	.achievement-list .achievement-items p{
		font-size: 1.125rem;
	}
	.achievement-list .achievement-items h3{
		font-size: 1.45rem;
	}
}
/*　　相続の不安やお悩み　　*/
.worries-guide{
	padding: 4.8125rem 0;
}
.worries-guide .guide-ttl{
	margin-bottom: 2rem;
}
.worries-guide .guide-ttl .caption{
	font-size: 4.375rem;
	line-height: 1.125;
}
.worries-guide .guide-ttl h2{
	font-size: 3.3125rem;
	line-height: 1.125;
}
.worries-guide .worries-list{
	column-gap: 2.5rem;
	row-gap: 2.1875rem;
}
.worries-list .worries-items{
	width: calc(50% - 1.25rem);
	background: #FFFFFF;
	border-radius: 1.25rem;
}
.worries-list .worries-items .worries-ttl{
	background: #E0960D;
	align-items: center;
	padding: 1.5rem;
	border-radius: 1.25rem 1.25rem 0 0;
}
.worries-list .worries-items .worries-ttl .icon{
	width: 5.8125rem;
}
.worries-list .worries-items .worries-ttl .icon img{
	filter: drop-shadow(0.1875rem 0.1875rem 0.625rem rgba(0, 0, 0, .3));
}
.worries-list .worries-items .worries-ttl h3{
	width: calc(100% - 5.8125rem);
	font-family: "Zen Maru Gothic", sans-serif;
	color: #FFFFFF;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.2;
	padding-left: 1.5rem;
}
.worries-list .worries-items .contentArea{
	align-items: flex-end;
	padding: 0 1rem 0 2rem;
}
.worries-list .worries-items .contentArea .p-text{
	width: calc(100% - 9.4375rem);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 3.0625rem 0;
}
.worries-list .worries-items .contentArea .icon{
	width: 9.4375rem;
}
@media only screen and (max-width: 767px) {
	.worries-guide{
		padding: 2.5rem 0;
	}
	.worries-guide .guide-ttl{
		margin-bottom: 0.875rem;
	}
	.worries-guide .guide-ttl .caption{
		font-size: 2.1875rem;
	}
	.worries-guide .guide-ttl h2{
		font-size: 1.6875rem;
	}
	.worries-guide .worries-list{
		column-gap: 0;
		row-gap: 1rem;
		padding: 0 0.75rem;
	}
	.worries-list .worries-items{
		width: 100%;
		border-radius: 0.625rem;
	}
	.worries-list .worries-items .worries-ttl{
		padding: 0.875rem;
		border-radius: 0.625rem 0.625rem 0 0;
	}
	.worries-list .worries-items .worries-ttl .icon{
		width: 3.4375rem;
	}
	.worries-list .worries-items .worries-ttl h3{
		width: calc(100% - 3.4375rem);
		font-size: 1.25rem;
		padding-left: 0.875rem;
	}
	.worries-list .worries-items .contentArea{
		padding: 0 0.625rem 0 1.25rem;
	}
	.worries-list .worries-items .contentArea .p-text{
		width: calc(100% - 4.5625rem);
		font-size: 1rem;
		padding: 1.75rem 0;
		margin-right: -1rem;
	}
	.worries-list .worries-items .contentArea .icon{
		width: 5.5625rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.worries-guide{
		padding: 4.8125rem 0;
	}
	.worries-guide .guide-ttl{
		margin-bottom: 2rem;
	}
	.worries-guide .guide-ttl .caption{
		font-size: 3rem;
	}
	.worries-guide .guide-ttl h2{
		font-size: 2rem;
	}
	.worries-guide .worries-list{
		column-gap: 1.5rem;
		row-gap: 1.1875rem;
	}
	.worries-list .worries-items{
		width: calc(50% - 0.75rem);
	}
	.worries-list .worries-items .worries-ttl{
		padding: 1.125rem;
	}
	.worries-list .worries-items .worries-ttl .icon{
		width: 3.25rem;
	}
	.worries-list .worries-items .worries-ttl h3{
		width: calc(100% - 3.25rem);
		font-size: 1.25rem;
		padding-left: 0.625rem;
	}
	.worries-list .worries-items .contentArea{
		padding: 0 1rem 0 1rem;
	}
	.worries-list .worries-items .contentArea .p-text{
		width: calc(100% - 6.4375rem);
		font-size: 1.125rem;
		padding: 2.0625rem 0;
	}
	.worries-list .worries-items .contentArea .icon{
		width: 6.4375rem;
	}
}
/*　　ご相談は無料！　　*/
.contact-guide .contact-grid{
	background: #3CA03B url(../img/contact_bg.png) center no-repeat;
	background-size: cover;
	padding: 1.5rem 0 2.5rem 0;
}
.contact-guide .ttlArea{
	max-width: 1100px;
	align-items: flex-end;
	margin: 0 auto;
}
.contact-guide .ttlArea .ttl-l{
	width: 14.5625rem;
}
.contact-guide .ttlArea .ttl{
	width: calc(100% - 38.6875rem);
	font-family: "Zen Maru Gothic", sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 1.25rem;
}
.contact-guide .ttlArea .ttl h2{
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.15;
}
.contact-guide .ttlArea .ttl .p-text{
	font-size: 1.8125rem;
	font-weight: 700;
	line-height: 1.15;
}
.contact-guide .ttlArea .ttl-r{
	width: 24.125rem;
	padding-right: 2.5rem;
}
.contact-guide .box{
	background: #FFFFFF;
	column-gap: 2rem;
	row-gap: 1.25rem;
	padding: 2.125rem 2.5rem;
	border-radius: 0.5rem;
}
.contact-guide .box .quote-items{
	width: calc(33.3333% - 1.5rem);
	text-align: center;
}
.contact-guide .box .quote-items h3{
	position: relative;
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
	margin-bottom: 0.625rem;
}
.contact-guide .box .quote-items h3::before,
.contact-guide .box .quote-items h3::after{
	content: "●";
	position: relative;
	top: -0.175rem;
	font-size: 0.625rem;
}
.contact-guide .box .quote-items h3::before{
	left: -1.5rem;
}
.contact-guide .box .quote-items h3::after{
	right: -1.5rem;
}
.contact-guide .box .quote-items.tel h3::before,
.contact-guide .box .quote-items.tel h3::after{
	color: #E0960D;
}
.contact-guide .box .quote-items.line h3::before,
.contact-guide .box .quote-items.line h3::after{
	color: #02B902;
}
.contact-guide .box .quote-items.mail h3::before,
.contact-guide .box .quote-items.mail h3::after{
	color: #E96C64;
}
@media only screen and (max-width: 1160px) {
	.contact-guide .ttlArea .ttl{
		width: calc(100% - 36.1875rem);
	}
	.contact-guide .ttlArea .ttl-r{
		width: 21.625rem;
		padding-right: 0;
	}
	.contact-guide .ttlArea .ttl .p-text{
		font-size: 1.5rem;
	}
	.contact-guide .box .quote-items h3{
		font-size: 1.25rem;
	}
	.contact-guide .box .quote-items h3::before{
		left: -1.125rem;
	}
	.contact-guide .box .quote-items h3::after{
		right: -1.125rem;
	}
}
@media only screen and (max-width: 767px) {
	.contact-guide .contact-grid{
		padding: 0.875rem 0 1.75rem 0;
	}
	.contact-guide .ttlArea .ttl{
		width: 100%;
		margin-bottom: 0.875rem;
	}
	.contact-guide .ttlArea .ttl h2{
		font-size: 2rem;
		line-height: 1.35;
	}
	.contact-guide .ttlArea .ttl .p-text{
		font-size: 1.1875rem;
		line-height: 1.35;
	}
	.contact-guide .ttlArea .ttl-r{
		width: 100%;
		padding-right: 0;
	}
	.contact-guide .box{
		column-gap: 0;
		row-gap: 1.25rem;
		padding: 1.5rem;
	}
	.contact-guide .box .quote-items{
		width: 100%;
	}
	.contact-guide .box .quote-items h3{
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}
	.contact-guide .box .quote-items h3::before,
	.contact-guide .box .quote-items h3::after{
		top: -0.175rem;
		font-size: 0.625rem;
	}
	.contact-guide .box .quote-items h3::before{
		left: -0.75rem;
	}
	.contact-guide .box .quote-items h3::after{
		right: -0.75rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contact-guide .ttlArea .ttl-l{
		width: 14.5625rem;
	}
	.contact-guide .ttlArea .ttl{
		width: calc(100% - 38.6875rem);
		margin-bottom: 1.25rem;
	}
	.contact-guide .ttlArea .ttl h2{
		font-size: 3rem;
	}
	.contact-guide .ttlArea .ttl .p-text{
		font-size: 1.8125rem;
	}
	.contact-guide .ttlArea .ttl-r{
		width: 24.125rem;
		padding-right: 2.5rem;
	}
	.contact-guide .box{
		column-gap: 2rem;
		row-gap: 1.25rem;
		padding: 2.125rem 2.5rem;
	}
	.contact-guide .box .quote-items{
		width: calc(33.3333% - 1.5rem);
	}
	.contact-guide .box .quote-items h3{
		font-size: 1.375rem;
		margin-bottom: 0.625rem;
	}
	.contact-guide .box .quote-items h3::before,
	.contact-guide .box .quote-items h3::after{
		top: -0.175rem;
		font-size: 0.625rem;
	}
	.contact-guide .box .quote-items h3::before{
		left: -1.5rem;
	}
	.contact-guide .box .quote-items h3::after{
		right: -1.5rem;
	}
}
/*　　お問い合わせフォーム　　*/
.form-guide{
	padding: 4.8125rem 0;
}
.form-guide .form-box{
	background: #ffffff;
	padding: 3.5rem 2.5rem 4.5rem 2.5rem;
}
.form-box table tr th,
.form-box table tr td{
	vertical-align: top;
}
.form-box table tr:not(:first-child) th,
.form-box table tr:not(:first-child) td{
	padding: 1rem 0;
}
.form-box table th{
	width: 16.875rem;
	color: #222222;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.55;
}
.form-box table th .ttl{
	padding: 0.875rem 0;
}
.form-box table th .ttl span{
	color: #F01200;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-left: 1.25rem;
}
.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: none;
	background: #F7F7F7;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.35;
	padding: 0.9375rem 1.25rem;
	border-radius: 0.25rem;
}
textarea{
	height: 11.25rem;
}
.form-box label.radio,
.form-box label.checkbox {
	margin: 0;
	padding: 0 0 0 2rem;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.65;
	position: relative;
	display: inline-block;
	cursor: pointer
}
input[type='radio'],
input[type='checkbox']{
	width: 1.5rem;
	height: 1.5rem;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0
}
.form-box .acceptance{
	margin-top: 2rem;
}
.form-box .acceptance p{
	text-align: center;
}
.form-box .acceptance p label{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
}
.form-box .submit_btn{
	text-align: center;
	margin-top: 2rem;
}
.form-box .submit_btn li{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 23rem;
}
.form-box .submit_btn li::after {
	position: absolute;
	content: "";
	background: url(../img/icon/arrow.png) no-repeat center;
	background-size: contain;
	width: 1.875rem;
	height: 1.875rem;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}
.form-box .submit_btn input[type="submit"]{
	background: #F06F00;
	width: 100%;
	border: none;
	font-family: "Noto Sans JP", sans-serif;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 3.75rem;
	text-align: center;
	cursor: pointer;
	border-radius: 0.5rem;
	box-shadow: 0px 6px 0px rgba(0,0,0,0.16);
}
.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-box{
	background: #FFFFFF;
	height: 14.5rem;
	border: 1px solid #D6D6D6;
	padding: 1.5rem;
	overflow-y: scroll;
	margin-top: 1.5rem;
}
.form-box .privacy-box h3{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	margin-bottom: 0.75rem;
}
.form-box .privacy-box p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	margin-bottom: 1rem;
}
.form-box .privacy-box dl{
	margin-bottom: 1.1875rem;
}
.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;
	margin-bottom: 0.5625rem;
}
.form-box .privacy-box dl dd{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.42;
}
@media only screen and (max-width: 767px) {
	.form-guide{
		padding: 2.5rem 0 2.25rem 0;
	}
	.form-guide .guide-ttl{
		margin-bottom: 2rem;
	}
	.form-guide .form-box{
		padding: 2rem 1rem 2rem 1rem;
	}
	.form-box table tr th,
	.form-box table tr td{
		display: block;
	}
	.form-box table tr:not(:first-child) th{
		padding: 0;
	}
	.form-box table tr td,
	.form-box table tr:not(:first-child) td{
		padding: 0 0 1.25rem 0;
	}
	.form-box table th{
		width: 100%;
		font-size: 1rem;
	}
	.form-box table th .ttl{
		padding: 0 0 0.5rem 0;
	}
	.form-box table th .ttl span{
		font-size: 0.875rem;
		margin-left: 0.75rem;
	}
	.form-box table td{
		font-size: 0.875rem;
	}
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 0.875rem;
		padding: 0.9375rem 1rem;
	}
	textarea{
		height: 11.25rem;
	}
	.form-box label.radio,
	.form-box label.checkbox {
		margin: 0;
		padding: 0 0 0 1.875rem;
		font-size: 1.125rem;
	}
	input[type='radio'],
	input[type='checkbox']{
		width: 1.25rem;
		height: 1.25rem;
	}
	.form-box .acceptance{
		margin-top: 2rem;
	}
	.form-box .acceptance p label{
		font-size: 1rem;
	}
	.form-box .submit_btn{
		margin-top: 1.25rem;
	}
	.form-box .submit_btn li{
		max-width: 17.5rem;
	}
	.form-box .submit_btn li::after {
		width: 1.375rem;
		height: 1.375rem;
	}
	.form-box .submit_btn input[type="submit"]{
		font-size: 1.0625rem;
	}
	.formErrorContent{
		font-size: 0.75rem;
	}
	.form-box .error{
		font-size: 0.75rem;
	}
	.form-box .privacy-box{
		height: 12.5rem;
		padding: 1.25rem 0.875rem 0.875rem 0.875rem;
		margin-top: 0.5rem;
	}
	.form-box .privacy-box h3{
		font-size: 1rem;
	}
	.form-box .privacy-box p{
		font-size: 0.875rem;
		margin-bottom: 1rem;
	}
	.form-box .privacy-box dl{
		margin-bottom: 1rem;
	}
	.form-box .privacy-box dl dt{
		font-size: 0.875rem;
		margin-bottom: 0.5625rem;
	}
	.form-box .privacy-box dl dd{
		font-size: 0.75rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.form-guide{
		padding: 4rem 0;
	}
	.form-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.form-guide .form-box{
		padding: 3.5rem 2.5rem;
	}
	.form-box table th{
		width: 14.875rem;
	}
	.form-box table th .ttl{
		padding: 0.725rem 0;
	}
}
/*　　送信完了　　*/
.page-view{
	background: #3CA03B url(../img/contact_bg.png) center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 5rem 0;
	margin-top: 5.5rem;
}
.page-view h1{
	color: #ffffff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
.thanks-guide{
	padding: 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: 1400px) {
	.page-view{
		margin-top: 4.35rem;
	}
}
@media only screen and (max-width: 767px) {
	.page-view{
		padding: 3rem 0;
		margin-top: 4.375rem;
	}
	.page-view h1{
		font-size: 1.675rem;
	}
	.thanks-guide{
		padding: 3.25rem 0;
	}
	.thanks-guide .box{
		padding: 2rem 1.5rem;
	}
	.thanks-guide .box p{
		font-size: 1rem;
		text-align: left;
		margin-bottom: 1.25rem;
	}
	.thanks-guide .block_btn{
		margin-top: 2.5rem;
	}
}
