@charset "utf-8";


.fc-head {
	height: 680px;
	padding: 0 6vw;
	display: flex;
	background-image: url(../images/owner/img_head.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fc-head:after {
	content: "";
	width: 380px;
	height: 384px;
	display: block;
	background-image: url(../images/owner/img_kyushu.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 192px);
	left: calc(50% - 190px);
	z-index: 0;
	opacity: .4;
}

.fc-head__page-title,
.fc-head__catch,
.fc-head__text {
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, 1);
}

.fc-head__page-title {
	margin-bottom: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	letter-spacing: .1em;
}

.fc-head__page-title__en {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
}

.fc-head__catch {
	margin-bottom: 40px;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	letter-spacing: .1em;
}

.fc-head__catch span,
.fc-head__text span {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
}

.fc-head__text {
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}

.fc-head-img {
	width: 100%;
	height: 200px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.fc-head-img__item {
	width: 300px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.contents{
    margin-bottom:0;
}
@media screen and ( max-width: 800px ) {

	.fc-head {
		height: 580px;
	}

	.fc-head:after {
		width: 340px;
		height: 344px;
		top: calc(50% - 170px);
		left: calc(50% - 172px);
	}

	.fc-head__catch {
		font-size: 4.5rem;
	}

	.fc-head__text {
		font-size: 1.8rem;
	}

}


@media screen and ( max-width: 640px ) {

	.fc-head {
		height: 460px;
	}

	.fc-head:after {
		width: 280px;
		height: 283px;
		top: calc(50% - 140px);
		left: calc(50% - 141px);
	}

	.fc-head__page-title {
		font-size: 2rem;
	}

	.fc-head__page-title__en {
		font-size: 1.2rem;
	}

	.fc-head__catch {
		margin-bottom: 20px;
		font-size: 3rem;
	}

	.fc-head__text {
		font-size: 1.5rem;
	}

	.fc-head-img {
		height: 120px;
	}

	.fc-head-img__item {
		width: 200px;
		height: 133px;
	}

}


/*------------------------------------*/


.contents.fc {
	margin-top: 0;
}

.fc-feature {
	max-width: none;
	margin: 20px;
	padding: 100px 6vw;
	background-color: rgba(0, 0, 0, .05);
}

.fc-feature__text {
	margin: 50px 0;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}
.fc-feature__text .b_txt{
    font-size: 2rem;
    font-weight: 700;
}
.fc-feature__text .r_txt{
	color: rgba(159, 32, 38, 1);
    font-weight: 700;
}
.fc-feature__text .s_txt{
	font-size: 1.2rem;
    font-weight: 700;
}
.fc-feature__list {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.fc-feature__list__item {
	max-width: calc((100% - 40px) / 3);
	flex-basis: calc((100% - 40px) / 3);
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.fc-feature__list__image {
	position: relative;
	z-index: 0;
}

.fc-feature__list__wrap {
	padding: 40px;
	padding-top: 0;
}

.fc-feature__list__number {
	margin-top: -40px;
	display: block;
	position: relative;
	z-index: 1;
	font-size: 6rem;
	font-weight: 500;
	font-style: italic;
	line-height: 1.4;
	color: rgba(159, 32, 38, 1);
	letter-spacing: -.05em;
}

.fc-feature__list__title {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.fc-feature__list__text {
	font-size: 1.4rem;
	line-height: 1.8;
}


.fc-feature_img{
    width: 100%;
    max-width:1100px;
    margin:0 auto;
}
.fc-feature_btxt{
    font-size: 2.5rem;
    font-weight: bold;
	color: rgba(159, 32, 38, 1);
    text-align: center;
    margin-top: 30px;
}

.fc-feature .layout-main-button,
.fc-wanted .layout-main-button{
    margin:40px auto 80px;
}
@media screen and ( max-width: 960px ) {

	.fc-feature__list__wrap {
		padding: 20px;
		padding-top: 0;
	}

}


@media screen and ( max-width: 800px ) {

	.fc-feature {
		padding: 80px 6vw;
	}

	.fc-feature__list__item {
		max-width: calc((100% - 20px) / 3);
		flex-basis: calc((100% - 20px) / 3);
	}

	.fc-feature__list__number {
		margin-top: -30px;
		font-size: 5rem;
	}
    .fc-feature_btxt{
        font-size: 2rem;
        margin-top: 20px;
    }
    .fc-feature .layout-main-button,
    .fc-wanted .layout-main-button{
        margin:20px auto 50px;
    }

}


@media screen and ( max-width: 640px ) {

	.contents fc {
		margin-top: 10px;
	}

	.fc-feature {
		padding: 60px 6vw;
	}

	.fc-feature__text {
		margin: 20px auto 40px auto;
	}

	.fc-feature__list {
		display: block;
	}

	.fc-feature__list__item {
		max-width: none;
		margin-top: 20px;
	}

	.fc-feature__list__wrap {
		padding: 40px;
		padding-top: 0;
	}

	.fc-feature__list__number {
		margin-top: -25px;
		font-size: 4rem;
	}

	.fc-feature__list__title {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}

}


@media screen and ( max-width: 480px ) {

	.fc-feature__list__wrap {
		padding: 20px;
		padding-top: 0;
	}

	.fc-feature__text br {
		display: none;
	}

}


/*------------------------------------*/


.fc-voice {
	max-width: none;
	margin-top: 0;
	padding: 100px 6vw;
	background-color: rgba(159, 32, 38, 1);
}

.fc-voice .leyout-section__title,
.fc-voice .leyout-section__title__en {
	color: rgba(255, 255, 255, 1);
}
.leyout-section__title .rb{
 color:rgba(159, 32, 38, 1);
    font-size: 3.5rem;
    font-weight: 700;
}


.fc-voice__list {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.fc-voice__list__item {
	max-width: calc((100% - 120px) / 3);
	flex-basis: calc((100% - 120px) / 3);
}

.fc-voice__list__image {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
}

.fc-voice__list__title,
.fc-voice__list__name,
.fc-voice__list__text {
	color: rgba(255, 255, 255, 1);
}

.fc-voice__list__title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
}

.fc-voice__list__name {
	margin: 10px 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
}

.fc-voice__list__text {
	font-size: 1.4rem;
	line-height: 1.8;
}


@media screen and ( max-width: 960px ) {

	.fc-voice__list__item {
		max-width: calc((100% - 80px) / 3);
		flex-basis: calc((100% - 80px) / 3);
	}

}


@media screen and ( max-width: 800px ) {

	.fc-voice__list__item {
		max-width: calc((100% - 60px) / 3);
		flex-basis: calc((100% - 60px) / 3);
	}

	.fc-feature,
	.fc-voice {
		padding: 80px 6vw;
	}

}


@media screen and ( max-width: 640px ) {

	.fc-feature,
	.fc-voice {
		padding: 60px 6vw;
	}

	.fc-voice__list {
		display: block;
	}

	.fc-voice__list__item {
		max-width: none;
		margin-top: 40px;
	}
    .leyout-section__title .rb{
        font-size: 2.5rem;
    }
}


/*------------------------------------*/


.bland-list__wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bland-list__item {
	max-width: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bland-list__item:first-child,
.bland-list__item:nth-child(2) {
	margin-top: 0;
}

.bland-list__image {
	max-width: 260px;
	flex-basis: 260px;
	position: relative;
}

.bland-list__image:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
}

.bland-list__image img {
	position: relative;
	z-index: 0;
}

.bland-list__contents {
	max-width: calc(100% - 260px - 40px);
	flex-basis: calc(100% - 260px - 40px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bland-list__catch {
	font-size: 1.3rem;
	line-height: 1.8;
}

.bland-list__name {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.8;
	color: rgba(0, 0, 0, 1);
}

.bland-list__more {
	margin-top: 20px;
	margin-left: 30px;
}

.bland-list__more .more span {
	padding-left: 30px;
	font-size: 1.4rem;
}

.bland-list__more .more span {
	height: 20px;
}

.bland-list__more .more span::before {
	width: 20px;
	height: 20px;
	top: 0;
}

.bland-list__more .more span::after {
	border: 3px solid transparent;
	border-left: 5px solid rgba(159, 32, 38, 1);
	top: calc(50% - 3px);
	left: 9px;
}


@media screen and ( max-width: 1000px ) {

	.bland-list__wrap {
		display: block;
	}

	.bland-list__item {
		max-width: none;
	}

	.bland-list__item:nth-child(2) {
		margin-top: 40px;
	}

}


@media screen and ( max-width: 640px ) {

	.bland-list__item,
	.bland-list__item:nth-child(2) {
		margin-top: 20px;
	}

	.bland-list__image {
		max-width: 160px;
		flex-basis: 160px;
	}

	.bland-list__contents {
		max-width: calc(100% - 160px - 20px);
		flex-basis: calc(100% - 160px - 20px);
	}

	.bland-list__catch {
		font-size: 1.2rem;
	}

	.bland-list__more {
		margin-left: 0;
	}

}


/*------------------------------------*/


.fc-flow {
	max-width: none;
	padding: 100px 6vw;
	background-color: rgba(0, 0, 0, .05);
    margin:0 auto;
}

.fc-flow__list {
	max-width: 1000px;
	margin: 0 auto;
}

.fc-flow__list__item {
	margin-top: 40px;
	padding: 65px 20px 25px;
	display: flex;
    /*
	background-color: rgba(159, 32, 38, 1);
	*/
    background-color:#c7e1f5;
    border-radius: 10px;
	position: relative;
    /*
	color: rgba(255, 255, 255, 1);
	*/
    color:#333;
    justify-content: space-between;
}

.fc-flow__list__item:before{
    content: "Bebloom 運営";
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 40px;
    background: #0065a9;
    position: absolute;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    top: 0;
}
    


.fc-flow__list__item:nth-child(4),
.fc-flow__list__item:nth-child(5),
.fc-flow__list__item:nth-child(6),
.fc-flow__list__item:nth-child(7){
    background:#fff3b8;
    
}
.fc-flow__list__item:nth-child(4):before,
.fc-flow__list__item:nth-child(5):before,
.fc-flow__list__item:nth-child(6):before,
.fc-flow__list__item:nth-child(7):before{
     content:"商談~契約";   
    background:#f39700;
}


.fc-flow__list__item:nth-child(8),
.fc-flow__list__item:nth-child(9){
    background:#f8c6bd;
    
}
.fc-flow__list__item:nth-child(8):before,
.fc-flow__list__item:nth-child(9):before{
     content:"お客様運営";   
    background:#ea5541;
}


.fc-flow__list__item:after {
	content: "";
	border: 30px solid transparent;
	border-top: 14px solid rgba(0, 0, 0, .1);
	position: absolute;
	left: calc(50% - 30px);
	bottom: -56px;
}

.fc-flow__list__item:last-child:after {
	display: none;
}

.fc-flow__list__number {
	max-width: 60px;
	flex-basis: 60px;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	letter-spacing: normal;
}

.fc-flow__list__number:after {
	content: "";
	width: 1px;
	height: 30px;
	display: block;
	background-color: rgba(255, 255, 255, .2);
    background-color:#333;
	position: absolute;
	right: 0;
	top: 0;
}

.fc-flow__list__wrap {
	max-width: calc(100% - 60px - 20px);
	flex-basis: calc(100% - 60px - 20px);
}

.fc-flow__list__item:last-child .fc-flow__list__wrap {
	display: flex;
	align-items: center;
}

.fc-flow__list__title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	color: rgba(255, 255, 255, 1);
    color:#333;
	letter-spacing: .1em;
}

.fc-flow__list__text {
	margin-left: 30px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}

.fc-flow__list__contents {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

.fc-flow__list__contents li {
	height: 40px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0 20px;
	display: flex;
	border: 1px solid rgba(255, 255, 255, 1);
    border-color:#333;
	font-size: 1.3rem;
	line-height: 1.8;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}
.fc-flow_img{
    width: 100%;
    max-width:1100px;
    margin:0 auto 80px;
}

@media screen and ( max-width: 800px ) {

	.fc-feature,
	.fc-flow {
		padding: 80px 6vw;
	}

	.fc-flow__list__item {
		padding: 30px 20px;
        padding: 40px 20px 20px;
	}
    .fc-flow__list__item:before {
              height: 30px;
        font-size: 14px;
        padding-top: 6px;
    }
}


@media screen and ( max-width: 640px ) {

	.fc-feature,
	.fc-flow {
		margin-left: 0;
		margin-right: 0;
		padding: 60px 6vw;
	}

	.fc-flow__list__item {
		padding: 20px;
        padding: 40px 20px 20px;
		padding-left: 0;
	}

	.fc-flow__list__title {
		font-size: 1.6rem;
	}

	.fc-flow__list__contents li {
		height: 30px;
		margin-top: 5px;
		margin-right: 5px;
	}

	.fc-flow__list__item:last-child .fc-flow__list__wrap {
		display: block;
	}

	.fc-flow__list__text {
		margin-left: 0;
		font-size: 1.4rem;
	}

}


/*------------------------------------*/


.main-body-text,
.qa-detail__list {
	max-width: 1200px;
	margin: 0 auto;
}

.qa-detail__list {
	margin-top: 60px;
	z-index: 0;
}

.qa-detail__list__content {
	position: relative;
	overflow: hidden;
	line-height: 2;
	transition: all 300ms ease;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.qa-detail__list__content:first-child {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.qa-open.qa-detail__list__content {
	background-color: rgba(202, 24, 24, .05);
}

.qa__q,
.qa__a {
	display: flex;
	position: relative;
	justify-content: space-between;
}

.qa__q {
	padding: 30px 40px;
	position: relative;
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
	transition: all 300ms ease;
	z-index: 1;
}

.qa__q span {
	font-weight: 700 !important;
}

.qa-detail__list__content:hover .qa__q,
.qa-open.qa-detail__list__content .qa__q {
	background-color: rgba(202, 24, 24, .1);
}

.qa__a {
	padding: 0 40px;
	position: relative;
	transition: all 300ms ease;
	font-size: 1.6rem;
	z-index: 0;
}

.qa__q:before,
.qa__a:before {
	max-width: 20px;
	flex-basis: 20px;
	height: 20px;
	display: flex;
	border-radius: 50%;
	position: relative;
	top: 5px;
	font-size: 1.2rem;
	font-family: "inter", "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	justify-content: center;
	align-items: center;
}

.qa__q:before {
	content: "Q";
	background-color: rgba(159, 32, 38, 1);
}

.qa__a:before {
	content: "A";
	background-color: rgba(0, 0, 0, 1);
}

.qa-open .qa__a {
	padding-top: 30px;
	padding-bottom: 30px;
}

.qa-open .qa__q:after {
	content: "";
	border: 10px solid transparent;
	border-top: 10px solid rgba(202, 24, 24, .1);
	position: absolute;
	left: 40px;
	bottom: -20px;
}

.qa__q span,
.qa__a span {
	max-width: calc(100% - 40px);
	flex-basis: calc(100% - 40px);
	position: relative;
}

.qa__q span:before,
.qa__q span:after {
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
}

.qa__q span:before {
	width: 16px;
	height: 2px;
	right: 0;
	top: calc(50% - 1px);
}

.qa__q span:after {
	width: 2px;
	height: 16px;
	top: calc(50% - 8px);
	right: 7px;
}

.qa-open .qa__q span:after {
	opacity: 0;
}

.fc-wanted_img{
    width: 100%;
    max-width:1200px;
    margin:0 auto;
}
.pc_off{display:none;}
@media screen and ( max-width: 960px ) {

	.qa__q {
		font-size: 1.6rem;
	}

	.qa__a {
		font-size: 1.5rem;
	}

	.qa-open .qa__q:after {
		left: 40px;
	}

}


@media screen and ( max-width: 640px ) {

	.qa-detail__list {
		margin-top: 40px;
	}

	.qa__q {
		padding: 15px 20px;
		font-size: 1.4rem;
	}

	.qa__a {
		padding-right: 20px;
		padding-left: 20px;
		font-size: 1.4rem;
	}

	.qa-open .qa__a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.qa__q span, .qa__a span {
		max-width: calc(100% - 30px);
		flex-basis: calc(100% - 30px);
	}

	.qa__q:before,
	.qa__a:before {
		top: 2px;
	}

	.qa-open .qa__q:after {
		left: 20px;
	}

    .pc_off{display:inline;}
}



