@charset "UTF-8";
.article-burabura {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.first-visual {
	background-color: #a8c72d;
	padding-right: 15px;
	padding-left: 15px;
}
.fv-contents {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-top: 70px;
}
.fv-contents::after {
	content: url("./images/sticky.png");
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 1;
}
.fv-contents img {
	max-width: 100%;
	height: auto;
}
.fv-left,
.fv-right {
	width: 50%;
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
	text-align: center;
}
.fv-left {
	padding-bottom: 20px;
}


@media (max-width: 767.98px) {
	.fv-left,
	.fv-right {
		width: 100%;
	}
	.fv-contents .fv-sp-image {
		max-width: 80%;
	}
	.fv-contents::after {
		bottom: 21%;
		left: auto;
		right: -80px;
		transform: rotate(-90deg) scale(-1, 1);
	}
	.phone-none {
		display: none;
	}
}
@media (min-width: 768px) {
	.feature::before,
	.feature::after {
		content: "";
		position: absolute;
		top: 0;
		width: 72px;
		height: 100%;
		background-image: url("./images/border.png");
		background-repeat: repeat-y;
		display: block;
	}
	.feature::before {
		left: 0;
	}
	.feature::after {
		right: 0;
	}
}


.first-view {
	background-color: #a8c72d;
	padding-top: 70px;
	overflow: hidden;
}
.first-view_text {
	margin-top: 30px;
	font-size: 20px;
	font-family: "TBゴシック M", "TBGothic M";
}
.col-center {
	text-align: center;
	max-width: 1200px;
	margin: auto;
}
.app-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrap-btn {
	padding-right: 5px;
	padding-left: 5px;
}
.feature {
	background-image: url(./images/bg_kurk.png);
	text-align: center;
	padding-bottom: 160px;
	position: relative;
}
.feature-area {
	margin-top: 100px;
}
.feature-title {
	text-align: center;
	padding-top: 100px;
	position: relative;
}
.feature-text {
	font-size: 24px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "TBゴシック M", "TBGothic M";
}
.feature-icon {
	display: flex;
	justify-content: left;
	width: 100%;
}
.icon-area {
	margin-right: 35px;
}
.all-contens_width {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.speech-bubble {
	position: relative;
}
.speech-bubble-text {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 135px;
	box-sizing:  border-box;
}
.phone-item_01 {
	position: absolute;
	left: 255px;
	top: 385px;
	box-sizing:  border-box;
}
.phone-item_02 {
	position: absolute;
	right: 360px;
	top: 400px;
	box-sizing:  border-box;
}
.phone-item_03 {
	position: absolute;
	left: 170px;
	top: 380px;
	box-sizing:  border-box;
}
.guidebook-area {
	background-color: #f5f5eb;
	position: relative;
}
.guidebook-area::before,
.guidebook-area::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 40px;
	background-image: url("./images/guidebook-border.png");
	background-repeat: repeat-x;
	display: block;
}
.guidebook-area::before {
	top: 0;
}
.guidebook-area::after {
	bottom: 0;
}
.guidebook-contens {
	padding-top: 170px;
	padding-bottom: 120px;
	text-align: center;
}
.guidebook-girl {
	position: absolute;
	right: 350px;
	top: 220px;
	box-sizing:  border-box;
}
.under-app-area {
	background-color: #a8c72d;
	padding-top: 50px;
	padding-bottom: 70px;
}
.qr_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.app_icon {
	text-align: center;
	margin-bottom: 30px;
}

.feature-heading {
	position: relative;
	max-width: 500px;
	margin: 100px auto 200px;
	text-align: center;
	font-family: "秀英丸ゴシック B","Shuei MaruGo B";
}

.feature-heading .bubble {
	max-width: 100%;
	height: auto;
}

.feature-heading h2 {
	position: absolute;
	top: 32%;
	left: 50%;
	transform: translate(-50%, -40%);
	width: 100%;
	font-size: 220%;
	font-weight: 700;
	z-index: 1;
}
@media (max-width: 767.98px) {
	.feature-heading {
		max-width: 90%;
		margin-bottom: 160px;
	}
	.feature-heading h2 {
		position: absolute;
		font-size: 5vw;
		z-index: 1;
	}
	.first-view_text {
		font-size: 16px;
	}
}
.feature-illust {
	display: flex;
	flex-wrap: nowrap;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
.feature-illust > div {
	width: calc(100% /3);
	flex: 0 0 auto;
}
.feature-illust img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 767.98px) {
	.feature-illust {
		justify-content: space-around;
	}
	.feature-illust > div {
		width: 20%;
	}
}

.feature-image {
	position: relative;
	margin-bottom: 150px;
}
.feature-image img {
	max-width: 100%;
	height: auto;
}
.feature-image .feature-image-illust {
	position: absolute;
}
.feature-image.group-01 .feature-image-illust {
	max-width: 40%;
	bottom: 62px;
	right: -10px;
}
.feature-image.group-02 .feature-image-illust {
	max-width: 40%;
	bottom: 62px;
	left: -10px;
}
.feature-image.group-03 .feature-image-illust {
	max-width: 40%;
	bottom: 100px;
	right: -10px;
}
.guidebook-image-illust {
	max-width: 40%;
	bottom: -90px;
	right: 330px;
}
.guidebook-image {
	position: relative;
	margin-bottom: 20px;
}
.guidebook-image img {
	max-width: 100%;
	height: auto;
}
.guidebook-image .guidebook-image-illust {
	position: absolute;
}
.end-contents-text {
	font-size: 20px;
	margin-right: 7px;
	margin-left: 7px;
	font-family: "TBゴシック M", "TBGothic M";
}
@media (max-width: 767.98px) {
	.feature-image .feature-image-device {
		max-width: 60%;
	}
	.feature-image.group-01 .feature-image-illust {
		bottom: 36px;
	}
	.feature-image.group-02 .feature-image-illust {
		bottom: 36px;
	}
	.feature-image.group-03 .feature-image-illust {
		bottom: 70px;
	}
	.guidebook-image .guidebook-image-illust {
		max-width: 60%;
	}
	.guidebook-image-illust {
		bottom: -50px;
		right: 260px;
	}
	.guidebook-image2 {
		position: relative;
		margin-top: 100px;
		margin-bottom: 70px;
	}
	.end-contents-text {
		text-align: center;
	}
}

.footprint-area {
	position: absolute;
	right: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 240px;
}
.footprint-area-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.footprint-area-01 {
	top: 180px;
}
.footprint-01 {
	position: absolute;
	right: 0;
}
.footprint-area-02 {
	bottom: 0px;
}
.footprint-02 {
	position: absolute;
	left: 0;
}
.footprint-area-03 {
	bottom: 40px;
	height: 130px;
}
.footprint-03 {
	position: absolute;
	right: 0;
}

@media (min-width: 768px) {
	.footprint-area {
		width: calc(100% - 144px);
	}
	.footprint-area.footprint-area-03 {
		width: 100%;
	}
	.footprint-area-01 {
		top: 100px;
	}
}