@charset "UTF-8";

/*ALL*/
.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

img{width: 100%;}
.themeColoer{color: #C13A1E;}
li{list-style: none;}

/*SP+全デバイス共通*/
.mainvisual {
	position: relative;
}
.mainvisual h1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background:rgba(255,255,255,0.8);
	color: #4C5870;
	text-align: center;
}
.mainvisual .txt{
	padding: 25px;
	font-size: 14px;
	color: #4C5870;
	text-align: center;
	line-height: 1.6;
}
.mainvisual img.brand{
	width: 20%;
	margin: 0 2% 0;
}

.fukidashi{
	position:relative;
	width:300px;
	height:70px;
	margin: auto;
	padding: 3% 1%;
	background:#4C5870;
	text-align:center;
	border:3px solid #4C5870;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	border-radius:9px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	line-height: 1.6;
}
.fukidashi:before,
.fukidashi:after{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	top:100%;
	left:50%;
}

.fukidashi:after{
	border-color: rgba(76, 88, 112, 0);
	border-top-width:12px;
	border-bottom-width:12px;
	border-left-width:8px;
	border-right-width:8px;
	margin-left: -8px;
	border-top-color:#4C5870;
}

.fukidashi:before{
	border-color: rgba(76, 88, 112, 0);
	border-top-width:16px;
	border-bottom-width:16px;
	border-left-width:11px;
	border-right-width:11px;
	margin-left: -11px;
	margin-top: 3px;
	border-top-color:#4C5870;
}

.chara{
	text-align: center;
}
.chara img{
	width: 30%;
	margin: 5%;
}

.graph{
	margin: 5%;
}

.info{
	margin: 10% 5% 0;
	font-size: 10px;
	line-height: 1.4;
}

.cv{
	margin-top: 10%;
	padding: 5%;
	background: #4C5870;
}
.cv ul li{
	margin: 5%;
	background: #fff;
	font-size: 16px;
	text-align: center;
	color: #4C5870;
}
.cv ul li a{
	padding: 5%;
	color: #4C5870;
	display: block;
}
.cv ul li a:after{
	content:"";
	background: url(/_assets/images/common/icon-link-blue.svg) no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 0 0px 3px 5px;
}
.cv ul li.below a:after{
	content:"";
	background: url(/_assets/images/common/icon-link-blue-below.svg) no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 0 0px 3px 5px;
}

.cv .txt{
	padding: 3%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
}

.nayami{
	margin-top: 15%;
}
.nayami:after{
	content: "";
	background: url(/_assets/images/bunjou/landi/arrow.png) no-repeat;
	display: block;
	width: 70px;
	height: 70px;
	margin: 10% auto;
	text-align: center;
}
.nayami h2{
	width: 90%;
	margin: 10% auto 5%;
	padding: 3% 1%;
	border: 1px solid #000;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
}
.nayami ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
/*	align-items: baseline;*/
	align-items: flex-start;
	font-size: 14px;
}
.nayami ul li{
	width: 40%;
	margin: 5% 3%;
	padding: 0.8rem 0;
	text-align: center;
	line-height: 1.6;
	position: relative;
	border-bottom: 1px solid;
}
.delay{
	padding-top: 10%!important;
}
.nayami ul li:before,
.nayami ul li:after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: "";
	height: 0;
	width: 0;
}
.nayami ul li:before {
	border: 9px solid;
	border-color: transparent;
	border-top-color: black;
	margin-left: -9px;
}

.nayami ul li:after {
	border: 8px solid;
	border-color: transparent;
	border-top-color: white;
	margin-left: -8px;
}

.answer{
	margin-top: 10%;
	padding: 10% 0;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	background-image: url("../images/bunjou/landi/answer-bg02.png"),url("../images/bunjou/landi/answer-bg01.png");
	background-position: right 1% top 1%, left 1% top;
	background-size: 40% auto, 40% auto;
	background-repeat: no-repeat, no-repeat;
}
.answer:after{
	content: "";
	background: url(/_assets/images/bunjou/landi/arrow.png) no-repeat;
	display: block;
	width: 70px;
	height: 70px;
	margin: 10% auto;
	text-align: center;
}
.answer img.brand{
	width: 20%;
	margin: 1% 2% 0;
}

.expert{
	font-size: 14px;
	line-height: 1.6;
}
.expert .photo{
	width: 80%;
}
.expert .textArea{
	width: 80%;
	margin: -50px 0 0 auto;
	padding: 5% 3%;
	background: #fff;
	z-index: 100;
	position: relative;
}

.app{
	margin: 10% 5%;
}
.app h2{
	margin-bottom: 23px;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	border-left: 5px solid #4C5870;
}
.app h2 img.brand{
	width: 20%;
	margin: 1% 2% 0;
}
.appBtn{
	margin-top: 5%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
img.google{
	display: block;
	width: 120px;
	margin-right: 5px;
}
img.apple{
	display: block;
	width: 100px;
	margin-right: 5px;
}
img.qr{
	width: 70px;
}
.btnArea .red{
	margin-top: 3%;
	color: #C13A1E;
	font-size: 10px;
}
.btnArea .attention{
	margin-top: 3%;
	font-size: 10px;
}

.feature,
.function{
	margin: 10% 5%;
}
.feature h2,
.function h2{
	margin-bottom: 23px;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	border-left: 5px solid #4C5870;
}
.feature h2 img.brand,
.function h2 img.brand{
	width: 20%;
	margin: 1% 2% 0;
}
.feature h3,
.function h3{
	padding: 3%;
	font-size: 16px;
	line-height: 1.6;
	background: #4C5870;
	color: #fff;
	text-align: center;
}

.feature h3 img.brand,
.function h3 img.brand{
	width: 23%;
	margin: 1% 2% 0;
}
.feature ol,
.function ol{
	width: auto;
	margin-top: 5%;
	display: flex;
	white-space:nowrap;
	overflow: hidden;
	overflow-x: auto;
}
.feature ol li,
.function ol li{
	width: 130px;
	margin: 1% 3%;
	font-size: 12px;
	text-align: center;
	line-height: 1.6;
}
.feature ol li .number,
.function ol li .number{
	margin: 5%;
	padding:10px 19px;
	border: 1px solid #000;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.feature ol li .txt,
.function ol li .txt{
	white-space:wrap!important;
	width: 130px;
	margin: 3%;
}
.feature .info,
.function .info{
	text-align: right;
}

.appeal{
	margin: 15% 5%;
	padding: 5%;
	border: 1px solid #000;
	line-height: 1.6;
	text-align: center;
}
.appeal h2{
	font-size: 16px;
}
.appeal p.txt{
	margin-top: 5%;
	font-size: 12px;
}

.want{
	margin: 30% 5% 0;
}
.want h2{
	width: 100%;
	margin: auto;
	padding-bottom: 3%;
	font-size: 24px;
	border-bottom: 2px solid #4c5870;
	color: #4c5870;
}
.wantWrap{
	position: relative;
}
.wantWrap img{
	width: 51%;
	position: absolute;
	right: -12px;
	top: -74px;
}
.want h3{
	margin-top: 10%;
	font-size: 16px;
	text-align: center;
}
.want ul{
	width: 70%;
	margin: auto;
	margin-top: 10%;
	padding: 5%;
	background: #EEEEEE;
	line-height: 2;
}
.want ul li{
	font-size: 12px;
}
.want ul li:before{
	content:"";
	background: url(/_assets/images/bunjou/landi/square-check-regular.svg) no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 0 3% 1% 0 ;
}
.want .txt{
	margin-top: 10%;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
}

.flow{
	margin: 10% 5% 0;
	text-align: center;
}
.flow ol li{
	margin: 25% 10% 5%;
	padding: 10% 5%;
	border: 1px solid #4c5870;
	line-height: 1.6;
	position: relative;
}
.flow ol li:after{
content: "";
    background: url(/_assets/images/bunjou/landi/arrow2.png) no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    /* background: red; */
    vertical-align: middle;
    margin: auto;
    transform: rotate( 90deg );
    position: absolute;
/*    top: 350px;*/
    right: -50%;
    left: -50%;
	bottom: -80px;
}
.flow ol li:last-child::after{
	display:none!important;
}
.flow h3{
	margin-top: 5%;
	font-size: 16px;
}
.flow p{
	margin-top: 5%;
	font-size: 14px;
}
.flow ol li .number{
	margin: 5%;
	padding: 3% 7%;
	display: inline-block;
	background: #4c5870;
	color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.sampleBtn{
	width: 70%;
	margin: auto;
	display: block;
	border: 1px solid #4C5870;
}

.house{
	margin-top: 20%;
	margin-bottom: 20%;
}
.house ul li{
	margin: 15% 5% 5%;
}


.house ul li h3{
	margin-top: 5%;
	padding: 3%;
	font-size: 16px;
	line-height: 1.4;
	border-top: 1px solid #4c5870;
	border-bottom: 1px solid #4c5870;
	display: flex;
	justify-content: center;
}
.house ul li .address{
	margin-top: 5%;
	font-size: 14px;
	line-height: 1.6;
}
.house ul li .btn{
	width: 100%;
	margin-top: 5%;
/*	padding: 5%;*/
	background: #fff;
	font-size: 16px;
	text-align: center;
	color: #4C5870;
	border: 1px solid #4c5870;
	display: inline-flex;
	justify-content: center;
}
.house ul li .btn a{
	width: 100%;
	padding: 3%;
	color: #4C5870;
	display: block;
}
.house ul li .btn a:hover{
	background: #4C5870;
	color: #fff;
	display: block;
}
.house ul li .btn a img{
	width: 5%;
	margin-top: 1px;
	margin-left: 5px;
}
/*
.house ul li .btn:after{
	content:"";
	background: url(/_assets/images/common/icon-link-blue.svg) no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 3px 0 0 5px;
}
*/

@media screen and (min-width : 768px) {

.fukidashi{
	padding: 2% 1%;
}
.mainvisual img.brand,
.answer img.brand,
.app h2 img.brand,
.feature h2 img.brand,
.function h2 img.brand,
.feature h3 img.brand,
.function h3 img.brand{
	width: 10%;
	margin: 0;
}
.want h2{
	width: 80%;
}
.wantWrap img {
	width: 41%;
	position: absolute;
	right: 68px;
	top: -104px;
}
.house ul li .btn a img{
	width: 3%;
}


}

@media screen and (min-width : 1120px) {
.mainvisual{
	width: 100%;
	background: url(/_assets/images/bunjou/landi/bg.jpg) repeat;
}
.mainvisual .wrap{
	max-width: 1120px;
	margin:auto; 
	display: flex;
}
.mainvisualTextarea{
	width: 60%;
	padding: 30px 40px 30px 40px;
	background: #fff;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
}
.mainvisualTextarea h1{
	position: relative;
	font-size: 58px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.mainvisualTextarea .txt{
	font-size: 20px;
	text-align: left;
	line-height: 2;
}
.mainvisual img.brand{
	width: 15%;
	margin: 7px 3px;
}
.mainvisualTextarea .wrap{
	display: flex;
	width: 550px;
}
.fukidashi{
	position:relative;
	width:600px;
	height:90px;
	margin-right: 5%;
	padding:3% 2%;
	background:#4C5870;
	text-align:left;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.fukidashi:before{
	display: none;
}
.fukidashi:after{
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(76, 88, 112, 0);
	border-top-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 25px;
	border-right-width: 18px;
	margin-top: -14px;
	border-left-color: #4C5870;
	left: 100%;
	top: 50%;
}
.mainvisualTextarea .wrap .chara img{
	width: 110%;
	margin-top: -8px;
}
.mainvisualTextarea .info{
	text-align: center;
	font-size: 12px;
}

.symbolArea{
	width: 40%;
}
.symbolArea img{
	width: 426px;
	padding: 6%;
}

.cv{
	margin-top: 0;
	padding: 80px;
	z-index: 100;
	position: relative;
}
.cv ul{
	display: flex;
	justify-content: center;
}
.cv ul li{
	width: 420px;
	margin: 0 40px;
}
.cv ul li a{
	padding: 20px;
}
.cv ul li:hover{
	opacity: .5;
}
.cv .txt{
	font-size: 20px;
	padding: 0;
	padding-top: 3%;
}

.nayami{
	max-width: 1120px;
	margin: auto;
}
.nayami h2{
	max-width: 660px;
	padding: 15px;
	font-size: 20px;
}
.nayami ul{
	flex-wrap: nowrap;
/*	align-items: baseline;*/
}
.delay {
	padding-top: 5%!important;
}
.nayami:after{
	margin: 3% auto;
}

.answer{
	max-width: 1120px;
	margin: auto;
	font-size: 26px;
	background-position: right 10% top 15%, left 12% top 14%;
	background-size: 14% auto, 20% auto;
}
.answer img.brand{
	width: 10%;
	margin: 0;
}
.answer:after{
	margin: 10% auto 0;
}

.expert{
	max-width: 950px;
	margin: auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.expert .wrap{
	display: flex;
	flex-wrap: nowrap;
	align-items:center;
}
.photo img{
	max-width: 440px;
}
.expert .textArea {
	margin: 0;
	padding: 5%;
	font-size: 20px;
}

.app{
	max-width: 1120px;
	margin: 10% auto 0;
}
.app h2{
	font-size: 24px;
}
.app h2 img.brand {
	width: 10%;
	margin: 0;
}
.app .wrap{
	margin-top: 5%;
	display: flex;
	flex-direction: row-reverse;
}
.app .wrap .photo{
	max-width: 447px;
}
.app .wrap .btnArea{
	max-width: 512px;
	margin-right: 60px;
}
.appBtn{
	margin-top: 0;
}
.btnArea .red{
	font-size: 14px;
}
.btnArea .attention{
	font-size: 14px;
}

img.google{
	width: 135px;
	margin-right: 20px;
}
img.apple{
	width: 109px;
	margin-right: 20px;
}
img.qr{
	width: 100px;
}

.feature,
.function{
	max-width: 1120px;
	margin: 10% auto 0;
}
.feature h2,
.function h2{
	font-size: 24px;
}
.feature h2 img.brand,
.function h2 img.brand{
	width: 10%;
	margin: 0;
}
.feature h3,
.function h3{
	font-size: 24px;
	margin: 5% 0 0;
	padding: 1%;
}
.feature h3 img.brand,
.function h3 img.brand{
	width: 10%;
	margin: 0;
}
.feature ol,
.function ol{
	margin-top: 3%;
	justify-content: center;
}

.feature ol li,
.function ol li{
	width: 200px;
	font-size: 16px;
}
.function ol li{
	width: 170px;
}
.feature ol li .number,
.function ol li .number{
	padding: 10px 25px;
	font-size: 30px;
	font-weight: normal;
}
.feature ol li .txt,
.function ol li .txt{
	width: 150px;
	margin: 20% auto;
}
.function ol li .txt{
	width: 180px;
}

.appeal{
	max-width: 960px;
	margin: 5% auto 0;
	padding: 3%;
}
.appeal h2{
	font-size: 26px;
}
.appeal p.txt{
	margin-top: 3%;
	font-size: 16px;
}

.want{
	max-width: 1120px;
	margin: 15% auto 0;
}
.want h2{
	max-width: 630px;
	margin: 15% auto 0;
	padding-bottom: 2%;
	font-size: 40px;
}
.wantWrap img {
	width: 303px;
	position: absolute;
	right: 190px;
	top: -126px;
}
.want h3 {
	margin-top: 10%;
	font-size: 36px;
}
.want ul {
	width: 455px;
	margin: auto;
	margin-top: 7%;
	padding: 4%;
	line-height: 2.4;
}
.want ul li{
	font-size: 24px;
}
.want ul li:before {
	width: 30px;
	height: 30px;
}
.want .txt{
	margin-top: 7%;
	font-size: 16px;
	line-height: 1.8;
}
.info{
	margin-top: 5%;
	font-size: 16px;
	line-height: 1.6;
}

.flow{
	max-width: 1120px;
	margin: 5% auto 5%;
}
.flow ol{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.flow ol li {
	width: calc(100% / 3);
	margin: 3%;
	padding: 2% 2% 3%;
}
.flow ol li .number{
	font-size: 20px;
}
.flow h3{
	margin-top: 5%;
	font-size: 24px;
}
.flow p {
	margin-top: 5%;
	font-size: 16px;
	line-height: 1.6;
}
.flow ol li:after {
	content: "";
	background: url(/_assets/images/bunjou/landi/arrow2.png) no-repeat;
	display: block;
	width: 90px;
	height: 140px;
	vertical-align: middle;
	margin: auto;
	transform: rotate( 0deg );
	position: absolute;
	top: 6%;
	right: -594px;
}

.house{
	max-width: 1120px;
	margin: 3% auto 5%;
}
.house ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.house ul li{
	width: calc(100% / 3);
	margin: 3% 0 0;
	padding: 2%;
}
.h3Height{
	line-height: 45px!important;
}
.house ul li .btn a img {
	width: 6%;
	margin-top: 3px;
}



}
/*MAP SIZE*/
@media (min-width: 2560px) {
.mapW2560{display: block;margin: auto;}
.mapW1920{display: none;margin: auto;}
}
@media (max-width: 2559px) {
.mapW2560{display: none;margin: auto;}
.mapW1920{display: block;margin: auto;}
}
