/* ==========================================================================
 重量式フィーダ LP
 ========================================================================== */

/* 共通 */
#feeder-lp-page main .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
#feeder-lp-page main .container {
	max-width: 1366px;
	padding-left: 48px;
	padding-right: 48px;
}
#feeder-lp-page .strong,
#feeder-lp-page strong {
	font-weight: 700;
}
#feeder-lp-page .marker {
	display: inline-block;
	color: var(--white);
	background: var(--green1);
	padding: 1px 8px;
	margin: 0 6px;
}
#feeder-lp-page main p.text {
	line-height: 2;
}
#feeder-lp-page .text-green {
	color: var(--green1);
}
#feeder-lp-page .text-white {
	color: var(--white);
}
#feeder-lp-page .bg-white {
	background: var(--white);
}
#feeder-lp-page .bg-gray {
	background: var(--beige2);
}
#feeder-lp-page .lh-2 {
	line-height: 2.375 !important;
}
#feeder-lp-page .baloon {
	position: relative;
  display: inline-block;
  background: var(--green1);
  color: var(--white);
  font-size: 30px;
	line-height: 1;
	white-space: nowrap;
  padding: 10px 15px;
  margin: 0;
}
#feeder-lp-page .baloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid var(--green1);
}
#feeder-lp-page .baloon.baloon-white {
  background: var(--white);
  color: var(--green1);
}
#feeder-lp-page .baloon.baloon-white:before {
  border-top: 12px solid var(--white);
}
#feeder-lp-page .btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 384px;
	min-height: 64px;
	background-color: var(--green1);
	border-radius: 0;
	font-size: 18px;
	font-weight: bold;
	color: var(--white);
	margin: 0 auto;
}
#feeder-lp-page .btn::before {
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background-color: var(--white);
	width: 12px;
	height: 9px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#feeder-lp-page main .photoswipe-wrap {
	display: none;
}
#feeder-lp-page .pc-only {
	display: block !important;
}
#feeder-lp-page .sp-only {
	display: none !important;
}
#feeder-lp-page .pc-only-br {
	display: inline-block!important;
}
#feeder-lp-page .sp-only-br {
	display: none !important;
}
@media (min-width: 768px) {
	#feeder-lp-page .btn {
		transition: opacity 0.3s;
	}
	#feeder-lp-page .btn:hover {
		opacity: 0.6;
	}
}
@media (max-width: 767px) {
	#feeder-lp-page main .container {
		padding-left: 15px;
    padding-right: 15px;
	}
	#feeder-lp-page .baloon {
		font-size: 20px;
		padding: 7px 15px;
	}
	#feeder-lp-page .btn {
		font-size: 15px;
		max-width: 256px;
		min-height: 56px;
	}
	#feeder-lp-page main .photoswipe-wrap {
		display: block;
		width: 100%;
		padding: 0 0;
		text-align: center;
	}
	#feeder-lp-page main .photoswipe-wrap a {
		display: block;
		width: 100%;
    margin-left: auto;
		margin-right: auto;
	}
	#feeder-lp-page main .photoswipe-wrap .caution {
    color: #D35344;
    font-size: 12px;
    text-align: right;
    padding-bottom: 0;
    margin-bottom: 0;
		margin-top: 8px;
    }
	#feeder-lp-page .lh-2 {
		line-height: 2 !important;
	}
	#feeder-lp-page .marker {
		padding: 0 6px;
		margin: 0 4px;
	}
	#feeder-lp-page .pc-only {
		display: none !important;
	}
	#feeder-lp-page .sp-only {
		display: block !important;;
	}
	#feeder-lp-page .pc-only-br {
		display: none!important;
	}
	#feeder-lp-page .sp-only-br {
		display: inline-block !important;
	}
}

/* fv */
#feeder-lp-page .fv {
	position: relative;
	height: 652px;
}
#feeder-lp-page .fv .ttl {
}
#feeder-lp-page .fv .ttl .lead {
	position: absolute;
	top: 156px;
	left: 48px;
	font-size: 25px;
	z-index: 10;
}
#feeder-lp-page .fv .ttl h1 {
	position: absolute;
	top: 72px;
	left: calc(50% - 169px);
	margin-bottom: 0;
	z-index: 10;
}
#feeder-lp-page .fv .ttl h1 .pc-ttl {
	display: block;
}
#feeder-lp-page .fv .ttl h1 .sp-ttl {
	display: none;
}
#feeder-lp-page .fv .ttl figure {
	position: absolute;
	top: 44px;
	left: 276px;
	z-index: 9;
}
#feeder-lp-page .fv .slide {
}
#feeder-lp-page .fv .slide .cover {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 368px;
	height: 368px;
	background-color: #00A8A9;
	mix-blend-mode: multiply;
	z-index: 2;
}
#feeder-lp-page .fv .slide .text-en {
	position: absolute;
	right: 48px;
	bottom: 47px;
	z-index: 5;
}
#feeder-lp-page .fv .slide .marquee {
	position: absolute;
	left: 0;
	bottom: 48px;
	z-index: 0;
}
#feeder-lp-page .marquee.pc-only {
  --gap: 1px;
  display: flex !important;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
#feeder-lp-page .marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
	animation: scroll 50s linear infinite;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@media (max-width: 1299px) {
	#feeder-lp-page .fv .ttl h1 {
		left: 450px;
		right: 48px;
	}
	#feeder-lp-page .fv .ttl h1 img {
		max-width: 100%;
	}
	#feeder-lp-page .fv .ttl .lead {
		font-size: 22px;
	}
	#feeder-lp-page .fv .ttl figure {
		left: 250px;
	}
	#feeder-lp-page .fv .ttl figure img {
		width: 200px;
	}
}
@media (max-width: 991px) {
	#feeder-lp-page .fv {
		height: 600px;
	}
	#feeder-lp-page .fv .ttl h1 {
		left: 470px;
	}
	#feeder-lp-page .fv .ttl h1 .pc-ttl {
		display: none;
	}
	#feeder-lp-page .fv .ttl h1 .sp-ttl {
		display: block;
		width: 100%;
		max-width: 300px;
	}
	#feeder-lp-page .fv .slide .cover {
		width: 320px;
		height: 320px;
	}
	#feeder-lp-page .fv .slide .marquee {
		bottom: 38px;
	}
	#feeder-lp-page .fv .slide .marquee img {
		width: 1750px;
		height: 282px;
	}
	#feeder-lp-page .fv .slide .text-en {
		right: 24px;
		bottom: 37px;
	}
	#feeder-lp-page .fv .slide .text-en img {
		width: 350px;
	}
}
@media (max-width: 767px) {
	#feeder-lp-page .fv {
		height: 584px;
	}
	#feeder-lp-page .fv .ttl figure {
		top: 24px;
		left: -48px;
	}
	#feeder-lp-page .fv .ttl figure img {
		width: 200px;
	}
	#feeder-lp-page .fv .ttl .lead {
		top: 70px;
		left: 160px;
		font-size: 18px;
		line-height: 1.5
	}
	#feeder-lp-page .fv .ttl h1 {
		top: 150px;
		left: 160px;
		right: 15px;
	}
	#feeder-lp-page .fv .ttl h1 .pc-ttl {
		display: block;
	}
	#feeder-lp-page .fv .ttl h1 .sp-ttl {
		display: none;
	}
	#feeder-lp-page .fv .slide .cover {
		width: 144px;
		height: 256px;
	}
	#feeder-lp-page .fv .slide .text-en {
		bottom: 31px;
		right: 15px;
		width: 266px;
	}
	#feeder-lp-page .marquee.pc-only {
		display: none !important;
	}
	#feeder-lp-page .marquee.sp-only {
		--gap: 1px;
		display: flex !important;
		overflow: hidden;
		user-select: none;
		gap: var(--gap);
	}
	#feeder-lp-page .fv .slide .marquee {
		bottom: 32px;
	}
	#feeder-lp-page .fv .slide .marquee img {
		width: inherit;
		height: inherit;
	}
}
@media (max-width: 575px) {
	#feeder-lp-page .fv .ttl .lead {
		left: 146px;
	}
	#feeder-lp-page .fv .ttl h1 {
		left: 146px;
	}
	#feeder-lp-page .fv .ttl h1 .pc-ttl {
		display: none;
	}
	#feeder-lp-page .fv .ttl h1 .sp-ttl {
		display: block;
		max-width: 250px;
	}
	#feeder-lp-page .fv .ttl figure img {
		width: 186px;
	}
	#feeder-lp-page .fv .slide .text-en img {
		width: 266px;
	}
}

/* about */
#feeder-lp-page .about {
	margin-top: 127px;
}
#feeder-lp-page .about .block01 {
	height: auto;
	background-image: url("../img/feeder/bg-about.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 1766px;
}
#feeder-lp-page .about .block01 h2 {
	text-align: center;
	margin-bottom: 0;
}
#feeder-lp-page .about .block01 h2 img {
	max-width: calc(100% - 98px);
	margin: 0 auto;
}
#feeder-lp-page .about .block02 {
	padding-bottom: 209px;
	margin-top: -40px;
}
#feeder-lp-page .about .block02 .row {
	max-width: 1366px;
	margin: 0 auto;
}
#feeder-lp-page .about .block02 .col {
	padding-right: 48px;
  padding-left: 48px;
	padding-top: 65px;
	padding-bottom: 100px;
	margin: 0 48px;
}
#feeder-lp-page .about .block02 h3 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
}
#feeder-lp-page .about .block02 p.text {
	text-align: center;
	margin-bottom: 61px;
}
@media (max-width: 767px) {
	#feeder-lp-page .about {
		margin-top: 72px;
	}
	#feeder-lp-page .about .block01 {
		background-image: url(../img/feeder/bg-about-sp.png);
		background-size: 767px 250px;
	}
	#feeder-lp-page .about .block01 h2 {
		text-align: center;
		padding-left: 15px;
	}
	#feeder-lp-page .about .block01 h2 img {
		max-width: 100%;
		width: 500px;
		margin: 0 auto;
	}
	#feeder-lp-page .about .block02 {
		padding-bottom: 135px;
		margin-top: 0;
	}
	#feeder-lp-page .about .block02 .row {
		margin: 0 15px;
	}
	#feeder-lp-page .about .block02 .col {
		padding-right: 24px;
    padding-left: 24px;
    padding-top: 44px;
    padding-bottom: 28px;
		margin: 0;
	}
	#feeder-lp-page .about .block02 h3 {
		font-size: 28px;
	}
	#feeder-lp-page .about .block02 p.text {
		text-align: left;
		margin-bottom: 25px;
	}
}

/* points */
#feeder-lp-page .points {
	padding-bottom: 204px;
}
#feeder-lp-page .points .row {
	margin: 0 auto;
}
#feeder-lp-page .points .col {
	position: relative;
	padding-right: 96px;
  padding-left: 96px;
	padding-top: 88px;
	padding-bottom: 95px;
}
#feeder-lp-page .points h2 {
	position: absolute;
	top: -115px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
#feeder-lp-page .points h2 .baloon {
	margin-bottom: 32px;
}
#feeder-lp-page .points h2 .square-brackets {
	position: relative;
	font-size: 80px;
	color: var(--green1);
	line-height: 1;
	white-space: nowrap;
	padding-left: 15px
}
#feeder-lp-page .points h2 .square-brackets::before {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	left: -54px;
	display: inline-block;
	width: 22px;
	border-top: 4px solid var(--black);
	border-left: 4px solid var(--black);
	border-bottom: 4px solid var(--black);
}
#feeder-lp-page .points h2 .square-brackets::after {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	right: -25px;
	display: inline-block;
	width: 22px;
	border-top: 4px solid var(--black);
	border-right: 4px solid var(--black);
	border-bottom: 4px solid var(--black);
}
#feeder-lp-page .points h2 + p.text {
	margin-bottom: 0;
	text-align: center;
}
#feeder-lp-page .points .wrap01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 31px 48px;
	margin-top: 60px;
}
#feeder-lp-page .points .wrap01 .inner {
	width: 50%;
}
#feeder-lp-page .points .wrap01 .inner.inner-text {
	width: 48%;
}
#feeder-lp-page .points .wrap01 .inner.inner-text h3 {
	font-size: 30px;
	margin-bottom: 10px;
}
#feeder-lp-page .points .wrap01 .inner.inner-text p.text {
	margin-bottom: 0;
}
#feeder-lp-page .points .wrap01 .inner.inner-ph figure {
	margin-bottom: 0;
}
#feeder-lp-page .points .wrap02 {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	margin-bottom: 64px;
}
#feeder-lp-page .points .wrap02 .inner.inner-ttl {
	width: 47%;
}
#feeder-lp-page .points .wrap02 .inner.inner-text {
	width: 50%;
}
#feeder-lp-page .points .wrap02 .inner h3 {
	font-size: 30px;
	margin-top: 3px;
	margin-bottom: 20px;
}
#feeder-lp-page .points .wrap02 .inner p.text {
	margin-bottom: 0;
}
#feeder-lp-page .points .wrap02 + figure {
	text-align: center;
	margin-bottom: 0;
}
@media (max-width: 1199px) {
	#feeder-lp-page .points .wrap02 .inner.inner-ttl .sp-only-br {
		display: inline-block !important;
	}
	#feeder-lp-page .points .wrap02 .inner.inner-text .pc-only-br {
		display: none !important;
	}
	#feeder-lp-page .points .wrap02 .inner.inner-ttl {
		width: 35%;
	}
	#feeder-lp-page .points .wrap02 .inner.inner-text {
		width: 60%;
	}
}
@media (max-width: 991px) {
	#feeder-lp-page .points .col {
		padding-right: 48px;
    padding-left: 48px;
	}
	#feeder-lp-page .points .wrap01 .inner.inner-text h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	#feeder-lp-page .points .wrap02 {
		display: block;
	}
	#feeder-lp-page .points .wrap02 .inner.inner-ttl,
	#feeder-lp-page .points .wrap02 .inner.inner-text {
		width: 100%;
	}
	#feeder-lp-page .points .wrap02 .inner.inner-ttl .sp-only-br {
		display: none !important;
	}
}
@media (max-width: 767px) {
	#feeder-lp-page .points {
		padding-bottom: 172px;
	}
	#feeder-lp-page .points .col {
		padding-right: 24px;
    padding-left: 24px;
    padding-top: 60px;
    padding-bottom: 26px;
	}
	#feeder-lp-page .points h2 {
		top: -95px;
	}
	#feeder-lp-page .points h2 .baloon {
		margin-bottom: 27px;
	}
	#feeder-lp-page .points h2 .square-brackets {
		font-size: 45px;
		line-height: 1.2;
	}
	#feeder-lp-page .points h2 .square-brackets::before {
		left: -20px;
		width: 16px;
		border-top: 3px solid var(--black);
		border-left: 3px solid var(--black);
		border-bottom: 3px solid var(--black);
	}
	#feeder-lp-page .points h2 .square-brackets::after {
		right: -18px;
		width: 16px;
		border-top: 3px solid var(--black);
		border-right: 3px solid var(--black);
		border-bottom: 3px solid var(--black);
	}
	#feeder-lp-page .points h2 + p.text {
		text-align: left;
	}
	#feeder-lp-page .points .wrap01 {
		display: block;
		padding: 28px 24px 30px;
		margin-top: 39px;
	}
	#feeder-lp-page .points .wrap01 .inner,
	#feeder-lp-page .points .wrap01 .inner.inner-text{
		width: 100%;
	}
	#feeder-lp-page .points .wrap01 .inner {
		text-align: center;
	}
	#feeder-lp-page .points .wrap02 .inner h3 {
		font-size: 28px;
		line-height: 1.5;
		margin-bottom: 12px;
	}
	#feeder-lp-page .points .wrap02 .inner.inner-ttl .sp-only-br {
		display: inline-block!important;
	}
	#feeder-lp-page .points .wrap01 .inner.inner-text p.text {
		line-height: 1.7;
		margin-bottom: 15px;
	}
	#feeder-lp-page .points .wrap02 {
		margin-top: 43px;
		margin-bottom: 25px;
	}
}
@media (max-width: 575px) {
	#feeder-lp-page .points .wrap01 .inner.inner-text p.text {
		text-align: left;
	}
}

/* reasons */
#feeder-lp-page .reasons {
	padding-bottom: 95px;
}
#feeder-lp-page .reasons .row {
	margin: 0 auto;
}
#feeder-lp-page .reasons .col {
	position: relative;
	padding-right: 96px;
  padding-left: 96px;
	padding-top: 140px;
	padding-bottom: 95px;
}
#feeder-lp-page .reasons h2 {
	position: absolute;
	top: -105px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
#feeder-lp-page .reasons h2 .baloon {
	font-size: 25px;
	margin-bottom: 33px;
}
#feeder-lp-page .reasons h2 .square-brackets {
	position: relative;
	font-size: 40px;
	line-height: 1;
	white-space: nowrap;
}
#feeder-lp-page .reasons h2 .square-brackets::before {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	left: -25px;
	display: inline-block;
	width: 15px;
	border-top: 4px solid var(--black);
	border-left: 4px solid var(--black);
	border-bottom: 4px solid var(--black);
}
#feeder-lp-page .reasons h2 .square-brackets::after {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	right: -25px;
	display: inline-block;
	width: 15px;
	border-top: 4px solid var(--black);
	border-right: 4px solid var(--black);
	border-bottom: 4px solid var(--black);
}
#feeder-lp-page .reasons .wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	border: 2px solid var(--green1);
	padding: 47px 47px 44px 48px;
}
#feeder-lp-page .reasons .wrap + .wrap {
	margin-top: 108px;
}
#feeder-lp-page .reasons .wrap .number {
	position: absolute;
	top: -50px;
	left: 48px;
	font-size: 100px;
	font-weight: 700;
	color: var(--green1);
	line-height: 0.75;
}
#feeder-lp-page .reasons .wrap .inner-text {
	width: 320px;
	max-width: 34%;
	padding-top: 35px;
}
#feeder-lp-page .reasons .wrap .inner-text h3 {
	font-size: 30px;
	margin-bottom: 37px;
}
#feeder-lp-page .reasons .wrap .inner-text h4 {
	font-size: 18px;
	margin-bottom: 9px;
}
#feeder-lp-page .reasons .wrap .inner-text h4:not(:first-of-type) {
	margin-top: 20px;
}
#feeder-lp-page .reasons .wrap .inner-ph {
	width: 608px;
	max-width: 63%;
}
#feeder-lp-page .reasons .wrap .inner-ph figure {
	margin-bottom: 0;
}
#feeder-lp-page .reasons .wrap .inner-ph figure + figure {
	margin-top: 44px;
}
@media (max-width: 1199px) {
	#feeder-lp-page .reasons .wrap {
		display: block;
	}
	#feeder-lp-page .reasons .wrap .inner-text,
	#feeder-lp-page .reasons .wrap .inner-ph {
		width: 100%;
		max-width: 100%;
	}
	#feeder-lp-page .reasons .wrap .inner-ph figure {
		text-align: center;
	}
}
@media (max-width: 991px) {
	#feeder-lp-page .reasons .col {
		padding-right: 48px;
    padding-left: 48px;
	}
	#feeder-lp-page .reasons h2 .square-brackets {
		display: inline-block;
		line-height: 1.2;
	}
	#feeder-lp-page .reasons h2 .square-brackets .sp-only-br {
		display: inline-block !important;
	}
	#feeder-lp-page .reasons .wrap {
		padding: 48px 24px 30px;
	}
	#feeder-lp-page .reasons .wrap .number {
		top: -35px;
		left: 20px;
		width: 48px;
		font-size: 70px;
	}
	#feeder-lp-page .reasons .wrap .inner-text {
		padding-top: 0;
	}
	#feeder-lp-page .reasons .wrap .inner-text h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#feeder-lp-page .reasons .wrap.wrap03 .inner-text h3 {
		margin-bottom: 23px;
	}
	#feeder-lp-page .reasons .wrap .inner-text h4 {
		margin-bottom: 5px;
	}
	#feeder-lp-page .reasons .wrap.wrap03 .inner-text .photoswipe-wrap {
		margin-top: 15px;
	}
	#feeder-lp-page .reasons .wrap.wrap03 .inner-text .photoswipe-wrap + h4 {
		margin-top: 25px;
	}
	#feeder-lp-page .reasons .wrap + .wrap {
		margin-top: 80px;
	}
}
@media (max-width: 767px) {
	#feeder-lp-page .reasons {
		padding-bottom: 57px;
	}
	#feeder-lp-page .reasons h2 {
		top: -124px;
	}
	#feeder-lp-page .reasons h2 .baloon {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	#feeder-lp-page .reasons h2 .square-brackets {
		display: inline-block;
		font-size: 28px;
		line-height: 1.4;
		white-space: inherit;
	}
	#feeder-lp-page .reasons .col {
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 119px;
    padding-bottom: 32px;
	}
	#feeder-lp-page .reasons h2 .square-brackets::before {
		left: -24px;
		width: 16px;
		border-top: 3px solid var(--black);
    border-left: 3px solid var(--black);
    border-bottom: 3px solid var(--black);
	}
	#feeder-lp-page .reasons h2 .square-brackets::after {
		right: -24px;
		width: 16px;
		border-top: 3px solid var(--black);
    border-right: 3px solid var(--black);
    border-bottom: 3px solid var(--black);
	}
	#feeder-lp-page .reasons .wrap.wrap03 {
		padding-bottom: 23px;
	}
	#feeder-lp-page .reasons .wrap + .wrap {
		margin-top: 53px;
	}
}

/* strengths */
#feeder-lp-page .strengths {
	position: relative;
	padding-top: 142px;
}
#feeder-lp-page .strengths::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	height: 592px;
	background-color: var(--black);
	background-image: url("../img/feeder/bg-strengths.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
#feeder-lp-page .strengths::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--beige2);
	z-index: -2;
}
#feeder-lp-page .strengths .row-ttl {
	margin-left: 0;
	margin-right: 0;
}
#feeder-lp-page .strengths .row-ttl .col {
	padding-left: 48px;
	padding-right: 48px;
}
#feeder-lp-page .strengths h2 {
	margin-left: 25px;
	margin-bottom: 138px;
}
#feeder-lp-page .strengths h2 .square-brackets {
	position: relative;
	font-size: 40px;
	color: var(--white);
	line-height: 1;
	margin-top: 125px;
}
#feeder-lp-page .strengths h2 .square-brackets::before {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	left: -25px;
	display: inline-block;
	width: 15px;
	border-top: 4px solid var(--white);
	border-left: 4px solid var(--white);
	border-bottom: 4px solid var(--white);
}
#feeder-lp-page .strengths h2 .square-brackets::after {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	right: -25px;
	display: inline-block;
	width: 15px;
	border-top: 4px solid var(--white);
	border-right: 4px solid var(--white);
	border-bottom: 4px solid var(--white);
}
#feeder-lp-page .strengths .row-card {
	margin-top: 0;
	margin-left: 48px;
	margin-right: 48px;
	justify-content: space-between;
}
#feeder-lp-page .strengths .row-card .card {
	position: relative;
	width: calc(50% - 57px);
	border: 1px solid var(--green1);
	border-radius: 0;
}
#feeder-lp-page .strengths .row-card .card:not(:last-child) {
	margin-bottom: 105px;
}
#feeder-lp-page .strengths .row-card .card:nth-child(even) {
	transform: translateY(192px);
}
#feeder-lp-page .strengths .row-card .card .number {
	position: absolute;
	top: -50px;
	left: 48px;
	font-size: 100px;
	font-weight: 700;
	color: var(--green1);
	line-height: 0.75;
}
#feeder-lp-page .strengths .row-card .card .card-body {
	padding: 38px 48px;
}
#feeder-lp-page .strengths .row-card .card .card-body h3 {
	color: var(--black);
	font-size: 25px;
	line-height: 1.6;
	margin-bottom: 18px;
}
#feeder-lp-page .strengths .row-card .card .card-body p.text {
	border-top: 1px solid var(--gray3);
	padding-top: 20px;
	margin-bottom: 0;
}
#feeder-lp-page .strengths .row-card .card .card-body .btn-wrap {
	margin-top: 30px;
}
#feeder-lp-page .strengths .row-card .card .card-body .btn-wrap .btn {
	max-width: inherit;
}
@media (max-width: 1299px) {
	#feeder-lp-page .strengths .row-card .card {
		width: calc(50% - 24px);
	}
}
@media (max-width: 1099px) {
	#feeder-lp-page .strengths .row-card .card .number {
		top: -35px;
		left: 20px;
		width: 48px;
		font-size: 70px;
	}
}
@media (max-width: 991px) {
	#feeder-lp-page .strengths .row-ttl .col{
		padding-left: 0;
		padding-right: 0
	}
	#feeder-lp-page .strengths .row-card {
		margin-left: 0;
		margin-right: 0
	}
	#feeder-lp-page .strengths .row-card .card .card-body {
		padding: 20px 24px 23px;
	}
	#feeder-lp-page .strengths .row-card .card .card-body h3 {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 21px;
	}
	#feeder-lp-page .strengths .row-card .card .card-body p.text {
		padding-top: 17px;
	}
}
@media (max-width: 767px) {
	#feeder-lp-page .strengths {
		padding-top: 120px;
	}
	#feeder-lp-page .strengths .row-ttl .col {
		padding-left: 0;
		padding-right: 0;
	}
	#feeder-lp-page .strengths::before {
		height: 288px;
	}
	#feeder-lp-page .strengths h2 {
		margin-bottom: 80px;
	}
	#feeder-lp-page .strengths h2 .square-brackets {
		font-size: 28px;
	}
	#feeder-lp-page .strengths h2 .square-brackets::before {
		top: -8px;
    bottom: -9px;
		left: -25px;
		border-top: 3px solid var(--white);
    border-left: 3px solid var(--white);
    border-bottom: 3px solid var(--white);
	}
	#feeder-lp-page .strengths h2 .square-brackets::after {
		top: -8px;
    bottom: -9px;
		border-top: 3px solid var(--white);
    border-right: 3px solid var(--white);
    border-bottom: 3px solid var(--white);
	}
	#feeder-lp-page .strengths .row-card {
		display: block;
		margin-left: 0;
    margin-right: 0;
	}
	#feeder-lp-page .strengths .row-card .card {
		width: 100%;
		margin: 0;
	}
	#feeder-lp-page .strengths .row-card .card:nth-child(even) {
		transform: none;
	}
	#feeder-lp-page .strengths .row-card .card:not(:last-child) {
		margin-bottom: 55px;
	}
	#feeder-lp-page .strengths .row-card .card .card-body .btn-wrap {
		margin-top: 16px;
		margin-bottom: 8px;
	}
}

/* needs */
#feeder-lp-page .needs {
	position: relative;
	padding-top: 48px;
	padding-bottom: 96px;
}
#feeder-lp-page .needs::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--beige2);
	z-index: -3;
}
#feeder-lp-page .needs .container {
	max-width: 100%;
}
#feeder-lp-page .needs .row-green {
	position: relative;
	padding-bottom: 128px;
	margin: 0;
}
#feeder-lp-page .needs .row-green::before {
	position: absolute;
	content: '';
	inset: -48px;
	background-image: url("../img/feeder/bg-needs.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
}

#feeder-lp-page .needs .row-green::after {
	position: absolute;
	content: '';
	inset: 0;
	background: var(--green1);
	mix-blend-mode: multiply;
	z-index: -1;
}
#feeder-lp-page .needs .row-green h2 {
	position: absolute;
	top: 64px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	text-align: center;
}
#feeder-lp-page .needs .row-green h2 .baloon {
	font-size: 25px;
	padding: 12px 18px 13px;
	margin-bottom: 8px;
}
#feeder-lp-page .needs .row-green h2 .square-brackets {
	position: relative;
	font-size: 40px;
	color: var(--white);
	line-height: 1.2;
	margin-top: 30px;
}
#feeder-lp-page .needs .row-green h2 .square-brackets::before {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	left: -25px;
	display: inline-block;
	width: 15px;
	border-top: 4px solid var(--white);
	border-left: 4px solid var(--white);
	border-bottom: 4px solid var(--white);
}
#feeder-lp-page .needs .row-green h2 .square-brackets::after {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	right: -25px;
	display: inline-block;
	width: 15px;
	border-top: 4px solid var(--white);
	border-right: 4px solid var(--white);
	border-bottom: 4px solid var(--white);
}
#feeder-lp-page .needs .row-green p.text {
	text-align: center;
	padding-top: 264px;
	margin-bottom: 0;
}
#feeder-lp-page .needs .row-card {
	margin: -64px auto 0;
	max-width: 1269px;
}
#feeder-lp-page .needs .row-card .card {
	width: calc(100% - 144px);
	background: var(--white);
	border: none;
	border-radius: 0;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .16);
	margin-left: 48px;
	margin-right: 48px;
}
#feeder-lp-page .needs .row-card .card:nth-child(odd) {
	margin-right: 124px;
}
#feeder-lp-page .needs .row-card .card:nth-child(even) {
	margin-left: 124px;
}
#feeder-lp-page .needs .row-card .card:not(:last-child) {
	margin-bottom: 47px;
}
#feeder-lp-page .needs .row-card .card dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 17px 64px 17px 17px;
	margin-bottom: 0;
}
#feeder-lp-page .needs .row-card .card dl dt {
	position: relative;
	width: 475px;
	max-width: 48%;
	height: 100%;
	min-height: 264px;
	align-self: flex-start;
}
#feeder-lp-page .needs .row-card .card dl dt::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	z-index: 1;
}
#feeder-lp-page .needs .row-card .card.card01 dl dt::after {
	background-image: url("../img/feeder/ph-needs-01.jpg");
}
#feeder-lp-page .needs .row-card .card.card02 dl dt::after {
	background-image: url("../img/feeder/ph-needs-02.jpg");
}
#feeder-lp-page .needs .row-card .card.card03 dl dt::after {
	background-image: url("../img/feeder/ph-needs-03.jpg");
}
#feeder-lp-page .needs .row-card .card.card04 dl dt::after {
	background-image: url("../img/feeder/ph-needs-04.jpg");
}
#feeder-lp-page .needs .row-card .card.card05 dl dt::after {
	background-image: url("../img/feeder/ph-needs-05.jpg");
}
#feeder-lp-page .needs .row-card .card dl dd {
	width: 480px;
	max-width: 48%;
	margin-bottom: 0;
}
#feeder-lp-page .needs .row-card .card dl dd h3 {
	display: flex;
	align-items: center;
	color: var(--green1);
	font-size: 25px;
	margin-bottom: 12px;
}
#feeder-lp-page .needs .row-card .card dl dd h3 span {
	display: inline-block;
	padding-left: 12px;
}
#feeder-lp-page .needs .row-card .card dl dd p.text {
	border-top: 1px solid var(--gray3);
	padding-top: 18px;
	margin-bottom: 0;
}
@media (max-width: 991px) {
	#feeder-lp-page .needs .row-green::after {
		inset: -18px;
	}
	#feeder-lp-page .needs .row-card .card:nth-child(odd) {
		margin-right: 96px;
	}
	#feeder-lp-page .needs .row-card .card:nth-child(even) {
		margin-left: 96px;
	}
	#feeder-lp-page .needs .row-card .card dl {
		padding: 24px;
	}
	#feeder-lp-page .needs .row-card .card dl dd h3 {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	#feeder-lp-page .needs {
		padding-top: 0;
		padding-bottom: 69px;
	}
	#feeder-lp-page .needs .row-green {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 101px;
	}
	#feeder-lp-page .needs .row-green::before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: url("../img/feeder/bg-needs-sp.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: -2;
	}
	#feeder-lp-page .needs .row-green::after {
		inset: 0;
	}
	#feeder-lp-page .needs .row-green h2 {
		top: 40px;
		margin-bottom: 24px;
	}
	#feeder-lp-page .needs .row-green h2 .baloon {
		font-size: 18px;
		padding: 9px 13px 8px;
		margin-bottom: 0;
	}
	#feeder-lp-page .needs .row-green h2 .square-brackets {
		font-size: 28px;
		line-height: 1.4;
		white-space: nowrap;
		margin-top: 24px;
	}
	#feeder-lp-page .needs .row-green h2 .square-brackets::before {
		border-top: 3px solid var(--white);
    border-left: 3px solid var(--white);
    border-bottom: 3px solid var(--white);
	}
	#feeder-lp-page .needs .row-green h2 .square-brackets::after {
		border-top: 3px solid var(--white);
    border-right: 3px solid var(--white);
    border-bottom: 3px solid var(--white);
	}
	#feeder-lp-page .needs .row-green p.text {
		text-align: left;
		padding-top: 220px;
	}
	#feeder-lp-page .needs .row-card {
		margin-top: -58px;
	}
	#feeder-lp-page .needs .row-card .card {
		width: 100%;
	}
	#feeder-lp-page .needs .row-card .card:nth-child(odd),
	#feeder-lp-page .needs .row-card .card:nth-child(even) {
		margin-right: 0;
		margin-left: 0;
	}
	#feeder-lp-page .needs .row-card .card:not(:last-child) {
		margin-bottom: 32px;
	}
	#feeder-lp-page .needs .row-card .card dl dd h3 img {
		width: 48px;
		height: 48px;
	}
}
@media (max-width: 575px) {
	#feeder-lp-page .needs .row-card .card dl {
		display: block;
	}
	#feeder-lp-page .needs .row-card .card dl dt,
	#feeder-lp-page .needs .row-card .card dl dd {
		width: 100%;
		max-width: 100%;
	}
	#feeder-lp-page .needs .row-card .card dl dt {
		height: 165px;
    min-height: inherit;
	}
	#feeder-lp-page .needs .row-card .card dl dd h3 {
		margin-top: 24px;
	}
}

/* global */
#feeder-lp-page .global {
	position: relative;
}
#feeder-lp-page .global::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../img/feeder/bg-grobal.png");
	background-position: calc(50% + 188px) bottom;
	background-repeat: no-repeat;
	z-index: -1;
}
#feeder-lp-page .global::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--beige2);
	z-index: -2;
}
#feeder-lp-page .global .container {
	padding-top: 96px;
	padding-bottom: 100px;
}
#feeder-lp-page .global .container .row {
	margin-right: 0;
	margin-left: 0;
}
#feeder-lp-page .global .container .col {
	max-width: 601px;
	padding-left: 48px;
}
#feeder-lp-page .global h2 {
	display: inline-block;
	text-align: center;
	margin-left: 25px;
	margin-bottom: 80px;
}
#feeder-lp-page .global h2 .baloon {
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 37px;
}
#feeder-lp-page .global h2 .square-brackets {
	position: relative;
	font-size: 40px;
	line-height: 1;
}
#feeder-lp-page .global h2 .square-brackets::before {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	left: -25px;
	display: inline-block;
	width: 15px;
	border-top: 4px solid var(--black);
	border-left: 4px solid var(--black);
	border-bottom: 4px solid var(--black);
}
#feeder-lp-page .global h2 .square-brackets::after {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	right: -25px;
	display: inline-block;
	width: 15px;
	border-top: 4px solid var(--black);
	border-right: 4px solid var(--black);
	border-bottom: 4px solid var(--black);
}
#feeder-lp-page .global p.text + p.text {
	margin-top: 37px;
}
@media (max-width: 991px) {
	#feeder-lp-page .global .container .col {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	#feeder-lp-page .global::before {
		background-image: url(../img/feeder/bg-grobal-tb.png);
		background-position: center bottom;
		background-size: contain;
	}
	#feeder-lp-page .global .container {
		padding-top: 0;
		padding-bottom: 252px;
	}
	#feeder-lp-page .global .container .col {
		max-width: inherit;
		padding-left: 0;
		padding-right: 0;
	}
	#feeder-lp-page .global h2 {
		display: block;
		text-align: center;
		margin-left: inherit;
		margin-bottom: 30px;
	}
	#feeder-lp-page .global h2 .baloon {
		font-size: 18px;
		margin-bottom: 32px;
	}
	#feeder-lp-page .global h2 .square-brackets {
		display: inline-block;
		font-size: 28px;
		line-height: 1.4;
		margin-bottom: 0;
	}
	#feeder-lp-page .global h2 .square-brackets::before {
		left: -20px;
		border-top: 3px solid var(--black);
    border-left: 3px solid var(--black);
    border-bottom: 3px solid var(--black);
	}
	#feeder-lp-page .global h2 .square-brackets::after {
		right: -20px;
		border-top: 3px solid var(--black);
    border-right: 3px solid var(--black);
    border-bottom: 3px solid var(--black);
	}
	#feeder-lp-page .global p.text + p.text {
		margin-top: 30px;
	}
}
@media (max-width: 575px) {
	#feeder-lp-page .global::before {
		background-image: url(../img/feeder/bg-grobal-sp.png);
		background-size: contain;
	}
}

/* lp-cases-sec */
.lp-page#feeder-lp-page .lp-cases-sec {
	background: var(--white) !important;
	padding: 105px 0 95px;
}
#feeder-lp-page .lp-cases-sec h2 {
	text-align: center;
	margin-bottom: 70px;
}
#feeder-lp-page .lp-cases-sec h2 .square-brackets {
	position: relative;
	display: inline-block;
	font-size: 40px;
	line-height: 1.2;
}
#feeder-lp-page .lp-cases-sec h2 .square-brackets::before {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	left: -25px;
	display: inline-block;
	width: 15px;
	border-top: 4px solid var(--black);
	border-left: 4px solid var(--black);
	border-bottom: 4px solid var(--black);
}
#feeder-lp-page .lp-cases-sec h2 .square-brackets::after {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	right: -25px;
	display: inline-block;
	width: 15px;
	border-top: 4px solid var(--black);
	border-right: 4px solid var(--black);
	border-bottom: 4px solid var(--black);
}
@media (max-width: 767px) {
	.lp-page#feeder-lp-page .lp-cases-sec {
		padding-top: 52px;
		padding-bottom: 56px;
	}
	#feeder-lp-page .lp-cases-sec h2 {
		font-size: 25px;
		text-align: left;
		margin-bottom: 43px;
	}
	#feeder-lp-page  .lp-cases-sec .btn {
		max-width: 296px;
	}
}

/* lineup */
#feeder-lp-page .lineup {
	padding-top: 50px;
	padding-bottom: 217px;
}
#feeder-lp-page .lineup .container {
}
#feeder-lp-page .lineup .container .row {
	position: relative;
	background-image: url("../img/feeder/bg-lineup.jpg");
	background-size: cover;
	background-position: center center;
	margin: 0;
}
#feeder-lp-page .lineup .container .d-flex {
	width: 100%;
	padding: 90px 96px 0;
}
#feeder-lp-page .lineup .container .d-flex .inner {
	width: 50%;
}
#feeder-lp-page .lineup h2 {
	margin-left: 25px;
	margin-top: 6px;
}
#feeder-lp-page .lineup h2 .square-brackets {
	position: relative;
	display: inline-block;
	color: var(--white);
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 0;
}
#feeder-lp-page .lineup h2 .square-brackets::before {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	left: -25px;
	display: inline-block;
	width: 15px;
	border-top: 4px solid var(--white);
	border-left: 4px solid var(--white);
	border-bottom: 4px solid var(--white);
}
#feeder-lp-page .lineup h2 .square-brackets::after {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	right: -25px;
	display: inline-block;
	width: 15px;
	border-top: 4px solid var(--white);
	border-right: 4px solid var(--white);
	border-bottom: 4px solid var(--white);
}
#feeder-lp-page .lineup p.text {
	color: var(--white);
	margin-bottom: 194px;
}
#feeder-lp-page .lineup .btn-wrap {
	position: absolute;
	left: 96px;
	right: 96px;
	bottom: -71px;
	z-index: 1;
}
#feeder-lp-page .lineup .btn-wrap .btn {
	position: relative;
	max-width: inherit;
	min-height: 144px;
	font-size: 25px;
	overflow: visible;
}
#feeder-lp-page .lineup .btn-wrap .btn::before {
	display: none;
}
#feeder-lp-page .lineup .btn-wrap .btn .arrow {
	position: relative;
	margin-left: 33px;
}
#feeder-lp-page .lineup .btn-wrap .btn .arrow::before {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-color: var(--white);
    width: 20px;
    height: 15px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#feeder-lp-page .lineup .btn-wrap .btn .img01 {
	position: absolute;
	top: -105px;
	left: 0;
	max-width: 40%;
	height: auto;
	z-index: 10;
}
#feeder-lp-page .lineup .btn-wrap .btn .img02 {
	position: absolute;
	top: -105px;
	right: 0;
	max-width: 40%;
	height: auto;
	z-index: 10;
}
#feeder-lp-page .lineup .btn-wrap .btn .img03 {
	display: none;
}
@media (min-width: 768px) {
	#feeder-lp-page .lineup .btn-wrap .btn {
		transition: background-color 0.3s;
	}
	#feeder-lp-page .lineup .btn-wrap .btn .arrow {
		transition: opacity 0.3s;
	}
	#feeder-lp-page .lineup .btn-wrap .btn:hover {
		background-color: rgba(0, 168, 169, 0.6);
		opacity: 1;
	}
	#feeder-lp-page .lineup .btn-wrap .btn:hover .arrow {
		opacity: 0.8;
	}
}
@media (max-width: 1099px) {
	#feeder-lp-page .lineup .container .d-flex {
		padding: 90px 48px 0;
	}
	#feeder-lp-page .lineup p.text .pc-only-br {
		display: none !important;
	}
}
@media (max-width: 991px) {
	#feeder-lp-page .lineup .container .d-flex {
		flex-direction: column;
	}
	#feeder-lp-page .lineup .container .d-flex .inner {
		width: 100%;
	}
	#feeder-lp-page .lineup h2 {
		text-align: center;
		margin: 0 auto 30px;
	}
	#feeder-lp-page .lineup p.text .pc-only-br {
		display: none !important;
	}
	#feeder-lp-page .lineup .btn-wrap {
		left: 48px;
		right: 48px;
	}
}
@media (max-width: 767px) {
	#feeder-lp-page .lineup {
		padding-top: 0;
		padding-bottom: 80px;
	}
	#feeder-lp-page .lineup .container .row {
		margin: 0 -15px;
	}
	#feeder-lp-page .lineup .container .d-flex {
		padding: 50px 0 0;
		margin-left: 15px;
    margin-right: 15px;
	}
	#feeder-lp-page .lineup h2 {
		margin-bottom: 28px;
	}
	#feeder-lp-page .lineup h2 .square-brackets {
		font-size: 28px;
	}
	#feeder-lp-page .lineup h2 .square-brackets::before {
		border-top: 3px solid var(--white);
    border-left: 3px solid var(--white);
    border-bottom: 3px solid var(--white);
	}
	#feeder-lp-page .lineup h2 .square-brackets::after {
		border-top: 3px solid var(--white);
    border-right: 3px solid var(--white);
    border-bottom: 3px solid var(--white);
	}
	#feeder-lp-page .lineup p.text {
		margin-bottom: 150px;
	}
	#feeder-lp-page .lineup .btn-wrap {
		position: inherit;
		left: inherit;
		right: inherit;
		bottom: inherit;
		width: 100%;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 33px;
	}
	#feeder-lp-page .lineup .btn-wrap .btn {
		min-height: 100px;
	}
	#feeder-lp-page .lineup .btn-wrap .btn .img01,
	#feeder-lp-page .lineup .btn-wrap .btn .img02 {
		max-width: 42%;
		top: inherit;
		bottom: 70%;
	}
}
@media (max-width: 575px) {
	#feeder-lp-page .lineup p.text {
		margin-bottom: 119px;
	}
	#feeder-lp-page .lineup .btn-wrap .btn {
		position: relative;
		font-size: 15px;
		min-height: 56px;
	}
	#feeder-lp-page .lineup .btn-wrap .btn::before {
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
		display: inline-block;
    background-color: var(--white);
    width: 12px;
    height: 10px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
		z-index: 7;
	}
	#feeder-lp-page .lineup .btn-wrap .btn .arrow {
		margin-left: 0;
	}
	#feeder-lp-page .lineup .btn-wrap .btn .arrow::before {
		display: none;
	}
	#feeder-lp-page .lineup .btn-wrap .btn .img01,
	#feeder-lp-page .lineup .btn-wrap .btn .img02 {
		display: none;
	}
	#feeder-lp-page .lineup .btn-wrap .btn .img03 {
		position: absolute;
		display: inline-block;
		top: calc(-100% - 45px);
		bottom: inherit;
		left: 50%;
		transform: translateX(-50%);
		max-width: 375px;
		z-index: 10;
	}

}

/* voices */
#feeder-lp-page .voices {
}
#feeder-lp-page .voices .row {
	margin-left: 48px;
	margin-right: 48px;
}
#feeder-lp-page .voices .row-ttl {
	margin-bottom: 65px;
}
#feeder-lp-page .voices h2 {
	text-align: center;
	margin-bottom: 0;
}
#feeder-lp-page .voices h2 .baloon {
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 34px;
}
#feeder-lp-page .voices h2 .square-brackets {
	position: relative;
	display: inline-block;
	font-size: 40px;
	color: var(--black);
	line-height: 1.2;
	margin-bottom: 0;
}
#feeder-lp-page .voices h2 .square-brackets::before {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	left: -25px;
	display: inline-block;
	width: 15px;
	border-top: 4px solid var(--black);
	border-left: 4px solid var(--black);
	border-bottom: 4px solid var(--black);
}
#feeder-lp-page .voices h2 .square-brackets::after {
	position: absolute;
	content: '';
	top: -6px;
	bottom: -7px;
	right: -25px;
	display: inline-block;
	width: 15px;
	border-top: 4px solid var(--black);
	border-right: 4px solid var(--black);
	border-bottom: 4px solid var(--black);
}
#feeder-lp-page .voices .row-voices {
}
#feeder-lp-page .voices .row-voices .col-12 {
	padding-left: 48px;
	padding-right: 48px;
}
#feeder-lp-page .voices dl.comment {
	display: flex;
	margin-left: 26px;
	margin-right: 26px;
	margin-bottom: 0;
}
#feeder-lp-page .voices dl.comment.comment01,
#feeder-lp-page .voices dl.comment.comment02 {
	margin-bottom: 63px;
}
#feeder-lp-page .voices dl.comment dt {
	position: relative;
	width: 313px;
}
#feeder-lp-page .voices dl.comment dt::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: -16px;
	bottom: 0;
	background-position: left bottom 30px;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
}
#feeder-lp-page .voices dl.comment.comment01 dt::before {
	background-image: url("../img/feeder/ph-voices-01.png");
}
#feeder-lp-page .voices dl.comment.comment02 dt::before {
	background-image: url("../img/feeder/ph-voices-02.png");
}
#feeder-lp-page .voices dl.comment.comment03 dt::before {
	background-image: url("../img/feeder/ph-voices-03.png");
}
#feeder-lp-page .voices dl.comment dt .name {
	position: absolute;
	left: calc(50% + 8px);
	transform: translateX(-50%);
	bottom: 382px;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	z-index: 10;
	margin-bottom: 0;
}
#feeder-lp-page .voices dl.comment dt .arrow-wrap {
	position: absolute;
	left: calc(50% + 8px);
	transform: translateX(-50%);
	bottom: 348px;
	z-index: 10;
}
#feeder-lp-page .voices dl.comment dd {
	position: relative;
	width: calc(100% - 275px);
	background: var(--white);
	padding: 40px 48px;
	border:1px solid var(--green1);
	border-radius: 32px;
	margin-bottom: 0;
}
#feeder-lp-page .voices dl.comment dd::after {
	position: absolute;
	top: calc(50% - 40px);
	left: -40px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid var(--green1);
  border-left: 40px solid transparent;
	z-index: 1;
}
#feeder-lp-page .voices dl.comment dd::before {
	position: absolute;
	top: calc(50% - 39px);
	left: -38px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 38px solid var(--white);
  border-left: 38px solid transparent;
	z-index: 2;
}
#feeder-lp-page .voices dl.comment dd h3 {
	font-size: 25px;
	line-height: 1.6;
	margin-bottom: 15px;
}
#feeder-lp-page .voices dl.comment dd p.text {
	margin-bottom: 0;
}
@media (max-width: 1199px) {
	#feeder-lp-page .voices dl.comment dt .name .sp-only-br {
		display: inline-block !important;
	}
}
@media (max-width: 1099px) {
	#feeder-lp-page .voices .row {
		margin-left: 0;
    margin-right: 0;
	}
	#feeder-lp-page .voices .row-voices .col-12 {
		padding-left: 0;
    padding-right: 0;
	}
}
@media (max-width: 991px) {
	#feeder-lp-page .voices dl.comment {
    margin-left: 0;
    margin-right: 0;
	}
	#feeder-lp-page .voices dl.comment dd {
		padding: 26px 24px 18px;
		border-radius: 16px;
	}
	#feeder-lp-page .voices dl.comment dd h3 {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	#feeder-lp-page .voices {
		padding-bottom: 0;
	}
	#feeder-lp-page .voices .row-ttl {
		margin-bottom: 50px;
	}
	#feeder-lp-page .voices h2 .baloon {
		font-size: 18px;
		margin-bottom: 23px;
	}
	#feeder-lp-page .voices h2 .square-brackets {
		font-size: 28px;
	}
	#feeder-lp-page .voices h2 .square-brackets::before {
		left: -22px;
		border-top: 3px solid var(--black);
    border-left: 3px solid var(--black);
    border-bottom: 3px solid var(--black);
	}
	#feeder-lp-page .voices h2 .square-brackets::after {
		region-break-inside: -22px;
		border-top: 3px solid var(--black);
    border-right: 3px solid var(--black);
    border-bottom: 3px solid var(--black);
	}
	#feeder-lp-page .voices dl.comment {
    flex-direction: column-reverse;
	}
	#feeder-lp-page .voices dl.comment.comment01, 
	#feeder-lp-page .voices dl.comment.comment02 {
    margin-bottom: 46px;
	}
	#feeder-lp-page .voices dl.comment dt {
		width: 100%;
		height: 183px;
		margin-top: 32px;
	}
	#feeder-lp-page .voices dl.comment dt::before {
		right: 0;
		background-position: left bottom;
	}
	#feeder-lp-page .voices dl.comment dt .name {
		position: inherit;
		left: inherit;
		transform: none;
		bottom: inherit;
		font-size: 15px;
		line-height: 1.4;
		text-align: left;
		padding-top: 70px;
		padding-left:  165px;
	}
	#feeder-lp-page .voices dl.comment dt .arrow-wrap {
		display: none;
	}
	#feeder-lp-page .voices dl.comment dd {
		width: 100%;
	}
	#feeder-lp-page .voices dl.comment dd::before {
		top:inherit;
		bottom: -30px;
		left: calc(50% - 33px);
		border-top: 32px solid var(--white);
    border-left: 32px solid transparent;
		transform: scaleX(-1);
	}
	#feeder-lp-page .voices dl.comment dd::after {
		top:inherit;
		bottom: -32px;
		left: calc(50% - 34px);
		border-top: 32px solid var(--green1);
    border-left: 32px solid transparent;
		transform: scaleX(-1);
	}
	#feeder-lp-page .voices dl.comment.comment02 dd::before {
		left: 50%;
		transform: none;
	}
	#feeder-lp-page .voices dl.comment.comment02 dd::after {
		left: calc(50% + 1px);
		transform: none;
	}
	#feeder-lp-page .voices dl.comment.comment02 dt .name {
		padding-left: calc(100% - 285px);;
	}
	#feeder-lp-page .voices dl.comment.comment02 dt::before {
		background-position: right bottom;
	}
}

/* .lp-contact-banner */
.lp-page#feeder-lp-page .lp-contact-banner-01 {
	padding-top: 161px;
	padding-bottom: 98px;
}
.lp-page#feeder-lp-page .lp-contact-banner a.contact-banner-inner {
	margin: 0 48px;
}
.lp-page#feeder-lp-page .lp-contact-banner-02 {
	padding-top: 160px;
	padding-bottom: 96px;
}
.lp-page#feeder-lp-page .contact-banner-left .img-wrap img {
	width: 334px;
	padding-right: 30px;
}
@media (max-width: 991px) {
	.lp-page#feeder-lp-page .lp-contact-banner a.contact-banner-inner {
		margin: 0;
	}
}
@media (min-width: 768px) {
	.lp-page#feeder-lp-page .lp-contact-banner a.contact-banner-inner {
		transition: 0.3s all;
	}
	.lp-page#feeder-lp-page .lp-contact-banner a.contact-banner-inner:hover {
		opacity: 0.6;
	}
}
@media (max-width: 767px) {
	.lp-page#feeder-lp-page .lp-contact-banner.lp-contact-banner-01 {
		padding: 80px 0 57px;
	}
	.lp-page#feeder-lp-page .contact-banner-left .img-wrap {
		width: 190px;
	}
	.lp-page#feeder-lp-page .lp-contact-banner-02 {
		padding-top: 80px;
		padding-bottom: 34px;
	}
	.lp-page#feeder-lp-page .lp-contact-banner a.contact-banner-inner {
		margin: 0 auto;
	}
	.lp-page#feeder-lp-page .contact-banner-left .img-wrap img {
		width: 190px;
		padding-right: 0;
		margin-left: 10px;
	}
}

/* .lp-cta-sec */
.lp-page#feeder-lp-page .lp-cta-sec {
	padding-top: 95px;
	padding-bottom: 90px;
}
.lp-page#feeder-lp-page .cta-inner {
	padding: 2.25% 5%;
	margin-left: 48px;
	margin-right: 48px;
}
@media (max-width: 767px) {
	.lp-page#feeder-lp-page .lp-cta-sec {
		padding-top: 22px;
    padding-bottom: 7px;
	}
	.lp-page#feeder-lp-page .cta-inner {
		padding: 3.25% 5%;
		margin-left: 0;
		margin-right: 0;
	}
}
