@charset "utf-8";
.be-branding {
	color: #333333;
	letter-spacing: 0;
}
.be-branding .Header {
	background: #fff;
	padding: 0 30px 0;
	border-bottom: 1px solid #333333;
}
.be-branding .Header .Header_spButtonWrap {
	display: none;
}
.be-branding .Header .header__inner {
	align-items: center;
	display: flex;
}
.be-branding .Header .logo {
	width: 140px;
}
.be-branding .Header .logo img {
    vertical-align: middle;
}
.be-branding .Header .Header_navWrap {
	position: relative;
	right: 0;
	width: auto;
	filter: none;
	margin: 0 0 0 auto;
	padding: 0;
}
.be-branding .Header .header__nav {
	width: 100%;
	display: flex;
	align-items: center;
}
.be-branding .Header .header__nav .header__nav__list {
	display: flex;
	justify-content: flex-end;
}
.be-branding .Header .header__nav .header__nav__list .header__nav__item {
	margin-right: 25px;
}
.be-branding .Header .header__nav .header__nav__list .header__nav__item:nth-of-type(4) {
	margin-right: 0;
}
.be-branding .Header .header__nav .header__nav__list .header__nav__item:last-child {
	margin-right: 0;
}
.be-branding .Header .header__nav .header__nav__list .header__nav__item .header__nav__link {
	color: #333333;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
}
.be-branding .Header .contact_btn {
	width: 200px;
	background: #333333;
	margin: 0 0 0 40px;
}
.be-branding .Header .contact_btn a {
	display: flex;
	padding: 5px 0;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	background: #333;
	border-radius: 0;
	color: #fff;
	margin: 0;
	transition: .5s;
}

.be-branding .Header .contact_btn a::after {
	content: none;	
}
.be-branding .l-content {
  padding-top: 100px;
}
.be-branding section:not(.mainvisual) {
	position: relative;
	padding: 95px 0;
	background: #F2F2F2;
}
.be-branding section.bg-gray {
	background: #A9A9A9;
}
.be-branding section.bg-white {
	background: #fff;
}
.be-branding h2 {
	position: relative;
	font-size: 4.9rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 10px;
	border-bottom: 5px solid #333;
}
.be-branding h2::before {
	content: "";
	position: absolute;	
	background: #F2F2F2;
	width: 60px;
	height: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -5px;
}
.be-branding h2::after {
	content: "";
	position: absolute;
	background: #333333;
	width: 50px;
	height: 5px;
	left: 0;
	right: -30px;
	margin: 0 auto;
	bottom: -22px;
	transform: rotate(-45deg);
}
.be-branding .sub-lead {
	position: absolute;
	top: 0;
	left: 0;
	width: 55%;
	margin: 0 auto;
	background: #333333;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 500;
	padding: 10px 50px;
	text-align: right;
	z-index: 3;
}
.be-branding section.bg-gray .sub_catch {
	color: #fff;
}
.be-branding section.bg-gray h2 {
	color: #fff;
	border-bottom: 5px solid #fff;
}
.be-branding section.bg-gray h2::before {
	background: #A9A9A9;
}
.be-branding section.bg-gray h2::after {
	background: #fff;
}
@media (max-width: 767px) {
	.be-branding .Header {
    height: 70px;
		padding: 0;
	}
	.be-branding .Header .logo {
		height: 70px;
	}
	.be-branding .Header .logo a {
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.be-branding .Header .Header_spButtonWrap {
		display: block;
	}
	.be-branding .Header .Header_navWrap {
    height: calc(100vh - 70px);
    position: fixed;
    top: 70px;
    right: -700px;
    width: 100%;
    overflow: auto;
    background: transparent;
    padding: 0 0 40px 0;
    display: block;
    transition: transform 0.5s;
    z-index: 10;
    background: #fff;
	}
	.be-branding .Header .header__nav {
		padding: 30px;
		flex-direction: column;
	}
	.be-branding .Header .header__nav .header__nav__list {
    display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.be-branding .Header .header__nav .header__nav__list .header__nav__item {
		background: #F2F2F2;
		margin-right: 0;
	}
	.be-branding .Header .header__nav .header__nav__list .header__nav__item .header__nav__link {
		position: relative;
		display: block;
    font-size: 1.6rem;
		padding: 20px 20px 20px 35px;
	}
	.be-branding .Header .header__nav .header__nav__list .header__nav__item .header__nav__link::after {
		content: "";
		position: absolute;
		top: 0;
		left: 10px;
		bottom: 0;
		margin: auto;
		border-radius: 50%;
		background: #FAC02C;
		width: 16px;
		height: 16px;
	}
	.be-branding .Header .tel {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 80%;
		height: 50px;
		margin: 40px auto 0;
		font-size: 2.3rem;
		text-align: center;
		color: #fff;
		background: #333;
		border-radius: 15px;
	}
	.be-branding .Header .tel a {
		color: #fff;
	}
	.be-branding .Header .contact_btn {
		display: block;
		width: 80%;
		margin: 20px auto 0;
		border-radius: 15px;
	}
	.be-branding .Header .contact_btn a {
		font-size: 2rem;
		width: 100%;
		border-radius: 15px;
	}
	.be-branding section:not(.mainvisual) {
    padding: 40px 0;
	}
	.be-branding .sub_catch {
		font-size: 1.6rem;
	}
	.be-branding .sub-lead {
		width: auto;
		font-size: 1.8rem;
		padding: 5px 18px;
		top: 0;
	}
}
.be-branding .sub_catch {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}
.be-branding .sub_catch {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.be-branding .catch {
	font-size: 1.9rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.be-branding .catch span {
	position: relative;
	display: inline-block;
	font-size: 4.4rem;
	font-weight: 700;
	padding: 0 20px;
}
.be-branding .catch span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 10px;
	background-color: #FAC02C;
	z-index: -1;
}
.be-branding .Title_lv1 {
	font-size: 9.5rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.0;
	color: #333333;
}
.be-branding .Title_lv1 span {
	position: relative;
	display: inline-block;
}
.be-branding .Title_lv1 span::before {
	content: "";
	position: absolute;
	top: 35px;
	left: -60px;
	bottom: 0;
	margin: auto;
	background: url(../../images/be-branding/attention.svg) no-repeat;
	background-size: contain;
	width: 67px;
	height: 150px;
}
.be-branding .Title_lv1 span::after {
	content: "";
	position: absolute;
	top: 35px;
	right: -60px;
	bottom: 0;
	margin: auto;
	background: url(../../images/be-branding/attention.svg) no-repeat;
	background-size: contain;
	width: 67px;
	height: 150px;
	transform: scale(-1, 1);
}
@media (max-width: 767px) {
	.be-branding .sub_catch {
    font-size: 1.6rem;
	}
	.be-branding h2 {
    font-size: 2.7rem;
    line-height: 1.3;
    margin-top: 10px;
    border-bottom: 3px solid #333;
		padding-bottom: 10px;
	}
	.be-branding h2::before {
		width: 25px;
    bottom: -4px;
	}
	.be-branding h2::after {
    width: 30px;
    height: 3px;
    left: 0;
    right: -7px;
    bottom: -13px;
	}
	.be-branding section.bg-gray h2 {
    border-bottom: 3px solid #fff;
}
}
.be-branding .mainvisual__img {
	margin-top: -50px;
}
@media (max-width: 767px) {
	.be-branding .catch {
    font-size: 1.6rem;
	}
	.be-branding .catch span {
		font-size: 3.3rem;
	}
	.be-branding .Title_lv1 {
		font-size: 3.6rem;
		margin: 20px 0;
	}
	.be-branding .Title_lv1 span::before {
		top: 60px;
		left: -15px;
		width: 47px;
		height: 60px;
	}
	.be-branding .Title_lv1 span::after {
		top: 60px;
		right: -15px;
		width: 47px;
		height: 60px;
	}
	.be-branding .mainvisual__img {
		margin-top: -30px;
	}
}

.be-branding section.conversion {
	background: #FAC02C;
	padding: 15px 0 50px;
	text-align: center;
}
.be-branding section.conversion h2 {
	position: relative;
	font-size: 4.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	border: none;
}
.be-branding section.conversion h2::before {
	content: "";
	position: relative;
	display: inline-block;
	margin: 0 auto 20px;
	top: 15px;
	background: url(../../images/be-branding/conversion_balloon.svg) no-repeat;
	background-size: contain;
	width: 79px;
	height: 67px;
}
.be-branding section.conversion h2::after {
	content: none;
}
.be-branding section.conversion p {
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.be-branding .conversion .btn {
	text-align: center;
	width: 360px;
	height: 30px;
	margin: 20px auto 0;
	background: #fff;
	border-radius: 5px;
}
.be-branding section.conversion .btn a {
	display: flex;
	padding: 5px 0;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.5;
	background: #333;
	color: #fff;
	border-radius: 5px;
	transition: .5s;
}
@media (max-width: 767px) {
	.be-branding section.conversion {
		padding: 50px 0;
	}
	.be-branding section.conversion h2::before {
		width: 59px;
		height: 48px;
		position: absolute;
		top: -30px;
		left: 50px;
		display: block;
		margin: 0;
	}
	.be-branding section.conversion h2 {
    position: relative;
    font-size: 2.6rem;
	}
	.be-branding section.conversion p {
    font-size: 1.6rem;
		margin-top: 10px;
	}
	.be-branding .conversion .btn {
    width: 100%;
	}
}
.be-branding .consultation__list {
	position: relative;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.be-branding .consultation__list__item {
	position: absolute;
	background: #666666;
	width: 240px;
	border-radius: 15px;
	text-align: center;
	padding: 20px;
	line-height: 1.5;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 500;
	z-index: 2;
}
.be-branding .consultation__list__item::before {
	content: "";
	position: absolute;
	background: #666666;
	width: 64px;
	height: 50px;
	clip-path: polygon(0 0, 0 80%, 100% 100%);
	z-index: -1;
}
.be-branding .consultation__list__item:first-of-type {
	left: 0;
	bottom: -210px;	
}
.be-branding .consultation__list__item:first-of-type::before {
	right: -60px;
	top: 40px;
}
.be-branding .consultation__list__item:nth-of-type(2) {
	left: 25%;
	top: 0;	
}
.be-branding .consultation__list__item:nth-of-type(2)::before {
	right: 20px;
	bottom: -35px;
	clip-path: polygon(100% 0, 60% 0, 100% 100%);
}
.be-branding .consultation__list__item:nth-of-type(3) {
	right: 25%;
	top: 0;	
}
.be-branding .consultation__list__item:nth-of-type(3)::before {
	left: 10px;
	bottom: -20px;
	transform: rotate(80deg);
}
.be-branding .consultation__list__item:nth-of-type(4)::before {
	left: -60px;
	top: 40px;
	transform: scale(-1, 1);
}
.be-branding .consultation__list__item:last-of-type {
	right: 0;
	bottom: -210px;
}
.be-branding .consultation__img {
	width: 267px;
	margin: 170px auto 0;
}
@media (max-width: 767px) {
	.be-branding .consultation__list {
		flex-direction: column;
    margin-top: 40px;
	}
	.be-branding .consultation__list__item {
		position: relative;
    width: 60%;
    padding: 15px;
    font-size: 1.6rem;
	}
	.be-branding .consultation__list__item:first-of-type {
    bottom: 0;
		order: 3;
		margin: 20px 0 0 auto;
	}
	.be-branding .consultation__list__item:first-of-type::before {
		top: auto;
    right: 30px;
    bottom: -5px;
    clip-path: polygon(0 0, 0 80%, 100% 100%);
		transform: rotate(80deg);
}
	.be-branding .consultation__list__item:nth-of-type(2) {
		order: 1;
    left: 0;
    top: 0;
		margin: 0 0 0 auto;
	}
	.be-branding .consultation__list__item:nth-of-type(2)::before {
    right: 30px;
    bottom: -5px;
    clip-path: polygon(0 0, 0 80%, 100% 100%);
		transform: rotate(80deg);
	}
	.be-branding .consultation__list__item:nth-of-type(3) {
    right: 0;
    top: 0;
		order: 2;
		margin: 20px auto 0 0;
	}
	.be-branding .consultation__list__item:nth-of-type(3)::before {
		clip-path: polygon(100% 0, 60% 0, 100% 100%);
		transform: rotate(0deg);
		left: 25px;
	}
	.be-branding .consultation__list__item:last-of-type {
    bottom: 0;
		order: 4;
		margin: 20px auto 0 0;
	}
	.be-branding .consultation__list__item:last-of-type::before {
		clip-path: polygon(100% 0, 60% 0, 100% 100%);
		transform: rotate(0deg);
		top: auto;
		left: 25px;
		right: auto;
    bottom: -20px
	}
	.be-branding .consultation__img {
    width: 54%;
    margin: 30px auto 0;
	}
}
.be-branding .solution .sub-lead {
	top: 270px;
}
.be-branding .solution__list {
	margin-top: 100px;
	position: relative;
	background: #FAC02C;
	display: flex;
	gap: 30px;
	padding: 95px 30px 35px;
}
.be-branding .solution__list__item {
	position: relative;
	background: #fff;
	width: calc((100% / 3) - 15px);
	padding: 80px 15px 35px;
}
.be-branding .solution__number {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-size: 5.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
	color: #666666;
}
.be-branding .solution__title {
	font-size: 2.7rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}
.be-branding .solution__title em {
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #FAC02C;
}
.be-branding .solution__img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.be-branding .solution__img img {
	width: 70%;
	height: auto;
}
.be-branding .solution__text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 20px;
}
@media (max-width: 767px) {
	.be-branding .solution .sub-lead {
    top: 210px;
	}
	.be-branding .solution__list {
    margin-top: 80px;
    padding: 50px 15px 20px;
		flex-direction: column;
		gap: 40px;
	}
	.be-branding .solution__list__item {
    width: 100%;
    padding: 60px 15px 20px;
	}
	.be-branding .solution__number {
    font-size: 4.1rem;
    line-height: 40px;
		top: -20px;
	}
	.be-branding .solution__title {
    font-size: 1.9rem;
	}
	.be-branding .solution__title em {
    font-size: 2.4rem;
	}
	.be-branding .solution__img {
    margin-top: 10px;
	}
	.be-branding .solution__img img {
    width: 50%;
	}
	.be-branding .solution__text {
    font-size: 1.3rem;
	}
}
.be-branding .lead-area {
	margin-top: 100px;
	width: 81.7vw;
	height: 400px;
	background: #fff;
	padding: 55px 0 65px;
	border-radius: 0 200px 200px 0;
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
	.be-branding .lead-area {
		width: 1061px;
	}
	.be-branding .lead-area .l-container-middle {
		padding-left: 80px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.be-branding .lead-area {
		width: 80%;
	}
}
.be-branding .lead-area .l-container-middle {
	width: 1030px;
	margin: 0 80px 0 auto;
}
.tablet .be-branding .lead-area .l-container-middle {
	padding-left: 80px;
}
.be-branding .lead-area__inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.be-branding .lead-area__text {
	width: calc(100% - 180px);
}
.be-branding .lead__text {
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.5;
	color: #FAC02C;
}
.be-branding .lead__copy {
	position: relative;
	font-size: 5.2rem;
	font-weight: 700;
	line-height: 1.3;
	z-index: 1;
}
.be-branding .lead__copy span {
	position: relative;
	display: inline-block;
}
.be-branding .lead__copy span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #FAC02C;
	z-index: -1;
}
.be-branding .lead__img {
	width: 150px;
	margin: 0 0 0 auto;
}
@media (max-width: 767px) {
	.be-branding .lead-area {
    width: 100%;
    height: auto;
    padding: 40px 0 50px;
    border-radius: 0;
		margin-top: 50px;
	}
	.be-branding .lead-area .l-container-middle {
    width: 100%;
    margin: 0;
	}
	.be-branding .lead-area__inner {
    flex-direction: column;
    gap: 20px;
	}
	.be-branding .lead-area__text {
    width: 100%;
	}
	.be-branding .lead__text {
    font-size: 2.7rem;
	}
	.be-branding .lead__copy {
    font-size: 3.0rem;
	}
	.be-branding .lead__img {
    width: 100px;
		margin:0 auto;
	}
}
.be-branding .flow__list {
	position: relative;
	display: flex;
	gap: 30px;
	margin-top: 30px;
}
.be-branding .flow__list__item {
	position: relative;
	width: calc((100% / 4) - 15px);
	z-index: 1;
}
.be-branding .flow__list__item::before {
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	background: url(../../images/be-branding/flow_arrow.svg) no-repeat;
	background-size: contain;
	width: 110px;
	height: 280px;
	z-index: 0;
}
.be-branding .flow__list__item::after {
	content: "";
	position: absolute;
	width: 80px;
	height: 250px;
	top: 30px;
	bottom: 0;
	right: -55px;
	margin: auto;
	background: radial-gradient(ellipse, rgba(51, 51, 51, 0.25) 0%, rgba(255, 255, 255, 0) 30%);
	background-size: 100% 100%;
	z-index: -1;
}
.be-branding .flow__number {
	font-family: 'Roboto', sans-serif;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
	color: #545454;
}
.be-branding .flow__title {
	font-size: 2.2rem;
	font-weight: 500;
	clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
	background-color: #FAC02C;
	width: 240px;
	padding-left: 45px;
}
.be-branding .flow__text {
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	padding: 20px 20px 20px 40px;
}
@media (max-width: 767px) {
	.be-branding section.flow {
		padding-bottom: 60px;
	}
	.be-branding .flow__list {
    margin-top: 20px;
		flex-direction: column;
		margin-bottom: 90px;
	}
	.be-branding .flow__list__item {
    width: 100%;
		text-align: center;
	}
	.be-branding .flow__list__item + .flow__list__item {
		margin-top: 15px;
	}
	.be-branding .flow__list__item::before {
		width: 110px;
		height: 260px;
		top: auto;
		left: 0;
		bottom: -130px;
		right: 0;
		transform: rotate(90deg);
		margin: auto;
  }
	.be-branding .flow__list__item::after {
    content: none;
	}
	.be-branding .flow__number {
    font-size: 2.8rem;
	}
	.be-branding .flow__title {
    font-size: 1.8rem;
    width: 180px;
		margin: 0 auto;
    padding-left: 0;
		clip-path: none;

	}
	.be-branding .flow__text {
    font-size: 1.6rem;
		line-height: 1.5;
	}
}
.be-branding .cause .sub-lead {
	top: 60px;
}
.be-branding .reasons {
	position: relative;
	z-index: 1;
	margin-top: 100px;
}
.be-branding .reasons::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #F2F2F2;
	width: 50%;
	height: 280px;
	border-radius: 0 140px 140px 0;
	z-index: -1;
}
.be-branding .reasons:nth-child(2)::before {
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	background: #F2F2F2;
	width: 50%;
	height: 280px;
	border-radius: 140px 0 0 140px;
	z-index: -1;
}
.be-branding .reasons + .reasons {
	margin-top: 85px;
}
.be-branding .reasons-inner {
	display: flex;
	align-items: center;
	gap: 60px;
}
.be-branding .reasons-inner__img {
	width: 450px;
}
.be-branding .reasons-inner__text {
	width: calc(100% - 450px - 60px);
	margin-left: 60px;
}
.be-branding .reasons:nth-child(2) .reasons-inner__text {
	margin-left: 0;
	margin-right: 60px;
}
.be-branding .reasons-inner__number {
	font-family: 'Roboto', sans-serif;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	color: #FAC02C;
}
.be-branding .reasons-inner__text__title {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.3;
	border-bottom: 1px solid #333333;
	padding-bottom: 15px;
}
.be-branding .reasons-inner__text__text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.be-branding .cause .sub-lead {
		top: 40px;
	}
	.be-branding .reasons {
		padding: 0;
		margin-top: 70px;
	}
	.be-branding .reasons::before,
	.be-branding .reasons:nth-child(2)::before {
		content: none;
	}
	.be-branding .reasons + .reasons {
		margin-top: 30px;
	}
	.be-branding .reasons-inner {
		flex-direction: column;
		gap: 20px;
	}
	.be-branding .reasons-inner__img {
		width: 70%;
	}
	.be-branding .reasons-inner__text {
		width: 100%;
		margin-left: 0;
	}
	.be-branding .reasons:nth-child(2) .reasons-inner__text {
		margin-left: 0;
		margin-right: 0;
	}
	.be-branding .reasons-inner__number {
		font-size: 2.4rem;
	}
	.be-branding .reasons-inner__text__title {
		font-size: 2rem;
	}
	.be-branding .reasons-inner__text__text {
		font-size: 1.6rem;
	}
}
.be-branding section.case {
	position: relative;
	padding: 100px 0;
	background: url(../../images/be-branding/bg_case.png) #F2F2F2 no-repeat;
	background-size: 100% 100%;
}
.be-branding .case .sub-lead {
	top: 60px;
}
.be-branding .case__list {
	position: relative;
	z-index: 1;
	margin-top: 100px;
}
.be-branding .case__list__item {
	display: flex;
	gap: 60px;
}
.be-branding .case__list__item + .case__list__item {
	margin-top: 100px;
}
.be-branding .case__list__img {
	width: 500px;
}
.be-branding .case__list__img img {
	width: 100%;
	height: auto;
}
.be-branding .case__list__text {
	width: calc(100% - 500px - 60px);
	position: relative;
}
.be-branding .case__list__text__text {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.5;
	height: calc(100% - 60px);
	display: flex;
	align-items: center;
}
.be-branding .case__list .btn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
.be-branding .case__list .btn a {
	display: block;
	font-size: 1.4rem;
	width: 100%;
	background: #A9A9A9;
	color: #fff;
	border-radius: 25px;
	padding: 7px 0;
	text-align: center;
	font-weight: 500;
	transition: .5s;
}
.be-branding .case__list .btn a::before {
	content: "";
	position: relative;
	display: inline-block;
	margin-right: 10px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	width: 10px;
	height: 10px;
	background: #fff;
}
@media (max-width: 767px) {
	.be-branding section.case {
		padding: 60px 0;
		background: url(../../images/be-branding/bg_case_sp.png) #F2F2F2 no-repeat;
		background-size: cover;
	}
	.be-branding .case .sub-lead {
    top: 40px;
	}
	.be-branding .case__list {
		margin-top: 60px;
	}
	.be-branding .case__list__item {
		flex-direction: column;
		gap: 20px;
	}
	.be-branding .case__list__item + .case__list__item {
    margin-top: 50px;
	}
	.be-branding .case__list__img {
		width: 100%;
	}
	.be-branding .case__list__text {
		width: 100%;
	}
	.be-branding .case__list__text__text {
		font-size: 1.6rem;
	}
	.be-branding .case__list .btn {
		position: relative;
		bottom: auto;
		right: auto;
		width: 70%;
		margin: 20px auto 0;
	}
	.be-branding .case__list .btn a {
		font-size: 1.6rem;
	}
}

.be-branding section.faq {
	background: url(../../images/be-branding/bg_faq.jpg) center no-repeat;
	position: relative;
	background-size: cover;
}
.be-branding section.faq .sub-lead {
	top: 60px;
}
.be-branding .accordion-wrap {
	background: #fff;
	margin-top: 100px;
	padding: 20px 20px 30px;
}
.be-branding .accordion-wrap + .accordion-wrap {
	margin-top: 20px;
}
.be-branding .accordion-title {
	position: relative;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.5;
	cursor: pointer;
	padding: 10px 35px 10px 50px;
}

.be-branding .accordion-title::before {
	position: absolute;
	left: 0;
	content: "Q";
	font-family: 'Roboto', sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #FAC02C;
	background: #333333;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.be-branding .accordion-title::after {
	position: absolute;
	top: 20px;
	right: 20px;
	content: "";
	background: url(../../images/be-branding/i_plus.svg) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}
.be-branding .accordion-title.is-active::after {
	content: "";
	background: url(../../images/be-branding/i_minus.svg) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}
.be-branding .accordion-body {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7;
}
.be-branding .answer {
	position: relative;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 10px 35px 10px 50px;
}
.be-branding .answer::before {
	position: absolute;
	left: 0;
	content: "A";
	font-family: 'Roboto', sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #333333;
	background: #FAC02C;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.be-branding .answer-text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7;
	padding-left: 50px;
}

@media (max-width: 767px) {
	.be-branding section.faq {
		padding: 90px 0 40px;
		background: #545454;
	}
	.be-branding section.faq .sub-lead {
		top: 30px;
	}
	.be-branding .accordion-wrap {
		margin-top: 30px;
    padding: 10px;
	}
	.be-branding .accordion-title,
	.be-branding .answer {
		font-size: 1.7rem;
		padding: 0 35px 0 35px;
	}
	.be-branding .accordion-title::before,
	.be-branding .answer::before {
		font-size: 1.7rem;
		width: 24px;
		height: 24px;
		top: 5px;
	}
	.be-branding .accordion-title::after,
	.be-branding .accordion-title.is-active::after,
	.be-branding .answer::after {
		width: 20px;
		height: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 5px;
	}
	.be-branding .accordion-body,
	.be-branding .answer-text {
		font-size: 1.6rem;
	}
	.be-branding .accordion-body {
		margin-top: 10px;
	}
	.be-branding .answer-text {
		padding-left: 35px;
	}
}
.be-branding section.banner {
	padding: 100px 0;
	background: #FAC02C;
}
.be-branding .banner__text {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
.be-branding .banner__list {
	margin-top: 60px;
}
.be-branding .banner__list img {
	width: 100%;
	height: auto;
}
.be-branding .banner__list a {
	display: block;
	text-align: center;
	color: #333333;
	transition: .5s;
	font-size: 1.4rem;
}
.be-branding .banner__list a::after {
	content: none;
}
.be-branding .board {
	width: 100%;
	background: #fff;
	padding: 20px;
	margin-top: 45px;
}
.be-branding .board__title {
	font-size: 5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #FAC02C;
}
.be-branding .board__phone {
	font-size: 7rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
.be-branding .board__time {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
.be-branding .board__person {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
@media (max-width: 767px) {
	.be-branding section.banner {
		padding: 40px 0 40px;
	}
	.be-branding .banner__text {
		font-size: 1.6rem;
	}
	.be-branding .banner__list {
		margin-top: 40px;
		line-height: 1.5;
	}
	.be-branding .board {
		margin-top: 20px;
	}
	.be-branding .board__title {
		font-size: 2.2rem;
	}
	.be-branding .board__phone {
		font-size: 3.6rem;
		font-weight: 700;
	}
	.be-branding .board__time,
	.be-branding .board__person {
		font-size: 1.6rem;
	}
}
footer {
	padding: 45px 0;
}
footer .footer__text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

@media (max-width: 767px) {
	footer {
		padding: 20px 0;
	}
	footer .footer__text {
		font-size: 1.2rem;
	}
}
@media (hover: hover) and (pointer: fine) {
  .be-branding .conversion .btn a:hover {
    opacity: 0.8;
  }
  .be-branding .case__list .btn a:hover {
    opacity: 0.8;
  }
}

