/* ==========================================================================
 液体充填機 LP
 ========================================================================== */

/* 共通 */
#liquid_filling-page main .container {
	max-width: 1366px;
	padding-left: 48px;
	padding-right: 48px;
}
#liquid_filling-page h2,
#liquid_filling-page h3,
#liquid_filling-page h4,
#liquid_filling-page .strong,
#liquid_filling-page strong {
	font-weight: 700;
}
#liquid_filling-page dl,
#liquid_filling-page dt,
#liquid_filling-page dd {
	margin: 0;
}
#liquid_filling-page .marker {
	display: inline-block;
	color: var(--white);
	background: var(--green1);
	padding: 1px 8px;
	margin: 0 6px;
}
#liquid_filling-page .section p {
	line-height: 2;
}
#liquid_filling-page .green {
	color: var(--green1);
}
#liquid_filling-page .white {
	color: var(--white);
}
#liquid_filling-page .bg-white {
	background: var(--white);
}
#liquid_filling-page .bg-gray {
	background: var(--beige2);
}
#liquid_filling-page .inner-wrap {
	display: flow-root;
	padding: 0 48px;
	margin: 0 auto;
}
#liquid_filling-page .inner-wrap .inner {
	display: flow-root;
	max-width: 1078px;
	margin: 0 auto;
}
#liquid_filling-page .h2 {
	font-size: 40px;
	line-height: 1.4;
	text-align: center;
	margin: 0;
}
#liquid_filling-page .h2 .baloon {
	position: relative;
	display: block;
	width: fit-content;
	background: var(--green1);
	color: var(--white);
	font-size: 25px;
	line-height: 1.2;
	padding: 10px 15px;
	margin: 0 auto 30px auto;
}
#liquid_filling-page .h2 .baloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid var(--green1);
}
#liquid_filling-page .h2 .square-brackets {
	position: relative;
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 0 25px
}
#liquid_filling-page .h2 .square-brackets::before {
	position: absolute;
	content: '';
	top: -5px;
	bottom: -5px;
	left: 0;
	display: inline-block;
	width: 16px;
	border-top: 4px solid var(--black);
	border-left: 4px solid var(--black);
	border-bottom: 4px solid var(--black);
}
#liquid_filling-page .h2 .square-brackets::after {
	position: absolute;
	content: '';
	top: -5px;
	bottom: -5px;
	right: 0;
	display: inline-block;
	width: 16px;
	border-top: 4px solid var(--black);
	border-right: 4px solid var(--black);
	border-bottom: 4px solid var(--black);
}
#liquid_filling-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;
}
#liquid_filling-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%);
}
#liquid_filling-page main .photoswipe-wrap {
	display: none;
}
#liquid_filling-page .product-detail-link a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 20px;
  color: var(--green1);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--green1);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
#liquid_filling-page .product-detail-link a::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.25em;
  border: solid 0px transparent;
  border-width: 0.25em 0 0.25em 0.6em;
  border-left: solid 12px var(--green2);
}
#liquid_filling-page .multiply {
	mix-blend-mode: multiply;
}
#liquid_filling-page a.anchor {
	display: inline-block;
	background-image: url("../img/liquid_filling/anchor.svg");
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
	color: var(--green1);
	padding-right: 20px;
	margin-top: 0.375rem;
}
@media (min-width: 768px) {
	#liquid_filling-page .btn {
		transition: opacity 0.3s;
	}
	#liquid_filling-page .btn:hover {
		opacity: 0.6;
	}
}
@media (max-width: 991px) {
	#liquid_filling-page .h2 .square-brackets br.d-md-none {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	#liquid_filling-page main .container {
		padding: 0 15px;
	}
	#liquid_filling-page .inner-wrap {
		padding: 0 15px;
		margin: 0 -15px;
	}
	#liquid_filling-page .baloon {
		font-size: 20px;
		padding: 7px 15px;
	}
	#liquid_filling-page .btn {
		font-size: 15px;
		max-width: 256px;
		min-height: 56px;
	}
	#liquid_filling-page main .photoswipe-wrap {
		display: block;
		width: 100%;
		padding: 0 0;
		text-align: center;
	}
	#liquid_filling-page main .photoswipe-wrap a {
		display: block;
		width: 100%;
    margin-left: auto;
		margin-right: auto;
	}
	#liquid_filling-page main .photoswipe-wrap .caution {
		color: #D35344;
		font-size: 12px;
		text-align: right;
		padding-bottom: 0;
		margin-bottom: 0;
		margin-top: 8px;
    }
	#liquid_filling-page .marker {
		padding: 0 6px;
		margin: 0 4px;
	}
	#liquid_filling-page .h2 .baloon {
		font-size: 18px;
		padding: 7px 13px 6px;
		margin: 0 auto 30px auto;
	}
	#liquid_filling-page .h2 .baloon:before {
	  margin-left: -10px;
	  border: 10px solid transparent;
	  border-top: 10px solid var(--green1);
	}
	#liquid_filling-page .h2 {
		font-size: 25px;
	}
	#liquid_filling-page .h2 .square-brackets {
		line-height: 1.35;
		padding: 0 20px
	}
	#liquid_filling-page .h2 .square-brackets::before {
		border-top: 3px solid var(--black);
		border-left: 3px solid var(--black);
		border-bottom: 3px solid var(--black);
	}
	#liquid_filling-page .h2 .square-brackets::after {
		border-top: 3px solid var(--black);
		border-right: 3px solid var(--black);
		border-bottom: 4px solid var(--black);
	}
	#liquid_filling-page a.anchor {
		font-size: 15px;
		margin-top: 0;
		margin-bottom: 15px;
	}
}

/* fv */
#liquid_filling-page .fv {
	position: relative;
}
.liquid_filling_slick {
	opacity: 0;
}
#liquid_filling-page .row_fv {
	display: flex;
	flex-wrap: wrap;
}
#liquid_filling-page .row_fv > * {
	position: relative;
	width: 50%;
	height: 652px;
	overflow: hidden;
}
#liquid_filling-page .row_fv > * > img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
#liquid_filling-page .fv .col_right .model {
	position: absolute;
	left: 40px;
	top: 30px;
	z-index: 1;
	font-size: 20px;
	color: #ffffff;
}
@media (min-width: 768px) {
	#liquid_filling-page .fv .fv_txt {
		position: absolute;
		left: 0;
		top: 50px;
		width: 50%;
		padding: 0 50px;
		z-index: 1;
	}
	#liquid_filling-page .fv .fv_title {
		position: absolute;
		left: 50%;
		bottom: 40px;
		width: 50%;
		padding: 0 40px;
		z-index: 1;
	}
}
@media (max-width: 767px) {
	#liquid_filling-page .fv .fv_txt {
		position: absolute;
		right: 15px;
		top: 60px;
		z-index: 1;
	}
	#liquid_filling-page .fv .fv_title {
		position: absolute;
		left: 0;
		bottom: 25px;
		width: 100%;
		padding: 0 25px;
		z-index: 1;
	}
	#liquid_filling-page .row_fv > * {
		width: 100%;
	}
	#liquid_filling-page .row_fv .col_left {
		height: 225px
	}
	#liquid_filling-page .row_fv .col_right {
		height: 358px
	}
	#liquid_filling-page .fv .col_right .model {
		left: 25px;
		top: 25px;
		font-size: 11px;
	}
}

/* trouble */
#liquid_filling-page .trouble {
	padding-top: 120px;
}
#liquid_filling-page .trouble .h2 {
	line-height: 1.5;
	margin: 0 0 36px 0;
}
#liquid_filling-page .trouble .img_wrap {
	position: relative;
	text-align: center;
}
@media (min-width: 768px) {
	#liquid_filling-page .trouble .img_1,
	#liquid_filling-page .trouble .img_2,
	#liquid_filling-page .trouble .img_3 {
		width: 100%;
	}
	#liquid_filling-page .trouble .img_1 {
		position: absolute;
		top: 70px;
		left: 0;
		text-align: left;
	}
	#liquid_filling-page .trouble .img_2 {
		margin-bottom: 10px;
	}
	#liquid_filling-page .trouble .img_3 {
		position: absolute;
		top: 70px;
		left: 0;
		text-align: right;
	}
	#liquid_filling-page .trouble .img_1 img,
	#liquid_filling-page .trouble .img_2 img,
	#liquid_filling-page .trouble .img_3 img {
		width: 34%;
		filter: drop-shadow(0 0 2px rgba(0,0,0,0.15));
	}
}
@media (min-width: 1200px) {
	#liquid_filling-page .trouble .img_1 img,
	#liquid_filling-page .trouble .img_3 img {
		width: 366px;
	}
	#liquid_filling-page .trouble .img_2 img {
		width: 350px;
	}
}
@media (max-width: 1199px) {
	#liquid_filling-page .trouble .inner-wrap {
		padding: 0 15px;
		margin: 0 -15px;
	}
}
@media (max-width: 767px) {
	#liquid_filling-page .trouble {
		padding-top: 45px;
	}
	#liquid_filling-page .trouble .h2 {
		line-height: 1.4;
		margin: 0 0 25px 0;
	}
	#liquid_filling-page .trouble .img_wrap {
		max-width: 390px;
		margin: 0 auto;
	}
	#liquid_filling-page .trouble .img_1 {
		text-align: left;
	}
	#liquid_filling-page .trouble .img_2 {
		text-align: right;
		margin: 10px 0;
	}
	#liquid_filling-page .trouble .img_3 {
		text-align: left;
		padding-left: 5px;
	}
	#liquid_filling-page .trouble .img_4 img {
		width: 144px;
	}
}


/* .strengths */
#liquid_filling-page .strengths {
	position: relative;
	padding: 350px 0 0 0;
}
#liquid_filling-page .strengths::before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 80px;
	content: "";
	width: 64px;
	height: 32px;
	background-color: var(--green1);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#liquid_filling-page .strengths .inner-wrap {
	padding-bottom: 90px;
}
#liquid_filling-page .strengths .h2 {
	margin: -160px 0 0 0;
}
#liquid_filling-page .strengths .wrap {
	padding: 45px 47px;
	margin: 25px 0 0 0;
}
#liquid_filling-page .strengths .h3 {
	display: flex;
	align-items: center;
	color: var(--green1);
	margin: 60px 0 0 0;
}
#liquid_filling-page .strengths .h3 .num {
	width: 95px;
}
#liquid_filling-page .strengths .h3 .ja {
	flex: 1;
	font-size: 30px;
}
#liquid_filling-page .strengths .h4 {
	font-size: 25px;
	line-height: 1.6;
	margin: 0 0 20px 0;
}
#liquid_filling-page .strengths .col-txt > *:last-child {
	margin-bottom: 0;
}
#liquid_filling-page .strengths .col-img {
	text-align: center;
}
@media (min-width: 768px) {
	#liquid_filling-page .strengths .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#liquid_filling-page .strengths .col-txt {
		width: 45%;
	}
	#liquid_filling-page .strengths .col-img {
		width: 50%;
	}
	#liquid_filling-page .strengths .wrap_1_2 .col-img {
		margin-bottom: -40px;
	}
}
@media (max-width: 992px) {
	#liquid_filling-page .strengths .col-txt {
		width: 100%;
	}
	#liquid_filling-page .strengths .col-img {
		width: 100%;
	}
	#liquid_filling-page .strengths .col-img {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	#liquid_filling-page .strengths {
		padding: 230px 0 0 0;
	}
	#liquid_filling-page .strengths::before {
		top: 50px;
		width: 40px;
		height: 20px;
	}
	#liquid_filling-page .strengths .inner-wrap {
		padding-bottom: 50px;
	}
	#liquid_filling-page .strengths .h2 {
		margin: -115px 0 0 0;
	}
	#liquid_filling-page .strengths .h3 {
		font-size: 20px;
		margin: 56px 0 0 0;
	}
	#liquid_filling-page .strengths .h3.h3-first {
		margin-top: 58px;
	}
	#liquid_filling-page .strengths .h3 .num {
		width: 42px;
	}
	#liquid_filling-page .strengths .h3 .ja {
		font-size: 20px;
		padding-left: 10px;
	}
	#liquid_filling-page .strengths .wrap {
		padding: 28px 24px 30px;
		margin: 10px 0 0 0;
	}
	#liquid_filling-page .strengths .h4 {
		font-size: 20px;
		margin: 0 0 15px 0;
	}
	#liquid_filling-page .strengths .col-img {
		margin-top: 20px;
	}
	#liquid_filling-page .strengths .wrap_1_2 .col-img {
		margin-bottom: -30px;
	}
	#liquid_filling-page .strengths .wrap_1_2 .col-img img {
		width: 189px;
	}
}

/* about */
#liquid_filling-page .about {
	padding: 140px 0 0 0;
}
#liquid_filling-page .about .inner-wrap {
	padding-bottom: 90px;
}
#liquid_filling-page .about .h2 {
	margin: -110px 0 0 0;
}
#liquid_filling-page .about .h3 {
	font-size: 30px;
	font-size: 700;
	color: #ffffff;
	background-color: var(--green1);
	padding: 16px 48px 14px;
	margin: 70px 0 40px 0;
}
#liquid_filling-page .about .h3#auto-fill {
	margin-top: 60px;
}
#liquid_filling-page .about p {
	font-size: 18px;
}
#liquid_filling-page .about #auto-fill + p {
	margin-bottom: 30px;
}
#liquid_filling-page .about .product-detail-link {
	margin-bottom: 60px;
}
#liquid_filling-page .about__row + .about__row {
	border-top: 1px solid #dddddd;
	margin-top: 50px;
	padding-top: 50px;
}
#liquid_filling-page .about__list-row .h4 {
	font-size: 20px;
	margin: 0 0 15px 0;
}
#liquid_filling-page .about__list-row ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#liquid_filling-page .about__list-row ul li span {
	display: flex;
	align-items: center;
	background-color: #D9F2F2;
	color: var(--green1);
	min-height: 48px;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 20px;
}
#liquid_filling-page .about .dl-wrap {
	margin-top: 44px;
}
#liquid_filling-page .about .dl-wrap dl dt {
	font-size: 20px;
	text-align: center;
}
#liquid_filling-page .about .dl-wrap dl dd {
	text-align: center;
	margin-top: 45px;
}
@media (min-width: 768px) {
	#liquid_filling-page .about__row {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#liquid_filling-page .about__row .col-txt {
		width: 59%;
	}
	#liquid_filling-page .about__row .col-txt p:first-of-type {
		margin-top: -5px;
	}
	#liquid_filling-page .about__row .col-img {
		width: 38%;
	}
	#liquid_filling-page .about__row .col-img.order-md-2 {
		order: -1;
	}
	#liquid_filling-page .about__list-row {
		display: flex;
		justify-content: space-between;
	}
	#liquid_filling-page .about__list-row .col-img {
		flex: 1;
		padding-right: 40px;
	}
	#liquid_filling-page .about__list-row .col-txt {
		width: 192px;
	}
	#liquid_filling-page .about__list-row ul li + li {
		margin-top: 8px;
	}
}
@media (max-width: 767px) {
	#liquid_filling-page .about .inner-wrap {
		padding-bottom: 35px;
	}
	#liquid_filling-page .about .h2 {
		margin: -100px 0 0 0;
	}
	#liquid_filling-page .about .h3 {
		font-size: 20px;
		padding: 14px 10px;
		margin: 50px 0 25px 0;
	}
	#liquid_filling-page .about .product-detail-link {
		margin-top: -5px;
		margin-bottom: 35px;
	}
	#liquid_filling-page .about__row {
		display: flex;
		flex-direction: column;
	}
	#liquid_filling-page .about__row + .about__row {
		margin-top: 50px;
		padding-top: 40px;
	}
	#liquid_filling-page .about__row .order-md-1 {
		order: 1;
	}
	#liquid_filling-page .about__row .order-md-2 {
		order: 2;
	}
	#liquid_filling-page .about__row .col-img {
		text-align: center;
	}
	#liquid_filling-page .about__list-row .h4 {
		font-size: 18px;
		text-align: center;
		margin: 15px 0 0 0;
	}
	#liquid_filling-page .about__list-row ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -8px;
	}
	#liquid_filling-page .about__list-row ul li {
		display: flex;
		width: 50%;
		padding: 0 8px;
		margin-top: 16px;
	}
	#liquid_filling-page .about__list-row ul li span {
		justify-content: center;
		width: 100%;
		min-height: 40px;
		font-size: 13px;
		text-align: center;
		padding: 10px 10px;
	}
	#liquid_filling-page .about .dl-wrap {
		margin-top: 40px;
	}
	#liquid_filling-page .about .dl-wrap dl dt {
		font-size: 18px;
	}
	#liquid_filling-page .about .dl-wrap dl dd {
		margin-top: 30px;
	}
}

/* .merit */
#liquid_filling-page .merit {
	position: relative;
}
#liquid_filling-page .merit .h2 {
	margin-bottom: 100px;
}
#liquid_filling-page .merit .card {
	position: relative;
	border: 2px solid var(--green1);
	border-radius: 0;
	padding: 60px 30px 30px 30px;
}
#liquid_filling-page .merit .card .number {
	position: absolute;
	top: -45px;
	left: 30px;
}
#liquid_filling-page .merit .card .h3 {
	font-size: 25px;
	margin: 0 0 20px 0;
}
#liquid_filling-page .merit .card .col-txt > *:last-child {
	margin-bottom: 0;
}
@media (min-width: 992px) {
	#liquid_filling-page .merit .row-card {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#liquid_filling-page .merit .card {
		width: 48%;
		max-width: 540px;
	}
	#liquid_filling-page .merit .card:nth-child(even) {
		transform: translateY(192px);
	}
}
@media (min-width: 768px) {
	#liquid_filling-page .merit .card:not(:last-child) {
		margin-bottom: 90px;
	}
	#liquid_filling-page .merit .col-img {
		position: absolute;
		right: 15px;
		bottom: 15px;
	}
}
@media (max-width: 1199px) {
	#liquid_filling-page .merit .col-txt {
		padding-right: 120px;
	}
}
@media (max-width: 767px) {
	#liquid_filling-page .merit {
		padding-top: 20px;
	}
	#liquid_filling-page .merit .h2 {
		margin-bottom: 60px;
	}
	#liquid_filling-page .merit .card {
		display: flex;
		align-items: center;
		flex-direction: row;
		padding: 16px 15px 17px;
		margin-top: 50px;
	}
	#liquid_filling-page .merit .card .number {
		top: -25px;
		left: 25px;
		width: 42px;
	}
	#liquid_filling-page .merit .col-img {
		width: 96px;
	}
	#liquid_filling-page .merit .col-txt {
		flex: 1;
		padding: 0 0 0 20px;
	}
	#liquid_filling-page .merit .card .h3 {
		font-size: 20px;
		margin: 0 0 3px 0;
	}
}

/* .works */
#liquid_filling-page .works {
	padding: 128px 0;
}
#liquid_filling-page .works .h2 + p {
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
	margin: 33px 0 0 0;
}
#liquid_filling-page .works .h3 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: var(--green1);
	margin: -20px 0 42px 0;
}
#liquid_filling-page .works .inner {
	max-width: 1174px;
	padding: 0 40px 35px 40px;
	margin-top: 88px;
}
#liquid_filling-page .works .inner.inner_2 {
	padding-bottom: 40px;
}
#liquid_filling-page .works ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#liquid_filling-page .works__list-img ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 -2px;
}
#liquid_filling-page .works__list-img ul li {
	padding: 0 2px;
	margin-bottom: 25px;
}
#liquid_filling-page .works__list-img dl dt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;
}
#liquid_filling-page .works .note {
	text-align: center;
	line-height: 1.4;
	margin-top: 10px;
}
#liquid_filling-page .works__list-txt {
	text-align: center;
}
#liquid_filling-page .works__list-txt ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 12px;
}
#liquid_filling-page .works__list-txt ul li {
	display: inline-block;
	width: 100%;
	max-width: 168px;
	padding: 0 12px;
	margin-bottom: 32px;
}
#liquid_filling-page .works__list-txt ul li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 56px;
	background-color: #F5F5F5;
	border: 1px solid #AAAAAA;
	font-size: 20px;
	font-weight: 700;
	padding: 5px 10px;
}
@media (min-width: 768px) {
	
}
@media (max-width: 991px) {
	#liquid_filling-page .works .inner-wrap {
		padding: 0;
		margin: 0;
	}
}
@media (max-width: 767px) {
	#liquid_filling-page .works {
		padding: 80px 0 35px 0;
	}
	#liquid_filling-page .works .h2 + p {
		font-size: 15px;
		margin-top: 25px;
	}
	#liquid_filling-page .works .inner {
		padding: 0 20px 15px 20px;
		margin-top: 70px;
	}
	#liquid_filling-page .works .inner.inner_2 {
		padding-bottom: 15px;
	}
	#liquid_filling-page .works .h3 {
		font-size: 20px;
		margin: -25px 0 30px 0;
	}
	#liquid_filling-page .works .inner_2 .h3 {
		margin: -40px 0 30px 0;
	}
	#liquid_filling-page .works__list-img ul li {
		width: 50%;
		margin-bottom: 20px;
	}
	#liquid_filling-page .works__list-img dl dt {
		font-size: 15px;
		margin-bottom: 5px;
	}
	#liquid_filling-page .works .note {
		margin-top: 0;
	}
	#liquid_filling-page .works__list-txt ul {
		justify-content: flex-start;
		margin: 0 -8px;
	}
	#liquid_filling-page .works__list-txt ul li {
		display: flex;
		width: 50%;
		max-width: initial;
		margin-bottom: 15px;
		padding: 0 8px;
	}
	#liquid_filling-page .works__list-txt ul li span {
		min-height: 40px;
		font-size: 18px;
		padding: 5px 5px;
	}
}

/* lp-cases-sec */
.lp-page#liquid_filling-page .lp-cases-sec {
	background: var(--white) !important;
	padding: 105px 0 95px;
}
#liquid_filling-page .lp-cases-sec .h2 {
	margin-bottom: 70px;
}
@media (max-width: 767px) {
	.lp-page#liquid_filling-page .lp-cases-sec {
		padding: 65px 0 55px 0;
	}
	#liquid_filling-page .lp-cases-sec .h2 {
		margin-bottom: 60px;
	}
	#liquid_filling-page  .lp-cases-sec .btn {
		max-width: 296px;
	}
}

/* .support */
#liquid_filling-page .support {
	padding: 130px 0 130px 0;
}
#liquid_filling-page .support .inner-wrap {
	max-width: 1078px;
	padding-bottom: 77px;
}
#liquid_filling-page .support .h2 + p {
	line-height: 1.6;
	text-align: center;
	margin: 30px 0 90px 0;
}
#liquid_filling-page .support .h3 {
	font-size: 30px;
	text-align: center;
	color: var(--green1);
	margin: -20px 0 0 0;
}
#liquid_filling-page .support .h3 + p {
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}
#liquid_filling-page .support__flow dl {
	line-height: 1.4;
	border: 8px solid var(--green1);
	margin-bottom: 95px;
}
#liquid_filling-page .support__flow dl:last-child {
	margin-bottom: 0;
}
#liquid_filling-page .support__flow dl + dl {
	position: relative;
}
#liquid_filling-page .support__flow dl + dl::before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -70px;
	content: "";
	width: 64px;
	height: 32px;
	background-color: var(--green1);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#liquid_filling-page .support__flow dl dt {
	background-color: var(--green1);
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	padding: 23px 35px;
}
#liquid_filling-page .support__flow dl dd {
	font-size: 18px;
	padding: 20px 40px;
}
#liquid_filling-page .support__flow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#liquid_filling-page .support__flow ul li {
	background-image: url("../img/liquid_filling/check.png");
	background-repeat: no-repeat;
	background-position: left top 0.15em;
	padding-left: 1.3em;
}
#liquid_filling-page .support__flow ul li + li {
	margin-top: 10px;
}
#liquid_filling-page .support .btn-wrap {
	margin-top: 80px;
	padding: 0;
}
#liquid_filling-page .support .btn-wide {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--green1);
	color: #ffffff;
	width: 100%;
	height: 128px;
	font-size: 25px;
	font-weight: 700;
}
#liquid_filling-page .support .btn-wide::before {
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 32px;
	height: 24px;
	background-color: #ffffff;
	clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
@media (min-width: 768px) {
	#liquid_filling-page .support__flow dl {
		display: flex;
	}
	#liquid_filling-page .support__flow dl dt {
		width: 33.33%;
	}
	#liquid_filling-page .support__flow dl dd {
		display: flex;
		align-items: center;
		width: 66.66%;
	}
}
@media (max-width: 767px) {
	#liquid_filling-page .support {
		padding: 65px 0 50px 0;
	}
	#liquid_filling-page .support .h2 + p {
		margin-bottom: 60px;
	}
	#liquid_filling-page .support .h3 {
		font-size: 20px;
		margin: -15px 0 0 0;
	}
	#liquid_filling-page .support .h3 + p {
		font-size: 15px;
		margin-bottom: 25px;
	}
	#liquid_filling-page .support .inner-wrap {
		margin: 0;
		padding: 0 20px 30px 20px;
	}
	#liquid_filling-page .support__flow dl {
		border: 15px solid var(--green1);
		margin-bottom: 48px;
	}
	#liquid_filling-page .support__flow dl + dl::before {
		top: -48px;
		width: 34px;
		height: 16px;
	}
	#liquid_filling-page .support__flow dl dt {
		font-size: 18px;
		line-height: 1.5;
		text-align: center;
		padding: 0 0 10px 0;
		margin-top: -2px;
	}
	#liquid_filling-page .support__flow dl dd {
		font-size: 15px;
		padding: 12px 15px;
	}
	#liquid_filling-page .support .btn-wrap {
		margin-top: 30px;
		padding: 0;
	}
	#liquid_filling-page .support .btn-wide {
		height: 65px;
		font-size: 18px;
	}
	#liquid_filling-page .support .btn-wide::before {
		left: 20px;
		width: 16px;
		height: 12px;
	}
}

/* .lp-contact-banner */
.lp-page#liquid_filling-page .lp-contact-banner-01 {
	padding-top: 161px;
	padding-bottom: 98px;
}
.lp-page#liquid_filling-page .lp-contact-banner a.contact-banner-inner {
	margin: 0 48px;
}
.lp-page#liquid_filling-page .lp-contact-banner-02 {
	padding-top: 160px;
	padding-bottom: 96px;
}
.lp-page#liquid_filling-page .contact-banner-left .img-wrap img {
	width: 334px;
	padding-right: 30px;
}
@media (max-width: 991px) {
	.lp-page#liquid_filling-page .lp-contact-banner a.contact-banner-inner {
		margin: 0;
	}
}
@media (min-width: 768px) {
	.lp-page#liquid_filling-page .lp-contact-banner a.contact-banner-inner {
		transition: 0.3s all;
	}
	.lp-page#liquid_filling-page .lp-contact-banner a.contact-banner-inner:hover {
		opacity: 0.6;
	}
}
@media (max-width: 767px) {
	.lp-page#liquid_filling-page .lp-contact-banner.lp-contact-banner-01 {
		padding: 80px 0 57px;
	}
	.lp-page#liquid_filling-page .contact-banner-left .img-wrap {
		width: 190px;
	}
	.lp-page#liquid_filling-page .lp-contact-banner-02 {
		padding-top: 80px;
		padding-bottom: 34px;
	}
	.lp-page#liquid_filling-page .lp-contact-banner a.contact-banner-inner {
		margin: 0 auto;
	}
	.lp-page#liquid_filling-page .contact-banner-left .img-wrap img {
		width: 190px;
		padding-right: 0;
		margin-left: 10px;
	}
}

/* .lp-cta-sec */
.lp-page#liquid_filling-page .lp-cta-sec {
	padding-top: 95px;
	padding-bottom: 90px;
}
.lp-page#liquid_filling-page .cta-inner {
	padding: 2.25% 5%;
	margin-left: 48px;
	margin-right: 48px;
}
@media (max-width: 767px) {
	.lp-page#liquid_filling-page .lp-cta-sec {
		padding-top: 22px;
    padding-bottom: 7px;
	}
	.lp-page#liquid_filling-page .cta-inner {
		padding: 3.25% 5%;
		margin-left: 0;
		margin-right: 0;
	}
}
