.innerBlock .upper,
.productCarouselArea .upper {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.innerBlock .upper .head,
.productCarouselArea .upper .head {
	position: relative;
}
.innerBlock .upper img,
.productCarouselArea .upper img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width: 940px) {
	.innerBlock .upper img,
	.productCarouselArea .upper img {
		width: 45px;
	}
}
.innerBlock .upper h2,
.productCarouselArea .upper h2 {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
	letter-spacing: 0.2em;
	z-index: 1;
}
@media screen and (max-width: 940px) {
	.innerBlock .upper h2,
	.productCarouselArea .upper h2 {
		font-size: 24px;
		line-height: 150%;
		text-align: center;
		letter-spacing: 0.05em;
	}
}
.innerBlock .upper .text,
.productCarouselArea .upper .text {
	display: block;
	position: relative;
	margin-top: 30px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	z-index: 1;
}
.innerBlock .upper .text.bold,
.productCarouselArea .upper .text.bold {
	font-weight: bold;
}
.innerBlock .upper .text.bold + .text,
.productCarouselArea .upper .text.bold + .text {
	margin-top: 5px;
}
@media screen and (max-width: 768px) {
	.innerBlock .upper .text,
	.productCarouselArea .upper .text {
		margin: 20px 30px 0;
	}
}
.anchorMenuArea {
	max-width: 1100px;
	margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
	.anchorMenuArea.js-bussiness-anker_link .innerBlock ul {
		justify-content: center;
	}
	.anchorMenuArea.js-bussiness-anker_link .innerBlock ul li {
		width: calc(100% / 4);
	}
	.anchorMenuArea.js-bussiness-anker_link .innerBlock ul li:nth-child(n + 5) {
		margin-top: 54px;
	}
}
.anchorMenuArea .innerBlock .title {
	display: block;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.2em;
	color: #444;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
}
@media screen and (max-width: 500px) {
	.anchorMenuArea .innerBlock .title {
		font-size: 16px;
		line-height: 150%;
		text-align: center;
		letter-spacing: 0.25em;
	}
}
.anchorMenuArea .innerBlock .btn {
	display: block;
	width: 42px;
	height: 42px;
	transition: 0.3s;
	position: relative;
	margin-left: auto;
	transform: rotate(90deg);
	margin: 10px auto 0;
}
.anchorMenuArea .innerBlock .btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: -2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_02.svg") no-repeat;
	background-size: contain;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
}
.anchorMenuArea .innerBlock .btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: 2;
}
.anchorMenuArea .innerBlock ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 1200px) {
	.anchorMenuArea .innerBlock ul {
		margin: 0 26px;
	}
}
@media screen and (max-width: 747px) {
	.anchorMenuArea .innerBlock ul li:nth-child(6) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 747px) and (max-width: 700px) {
	.anchorMenuArea .innerBlock ul li {
		width: 50%;
	}
	.anchorMenuArea .innerBlock ul li:nth-child(n + 3) {
		margin-top: 34px;
	}
}
.anchorMenuArea .innerBlock ul li a {
	display: block;
}
@media screen and (min-width: 1100px) {
	.anchorMenuArea .innerBlock ul li a:hover .btn {
		transform: rotate(90deg);
	}
	.anchorMenuArea .innerBlock ul li a:hover .btn::after {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 750px) {
	.businessDetailArea.business .innerBlock .upper .text {
		margin: 20px 35px 0;
	}
}
.businessDetailArea.business .innerBlock .lower .img {
	position: relative;
	max-width: 275px;
	height: 275px;
	margin: auto;
}
@media screen and (max-width: 600px) {
	.businessDetailArea.business .innerBlock .lower .img {
		max-width: 255px;
		height: 255px;
	}
}
@media screen and (max-width: 600px) and (max-width: 374px) {
	.businessDetailArea.business .innerBlock .lower .img {
		max-width: 245px;
		height: 245px;
	}
}
.businessDetailArea.business .innerBlock .lower .img .inner {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 250px;
	width: 100%;
	height: 250px;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}
@media screen and (max-width: 600px) {
	.businessDetailArea.business .innerBlock .lower .img .inner {
		max-width: 240px;
		height: 240px;
	}
}
@media screen and (max-width: 600px) and (max-width: 374px) {
	.businessDetailArea.business .innerBlock .lower .img .inner {
		max-width: 235px;
		height: 235px;
	}
}
.businessDetailArea.business .innerBlock .lower .img .btn {
	display: block;
	width: 42px;
	height: 42px;
	transition: 0.3s;
	position: relative;
	margin-left: auto;
	position: absolute;
	right: 30px;
	bottom: 10px;
	margin: auto;
}
.businessDetailArea.business .innerBlock .lower .img .btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: -2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_02.svg") no-repeat;
	background-size: contain;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
}
.businessDetailArea.business .innerBlock .lower .img .btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: 2;
}
@media screen and (max-width: 600px) {
	.businessDetailArea.business .innerBlock .lower .img .btn {
		width: 32px;
		height: 32px;
	}
	.businessDetailArea.business .innerBlock .lower .img .btn::after {
		width: 32px;
		height: 32px;
	}
}
.businessDetailArea.business .innerBlock .lower .img .btn.link::before {
	width: 15px;
	background: url(../images/sustainability/icon_link.svg) no-repeat;
	background-size: contain;
}
.businessDetailArea.business .innerBlock .lower .img img {
	max-width: none;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s;
}
@media screen and (max-width: 600px) {
	.businessDetailArea.business .innerBlock .lower .img img {
		max-width: 255px;
	}
}
@media screen and (max-width: 600px) and (max-width: 374px) {
	.businessDetailArea.business .innerBlock .lower .img img {
		max-width: 245px;
	}
}
.businessDetailArea.business .innerBlock .lower .text {
	max-width: 267px;
}
@media screen and (min-width: 651px) {
	.businessDetailArea.business .innerBlock .lower .text {
		margin-top: 10px;
	}
}
.businessDetailArea.business .innerBlock .lower ul {
	justify-content: center;
}
@media screen and (max-width: 1035px) {
	.businessDetailArea.business .innerBlock .lower ul {
		justify-content: space-between;
	}
}
@media screen and (max-width: 1035px) and (max-width: 650px) {
	.businessDetailArea.business .innerBlock .lower ul {
		display: block;
	}
}
@media screen and (max-width: 650px) {
	.businessDetailArea.business .innerBlock .lower ul li {
		margin: auto;
	}
	.businessDetailArea.business .innerBlock .lower ul li:not(:first-child) {
		margin-top: 40px;
	}
}
@media screen and (min-width: 960px) {
	.businessDetailArea.business .innerBlock .lower ul li a:hover img {
		transform: scale(1.05);
	}
	.businessDetailArea.business .innerBlock .lower ul li a:hover .btn::after {
		transform: scale(1.1);
	}
}
.businessDetailArea.business .innerBlock .lower ul li:nth-child(1) .img {
	background: url(../images/business/img_product_detail_01.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.businessDetailArea.business .innerBlock .lower ul li:nth-child(2) {
	margin: 0 80px;
}
@media screen and (max-width: 1035px) {
	.businessDetailArea.business .innerBlock .lower ul li:nth-child(2) {
		margin: 20px 0 0;
	}
}
@media screen and (max-width: 1035px) and (max-width: 650px) {
	.businessDetailArea.business .innerBlock .lower ul li:nth-child(2) {
		margin: 40px auto 0;
	}
}
.businessDetailArea.business .innerBlock .lower ul li:nth-child(2) .img {
	background: url(../images/business/img_product_detail_02.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.businessDetailArea.business .innerBlock .lower ul li:nth-child(3) .img {
	background: url(../images/business/img_product_detail_03.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.salesPerformanceArea {
	margin-top: 180px;
}
@media screen and (max-width: 768px) {
	.salesPerformanceArea {
		margin-top: 80px;
	}
}
.salesPerformanceArea .innerBlock .contetns {
	position: relative;
	padding-top: 50px;
	background: url(../images/business/bg_wave_center_01.jpg);
	z-index: 2;
}
@media screen and (max-width: 600px) {
	.salesPerformanceArea .innerBlock .contetns {
		padding-top: 0;
	}
}
.salesPerformanceArea .innerBlock .contetns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0 auto 0;
}
@media screen and (max-width: 1350px) {
	.salesPerformanceArea .innerBlock .contetns ul {
		justify-content: flex-start;
		max-width: 930px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1350px) and (max-width: 930px) {
	.salesPerformanceArea .innerBlock .contetns ul {
		max-width: 620px;
	}
}
@media screen and (max-width: 1350px) and (max-width: 930px) and (max-width: 620px) {
	.salesPerformanceArea .innerBlock .contetns ul {
		max-width: none;
	}
}
.salesPerformanceArea .innerBlock .contetns ul li {
	position: relative;
	width: 220px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	padding: 89px 40px 40px;
	border-radius: 5px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	background-color: #fff9f9;
}
.salesPerformanceArea .innerBlock .contetns ul li:nth-child(2).cue-lazy.in {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.salesPerformanceArea .innerBlock .contetns ul li:nth-child(3).cue-lazy.in {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.salesPerformanceArea .innerBlock .contetns ul li:nth-child(4).cue-lazy.in {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.salesPerformanceArea .innerBlock .contetns ul li:nth-child(6).cue-lazy.in {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.salesPerformanceArea .innerBlock .contetns ul li:nth-child(8).cue-lazy.in {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.salesPerformanceArea .innerBlock .contetns ul li:nth-child(even) {
	margin-top: 93px;
}
.salesPerformanceArea .innerBlock .contetns ul li:nth-child(5) {
	margin-top: 20px;
}
.salesPerformanceArea .innerBlock .contetns ul li:nth-child(5).cue-lazy.in {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.salesPerformanceArea .innerBlock .contetns ul li:nth-child(7) {
	margin-top: 20px;
}
.salesPerformanceArea .innerBlock .contetns ul li:nth-child(7).cue-lazy.in {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
@media screen and (max-width: 1350px) {
	.salesPerformanceArea .innerBlock .contetns ul li {
		max-width: 220px;
		margin: 5px;
	}
	.salesPerformanceArea .innerBlock .contetns ul li:nth-child(even),
	.salesPerformanceArea .innerBlock .contetns ul li:nth-child(5),
	.salesPerformanceArea .innerBlock .contetns ul li:nth-child(7) {
		margin-top: 5px;
	}
}
@media screen and (max-width: 1350px) and (max-width: 620px) {
	.salesPerformanceArea .innerBlock .contetns ul li {
		max-width: none;
		width: 100%;
		margin: 75px 40px 0;
	}
	.salesPerformanceArea .innerBlock .contetns ul li:nth-child(even),
	.salesPerformanceArea .innerBlock .contetns ul li:nth-child(5),
	.salesPerformanceArea .innerBlock .contetns ul li:nth-child(7) {
		margin-top: 75px;
	}
}
.salesPerformanceArea .innerBlock .waveImg.bottom {
	position: relative;
}
.salesPerformanceArea .innerBlock .waveImg.bottom img {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.salesPerformanceArea .innerBlock .badge {
	position: absolute;
	top: -65px;
	left: -25px;
}
.salesPerformanceArea .innerBlock .badge img {
	display: block;
	max-width: 128px;
}
.salesPerformanceArea .innerBlock .img {
	display: block;
}
.salesPerformanceArea .innerBlock .img img {
	display: block;
	max-width: 130px;
	margin: auto;
}
.salesPerformanceArea .innerBlock .title {
	display: block;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.15em;
	color: #e74c4c;
}
.salesPerformanceArea .innerBlock .name {
	display: block;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
}
.salesPerformanceArea .innerBlock .detail {
	display: block;
	font-size: 12px;
	line-height: 170%;
	text-align: center;
}
.businessSearchArea {
	max-width: 1150px;
	margin: 100px auto 0;
}
.businessSearchArea .innerBlock {
	display: flex;
}
@media screen and (max-width: 1200px) {
	.businessSearchArea .innerBlock {
		margin: 0 40px;
	}
}
@media screen and (max-width: 1200px) and (max-width: 990px) {
	.businessSearchArea .innerBlock {
		display: block;
	}
}
.businessSearchArea .innerBlock .left img {
	display: block;
	max-width: 560px;
}
@media screen and (max-width: 1200px) {
	.businessSearchArea .innerBlock .left img {
		max-width: 400px;
	}
}
@media screen and (max-width: 1200px) and (max-width: 990px) {
	.businessSearchArea .innerBlock .left img {
		margin: auto;
	}
}
@media screen and (max-width: 1200px) and (max-width: 990px) and (max-width: 540px) {
	.businessSearchArea .innerBlock .left img {
		max-width: none;
		width: 100%;
	}
}
.businessSearchArea .innerBlock .right {
	position: relative;
	left: -80px;
	width: 430px;
	height: 430px;
	margin-top: 70px;
}
@media screen and (max-width: 990px) {
	.businessSearchArea .innerBlock .right {
		left: 0;
		margin: -50px auto 0;
	}
}
@media screen and (max-width: 990px) and (max-width: 414px) {
	.businessSearchArea .innerBlock .right {
		left: -40px;
	}
}
@media screen and (max-width: 990px) and (max-width: 414px) and (max-width: 375px) {
	.businessSearchArea .innerBlock .right {
		left: -67px;
	}
}
@media screen and (max-width: 990px) and (max-width: 414px) and (max-width: 375px) and (max-width: 320px) {
	.businessSearchArea .innerBlock .right {
		left: -95px;
	}
}
.businessSearchArea .innerBlock .largeBubble {
	width: 430px;
	height: 410px;
	background: url(../images/business/img_bubble_01_large.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 540px) {
	.businessSearchArea .innerBlock .largeBubble {
		width: 410px;
		height: 390px;
	}
}
.businessSearchArea .innerBlock .smallBubble {
	position: absolute;
	right: -80px;
	bottom: 0;
	z-index: -1;
	width: 230px;
	height: 240px;
	background: url(../images/business/img_bubble_01_small.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 540px) {
	.businessSearchArea .innerBlock .smallBubble {
		width: 210px;
		height: 220px;
	}
}
.businessSearchArea .innerBlock .inner {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 290px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin: auto;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
.businessSearchArea .innerBlock .inner h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 43px;
	letter-spacing: 0.2em;
	color: #2bbfff;
}
@media screen and (max-width: 540px) {
	.businessSearchArea .innerBlock .inner h3 {
		font-size: 24px;
		line-height: 150%;
	}
}
.businessSearchArea .innerBlock .inner .text {
	margin-top: 7px;
	font-size: 16px;
	line-height: 200%;
	color: #272727;
}
.businessSearchArea .innerBlock .inner .moreBtn {
	display: block;
	position: relative;
	width: 270px;
	margin: 50px auto 0;
	z-index: 1;
}
@media screen and (min-width: 1100px) {
	.businessSearchArea .innerBlock .inner .moreBtn:hover::after {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 1100px) {
	.businessSearchArea .innerBlock .inner .moreBtn {
		margin: 50px auto 0;
	}
}
.businessSearchArea .innerBlock .inner .moreBtn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 20px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_01.svg") no-repeat;
	background-size: contain;
	transition: 0.3s;
}
.businessSearchArea .innerBlock .inner .moreBtn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 270px;
	margin: auto;
	border-radius: 80px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: -1;
}
.businessSearchArea .innerBlock .inner .moreBtn a {
	display: block;
	padding: 26px 15px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.15em;
	text-align: center;
	color: #444;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.businessSearchArea .innerBlock .inner .moreBtn {
	cursor: pointer;
}
.businessSearchArea + .businessSearchArea {
	margin-top: 0;
}
@media screen and (max-width: 990px) {
	.businessSearchArea + .businessSearchArea {
		margin-top: 55px;
	}
}
.businessSearchArea.is-right .innerBlock .left {
	position: relative;
	left: 150px;
}
@media screen and (max-width: 990px) {
	.businessSearchArea.is-right .innerBlock .left {
		left: 0;
	}
}
.businessSearchArea.is-right .innerBlock .right {
	left: 100px;
}
@media screen and (max-width: 990px) {
	.businessSearchArea.is-right .innerBlock .right {
		left: 0;
	}
}
@media screen and (max-width: 990px) and (max-width: 414px) {
	.businessSearchArea.is-right .innerBlock .right {
		left: -40px;
	}
}
@media screen and (max-width: 990px) and (max-width: 414px) and (max-width: 375px) {
	.businessSearchArea.is-right .innerBlock .right {
		left: -67px;
	}
}
@media screen and (max-width: 990px) and (max-width: 414px) and (max-width: 375px) and (max-width: 320px) {
	.businessSearchArea.is-right .innerBlock .right {
		left: -95px;
	}
}
.awardHistoryArea {
	background: url(../images/business/bg_bubble_01.jpg);
	background-size: contain;
}
@media screen and (max-width: 780px) {
	.awardHistoryArea {
		background: url(../images/business/bg_bubble_01_SP.jpg);
		background-size: contain;
	}
}
.awardHistoryArea .innerBlock {
	max-width: 1064px;
	margin: 100px auto 0;
}
.awardHistoryArea .innerBlock .lower {
	margin-top: 70px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
@media screen and (max-width: 1100px) {
	.awardHistoryArea .innerBlock .lower {
		width: 700px;
		margin: 70px auto 0;
	}
}
@media screen and (max-width: 1100px) and (max-width: 780px) {
	.awardHistoryArea .innerBlock .lower {
		width: auto;
		margin: 70px 40px 0;
	}
}
@media screen and (max-width: 1100px) and (max-width: 780px) and (max-width: 600px) {
	.awardHistoryArea .innerBlock .lower {
		margin: 70px 20px 0;
	}
}
.awardHistoryArea .innerBlock .lower .awardItem {
	position: relative;
}
.awardHistoryArea .innerBlock .lower .awardItem + .awardItem {
	margin-top: 124px;
}
@media screen and (max-width: 750px) {
	.awardHistoryArea .innerBlock .lower .awardItem + .awardItem {
		margin-top: 50px;
	}
}
.awardHistoryArea .innerBlock .lower .awardItem.is-left {
	left: -50px;
}
@media screen and (max-width: 1200px) {
	.awardHistoryArea .innerBlock .lower .awardItem.is-left {
		left: 0;
	}
}
.awardHistoryArea .innerBlock h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 43px;
	letter-spacing: 0.2em;
	color: #ff8181;
}
@media screen and (max-width: 750px) {
	.awardHistoryArea .innerBlock h3 {
		font-size: 20px;
		line-height: 150%;
		letter-spacing: 0.2em;
	}
}
.awardHistoryArea .innerBlock h3 .text {
	display: block;
	position: relative;
	padding-left: 60px;
}
@media screen and (max-width: 750px) {
	.awardHistoryArea .innerBlock h3 .text {
		padding-left: 50px;
	}
}
.awardHistoryArea .innerBlock h3 .text::before {
	content: "";
	display: block;
	width: 46px;
	height: 43px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(../images/business/icon_crown.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 750px) {
	.awardHistoryArea .innerBlock h3 .text::before {
		width: 36px;
		height: 27px;
		bottom: auto;
	}
}
.awardHistoryArea .innerBlock .itemList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}
@media screen and (max-width: 1100px) {
	.awardHistoryArea .innerBlock .itemList {
		display: block;
		margin-top: 20px;
	}
}
.awardHistoryArea .innerBlock .itemList li {
	max-width: 463px;
	padding: 23px 0;
	background-color: #fff9f9;
	border-radius: 10px;
}
.awardHistoryArea .innerBlock .itemList li:nth-child(even) {
	margin-left: 100px;
}
.awardHistoryArea .innerBlock .itemList li:nth-child(n + 3) {
	margin-top: 31px;
}
@media screen and (max-width: 750px) {
	.awardHistoryArea .innerBlock .itemList li:nth-child(n + 3) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 1100px) {
	.awardHistoryArea .innerBlock .itemList li:nth-child(2) {
		margin-top: 31px;
	}
}
@media screen and (max-width: 1100px) and (max-width: 750px) {
	.awardHistoryArea .innerBlock .itemList li:nth-child(2) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 1100px) and (max-width: 600px) {
	.awardHistoryArea .innerBlock .itemList li {
		margin-right: 20px;
	}
}
@media screen and (max-width: 1100px) and (max-width: 600px) and (max-width: 530px) {
	.awardHistoryArea .innerBlock .itemList li:nth-child(even) {
		margin-left: 0;
	}
}
.awardHistoryArea .innerBlock .band {
	position: relative;
	width: 407px;
	padding: 6px 30px;
	background-color: #ff8181;
}
@media screen and (max-width: 780px) {
	.awardHistoryArea .innerBlock .band {
		width: auto;
	}
}
@media screen and (max-width: 780px) and (max-width: 600px) {
	.awardHistoryArea .innerBlock .band {
		padding: 6px 20px;
	}
}
.awardHistoryArea .innerBlock .band::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -18px;
	bottom: 0;
	width: 22px;
	height: 100%;
	margin: auto;
	background: url(../images/business/img_band_01.svg) no-repeat;
	background-size: contain;
}
.awardHistoryArea .innerBlock .band .text {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 0.1em;
	color: #fff;
}
@media screen and (max-width: 750px) {
	.awardHistoryArea .innerBlock .band .text {
		font-size: 18px;
	}
}
.awardHistoryArea .innerBlock .band.is-over::before {
	width: 30px;
	background: url(../images/business/img_band_02.svg) no-repeat;
	background-size: cover;
}
.awardHistoryArea .innerBlock .textarea {
	padding: 18px 30px 0;
	line-height: 150%;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 600px) {
	.awardHistoryArea .innerBlock .textarea {
		padding: 18px 20px 0;
	}
}
.awardHistoryArea .innerBlock .textarea .name {
	font-weight: bold;
	font-size: 20px;
	line-height: 150%;
}
.awardHistoryArea .innerBlock .textarea .detail {
	margin-top: 10px;
	font-size: 12px;
}
.overseasExpansionArea {
	position: relative;
	margin-top: 100px;
}
.overseasExpansionArea .waveImg.bottom img {
	position: absolute;
	bottom: 0;
}
.overseasExpansionArea .innerBlock {
	padding-top: 30px;
	background-color: #fff;
}
.overseasExpansionArea .innerBlock .contetns {
	position: relative;
	padding-top: 50px;
	background: url(../images/business/bg_wave_center_02.jpg);
	z-index: 2;
}
@media screen and (max-width: 600px) {
	.overseasExpansionArea .innerBlock .contetns {
		padding-top: 30px;
	}
}
.overseasExpansionArea .innerBlock .contetns .contensList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1080px;
	margin: auto;
	padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
	.overseasExpansionArea .innerBlock .contetns .contensList {
		padding-bottom: 0;
	}
}
.overseasExpansionArea .innerBlock .contetns .contensList > li {
	position: relative;
}
.overseasExpansionArea
	.innerBlock
	.contetns
	.contensList
	> li:nth-child(n + 3) {
	margin-top: 20px;
}
.overseasExpansionArea .innerBlock .contetns .contensList > li:nth-child(even) {
	top: 80px;
}
@media screen and (max-width: 1060px) {
	.overseasExpansionArea .innerBlock .contetns .contensList {
		justify-content: center;
	}
	.overseasExpansionArea
		.innerBlock
		.contetns
		.contensList
		> li:nth-child(n + 2) {
		margin-top: 20px;
	}
	.overseasExpansionArea
		.innerBlock
		.contetns
		.contensList
		> li:nth-child(even) {
		top: 0;
	}
}
@media screen and (max-width: 1060px) and (max-width: 600px) {
	.overseasExpansionArea .innerBlock .contetns .contensList {
		max-width: none;
		margin: 0 20px;
	}
}
.overseasExpansionArea .innerBlock .center {
	position: relative;
	color: #444;
}
.overseasExpansionArea .innerBlock .center .caption {
	margin: auto;
}
@media screen and (max-width: 768px) {
	.overseasExpansionArea .innerBlock .center .caption {
		position: relative;
		margin-top: 40px;
	}
}
.overseasExpansionArea .innerBlock .center .caption .sub {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 900px) {
	.overseasExpansionArea .innerBlock .center .caption .sub {
		font-size: 18px;
	}
}
.overseasExpansionArea .innerBlock .center .caption .text {
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 900px) {
	.overseasExpansionArea .innerBlock .center .caption .text {
		font-size: 20px;
	}
}
.overseasExpansionArea .innerBlock .center .caption .text em {
	font-size: 50px;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.05em;
	color: #ff8181;
}
@media screen and (max-width: 900px) {
	.overseasExpansionArea .innerBlock .center .caption .text em {
		font-size: 34px;
	}
}
.overseasExpansionArea .innerBlock .center .caption .modalMap {
	cursor: pointer;
	transition: 0.3s;
}
@media screen and (min-width: 1100px) {
	.overseasExpansionArea .innerBlock .center .caption .modalMap:hover {
		color: #2bbfff;
	}
}
.overseasExpansionArea .innerBlock .center .caption .title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #609cd3;
}
@media screen and (max-width: 900px) {
	.overseasExpansionArea .innerBlock .center .caption .title {
		font-size: 18px;
	}
}
.overseasExpansionArea .innerBlock .center .caption.top {
	margin-top: 70px;
}
@media screen and (max-width: 768px) {
	.overseasExpansionArea .innerBlock .center .caption.top {
		margin-top: 40px;
	}
}
.overseasExpansionArea .innerBlock .center .caption.bottom .text {
	margin-top: 8px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.overseasExpansionArea .innerBlock .center svg {
		height: 440px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.overseasExpansionArea .innerBlock .center svg {
		padding: 30px 30px 40px;
	}
}
.overseasExpansionArea .innerBlock .center #china,
.overseasExpansionArea .innerBlock .center #hongkong,
.overseasExpansionArea .innerBlock .center #macau,
.overseasExpansionArea .innerBlock .center #korea,
.overseasExpansionArea .innerBlock .center #taiwan,
.overseasExpansionArea .innerBlock .center #philippines,
.overseasExpansionArea .innerBlock .center #thailand,
.overseasExpansionArea .innerBlock .center #vietnam,
.overseasExpansionArea .innerBlock .center #malaysia,
.overseasExpansionArea .innerBlock .center #singapore,
.overseasExpansionArea .innerBlock .center #usa,
.overseasExpansionArea .innerBlock .center #canada {
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.overseasExpansionArea .innerBlock .lower {
		margin-top: 75px;
	}
}
.overseasExpansionArea .innerBlock .globalItem {
	max-width: 456px;
	padding: 40px 37px;
	background-color: #fff9f9;
	border-radius: 10px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
@media screen and (max-width: 600px) {
	.overseasExpansionArea .innerBlock .globalItem {
		max-width: auto;
	}
}
.overseasExpansionArea .innerBlock .globalItem .title {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: auto;
	padding: 7.5px 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.2em;
	color: #fff;
	background-color: #ff8181;
}
@media screen and (max-width: 600px) {
	.overseasExpansionArea .innerBlock .globalItem .title {
		padding: 7.5px 15px;
	}
}
.overseasExpansionArea .innerBlock .globalItem .title .text {
	display: block;
	position: relative;
}
.overseasExpansionArea .innerBlock .globalItem .title .text::before,
.overseasExpansionArea .innerBlock .globalItem .title .text::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -30px;
	bottom: 0;
	width: 20px;
	height: 45px;
	margin: auto;
	background: url(../images/business/img_band_02.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 600px) {
	.overseasExpansionArea .innerBlock .globalItem .title .text::before,
	.overseasExpansionArea .innerBlock .globalItem .title .text::after {
		top: 0;
		right: -30px;
		bottom: 0;
		width: 22px;
		height: 39px;
		margin: auto;
		background: url(../images/business/img_band_01.svg) no-repeat;
		background-size: contain;
	}
}
.overseasExpansionArea .innerBlock .globalItem .title .text::before {
	right: auto;
	left: -30px;
	transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
	.overseasExpansionArea .innerBlock .globalItem .title {
		font-size: 16px;
		letter-spacing: 0.05em;
	}
}
.overseasExpansionArea .innerBlock .globalItem .img img {
	display: block;
	width: 70%;
	margin: 20px auto 0;
}
@media screen and (max-width: 600px) {
	.overseasExpansionArea .innerBlock .globalItem .img img {
		width: 100%;
	}
}
.overseasExpansionArea .innerBlock .globalItem ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}
@media screen and (max-width: 600px) {
	.overseasExpansionArea .innerBlock .globalItem ul {
		display: block;
	}
}
.overseasExpansionArea .innerBlock .globalItem ul li {
	width: 50%;
	font-size: 16px;
	line-height: 200%;
	color: #444;
}
@media screen and (max-width: 600px) {
	.overseasExpansionArea .innerBlock .globalItem ul li {
		width: 100%;
	}
}
.storeSearchModal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: scroll;
	z-index: 5;
}
.storeSearchModal .closeBtn {
	display: block;
	position: fixed;
	top: 40px;
	right: 50px;
	width: 42px;
	height: 40px;
	cursor: pointer;
	z-index: 4;
}
@media screen and (max-width: 550px) {
	.storeSearchModal .closeBtn {
		top: 29px;
		right: 27px;
		width: 32px;
		height: 30px;
	}
}
.storeSearchModal .closeBtn::before,
.storeSearchModal .closeBtn::after {
	content: "";
	display: block;
	position: absolute;
	right: 21px;
	width: 2px;
	height: 40px;
	background-color: #272727;
	transform: rotate(45deg);
}
@media screen and (max-width: 550px) {
	.storeSearchModal .closeBtn::before,
	.storeSearchModal .closeBtn::after {
		right: 15px;
		height: 30px;
	}
}
.storeSearchModal .closeBtn::after {
	transform: rotate(-45deg);
}
.storeSearchModal .headBlock {
	margin-top: 140px;
}
@media screen and (max-width: 550px) {
	.storeSearchModal .headBlock {
		margin-top: 115px;
	}
}
.storeSearchModal .headBlock .lower {
	background: url(../images/products/bg_wave_center_01.jpg);
}
@media screen and (max-width: 1300px) {
	.storeSearchModal .headBlock .lower {
		padding: 0 30px;
	}
}
@media screen and (max-width: 1300px) and (max-width: 550px) {
	.storeSearchModal .headBlock .lower {
		padding-top: 50px;
	}
}
.storeSearchModal .headBlock h2 {
	font-size: 36px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.15em;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
}
@media screen and (max-width: 550px) {
	.storeSearchModal .headBlock h2 {
		font-size: 24px;
		letter-spacing: 0.05em;
	}
}
.storeSearchModal .headBlock .contents .checkSort {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1160px;
	margin: auto;
}
@media screen and (max-width: 1300px) {
	.storeSearchModal .headBlock .contents .checkSort {
		display: block;
	}
}
.storeSearchModal .headBlock .contents .btnSort {
	max-width: 1030px;
	margin: 50px auto 0;
}
@media screen and (max-width: 1000px) {
	.storeSearchModal .headBlock .contents .btnSort {
		max-width: 900px;
	}
}
@media screen and (max-width: 1000px) and (max-width: 375px) {
	.storeSearchModal .headBlock .contents .btnSort {
		width: 315px;
	}
}
@media screen and (max-width: 1000px) and (max-width: 375px) and (max-width: 320px) {
	.storeSearchModal .headBlock .contents .btnSort {
		width: 260px;
	}
}
.storeSearchModal .headBlock .contents .btnSort ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 1000px) {
	.storeSearchModal .headBlock .contents .btnSort ul {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 630px) {
	.storeSearchModal .headBlock .contents .btnSort ul {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 630px) and (max-width: 550px) {
	.storeSearchModal .headBlock .contents .btnSort ul {
		margin: 0;
	}
}
.storeSearchModal .headBlock .contents .btnSort ul li {
	width: 80px;
}
.storeSearchModal .headBlock .contents .btnSort ul li label {
	display: block;
}
.storeSearchModal .headBlock .contents .btnSort ul li label input {
	display: none;
}
.storeSearchModal
	.headBlock
	.contents
	.btnSort
	ul
	li
	label
	input:checked
	+ .name
	.text::before {
	background: url(../images/products/icon_radioBtn.svg) no-repeat;
	background-size: contain;
	border: none;
}
@media screen and (max-width: 1000px) {
	.storeSearchModal .headBlock .contents .btnSort ul li {
		max-width: 900px;
		margin: 0 15px 30px 0;
	}
}
@media screen and (max-width: 1000px) and (max-width: 550px) {
	.storeSearchModal .headBlock .contents .btnSort ul li {
		width: 67px;
	}
	.storeSearchModal .headBlock .contents .btnSort ul li:nth-child(4),
	.storeSearchModal .headBlock .contents .btnSort ul li:nth-child(8) {
		margin-right: 0;
	}
}
@media screen and (max-width: 1000px) and (max-width: 550px) and (max-width: 320px) {
	.storeSearchModal .headBlock .contents .btnSort ul li {
		width: 76px;
	}
	.storeSearchModal .headBlock .contents .btnSort ul li:nth-child(4),
	.storeSearchModal .headBlock .contents .btnSort ul li:nth-child(8) {
		margin-right: 15px;
	}
	.storeSearchModal .headBlock .contents .btnSort ul li:nth-child(3),
	.storeSearchModal .headBlock .contents .btnSort ul li:nth-child(6),
	.storeSearchModal .headBlock .contents .btnSort ul li:nth-child(9) {
		margin-right: 0;
	}
}
.storeSearchModal .headBlock .contents .btnSort ul li .name {
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.2em;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
}
@media screen and (max-width: 550px) {
	.storeSearchModal .headBlock .contents .btnSort ul li .name {
		font-size: 16px;
	}
}
.storeSearchModal .headBlock .contents .btnSort ul li .name .text {
	position: relative;
	padding-left: 18px;
}
.storeSearchModal .headBlock .contents .btnSort ul li .name .text::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: -7px;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	border: 1px solid #badeff;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
}
@media screen and (max-width: 320px) {
	.storeSearchModal .headBlock .contents .btnSort ul li .name .text::before {
		left: -12px;
	}
}
.storeSearchModal .headBlock .contents .title {
	width: 230px;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0.25em;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
}
.storeSearchModal .headBlock .contents .title .text {
	position: relative;
	padding-left: 26px;
}
.storeSearchModal .headBlock .contents .title .text:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 0;
	width: 19px;
	height: 19px;
	margin: auto;
	background: url(../images/products/icon_cate.svg) no-repeat;
	background-size: contain;
}
.storeSearchModal .headBlock .contents input {
	display: none;
}
.storeSearchModal .headBlock .contents input:checked + .text::before {
	background: url(../images/products/icon_radioBtn.svg) no-repeat;
	background-size: contain;
	border: none;
}
.storeSearchModal .headBlock .contents input + .text {
	position: relative;
	padding-left: 24px;
}
.storeSearchModal .headBlock .contents input + .text::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: -2px;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	border: 1px solid #badeff;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
}
.storeSearchModal .headBlock .contents label {
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.25em;
	color: #272727;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
}
.storeSearchModal .headBlock .contents .right {
	margin-left: 40px;
}
@media screen and (max-width: 1300px) {
	.storeSearchModal .headBlock .contents .right {
		margin-left: 0;
	}
}
.storeSearchModal .headBlock .contents .right ul {
	display: flex;
	flex-wrap: wrap;
}
.storeSearchModal .headBlock .contents .right ul li {
	margin-right: 15px;
}
.storeSearchModal .headBlock .contents .right ul li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 1300px) {
	.storeSearchModal .headBlock .contents .right ul {
		width: auto;
		margin-top: 13px;
	}
	.storeSearchModal .headBlock .contents .right ul li {
		line-height: 2;
	}
}
.storeSearchModal .toggleBlock {
	margin-top: 74px;
}
.storeSearchModal .toggleBlock .storeList {
	max-width: 1140px;
	margin: auto;
}
@media screen and (max-width: 1140px) {
	.storeSearchModal .toggleBlock .storeList {
		margin: 0 30px;
	}
}
.storeSearchModal .toggleBlock .storeList > li:not(:first-child) {
	margin-top: 20px;
}
.storeSearchModal .toggleBlock .toggleMenu {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 68px;
	padding: 0 30px;
	background: #d3f2ff;
	border-radius: 10px;
	text-align: left;
}
.storeSearchModal .toggleBlock .toggleMenu .text {
	display: block;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	line-height: 200%;
	color: #444;
}
.storeSearchModal .toggleBlock .toggleMenu .item {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	width: 26px;
	height: 26px;
	margin: auto;
}
.storeSearchModal .toggleBlock .toggleMenu .item::before,
.storeSearchModal .toggleBlock .toggleMenu .item::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 15px;
	height: 2px;
	border-radius: 5px;
	background: #34aee2;
	transform: translateY(-50%);
}
.storeSearchModal .toggleBlock .toggleMenu .item::after {
	background: #34aee2;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
	opacity: 1;
}
.storeSearchModal .toggleBlock .toggleMenu .item.active::after {
	transform: rotate(0);
	opacity: 0;
}
@media screen and (max-width: 650px) {
	.storeSearchModal .toggleBlock .toggleMenu {
		min-height: 68px;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		padding: 20px 15px;
	}
	.storeSearchModal .toggleBlock .toggleMenu .text {
		margin-right: 30px;
		font-size: 20px;
		line-height: 150%;
		letter-spacing: 0.2em;
	}
	.storeSearchModal .toggleBlock .toggleMenu .item {
		right: 15px;
	}
}
.storeSearchModal .toggleBlock .answer {
	display: none;
	padding: 25px 30px;
}
@media screen and (max-width: 650px) {
	.storeSearchModal .toggleBlock .answer {
		padding: 25px 0;
	}
}
.storeSearchModal .toggleBlock .answer ul {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
	.storeSearchModal .toggleBlock .answer ul {
		display: block;
	}
}
.storeSearchModal .toggleBlock .answer ul li {
	width: calc(100% / 4);
	font-size: 16px;
	line-height: 200%;
	color: #444;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
@media screen and (max-width: 650px) {
	.storeSearchModal .toggleBlock .answer ul li {
		width: auto;
		padding-left: 15px;
	}
}
.storeSearchModal .toggleBlock .answer ul li.is-hide {
	display: none;
}
.storeSearchModal .attentionBlock {
	max-width: 1140px;
	margin: 70px auto 85px;
}
@media screen and (max-width: 1140px) {
	.storeSearchModal .attentionBlock {
		margin: 40px 38px 60px;
		max-width: none;
		width: auto;
	}
}
.storeSearchModal .attentionBlock .text {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 200%;
	color: #444;
	font-size: 12px;
	line-height: 180%;
}
.productCarouselArea.business {
	margin-top: 110px;
}
.productCarouselArea.business .innerBlock {
	margin-top: 70px;
}
@media screen and (max-width: 768px) {
	.productCarouselArea.business .item .name {
		height: 90px;
	}
}
@media screen and (max-width: 768px) {
	.productCarouselArea .pageTitleBlock {
		margin-top: 82px;
	}
}
.productCarouselArea .innerBlock {
	display: flex;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.productCarouselArea .innerBlock {
		margin-top: 20px;
	}
}
.productCarouselArea .slick-prev,
.productCarouselArea .slick-next {
	position: absolute;
	top: 25%;
	width: 70px;
	height: 70px;
	border-radius: 74px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	z-index: 1;
	cursor: pointer;
	transition: 0.3s;
}
.productCarouselArea .slick-prev img,
.productCarouselArea .slick-next img {
	margin: auto;
	transition: 0.3s;
}
@media screen and (min-width: 1100px) {
	.productCarouselArea .slick-prev:hover,
	.productCarouselArea .slick-next:hover {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 768px) {
	.productCarouselArea .slick-prev,
	.productCarouselArea .slick-next {
		top: 15%;
	}
}
@media screen and (max-width: 768px) and (max-width: 599px) {
	.productCarouselArea .slick-prev,
	.productCarouselArea .slick-next {
		top: 18%;
		width: 54px;
		height: 54px;
	}
}
.productCarouselArea .slick-prev {
	left: 100px;
}
@media screen and (max-width: 768px) {
	.productCarouselArea .slick-prev {
		left: 20px;
	}
}
.productCarouselArea .slick-next {
	right: 100px;
}
@media screen and (max-width: 768px) {
	.productCarouselArea .slick-next {
		right: 20px;
	}
}
.productCarouselArea .item {
	max-width: 583px;
	margin: 0 15px;
}
@media screen and (max-width: 768px) {
	.productCarouselArea .item {
		max-width: 304px;
	}
}
@media screen and (max-width: 768px) and (max-width: 599px) {
	.productCarouselArea .item {
		margin: 0 7.5px;
	}
}
.productCarouselArea .item .img {
	cursor: pointer;
	overflow: hidden;
}
.productCarouselArea .item .img img {
	width: 100%;
	transition: 0.3s;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (min-width: 1100px) {
	.productCarouselArea .item .img img:hover {
		transform: scale(1.05);
	}
}
.productCarouselArea .item .detail {
	position: relative;
	width: 546px;
	margin-top: 37px;
	padding-left: 40px;
	color: #444;
}
@media screen and (max-width: 1500px) {
	.productCarouselArea .item .detail {
		width: auto;
	}
}
@media screen and (max-width: 1500px) and (max-width: 599px) {
	.productCarouselArea .item .detail {
		padding-left: 0;
	}
}
.productCarouselArea .item .detail::before {
	content: "";
	display: block;
	position: absolute;
	top: -25px;
	left: 0;
	width: 120px;
	height: 112px;
	z-index: -1;
}
@media screen and (max-width: 599px) {
	.productCarouselArea .item .detail::before {
		top: -10px;
		left: -20px;
		width: 85px;
		height: 80px;
	}
}
.productCarouselArea .item .detail.recruit::before {
	background: url(../images/recruit/img_bubble_slide.svg) no-repeat;
	background-size: contain;
}
.productCarouselArea .item .detail.business::before {
	background: url(../images/business/img_bubble_slide.svg) no-repeat;
	background-size: contain;
}
.productCarouselArea .item .sub {
	display: block;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.productCarouselArea .item .sub.recruit {
	color: #a1b528;
}
.productCarouselArea .item .sub.business {
	color: #e74c4c;
}
.productCarouselArea .item .name {
	display: block;
	margin-top: 12px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.2em;
}
.productCarouselArea .item .text {
	display: block;
	margin-top: 6px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 200%;
}
.productCarouselArea .item .moreBtn {
	display: block;
	position: relative;
	width: 270px;
	margin: 50px auto 0;
	z-index: 1;
}
@media screen and (min-width: 1100px) {
	.productCarouselArea .item .moreBtn:hover::after {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 1100px) {
	.productCarouselArea .item .moreBtn {
		margin: 50px auto 0;
	}
}
.productCarouselArea .item .moreBtn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 20px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_01.svg") no-repeat;
	background-size: contain;
	transition: 0.3s;
}
.productCarouselArea .item .moreBtn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 270px;
	margin: auto;
	border-radius: 80px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: -1;
}
.productCarouselArea .item .moreBtn a {
	display: block;
	padding: 26px 15px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.15em;
	text-align: center;
	color: #444;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.productCarouselArea .item .moreBtn {
	cursor: pointer;
	margin: 30px auto 15px;
}
.productModal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: scroll;
	z-index: 5;
}
.productModal .closeBtn {
	display: block;
	position: fixed;
	top: 40px;
	right: 50px;
	width: 42px;
	height: 40px;
	cursor: pointer;
	z-index: 4;
}
@media screen and (max-width: 550px) {
	.productModal .closeBtn {
		top: 29px;
		right: 27px;
		width: 32px;
		height: 30px;
	}
}
.productModal .closeBtn::before,
.productModal .closeBtn::after {
	content: "";
	display: block;
	position: absolute;
	right: 21px;
	width: 2px;
	height: 40px;
	background-color: #272727;
	transform: rotate(45deg);
}
@media screen and (max-width: 550px) {
	.productModal .closeBtn::before,
	.productModal .closeBtn::after {
		right: 15px;
		height: 30px;
	}
}
.productModal .closeBtn::after {
	transform: rotate(-45deg);
}
.productModal .pointDetailBlock {
	display: flex;
	align-items: center;
	max-width: 1140px;
	margin: 130px auto 0;
}
@media screen and (max-width: 1200px) {
	.productModal .pointDetailBlock {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		max-width: none;
		margin: 130px 30px;
	}
}
@media screen and (max-width: 1200px) and (max-width: 720px) {
	.productModal .pointDetailBlock {
		margin: 90px 30px;
	}
}
.productModal .pointDetailBlock .left {
	position: relative;
	left: 60px;
	height: 700px;
}
.productModal .pointDetailBlock .left.cue-lazy.in {
	-webkit-animation-delay: unset;
	animation-delay: unset;
}
@media screen and (max-width: 1200px) {
	.productModal .pointDetailBlock .left {
		left: 0;
		order: 2;
		margin-top: -100px;
	}
	.productModal .pointDetailBlock .left.cue-lazy.in {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}
}
@media screen and (max-width: 1200px) and (max-width: 720px) {
	.productModal .pointDetailBlock .left {
		width: 100%;
		height: 380px;
		margin-top: -30px;
	}
}
.productModal .pointDetailBlock .right {
	position: relative;
	right: 100px;
	height: 386px;
	z-index: 1;
}
.productModal .pointDetailBlock .right.cue-lazy.in {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
@media screen and (max-width: 1200px) {
	.productModal .pointDetailBlock .right {
		right: 0;
		height: 300px;
		order: 1;
		overflow: hidden;
	}
	.productModal .pointDetailBlock .right.cue-lazy.in {
		-webkit-animation-delay: unset;
		animation-delay: unset;
	}
}
@media screen and (max-width: 1200px) and (max-width: 720px) {
	.productModal .pointDetailBlock .right {
		height: auto;
	}
}
.productModal .pointDetailBlock .right img {
	width: 579px;
}
@media screen and (max-width: 1200px) {
	.productModal .pointDetailBlock .right img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 0px -150px;
		object-position: 0px -150px;
	}
}
@media screen and (max-width: 1200px) and (max-width: 800px) {
	.productModal .pointDetailBlock .right img {
		-o-object-position: 0px -100px;
		object-position: 0px -100px;
	}
}
@media screen and (max-width: 1200px) and (max-width: 800px) and (max-width: 720px) {
	.productModal .pointDetailBlock .right img {
		-o-object-position: unset;
		object-position: unset;
	}
}
.productModal .largeBubble {
	position: relative;
	width: 655px;
	height: 681px;
	background: url(../images/business/img_bubble_02_large.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 720px) {
	.productModal .largeBubble {
		left: -80px;
		width: 344px;
		height: 370px;
	}
}
.productModal .smallBubble {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 301px;
	height: 296px;
	background: url(../images/business/img_bubble_02_small.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 720px) {
	.productModal .smallBubble {
		left: -80px;
		width: 155px;
		height: 155px;
	}
}
.productModal .inner {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -300px;
	max-width: 465px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin: auto;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
@media screen and (max-width: 850px) {
	.productModal .inner {
		left: 0;
	}
}
@media screen and (max-width: 850px) and (max-width: 720px) {
	.productModal .inner {
		top: 30px;
		margin-top: 10px;
	}
}
.productModal .inner .sub {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: bold;
	color: #e74c4c;
}
@media screen and (max-width: 720px) {
	.productModal .inner .sub {
		font-size: 12px;
		line-height: 16px;
	}
}
.productModal .inner h3 {
	margin-top: 14px;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 720px) {
	.productModal .inner h3 {
		font-size: 18px;
	}
}
.productModal .inner .text {
	margin-top: 18px;
	font-size: 16px;
	line-height: 200%;
	color: #272727;
}
.productModal .chartBlock {
	margin-top: 110px;
}
@media screen and (max-width: 374px) {
	.productModal .chartBlock {
		margin-top: 210px;
	}
}
.productModal .chartBlock .text {
	margin-top: 50px;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
}
@media screen and (max-width: 720px) {
	.productModal .chartBlock .text {
		text-align: left;
	}
}
.productModal .chartBlock .lower {
	margin-bottom: 150px;
}
@media screen and (max-width: 720px) {
	.productModal .chartBlock .lower {
		margin-bottom: 100px;
	}
}
.productModal .chartBlock .lower .item {
	width: 340px;
	margin: 0 15px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.productModal .chartBlock .lower .item.cue-lazy.in {
	-webkit-animation-delay: unset;
	animation-delay: unset;
}
.productModal .chartBlock .lower .item:nth-child(2).cue-lazy.in {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.productModal .chartBlock .lower .item:nth-child(3).cue-lazy.in {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
@media screen and (max-width: 1200px) {
	.productModal .chartBlock .lower .item:nth-child(3) {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1200px) and (max-width: 800px) {
	.productModal .chartBlock .lower .item:nth-child(2) {
		margin-top: 30px;
	}
}
.productModal .chartBlock .lower .item a {
	display: block;
	padding: 20px;
	margin: auto;
	border-radius: 4px;
}
@media screen and (min-width: 1100px) {
	.productModal .chartBlock .lower .item a:hover img {
		transform: scale(1.05);
	}
	.productModal .chartBlock .lower .item a:hover .btn::after {
		transform: scale(1.1);
	}
}
.productModal .chartBlock .lower .item .img {
	display: block;
	position: relative;
	width: 100%;
}
.productModal .chartBlock .lower .item .img::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 66.6%;
}
.productModal .chartBlock .lower .item .img .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.productModal .chartBlock .lower .item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s;
	transform: scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.productModal .chartBlock .lower .item .category {
	display: inline-block;
	height: 25px;
	padding: 2px 14px;
	margin-top: 15px;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #81d9ff;
	border: 2px solid #81d9ff;
	box-sizing: border-box;
	border-radius: 52px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.productModal .chartBlock .lower .item .text {
	display: -webkit-box;
	min-height: 75px;
	margin-top: 8px;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.productModal .chartBlock .lower .item .btn {
	margin-top: 8px;
	display: block;
	width: 42px;
	height: 42px;
	transition: 0.3s;
	position: relative;
	margin-left: auto;
}
.productModal .chartBlock .lower .item .btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: -2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_02.svg") no-repeat;
	background-size: contain;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
}
.productModal .chartBlock .lower .item .btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: 2;
}
.productModal .chartBlock .lower .moreBtn {
	display: block;
	position: relative;
	width: 270px;
	margin: 50px auto 0;
	z-index: 1;
}
@media screen and (min-width: 1100px) {
	.productModal .chartBlock .lower .moreBtn:hover::after {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 1100px) {
	.productModal .chartBlock .lower .moreBtn {
		margin: 50px auto 0;
	}
}
.productModal .chartBlock .lower .moreBtn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 20px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_01.svg") no-repeat;
	background-size: contain;
	transition: 0.3s;
}
.productModal .chartBlock .lower .moreBtn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 270px;
	margin: auto;
	border-radius: 80px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: -1;
}
.productModal .chartBlock .lower .moreBtn a {
	display: block;
	padding: 26px 15px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.15em;
	text-align: center;
	color: #444;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.productModal .chartBlock .bg {
	margin: 0 20px;
}
.productModal .chartBlock .bg img {
	max-width: 657px;
	width: 100%;
	margin: 100px auto 0;
}
@media screen and (max-width: 720px) {
	.productModal .chartBlock .bg img {
		margin: 50px auto 0;
	}
}
.productModal .chartBlock .bottomText {
	margin-top: 47px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 24px;
	line-height: 180%;
	text-align: center;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 720px) {
	.productModal .chartBlock .bottomText {
		font-size: 17px;
	}
}
.productModal .chartBlock .bottomText em {
	font-size: 39px;
	font-weight: bold;
	font-style: normal;
	color: #ff8181;
	letter-spacing: 0.11em;
}
@media screen and (max-width: 720px) {
	.productModal .chartBlock .bottomText em {
		font-size: 27px;
	}
}
.productModal .projectListBlock {
	max-width: none;
	margin: 140px 0 90px;
}
@media screen and (max-width: 700px) {
	.productModal .projectListBlock {
		margin: 35px 0 136px;
	}
}
@media screen and (max-width: 600px) {
	.productModal .projectListBlock .wrap .lower ul {
		display: block;
	}
}
.productModal .projectListBlock .wrap .lower ul li {
	max-width: 360px;
}
.productModal .projectListBlock .wrap .lower ul li.cue-lazy.in {
	-webkit-animation-delay: unset;
	animation-delay: unset;
}
@media screen and (max-width: 600px) {
	.productModal .projectListBlock .wrap .lower ul li {
		width: 100%;
		margin: auto;
	}
	.productModal .projectListBlock .wrap .lower ul li + li {
		margin-top: 50px;
	}
}
.productModal .projectListBlock .wrap .lower ul li:nth-child(2).cue-lazy.in {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.productModal .projectListBlock .wrap .lower ul li:nth-child(3).cue-lazy.in {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.productModal .projectListBlock .wrap .lower ul li .attention {
	display: block;
	font-size: 14px;
	line-height: 180%;
}
.productModal .projectListBlock .wrap .lower .img {
	height: auto;
}
.productModal .projectListBlock .wrap .lower .img img {
	max-width: 360px;
	margin: auto;
}
@media screen and (max-width: 1200px) {
	.productModal .projectListBlock .wrap .lower .img img {
		max-width: none;
		width: 100%;
	}
}
.productModal .projectListBlock .wrap .lower .title {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	line-height: 180%;
	letter-spacing: 0.15em;
	color: #e74c4c;
}
@media screen and (max-width: 960px) {
	.productModal .projectListBlock .wrap .lower .title {
		max-width: 250px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 960px) and (max-width: 600px) {
	.productModal .projectListBlock .wrap .lower .title {
		max-width: none;
	}
}
.productModal .projectListBlock .upper {
	z-index: 3;
}
@media screen and (min-width: 2600px) {
	.productModal .projectListBlock .lower {
		margin-top: -47px;
	}
}
@media screen and (max-width: 2599px) {
	.productModal .projectListBlock .lower {
		margin-top: 0;
	}
}
@media screen and (max-width: 2599px) and (max-width: 2000px) {
	.productModal .projectListBlock .lower {
		margin-top: 47px;
	}
}
@media screen and (max-width: 2599px) and (max-width: 2000px) and (max-width: 1800px) {
	.productModal .projectListBlock .lower {
		margin-top: 80px;
	}
}
@media screen and (max-width: 2599px) and (max-width: 2000px) and (max-width: 1800px) and (max-width: 1400px) {
	.productModal .projectListBlock .lower {
		margin-top: 100px;
	}
}
@media screen and (max-width: 2599px) and (max-width: 2000px) and (max-width: 1800px) and (max-width: 1400px) and (max-width: 1200px) {
	.productModal .projectListBlock .lower {
		margin: 47px auto 0;
	}
}
@media screen and (max-width: 2599px) and (max-width: 2000px) and (max-width: 1800px) and (max-width: 1400px) and (max-width: 1200px) and (max-width: 1300px) {
	.productModal .projectListBlock .lower {
		margin-top: 120px;
	}
}
@media screen and (max-width: 768px) {
	.productModal .projectListBlock .lower {
		margin-top: 80px;
	}
}
@media screen and (max-width: 768px) and (max-width: 600px) {
	.productModal .projectListBlock .lower {
		margin-top: 100px;
	}
}
@media screen and (max-width: 768px) and (max-width: 600px) and (max-width: 414px) {
	.productModal .projectListBlock .lower {
		margin-top: 120px;
	}
}
@media screen and (max-width: 768px) and (max-width: 600px) and (max-width: 414px) and (max-width: 375px) {
	.productModal .projectListBlock .lower {
		margin-top: 130px;
	}
}
.productModal .projectListBlock .lower ul {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
	.productModal .projectListBlock .lower ul {
		justify-content: center;
	}
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
	.productModal .projectListBlock .lower ul {
		display: block;
	}
}
.productModal .projectListBlock .lower ul li {
	max-width: 360px;
}
.productModal .projectListBlock .lower ul li.cue-lazy.in {
	-webkit-animation-delay: unset;
	animation-delay: unset;
}
.productModal .projectListBlock .lower ul li:nth-child(2) {
	margin: 0 0 0 30px;
}
.productModal .projectListBlock .lower ul li:nth-child(2).cue-lazy.in {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.productModal .projectListBlock .lower ul li:nth-child(3) {
	margin: 0 0 0 30px;
}
.productModal .projectListBlock .lower ul li:nth-child(3).cue-lazy.in {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.productModal .projectListBlock .lower ul li:nth-child(4) {
	margin: 60px 0 0;
}
.productModal .projectListBlock .lower ul li:nth-child(4).cue-lazy.in {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.productModal .projectListBlock .lower ul li:nth-child(5) {
	margin: 60px 0 0 30px;
}
.productModal .projectListBlock .lower ul li:nth-child(5).cue-lazy.in {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.productModal .projectListBlock .lower ul li:nth-child(6) {
	margin: 60px 0 0 30px;
}
.productModal .projectListBlock .lower ul li:nth-child(6).cue-lazy.in {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
@media screen and (max-width: 1200px) {
	.productModal .projectListBlock .lower ul li {
		max-width: none;
		width: calc(50% - 30px);
	}
	.productModal .projectListBlock .lower ul li:nth-child(3),
	.productModal .projectListBlock .lower ul li:nth-child(5) {
		margin: 35px 0 0;
	}
	.productModal .projectListBlock .lower ul li:nth-child(4),
	.productModal .projectListBlock .lower ul li:nth-child(6) {
		margin: 35px 0 0 30px;
	}
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
	.productModal .projectListBlock .lower ul li {
		max-width: none;
		width: 100%;
		margin: auto;
	}
	.productModal .projectListBlock .lower ul li:nth-child(2),
	.productModal .projectListBlock .lower ul li:nth-child(3),
	.productModal .projectListBlock .lower ul li:nth-child(4),
	.productModal .projectListBlock .lower ul li:nth-child(5),
	.productModal .projectListBlock .lower ul li:nth-child(6) {
		margin: 35px auto 0;
	}
}
.productModal .projectListBlock .innerWrap {
	background: url(../images/sustainability/products/bg_wave_center_01.jpg);
}
.productModal .projectListBlock .contents {
	position: relative;
	max-width: 1140px;
	margin: -200px auto 0;
	z-index: 2;
}
@media screen and (max-width: 1200px) {
	.productModal .projectListBlock .contents {
		max-width: 760px;
		margin: -180px auto 0;
	}
}
@media screen and (max-width: 1200px) and (max-width: 820px) {
	.productModal .projectListBlock .contents {
		margin: -180px 30px 0;
	}
}
.productModal .projectListBlock .textarea {
	margin-top: 10px;
}
.productModal .projectListBlock .textarea .title {
	min-height: 64px;
	margin-top: 5px;
	text-align: left;
	letter-spacing: 0.2em;
	color: #444;
}
@media screen and (min-width: 1201px) {
	.productModal .projectListBlock .textarea .title.break {
		word-break: keep-all;
	}
}
@media screen and (max-width: 1200px) {
	.productModal .projectListBlock .textarea .title {
		margin: 5px auto 0 0;
	}
}
@media screen and (max-width: 1200px) and (max-width: 960px) {
	.productModal .projectListBlock .textarea .title {
		max-width: none;
	}
}
@media screen and (max-width: 1200px) and (max-width: 960px) and (max-width: 700px) {
	.productModal .projectListBlock .textarea .title {
		min-height: auto;
	}
}
.productModal .projectListBlock .waveImg.top {
	position: relative;
	z-index: 1;
}
.productModal .projectListBlock .waveImg.top img {
	top: 0;
}
.productModal .projectListBlock .waveImg.bottom {
	position: relative;
	z-index: 1;
}
.productModal .projectListBlock .waveImg.bottom img {
	bottom: -5px;
}
.productModal .projectListBlock .moreBtn {
	display: block;
	position: relative;
	width: 270px;
	margin: 50px auto 0;
	z-index: 1;
}
@media screen and (min-width: 1100px) {
	.productModal .projectListBlock .moreBtn:hover::after {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 1100px) {
	.productModal .projectListBlock .moreBtn {
		margin: 50px auto 0;
	}
}
.productModal .projectListBlock .moreBtn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 20px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_01.svg") no-repeat;
	background-size: contain;
	transition: 0.3s;
}
.productModal .projectListBlock .moreBtn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 270px;
	margin: auto;
	border-radius: 80px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: -1;
}
.productModal .projectListBlock .moreBtn a {
	display: block;
	padding: 26px 15px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.15em;
	text-align: center;
	color: #444;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.productModal .projectListBlock .moreBtn {
	margin: 20px auto 15px 0;
}
.productModal .consumersVoiceBlock {
	margin: 110px 0;
}
.productModal .consumersVoiceBlock .contants {
	display: flex;
	max-width: 945px;
	width: 100%;
	margin: 55px auto 0;
}
@media screen and (min-width: 551px) {
	.productModal .consumersVoiceBlock .contants .sp-show {
		display: none;
	}
}
@media screen and (max-width: 1040px) {
	.productModal .consumersVoiceBlock .contants {
		display: block;
		max-width: none;
	}
}
@media screen and (max-width: 1040px) and (max-width: 550px) {
	.productModal .consumersVoiceBlock .contants {
		width: auto;
		margin: 64px 30px 0 55px;
	}
}
@media screen and (max-width: 1040px) and (max-width: 550px) and (max-width: 374px) {
	.productModal .consumersVoiceBlock .contants {
		margin: 64px 29px 0;
	}
}
.productModal .consumersVoiceBlock .contants .img img {
	width: 420px;
}
@media screen and (max-width: 550px) {
	.productModal .consumersVoiceBlock .contants .img img {
		width: 100%;
	}
}
.productModal .consumersVoiceBlock .contants .left,
.productModal .consumersVoiceBlock .contants .right {
	position: unset;
	width: 420px;
	height: auto;
}
@media screen and (max-width: 1040px) {
	.productModal .consumersVoiceBlock .contants .left,
	.productModal .consumersVoiceBlock .contants .right {
		margin: auto;
	}
}
@media screen and (max-width: 1040px) and (max-width: 550px) {
	.productModal .consumersVoiceBlock .contants .left,
	.productModal .consumersVoiceBlock .contants .right {
		width: auto;
	}
}
.productModal .consumersVoiceBlock .contants .right {
	margin-left: 105px;
}
@media screen and (max-width: 1040px) {
	.productModal .consumersVoiceBlock .contants .right {
		margin: 40px auto 0;
	}
}
@media screen and (max-width: 1040px) and (max-width: 550px) {
	.productModal .consumersVoiceBlock .contants .right {
		margin-top: 70px;
	}
}
.productModal .consumersVoiceBlock .contants .upper .head .text {
	text-align: left;
}
.productModal .consumersVoiceBlock .contants .lower {
	position: relative;
	color: #444444;
}
.productModal .consumersVoiceBlock .contants .lower::before {
	content: "";
	display: block;
	position: absolute;
	top: -30px;
	left: -50px;
	width: 130px;
	height: 121px;
	z-index: -1;
	background: url(../images/business/img_bubble_slide.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 550px) {
	.productModal .consumersVoiceBlock .contants .lower::before {
		left: -30px;
		width: 120px;
		height: 112px;
	}
}
.productModal .consumersVoiceBlock .contants .title {
	display: block;
	margin-top: 30px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.2em;
}
.productModal .consumersVoiceBlock .contants .text {
	display: block;
	margin-top: 8px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	line-height: 200%;
}
@media screen and (max-width: 550px) {
	.productModal .consumersVoiceBlock .contants .text {
		margin-top: 14px;
	}
}
.globalModal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 780px;
	width: 100%;
	height: 510px;
	margin: auto;
	background-color: #fff9f9;
	border-radius: 10px;
	overflow: scroll;
	z-index: 4;
}
@media screen and (max-width: 840px) {
	.globalModal {
		max-width: none;
		width: calc(100% - 60px);
		height: calc(100% - 200px);
		margin: 100px auto;
	}
}
.globalModal .closeBtn {
	display: block;
	position: absolute;
	top: 26px;
	right: 26px;
	width: 42px;
	height: 40px;
	cursor: pointer;
	z-index: 4;
}
@media screen and (max-width: 550px) {
	.globalModal .closeBtn {
		top: 29px;
		right: 27px;
		width: 32px;
		height: 30px;
	}
}
.globalModal .closeBtn::before,
.globalModal .closeBtn::after {
	content: "";
	display: block;
	position: absolute;
	right: 21px;
	width: 2px;
	height: 32px;
	background-color: #272727;
	transform: rotate(45deg);
}
@media screen and (max-width: 550px) {
	.globalModal .closeBtn::before,
	.globalModal .closeBtn::after {
		right: 15px;
		height: 30px;
	}
}
.globalModal .closeBtn::after {
	transform: rotate(-45deg);
}
.globalModal .modalTitle {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: auto;
	padding: 7.5px 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.2em;
	color: #fff;
	background-color: #ff8181;
	margin: 42px auto 0;
}
@media screen and (max-width: 600px) {
	.globalModal .modalTitle {
		padding: 7.5px 15px;
	}
}
.globalModal .modalTitle .text {
	display: block;
	position: relative;
}
.globalModal .modalTitle .text::before,
.globalModal .modalTitle .text::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -30px;
	bottom: 0;
	width: 20px;
	height: 45px;
	margin: auto;
	background: url(../images/business/img_band_02.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 600px) {
	.globalModal .modalTitle .text::before,
	.globalModal .modalTitle .text::after {
		top: 0;
		right: -30px;
		bottom: 0;
		width: 22px;
		height: 39px;
		margin: auto;
		background: url(../images/business/img_band_01.svg) no-repeat;
		background-size: contain;
	}
}
.globalModal .modalTitle .text::before {
	right: auto;
	left: -30px;
	transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
	.globalModal .modalTitle {
		font-size: 16px;
		letter-spacing: 0.05em;
	}
}
.globalModal .modalTitle .text {
	padding: 0 78px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
}
@media screen and (max-width: 800px) {
	.globalModal .modalTitle .text {
		padding: 0 10px;
	}
}
.globalModal .contensList {
	display: flex;
	flex-wrap: wrap;
	width: 630px;
	margin: 40px auto 0;
	padding: 0 58px;
}
@media screen and (max-width: 800px) {
	.globalModal .contensList {
		display: block;
		width: auto;
		margin-bottom: 52px;
	}
}
.globalModal .contensList .globalItem {
	max-width: 210px;
	width: 100%;
}
@media screen and (min-width: 799px) {
	.globalModal .contensList .globalItem:nth-child(n + 4) {
		margin-top: 15px;
	}
}
@media screen and (max-width: 800px) {
	.globalModal .contensList .globalItem {
		max-width: none;
	}
	.globalModal .contensList .globalItem:not(:first-child) {
		margin-top: 30px;
	}
}
.globalModal .contensList .globalItem .img {
	width: 190px;
	margin: auto;
}
@media screen and (max-width: 800px) {
	.globalModal .contensList .globalItem .img {
		width: auto;
	}
}
.globalModal .contensList .globalItem .img img {
	display: block;
	max-width: 190px;
	width: 100%;
}
@media screen and (max-width: 800px) {
	.globalModal .contensList .globalItem .img img {
		max-width: none;
	}
}
.globalModal .contensList .globalItem .name {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
}
#overlay {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #444;
	opacity: 0.5;
	z-index: 3;
}


/* 2025-05-23 add */
.overseasExpansionArea .innerBlock .center .caption .text.tip{
	font-size: 16px;
}